CollectionInfo |
Value class to hold bounds info for a collection
|
CollectionIteratorAdapter<T> |
adapt a PointFeatureCollectionIterator to an Iterator
|
DsgCollectionHelper |
Helper class for DsgFeatureCollection
|
DsgCollectionImpl |
Common methods for DsgFeatureCollection.
|
FlattenedDatasetPointCollection |
An aggregate collection of all the PointFeatures in a dataset formed by flattening the nested structures within.
|
NestedCollectionIteratorAdapter<T> |
adapt a NestedPointFeatureCollectionIterator to an Iterator
|
PointCollectionImpl |
Abstract superclass for PointFeatureCollection
Subclass must supply getPointFeatureIterator().
|
PointCollectionImpl.PointCollectionSubset |
|
PointCollectionIteratorFiltered |
Filter a PointFeatureCollectionIterator
|
PointDatasetImpl |
Implementation of PointFeatureDataset.
|
PointFeatureCCCImpl |
Abstract superclass for multiply nested NestedPointFeatureCollection
Subclass must supply getNestedPointFeatureCollectionIterator().
|
PointFeatureCCImpl |
Abstract superclass for singly nested NestedPointFeatureCollection, such as Station, Profile, and Trajectory.
|
PointFeatureCCIteratorFiltered |
Implement NestedPointFeatureCollectionIterator interface
|
PointFeatureCopyFactory |
A factory for making deep copies of PointFeature, so all data is self contained.
|
PointFeatureImpl |
Abstract superclass for implementations of PointFeature.
|
PointIteratorAbstract |
Abstract superclass for PointFeatureIterator.
|
PointIteratorAdapter |
|
PointIteratorEmpty |
An empty PointIterator.
|
PointIteratorFiltered |
Decorate a PointFeatureIterator with filtering.
|
PointIteratorFiltered.SpaceAndTimeFilter |
A filter that only permits features whose lat/lon falls within a given bounding box AND whose
observation time falls within a given date range.
|
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.
|
SortingStationPointFeatureCache |
|
StationFeatureCopyFactory |
A factory for making deep copies of StationPointFeature, so all data is self contained.
|
StationFeatureImpl |
Implement StationFeature
|
StationHelper |
Helper class for Station Collections.
|
StationProfileCollectionImpl |
Abstract superclass for StationProfileFeatureCollection
Subclasses must implement getNestedPointFeatureCollection
|
StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter<T> |
|
StationProfileFeatureImpl |
Abstract superclass for implementations of StationProfileFeature.
|
StationProfileFeatureImpl.StationProfileFeatureSubset |
|
StationTimeSeriesCollectionFlattened |
A flattened StationTimeSeriesCollection.
|
StationTimeSeriesCollectionImpl |
Abstract superclass for implementations of StationFeatureCollection.
|
StationTimeSeriesFeatureImpl |
Superclass for implementations of StationFeature: time series of data at a point
Concrete subclass must implement getFeatureData() and getPointFeatureIterator();
|
StationTimeSeriesFeatureImpl.StationFeatureSubset |
|
StructureDataIteratorIndexed |
A StructureDataIterator which takes a list of record numbers (in a structure).
|
StructureDataIteratorLinked |
Use contiguous or linked lists to iterate over members of a Structure
|
TrajectoryFeatureImpl |
Implementation of TrajectoryFeature
|