|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StationTimeSeriesFeatureCollection
A collection of StationTimeSeriesFeature.
Method Summary | |
---|---|
StationTimeSeriesFeature |
getStationFeature(Station s)
Get the collection of data for a particular Station. |
boolean |
hasNext()
Use the internal iterator to check if there is another StationTimeSeriesFeature in the iteration. |
StationTimeSeriesFeature |
next()
Use the internal iterator to get the next StationTimeSeriesFeature in the iteration. |
void |
resetIteration()
Reset the internal iterator for another iteration over the StationTimeSeriesFeatures in this Collection. |
StationTimeSeriesFeatureCollection |
subset(LatLonRect boundingBox)
Get a subsetted StationCollection based on a LatLonRect |
StationTimeSeriesFeatureCollection |
subset(java.util.List<Station> stations)
Get a subsetted StationCollection based on a list of Stations. |
Methods inherited from interface ucar.nc2.ft.StationCollection |
---|
getBoundingBox, getStation, getStations, getStations, getStations |
Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection |
---|
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, size |
Methods inherited from interface ucar.nc2.ft.FeatureCollection |
---|
getCollectionFeatureType, getName |
Method Detail |
---|
boolean hasNext() throws java.io.IOException
java.io.IOException
- on read errorStationTimeSeriesFeature next() throws java.io.IOException
java.io.IOException
- on read errorvoid resetIteration() throws java.io.IOException
java.io.IOException
- on read errorStationTimeSeriesFeatureCollection subset(java.util.List<Station> stations) throws java.io.IOException
stations
- only contain these stations
java.io.IOException
- on i/o errorStationTimeSeriesFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
subset
in interface NestedPointFeatureCollection
boundingBox
- spatial subset
java.io.IOException
- on i/o errorStationTimeSeriesFeature getStationFeature(Station s) throws java.io.IOException
s
- get data for this station, must have come from
java.io.IOException
- on i/o error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |