public interface TrajectoryProfileFeatureCollection extends PointFeatureCCC, Iterable<TrajectoryProfileFeature>
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCCIterator |
getNestedPointFeatureCollectionIterator()
Deprecated.
use foreach
|
boolean |
hasNext()
Deprecated.
use foreach
|
TrajectoryProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizeforEach, iterator, spliteratorboolean hasNext()
throws IOException
IOException - on read errorTrajectoryProfileFeature next() throws IOException
IOException - on read errorvoid resetIteration()
throws IOException
IOException - on read errorPointFeatureCCIterator getNestedPointFeatureCollectionIterator() throws IOException
IOException