public interface StationProfileFeatureCollection extends StationFeatureCollection, PointFeatureCCC, java.lang.Iterable<StationProfileFeature>
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCCIterator |
getNestedPointFeatureCollectionIterator()
Deprecated.
use foreach
|
StationProfileFeature |
getStationProfileFeature(StationFeature s) |
boolean |
hasNext()
Deprecated.
use foreach
|
StationProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
StationProfileFeatureCollection |
subset(LatLonRect boundingBox) |
StationProfileFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
StationProfileFeatureCollection |
subset(java.util.List<StationFeature> stations) |
StationProfileFeatureCollection |
subset(java.util.List<StationFeature> stns,
CalendarDateRange dateRange) |
findStationFeature, getStationFeatures, getStationFeatures, getStationFeaturesgetCollectionIteratorgetAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, sizeStationProfileFeature getStationProfileFeature(StationFeature s)
StationProfileFeatureCollection subset(java.util.List<StationFeature> stations)
StationProfileFeatureCollection subset(LatLonRect boundingBox)
StationProfileFeatureCollection subset(java.util.List<StationFeature> stns, CalendarDateRange dateRange)
StationProfileFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws java.io.IOException
java.io.IOExceptionboolean hasNext()
throws java.io.IOException
java.io.IOException - on read errorStationProfileFeature next() throws java.io.IOException
java.io.IOException - on read errorvoid resetIteration()
throws java.io.IOException
java.io.IOException - on read errorPointFeatureCCIterator getNestedPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException