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) |
getCollectionIteratorgetAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, sizeTrajectoryFeatureCollection subset(LatLonRect boundingBox)
boolean 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