public interface TrajectoryProfileFeatureCollection extends PointFeatureCCC, java.lang.Iterable<TrajectoryProfileFeature>
Modifier and Type | Method and Description |
---|---|
PointFeatureCCIterator |
getNestedPointFeatureCollectionIterator()
Deprecated.
use foreach
|
boolean |
hasNext()
Deprecated.
use foreach
|
TrajectoryProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
getCollectionIterator
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
boolean hasNext() throws java.io.IOException
java.io.IOException
- on read errorTrajectoryProfileFeature next() throws java.io.IOException
java.io.IOException
- on read errorvoid resetIteration() throws java.io.IOException
java.io.IOException
- on read errorPointFeatureCCIterator getNestedPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException