Package ucar.nc2.ft.point

Class Summary
MultipleNestedPointCollectionImpl Abstract superclass for multiply nested NestedPointFeatureCollection Subclass must supply getNestedPointFeatureCollectionIterator().
NestedPointCollectionIteratorFiltered  
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.
PointIteratorAdapter Adapt a FeatureIterator to a PointFeatureIterator
PointIteratorFiltered  
PointIteratorImpl Use StructureDataIterator to iterate over members of a Structure, with optional filtering.
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.
StructureDataIteratorLimited Read a maximum number of sdatas from a StructureDataIterator.
StructureDataIteratorLinked Use linked lists to iterate over members of a Structure
TrajectoryFeatureImpl