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) |
getCollectionIterator
getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, size
forEach, iterator, spliterator
TrajectoryFeatureCollection subset(LatLonRect boundingBox) throws IOException
IOException
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