public abstract class SectionFeatureImpl extends PointFeatureCCImpl implements TrajectoryProfileFeature
| Modifier and Type | Field and Description |
|---|---|
protected PointFeatureCollectionIterator |
localIterator |
collectionFeatureType| Modifier | Constructor and Description |
|---|---|
protected |
SectionFeatureImpl(String name,
CalendarDateUnit timeUnit,
String altUnits) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Use the internal iterator to check if there is another ProfileFeature in the iteration.
|
Iterator<ProfileFeature> |
iterator() |
ProfileFeature |
next()
Use the internal iterator to get the next ProfileFeature in the iteration.
|
void |
resetIteration()
Reset the internal iterator for another iteration over the ProfileFeature in this Collection.
|
getCollectionFeatureTypegetAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getInfo, getName, getNobs, getTimeUnit, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatureData, getPointFeatureCollectionIterator, sizegetCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnitforEach, spliteratorprotected PointFeatureCollectionIterator localIterator
protected SectionFeatureImpl(String name, CalendarDateUnit timeUnit, String altUnits)
public Iterator<ProfileFeature> iterator()
iterator in interface Iterable<ProfileFeature>public boolean hasNext()
throws IOException
TrajectoryProfileFeaturehasNext in interface TrajectoryProfileFeatureIOException - on read errorpublic ProfileFeature next() throws IOException
TrajectoryProfileFeaturenext in interface TrajectoryProfileFeatureIOException - on read errorpublic void resetIteration()
throws IOException
TrajectoryProfileFeatureresetIteration in interface TrajectoryProfileFeatureIOException - on read error