|
||||||||||
| 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 this 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(java.util.List<Station> stations)
Get a subsetted StationCollection |
| Methods inherited from interface ucar.nc2.ft.StationCollection |
|---|
getBoundingBox, getStation, 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 error
StationTimeSeriesFeature next()
throws java.io.IOException
java.io.IOException - on read error
void resetIteration()
throws java.io.IOException
java.io.IOException - on read error
StationTimeSeriesFeatureCollection subset(java.util.List<Station> stations)
throws java.io.IOException
stations - only contain these stations
java.io.IOException - on i/o error
StationTimeSeriesFeature getStationFeature(Station s)
throws java.io.IOException
s - at this station
java.io.IOException - on i/o error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||