public interface ProfileFeatureCollection extends PointFeatureCC, Iterable<ProfileFeature>
Modifier and Type | Method and Description |
---|---|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator()
Deprecated.
use foreach
|
boolean |
hasNext()
Deprecated.
use foreach
|
ProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
ProfileFeatureCollection |
subset(LatLonRect boundingBox)
Subset this collection by boundingBox
|
ProfileFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
getCollectionIterator
getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, size
forEach, iterator, spliterator
ProfileFeatureCollection subset(LatLonRect boundingBox) throws IOException
boundingBox
- want only profiles in this lat/lon bounding box.IOException
- on read errorProfileFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws IOException
IOException
boolean hasNext() throws IOException
IOException
- on read errorProfileFeature next() throws IOException
IOException
- on read errorvoid resetIteration() throws IOException
IOException
- on read errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws IOException
IOException