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) |
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizeforEach, iterator, spliteratorProfileFeatureCollection 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
IOExceptionboolean 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