public interface ProfileFeatureCollection extends NestedPointFeatureCollection
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Use the internal iterator to check if there is another ProfileFeature in the iteration.
|
ProfileFeature |
next()
Use the internal iterator to get the next ProfileFeature in the iteration.
|
void |
resetIteration()
Reset the internal iterator for another iteration over the ProfileFeatures in this Collection.
|
ProfileFeatureCollection |
subset(LatLonRect boundingBox)
Subset this collection by boundingBox
|
flatten, flatten, getAltUnits, getExtraVariables, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, getTimeUnit, isMultipleNested, sizegetCollectionFeatureType, getNameboolean hasNext()
throws java.io.IOException
java.io.IOException - on read errorProfileFeature next() throws java.io.IOException
java.io.IOException - on read errorvoid resetIteration()
throws java.io.IOException
java.io.IOException - on read errorProfileFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
subset in interface NestedPointFeatureCollectionboundingBox - want only profiles in this lat/lon bounding box.java.io.IOException - on read error