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, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizeflatten, flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, subsetgetCollectionFeatureType, getNameprotected PointFeatureCollectionIterator localIterator
protected SectionFeatureImpl(String name)
public boolean hasNext()
throws IOException
SectionFeaturehasNext in interface SectionFeatureIOException - on read errorpublic ProfileFeature next() throws IOException
SectionFeaturenext in interface SectionFeatureIOException - on read errorpublic void resetIteration()
throws IOException
SectionFeatureresetIteration in interface SectionFeatureIOException - on read errorCopyright © 1999–2013 UCAR/Unidata. All rights reserved.