|
||||||||||
| 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 | |
|---|---|
void |
finish()
Make sure that the internal iterator is complete, and recover resources. |
PointFeatureCollection |
flatten(java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information. |
ucar.unidata.geoloc.Station |
getStation(PointFeature feature)
Get the station that belongs to this feature |
StationTimeSeriesFeature |
getStationFeature(ucar.unidata.geoloc.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(ucar.unidata.geoloc.LatLonRect boundingBox)
Get a subsetted StationCollection from a LatLonRect |
StationTimeSeriesFeatureCollection |
subset(java.util.List<ucar.unidata.geoloc.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 error
StationTimeSeriesFeature next()
throws java.io.IOException
java.io.IOException - on read errorvoid finish()
PointFeatureIterator.finish()
void resetIteration()
throws java.io.IOException
java.io.IOException - on read error
StationTimeSeriesFeatureCollection subset(java.util.List<ucar.unidata.geoloc.Station> stations)
throws java.io.IOException
stations - only contain these stations
java.io.IOException - on i/o error
StationTimeSeriesFeatureCollection subset(ucar.unidata.geoloc.LatLonRect boundingBox)
throws java.io.IOException
subset in interface NestedPointFeatureCollectionboundingBox - spatial subset. may be null
java.io.IOException - on i/o error
StationTimeSeriesFeature getStationFeature(ucar.unidata.geoloc.Station s)
throws java.io.IOException
s - get data for this station, must have come from this Collection
java.io.IOException - on i/o error
ucar.unidata.geoloc.Station getStation(PointFeature feature)
throws java.io.IOException
feature - PointFeature obtained from a StationTimeSeriesFeature in this collection
java.io.IOException - on i/o error
PointFeatureCollection flatten(java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList)
throws java.io.IOException
stations - only contain these stations; if null or empty use alldateRange - only points in this date range. may be null.varList - only these member variables. may be null. currently ignored
java.io.IOException - on read error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||