|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrajectoryFeatureCollection
A collection of TrajectoryFeatures
Method Summary | |
---|---|
boolean |
hasNext()
Use the internal iterator to check if there is another TrajectoryFeature in the iteration. |
TrajectoryFeature |
next()
Use the internal iterator to get the next TrajectoryFeature in the iteration. |
void |
resetIteration()
Reset the internal iterator for another iteration over the TrajectoryFeatures in this Collection. |
Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection |
---|
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, size, subset |
Methods inherited from interface ucar.nc2.ft.FeatureCollection |
---|
getCollectionFeatureType, getName |
Method Detail |
---|
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 error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |