public interface StationProfileFeatureCollection extends NestedPointFeatureCollection, StationCollection
| Modifier and Type | Method and Description |
|---|---|
StationProfileFeature |
getStationProfileFeature(Station s)
Get the StationProfileFeature for a specific Station.
|
boolean |
hasNext()
Use the internal iterator to check if there is another StationProfileFeature in the iteration.
|
StationProfileFeature |
next()
Use the internal iterator to get the next StationProfileFeature in the iteration.
|
void |
resetIteration()
Reset the internal iterator for another iteration over the StationProfileFeature in this Collection.
|
StationProfileFeatureCollection |
subset(List<Station> stations)
Get a subsetted StationProfileFeatureCollection
|
flatten, flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, size, subsetgetCollectionFeatureType, getNamegetBoundingBox, getStation, getStations, getStations, getStationsboolean hasNext()
throws IOException
IOException - on read errorStationProfileFeature next() throws IOException
IOException - on read errorvoid resetIteration()
throws IOException
IOException - on read errorStationProfileFeatureCollection subset(List<Station> stations) throws IOException
stations - only contain these stationsIOException - on i/o errorStationProfileFeature getStationProfileFeature(Station s) throws IOException
s - at this stationIOException - on i/o errorCopyright © 1999–2013 UCAR/Unidata. All rights reserved.