public interface StationProfileFeatureCollection extends PointFeatureCCC, Iterable<StationProfileFeature>
| Modifier and Type | Method and Description |
|---|---|
StationFeature |
findStationFeature(String name) |
PointFeatureCCIterator |
getNestedPointFeatureCollectionIterator()
Deprecated.
use foreach
|
List<StationFeature> |
getStationFeatures() |
List<StationFeature> |
getStationFeatures(LatLonRect boundingBox) |
List<StationFeature> |
getStationFeatures(List<String> stnNames) |
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(List<StationFeature> stations) |
StationProfileFeatureCollection |
subset(List<StationFeature> stns,
CalendarDateRange dateRange) |
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizeforEach, iterator, spliteratorList<StationFeature> getStationFeatures() throws IOException
IOExceptionList<StationFeature> getStationFeatures(List<String> stnNames) throws IOException
IOExceptionList<StationFeature> getStationFeatures(LatLonRect boundingBox) throws IOException
IOExceptionStationFeature findStationFeature(String name)
StationProfileFeature getStationProfileFeature(StationFeature s) throws IOException
IOExceptionStationProfileFeatureCollection subset(List<StationFeature> stations) throws IOException
IOExceptionStationProfileFeatureCollection subset(LatLonRect boundingBox) throws IOException
IOExceptionStationProfileFeatureCollection subset(List<StationFeature> stns, CalendarDateRange dateRange) throws IOException
IOExceptionStationProfileFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws IOException
IOExceptionboolean hasNext()
throws IOException
IOException - on read errorStationProfileFeature next() throws IOException
IOException - on read errorvoid resetIteration()
throws IOException
IOException - on read errorPointFeatureCCIterator getNestedPointFeatureCollectionIterator() throws IOException
IOException