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 |
ProfileFeature
A set of observations along the vertical (z) axis.
|
interface |
StationTimeSeriesFeature
Time series of PointFeature at a named location aka 'station'.
|
interface |
TrajectoryFeature
A set of observations along a 1 dimensional path, connected in space and time.
|
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
PointFeatureCollection |
NestedPointFeatureCollection.flatten(LatLonRect boundingBox,
DateRange dateRange)
Deprecated.
use CalendarDateRange
|
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList)
Deprecated.
use CalendarDateRange
|
PointFeatureCollection |
PointFeatureCollectionIterator.next()
Returns the next PointFeatureCollection
You must call hasNext() before calling next(), even if you know it will return true.
|
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
CalendarDateRange dateRange)
Subset this collection by boundingBox and/or dateRange
|
PointFeatureCollection |
PointFeatureCollection.subset(LatLonRect boundingBox,
DateRange dateRange)
Deprecated.
use CalendarDateRange
|
Modifier and Type | Method and Description |
---|---|
boolean |
PointFeatureCollectionIterator.Filter.filter(PointFeatureCollection pointFeatureCollection)
Filter collections.
|
void |
PointFeatureIterator.setCalculateBounds(PointFeatureCollection collection)
If this is set, then the iterator will calculate the bounding box, time range, and size,
and make it available through getBoundingBox(), getDateRange(), and getSize().
|
Modifier and Type | Class and Description |
---|---|
class |
PointCollectionImpl
Abstract superclass for PointFeatureCollection
Subclass must supply getPointFeatureIterator().
|
protected static class |
PointCollectionImpl.PointCollectionSubset |
class |
ProfileFeatureImpl
Abstract superclass for implementations of ProfileFeature.
|
class |
StationTimeSeriesCollectionFlattened
A flattened StationTimeSeriesCollection.
|
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 PointFeatureCollection |
PointIteratorAbstract.collection |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange) |
PointFeatureCollection |
OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox,
DateRange dateRange) |
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(List<String> stationNames,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList) |
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList) |
PointFeatureCollection |
PointCollectionIteratorFiltered.next() |
PointFeatureCollection |
StationTimeSeriesCollectionFlattened.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
PointCollectionImpl.subset(LatLonRect boundingBox,
DateRange dateRange) |
Modifier and Type | Method and Description |
---|---|
void |
PointIteratorAbstract.setCalculateBounds(PointFeatureCollection collection) |
Modifier and Type | Class and Description |
---|---|
class |
CompositePointCollection
PointCollection composed of other PointCollections
|
class |
CompositeStationCollectionFlattened
CompositeStationCollection that has been flattened into a PointCollection
|
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
PointFeatureCollection |
CompositeStationCollection.flatten(List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList) |
PointFeatureCollection |
CompositePointCollection.subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
Modifier and Type | Method and Description |
---|---|
PointFeatureCollection |
RemoteStationCollection.flatten(LatLonRect boundingBox,
CalendarDateRange dateRange) |
Modifier and Type | Class and Description |
---|---|
class |
StandardPointCollectionImpl
Implementation of PointFeatureCollection using a NestedTable
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.