|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestedPointFeatureCollection | |
---|---|
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 |
Uses of NestedPointFeatureCollection in ucar.nc2.ft |
---|
Subinterfaces of NestedPointFeatureCollection in ucar.nc2.ft | |
---|---|
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 |
StationTimeSeriesFeatureCollection
A collection of StationTimeSeriesFeature. |
interface |
TrajectoryFeatureCollection
A collection of TrajectoryFeatures |
Methods in ucar.nc2.ft that return NestedPointFeatureCollection | |
---|---|
NestedPointFeatureCollection |
NestedPointFeatureCollectionIterator.next()
Returns the next NestedPointFeatureCollection object You must call hasNext() before calling next(), even if you know it will return true. |
NestedPointFeatureCollection |
NestedPointFeatureCollection.subset(LatLonRect boundingBox)
Get a subsetted NestedPointFeatureCollection based on a LatLonRect |
Methods in ucar.nc2.ft with parameters of type NestedPointFeatureCollection | |
---|---|
boolean |
NestedPointFeatureCollectionIterator.Filter.filter(NestedPointFeatureCollection nestedPointFeatureCollection)
Filter collections. |
Uses of NestedPointFeatureCollection in ucar.nc2.ft.point |
---|
Classes in ucar.nc2.ft.point that implement NestedPointFeatureCollection | |
---|---|
class |
MultipleNestedPointCollectionImpl
Abstract superclass for multiply nested NestedPointFeatureCollection Subclass must supply getNestedPointFeatureCollectionIterator(). |
class |
OneNestedPointCollectionImpl
Abstract superclass for singly nested NestedPointFeatureCollection Subclass must supply getPointFeatureCollectionIterator() |
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 |
StationTimeSeriesCollectionImpl
Abstract superclass for implementations of StationFeatureCollection. |
Methods in ucar.nc2.ft.point that return NestedPointFeatureCollection | |
---|---|
NestedPointFeatureCollection |
NestedPointCollectionIteratorFiltered.next()
|
Uses of NestedPointFeatureCollection in ucar.nc2.ft.point.collection |
---|
Classes in ucar.nc2.ft.point.collection that implement NestedPointFeatureCollection | |
---|---|
class |
CompositeStationCollection
StationTimeSeries composed of a collection of individual StationTimeSeries. |
Uses of NestedPointFeatureCollection in ucar.nc2.ft.point.remote |
---|
Classes in ucar.nc2.ft.point.remote that implement NestedPointFeatureCollection | |
---|---|
class |
RemoteStationCollection
Connect to remote Station Collection using cdmremote |
Uses of NestedPointFeatureCollection in ucar.nc2.ft.point.standard |
---|
Classes in ucar.nc2.ft.point.standard that implement NestedPointFeatureCollection | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |