Package | Description |
---|---|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
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 | Class and Description |
---|---|
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.
|
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().
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.