public abstract class SectionFeatureImpl extends OneNestedPointCollectionImpl implements SectionFeature
Modifier and Type | Field and Description |
---|---|
protected PointFeatureCollectionIterator |
localIterator |
npts
Modifier | Constructor and Description |
---|---|
protected |
SectionFeatureImpl(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, flatten, getCollectionFeatureType, getName, getNestedPointFeatureCollectionIterator, isMultipleNested, setSize, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
size
flatten, flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, subset
getCollectionFeatureType, getName
protected PointFeatureCollectionIterator localIterator
protected SectionFeatureImpl(String name)
public boolean hasNext() throws IOException
SectionFeature
hasNext
in interface SectionFeature
IOException
- on read errorpublic ProfileFeature next() throws IOException
SectionFeature
next
in interface SectionFeature
IOException
- on read errorpublic void resetIteration() throws IOException
SectionFeature
resetIteration
in interface SectionFeature
IOException
- on read errorCopyright © 1999–2015 UCAR/Unidata. All rights reserved.