Package | Description |
---|---|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.collection | |
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
Modifier and Type | Interface and Description |
---|---|
interface |
NestedPointFeatureCollection
A collection of PointFeatures nested inside one or more PointFeatureCollection.
|
interface |
PointFeatureCollection
A collection of PointFeatures.
|
interface |
ProfileFeature
A set of observations along the vertical (z) axis.
|
interface |
ProfileFeatureCollection
A collection of ProfileFeature.
|
interface |
SectionFeature
A collection of profiles which originate along a trajectory.
|
interface |
SectionFeatureCollection
A collection of SectionFeatures.
|
interface |
StationProfileFeature
Time series of ProfileFeature at named locations.
|
interface |
StationProfileFeatureCollection
A collection of StationProfileFeatures
|
interface |
StationTimeSeriesFeature
Time series of PointFeature at a named location aka 'station'.
|
interface |
StationTimeSeriesFeatureCollection
A collection of StationTimeSeriesFeature.
|
interface |
TrajectoryFeature
A set of observations along a 1 dimensional path, connected in space and time.
|
interface |
TrajectoryFeatureCollection
A collection of TrajectoryFeatures
|
Modifier and Type | Method and Description |
---|---|
List<FeatureCollection> |
FeatureDatasetPoint.getPointFeatureCollectionList()
Get a list of FeatureCollections contained in this dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipleNestedPointCollectionImpl
Abstract superclass for multiply nested NestedPointFeatureCollection
Subclass must supply getNestedPointFeatureCollectionIterator().
|
class |
OneNestedPointCollectionImpl
Abstract superclass for singly nested NestedPointFeatureCollection, such as Station, Profile, and Trajectory.
|
class |
PointCollectionImpl
Abstract superclass for PointFeatureCollection
Subclass must supply getPointFeatureIterator().
|
protected static class |
PointCollectionImpl.PointCollectionSubset |
class |
ProfileFeatureImpl
Abstract superclass for implementations of ProfileFeature.
|
class |
SectionCollectionImpl
Superclass for implementations of SectionFeatureCollection: series of profiles along a trajectory
Concrete subclass must implement getNestedPointFeatureCollectionIterator();
|
class |
SectionFeatureImpl
Abstract superclass for implementations of SectionFeature.
|
class |
StationProfileCollectionImpl
Abstract superclass for StationProfileFeatureCollection
Subclasses must implement getNestedPointFeatureCollection
|
class |
StationProfileFeatureImpl
Abstract superclass for implementations of StationProfileFeature.
|
class |
StationTimeSeriesCollectionFlattened
A flattened StationTimeSeriesCollection.
|
class |
StationTimeSeriesCollectionImpl
Abstract superclass for implementations of StationFeatureCollection.
|
class |
StationTimeSeriesFeatureImpl
Superclass for implementations of StationFeature: time series of data at a point
Concrete subclass must implement getFeatureData() and getPointFeatureIterator();
|
static class |
StationTimeSeriesFeatureImpl.StationFeatureSubset |
class |
TrajectoryFeatureImpl
Implementation of TrajectoryFeature
|
Modifier and Type | Field and Description |
---|---|
protected List<FeatureCollection> |
PointDatasetImpl.collectionList |
Modifier and Type | Method and Description |
---|---|
List<FeatureCollection> |
PointDatasetImpl.getPointFeatureCollectionList() |
Modifier and Type | Method and Description |
---|---|
protected void |
PointDatasetImpl.setPointFeatureCollection(FeatureCollection collection) |
Modifier and Type | Method and Description |
---|---|
protected void |
PointDatasetImpl.setPointFeatureCollection(List<FeatureCollection> collectionList) |
Modifier and Type | Class and Description |
---|---|
class |
CompositePointCollection
PointCollection composed of other PointCollections
|
class |
CompositeStationCollection
StationTimeSeries composed of a collection of individual StationTimeSeries.
|
class |
CompositeStationCollectionFlattened
CompositeStationCollection that has been flattened into a PointCollection
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteStationCollection
Connect to remote Station Collection using cdmremote
|
Modifier and Type | Class and Description |
---|---|
class |
StandardPointCollectionImpl
Implementation of PointFeatureCollection using a NestedTable
|
class |
StandardProfileCollectionImpl
Nested Table implementation of ProfileCollection
|
class |
StandardSectionCollectionImpl
Nested Table implementation of SectionCollection.
|
class |
StandardStationCollectionImpl
Object Heirarchy for StationFeatureCollection:
StationFeatureCollection (StandardStationCollectionImpl
PointFeatureCollectionIterator (anon)
StationFeature (StandardStationFeatureImpl)
PointFeatureIterator (StandardStationPointIterator)
PointFeatureImpl
|
class |
StandardStationProfileCollectionImpl
Object Heirarchy:
StationProfileFeatureCollection (StandardStationProfileCollectionImpl)
StationProfileFeature (StandardStationProfileFeature)
ProfileFeature (StandardProfileFeature)
PointFeatureIterator (StandardPointFeatureIterator)
PointFeature
|
class |
StandardTrajectoryCollectionImpl
TrajectoryFeatureCollection using nested tables.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.