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) |
getCollectionIterator
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
TrajectoryFeatureCollection 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