public interface SectionFeature extends NestedPointFeatureCollection
Modifier and Type | Method and Description |
---|---|
StructureData |
getFeatureData()
The actual data of just this feature.
|
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.
|
int |
size()
The number of profiles along the trajectory.
|
flatten, flatten, getAltUnits, getExtraVariables, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, getTimeUnit, isMultipleNested, subset
getCollectionFeatureType, getName
int size()
size
in interface NestedPointFeatureCollection
boolean hasNext() throws java.io.IOException
java.io.IOException
- on read errorProfileFeature next() throws java.io.IOException
java.io.IOException
- on read errorvoid resetIteration() throws java.io.IOException
java.io.IOException
- on read errorStructureData getFeatureData() throws java.io.IOException
java.io.IOException
- on i/o error