public abstract class SectionCollectionImpl extends MultipleNestedPointCollectionImpl implements SectionFeatureCollection
altUnits, collectionFeatureType, extras, name, npts, timeUnit| Modifier | Constructor and Description |
|---|---|
protected |
SectionCollectionImpl(java.lang.String name,
DateUnit timeUnit,
java.lang.String altUnits) |
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator(int bufferSize)
Iterate through the collection, composed of PointFeatureCollection.
|
boolean |
hasNext()
Use the internal iterator to check if there is another SectionFeature in the iteration.
|
SectionFeature |
next()
Use the internal iterator to get the next SectionFeature in the iteration.
|
void |
resetIteration()
Reset the internal iterator for another iteration over the SectionFeatures in this Collection.
|
SectionFeatureCollection |
subset(LatLonRect boundingBox)
Get a subsetted NestedPointFeatureCollection based on a LatLonRect
|
flatten, flatten, getAltUnits, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, isMultipleNested, setSize, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflatten, flatten, getAltUnits, getExtraVariables, getNestedPointFeatureCollectionIterator, getTimeUnit, isMultipleNested, sizegetCollectionFeatureType, getNameprotected SectionCollectionImpl(java.lang.String name,
DateUnit timeUnit,
java.lang.String altUnits)
public PointFeatureCollectionIterator getPointFeatureCollectionIterator(int bufferSize) throws java.io.IOException
NestedPointFeatureCollectiongetPointFeatureCollectionIterator in interface NestedPointFeatureCollectiongetPointFeatureCollectionIterator in class MultipleNestedPointCollectionImplbufferSize - how many bytes can be used to buffer data, use -1 to use default.java.io.IOException - on read errorpublic boolean hasNext()
throws java.io.IOException
SectionFeatureCollectionhasNext in interface SectionFeatureCollectionjava.io.IOException - on read errorpublic SectionFeature next() throws java.io.IOException
SectionFeatureCollectionnext in interface SectionFeatureCollectionjava.io.IOException - on read errorpublic void resetIteration()
throws java.io.IOException
SectionFeatureCollectionresetIteration in interface SectionFeatureCollectionjava.io.IOException - on read errorpublic SectionFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
NestedPointFeatureCollectionsubset in interface NestedPointFeatureCollectionboundingBox - spatial subsetjava.io.IOException - on i/o error