public interface TrajectoryFeatureCollection extends PointFeatureCC, Iterable<TrajectoryFeature>
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator()
Deprecated.
use foreach
|
boolean |
hasNext()
Deprecated.
use foreach
|
TrajectoryFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
TrajectoryFeatureCollection |
subset(LatLonRect boundingBox) |
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizeforEach, iterator, spliteratorTrajectoryFeatureCollection subset(LatLonRect boundingBox)
boolean hasNext()
throws IOException
IOException - on read errorTrajectoryFeature next() throws IOException
IOException - on read errorvoid resetIteration()
throws IOException
IOException - on read errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws IOException
IOException