Package ucar.nc2.ft.point

package ucar.nc2.ft.point : Implementation of Point Feature Types

See:
          Description

Class Summary
MultipleNestedPointCollectionImpl Abstract superclass for multiply nested NestedPointFeatureCollection Subclass must supply getNestedPointFeatureCollectionIterator().
NestedPointCollectionIteratorFiltered Implement NestedPointFeatureCollectionIterator interface
OneNestedPointCollectionImpl Abstract superclass for singly nested NestedPointFeatureCollection Subclass must supply getPointFeatureCollectionIterator()
PointCollectionImpl Abstract superclass for PointFeatureCollection Subclass must supply getPointFeatureIterator().
PointCollectionIteratorFiltered Filter a PointFeatureCollectionIterator
PointDatasetImpl Implementation of PointFeatureDataset.
PointFeatureImpl Abstract superclass for implementations of PointFeature.
PointIteratorAbstract Abstract superclass for PointFeatureIterator.
PointIteratorAbstract.Filter  
PointIteratorFiltered Decorate a PointFeatureIterator with filtering on dateRange and/or bounding box.
PointIteratorFlatten Adapt a PointFeatureCollectionIterator to a PointFeatureIterator, by flattening all the iterators in the collection into a single iterator over PointFeatures.
PointIteratorFromStructureData A PointFeatureIterator which uses a StructureDataIterator to iterate over members of a Structure, with optional filtering and calculation of time range and bounding box.
PointIteratorMultidim A PointFeatureIterator using the "multidimensional representation".
ProfileFeatureImpl Abstract superclass for implementations of ProfileFeature.
RecordDatasetHelper Helper class for using the netcdf-3 record dimension.
StationFeatureImpl Superclass for implementations of StationFeature: time series of data at a point Concrete subclass must implement getPointFeatureIterator();
StationHelper Helper class for Station Collections.
StationProfileCollectionImpl Abstract superclass for StationProfileFeatureCollection Subclasses must implement getNestedPointFeatureCollection
StationProfileFeatureImpl Abstract superclass for implementations of StationProfileFeature.
StationTimeSeriesCollectionImpl Abstract superclass for implementations of StationFeatureCollection.
StructureDataIteratorIndexed  
StructureDataIteratorLimited Read a maximum number of sdatas from a StructureDataIterator.
StructureDataIteratorLinked Use contiguous or linked lists to iterate over members of a Structure
TrajectoryFeatureImpl Implementation of TrajectoryFeature
 

Package ucar.nc2.ft.point Description

package ucar.nc2.ft.point : Implementation of Point Feature Types