See: Description
Interface | Description |
---|---|
DsgFeatureCollection |
A collection of FeatureTypes.
|
FeatureDataset |
Superclass for "scientific feature type" datasets.
|
FeatureDatasetFactory |
Interface for factories that wrap a NetcdfDataset with a FeatureDataset.
|
FeatureDatasetPoint |
A FeatureDataset, composed of one or more DsgFeatureCollections.
|
PointFeature |
A collection of observations at one time and location.
|
PointFeatureCC |
Single nested PointFeatureCollection
|
PointFeatureCCC |
Double nested PointFeatureCollection
|
PointFeatureCCIterator |
An iterator over PointFeatureCC.
|
PointFeatureCCIterator.Filter |
A filter on nestedPointFeatureCollection
|
PointFeatureCollection |
A collection of PointFeatures.
|
PointFeatureCollectionIterator |
An iterator over PointFeatureCollections.
|
PointFeatureCollectionIterator.Filter |
A filter on PointFeatureCollection.
|
PointFeatureIterator |
An iterator over PointFeatures.
|
PointFeatureIterator.Filter |
A filter on PointFeatures
|
ProfileFeature |
A set of observations along the vertical (z) axis.
|
ProfileFeatureCollection |
A collection of ProfileFeature.
|
StationCollection |
A collection of data at named locations called Stations.
|
StationFeatureCollection | |
StationProfileFeature |
Time series of ProfileFeature at named locations.
|
StationProfileFeatureCollection |
A collection of StationProfileFeatures
|
StationTimeSeriesFeature |
Time series of PointFeature at a named location aka 'station'.
|
StationTimeSeriesFeatureCollection |
A collection of StationTimeSeriesFeature.
|
TrajectoryFeature |
A set of observations along a 1 dimensional path, connected in space and time.
|
TrajectoryFeatureCollection |
A collection of TrajectoryFeatures
|
TrajectoryProfileFeature |
A collection of profiles which originate along a trajectory.
|
TrajectoryProfileFeatureCollection |
A collection of SectionFeatures.
|
Class | Description |
---|---|
FeatureDatasetFactoryManager |
Manager of factories for FeatureDatasets opened as NetcdfDatasets.
|
FeatureDatasetImpl |
Abstract superclass for implementations of FeatureDataset.
|
GridDatasetStandardFactory |
FeatureDatasetFactory for Grids, using standard coord sys analysis and
ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
|
SimpleGeometryStandardFactory |
Standard factory for Simple Geometry datatypes.
|
Exception | Description |
---|---|
NoFactoryFoundException |
Indicates that no suitable
factory could be found to open a
feature dataset . |
DEPRECATED API - THIS AND ALL SUBPACKAGES WILL BE REPLACED: Scientific feature types package
These are interfaces that define access to specialized "scientific feature" datasets. There are three types of interfaces:
A FeatureDataset and VariableSimpleIF are lightweight abstractions of NetcdfDataset and Variable, which allows implementations that are not necessarily based on NetcdfDataset objects.