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.
|
getCollectionIteratorgetAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnitint size()
size in interface DsgFeatureCollection@Nonnull StructureData getFeatureData() throws java.io.IOException
java.io.IOExceptionboolean 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