public interface TrajectoryProfileFeature extends PointFeatureCC, java.lang.Iterable<ProfileFeature>
Modifier and Type | Method and Description |
---|---|
StructureData |
getFeatureData()
The data associated with the Section feature.
|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator()
Deprecated.
use foreach
|
boolean |
hasNext()
Deprecated.
use foreach
|
ProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
int |
size()
The number of profiles along the trajectory.
|
getCollectionIterator
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit
int size()
size
in interface DsgFeatureCollection
@Nonnull StructureData getFeatureData() throws java.io.IOException
java.io.IOException
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 errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException