public abstract class SectionCollectionImpl extends PointFeatureCCCImpl implements TrajectoryProfileFeatureCollection
| Modifier and Type | Field and Description |
|---|---|
protected PointFeatureCCIterator |
localIterator |
collectionFeatureType| Modifier | Constructor and Description |
|---|---|
protected |
SectionCollectionImpl(String name,
CalendarDateUnit timeUnit,
String altUnits) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Use the internal iterator to check if there is another SectionFeature in the iteration.
|
TrajectoryProfileFeature |
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.
|
getCollectionFeatureTypegetAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getInfo, getName, getNobs, getTimeUnit, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNestedPointFeatureCollectionIteratorgetCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizeforEach, iterator, spliteratorprotected PointFeatureCCIterator localIterator
protected SectionCollectionImpl(String name, CalendarDateUnit timeUnit, String altUnits)
public boolean hasNext()
throws IOException
TrajectoryProfileFeatureCollectionhasNext in interface TrajectoryProfileFeatureCollectionIOException - on read errorpublic TrajectoryProfileFeature next() throws IOException
TrajectoryProfileFeatureCollectionnext in interface TrajectoryProfileFeatureCollectionIOException - on read errorpublic void resetIteration()
throws IOException
TrajectoryProfileFeatureCollectionresetIteration in interface TrajectoryProfileFeatureCollectionIOException - on read error