|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StationProfileFeatureCollection
A collection of StationProfileFeatures
Method Summary | |
---|---|
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 |
Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection |
---|
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, size, subset |
Methods inherited from interface ucar.nc2.ft.FeatureCollection |
---|
getCollectionFeatureType, getName |
Methods inherited from interface ucar.nc2.ft.StationCollection |
---|
getBoundingBox, getStation, getStations, getStations, getStations |
Method Detail |
---|
boolean 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 stations
IOException
- on i/o errorStationProfileFeature getStationProfileFeature(Station s) throws IOException
s
- at this station
IOException
- on i/o error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |