public interface TrajectoryProfileFeature extends PointFeatureCC, 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.
|
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnitforEach, iterator, spliteratorint size()
size in interface DsgFeatureCollection@Nonnull StructureData getFeatureData() throws IOException
IOException - on i/o errorboolean hasNext()
throws IOException
IOException - on read errorProfileFeature next() throws IOException
IOException - on read errorvoid resetIteration()
throws IOException
IOException - on read errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws IOException
IOException