public class FlattenedDatasetPointCollection extends PointCollectionImpl
iterator returns features in default order, with maximum read
efficiency as the goal.| Modifier and Type | Class and Description |
|---|---|
protected class |
FlattenedDatasetPointCollection.FlattenedDatasetPointIterator |
PointCollectionImpl.PointCollectionSubsetlocalIterator| Constructor and Description |
|---|
FlattenedDatasetPointCollection(FeatureDatasetPoint fdPoint)
Constructs a FlattenedDatasetPointCollection.
|
| Modifier and Type | Method and Description |
|---|---|
PointFeatureIterator |
getPointFeatureIterator()
Get an iterator over the PointFeatures of this collection.
|
finish, getCollectionFeatureType, hasNext, iterator, next, resetIteration, subsetgetAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getInfo, getName, getNobs, getTimeUnit, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getName, getTimeUnit, sizeforEach, spliteratorpublic FlattenedDatasetPointCollection(FeatureDatasetPoint fdPoint) throws IllegalArgumentException
fdPoint - a point dataset.IllegalArgumentException - if any of the feature collections in the dataset are not of type
PointFeatureCollection or NestedPointFeatureCollection.public PointFeatureIterator getPointFeatureIterator() throws IOException
PointFeatureCollectionIOException - on read error