Package ucar.nc2.ft.point

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

See:
          Description

Interface Summary
StationPointFeature A PointFeature from which one can obtain a Station
 

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  
PointIteratorEmpty An empty PointIterator.
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.
SectionCollectionImpl Superclass for implementations of SectionFeatureCollection: series of profiles along a trajectory Concrete subclass must implement getNestedPointFeatureCollectionIterator();
SectionFeatureImpl Abstract superclass for implementations of SectionFeature.
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.
StationTimeSeriesCollectionFlattened A flattened StationTimeSeriesCollection.
StationTimeSeriesCollectionImpl Abstract superclass for implementations of StationFeatureCollection.
StructureDataIteratorIndexed A StructureDataIterator which takes a list of record numbers (in a structure).
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



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.