public interface TrajectoryFeatureCollection extends PointFeatureCC, java.lang.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, sizeTrajectoryFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionboolean hasNext()
throws java.io.IOException
java.io.IOException - on read errorTrajectoryFeature 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