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) |
getCollectionIterator
getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, size
forEach, iterator, spliterator
List<StationFeature> getStationFeatures() throws IOException
IOException
List<StationFeature> getStationFeatures(List<String> stnNames) throws IOException
IOException
List<StationFeature> getStationFeatures(LatLonRect boundingBox) throws IOException
IOException
StationFeature findStationFeature(String name)
StationProfileFeature getStationProfileFeature(StationFeature s) throws IOException
IOException
StationProfileFeatureCollection subset(List<StationFeature> stations) throws IOException
IOException
StationProfileFeatureCollection subset(LatLonRect boundingBox) throws IOException
IOException
StationProfileFeatureCollection subset(List<StationFeature> stns, CalendarDateRange dateRange) throws IOException
IOException
StationProfileFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws IOException
IOException
boolean 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