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 |
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
NestedPointFeatureCollectionIterator.Filter.filter(NestedPointFeatureCollection nestedPointFeatureCollection)
Filter collections.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
NestedPointFeatureCollection |
NestedPointCollectionIteratorFiltered.next() |
Modifier and Type | Class and Description |
---|---|
class |
CompositeStationCollection
StationTimeSeries composed of a collection of individual StationTimeSeries.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteStationCollection
Connect to remote Station Collection using cdmremote
|
Modifier and Type | Class and Description |
---|---|
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.