public abstract class SectionFeatureImpl extends OneNestedPointCollectionImpl implements SectionFeature
| Modifier and Type | Field and Description |
|---|---|
protected PointFeatureCollectionIterator |
localIterator |
npts| Modifier | Constructor and Description |
|---|---|
protected |
SectionFeatureImpl(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Use the internal iterator to check if there is another ProfileFeature in the iteration.
|
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.
|
flatten, getCollectionFeatureType, getName, getNestedPointFeatureCollectionIterator, isMultipleNested, setSize, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizeflatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, subsetgetCollectionFeatureType, getNameprotected PointFeatureCollectionIterator localIterator
public boolean hasNext()
throws java.io.IOException
SectionFeaturehasNext in interface SectionFeaturejava.io.IOException - on read errorpublic ProfileFeature next() throws java.io.IOException
SectionFeaturenext in interface SectionFeaturejava.io.IOException - on read errorpublic void resetIteration()
throws java.io.IOException
SectionFeatureresetIteration in interface SectionFeaturejava.io.IOException - on read error