public interface TrajectoryFeatureCollection extends NestedPointFeatureCollection
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
flatten, flatten, getAltUnits, getExtraVariables, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, getTimeUnit, isMultipleNested, size, subsetgetCollectionFeatureType, getNameboolean 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