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 | Method and Description |
---|---|
PointFeatureIterator |
PointFeatureCollection.getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection.
|
Modifier and Type | Class and Description |
---|---|
class |
PointIteratorAbstract
Abstract superclass for PointFeatureIterator.
|
class |
PointIteratorEmpty
An empty PointIterator.
|
class |
PointIteratorFiltered
Decorate a PointFeatureIterator with filtering on dateRange and/or bounding box.
|
class |
PointIteratorFlatten
Adapt a PointFeatureCollectionIterator to a PointFeatureIterator, by flattening all the iterators in the collection
into a single iterator over PointFeatures.
|
class |
PointIteratorFromStructureData
A PointFeatureIterator which uses a StructureDataIterator to iterate over members of a Structure,
with optional filtering and calculation of time range and bounding box.
|
class |
PointIteratorMultidim
A PointFeatureIterator using the "multidimensional representation".
|
Modifier and Type | Field and Description |
---|---|
protected PointFeatureIterator |
PointCollectionImpl.localIterator |
Modifier and Type | Method and Description |
---|---|
PointFeatureIterator |
StationTimeSeriesCollectionFlattened.getPointFeatureIterator(int bufferSize) |
PointFeatureIterator |
PointCollectionImpl.PointCollectionSubset.getPointFeatureIterator(int bufferSize) |
PointFeatureIterator |
StationTimeSeriesFeatureImpl.StationFeatureSubset.getPointFeatureIterator(int bufferSize) |
Modifier and Type | Method and Description |
---|---|
PointFeatureIterator |
CompositeStationCollectionFlattened.getPointFeatureIterator(int bufferSize) |
PointFeatureIterator |
CompositePointCollection.getPointFeatureIterator(int bufferSize) |
Modifier and Type | Class and Description |
---|---|
class |
RemotePointFeatureIterator
Iterate through a stream of PointStream.MessageType.PointFeature until PointStream.MessageType.End
|
Modifier and Type | Class and Description |
---|---|
class |
StandardPointFeatureIterator
A PointFeatureIterator which uses a NestedTable to implement makeFeature().
|
Modifier and Type | Method and Description |
---|---|
PointFeatureIterator |
StandardPointCollectionImpl.getPointFeatureIterator(int bufferSize) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.