public interface ProfileFeatureCollection extends PointFeatureCC, java.lang.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
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
ProfileFeatureCollection subset(LatLonRect boundingBox)
boundingBox
- want only profiles in this lat/lon bounding box.ProfileFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange)
boolean 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 errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException