public interface StationCollection extends PointCollection
| Modifier and Type | Method and Description |
|---|---|
List |
getData(List<ucar.unidata.geoloc.Station> stations)
Deprecated.
Get all data for a list of Stations.
|
List |
getData(List<ucar.unidata.geoloc.Station> stations,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all data for a list of Stations, allow user to cancel.
|
List |
getData(List<ucar.unidata.geoloc.Station> stations,
Date start,
Date end)
Deprecated.
Get data for a list of Stations within the specified date range.
|
List |
getData(List<ucar.unidata.geoloc.Station> stations,
Date start,
Date end,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get data for a list of Stations within the specified date range, allow user to cancel.
|
List |
getData(ucar.unidata.geoloc.Station s)
Deprecated.
Get all data for this Station.
|
List |
getData(ucar.unidata.geoloc.Station s,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all data for this Station, allow user to cancel.
|
List |
getData(ucar.unidata.geoloc.Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
List |
getData(ucar.unidata.geoloc.Station s,
Date start,
Date end,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get data for this Station within the specified date range, allow user to cancel.
|
DataIterator |
getDataIterator(ucar.unidata.geoloc.Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
getDataIterator(ucar.unidata.geoloc.Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
ucar.unidata.geoloc.Station |
getStation(String name)
Deprecated.
Find a Station by name
|
int |
getStationDataCount(ucar.unidata.geoloc.Station s)
Deprecated.
How many Data objects are available for this Station?
|
List<ucar.unidata.geoloc.Station> |
getStations()
Deprecated.
Get all the Stations in the collection.
|
List<ucar.unidata.geoloc.Station> |
getStations(ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all the Stations in the collection, allow user to cancel.
|
List<ucar.unidata.geoloc.Station> |
getStations(ucar.unidata.geoloc.LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
List<ucar.unidata.geoloc.Station> |
getStations(ucar.unidata.geoloc.LatLonRect boundingBox,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all the Stations within a bounding box, allow user to cancel.
|
getData, getData, getData, getData, getData, getData, getDataClass, getDataCount, getDataIterator, getTimeUnitsList<ucar.unidata.geoloc.Station> getStations() throws IOException
IOException - on io errorList<ucar.unidata.geoloc.Station> getStations(ucar.nc2.util.CancelTask cancel) throws IOException
cancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorList<ucar.unidata.geoloc.Station> getStations(ucar.unidata.geoloc.LatLonRect boundingBox) throws IOException
boundingBox - restrict data to this bounding noxIOException - on io errorList<ucar.unidata.geoloc.Station> getStations(ucar.unidata.geoloc.LatLonRect boundingBox, ucar.nc2.util.CancelTask cancel) throws IOException
boundingBox - restrict data to this bounding noxcancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorucar.unidata.geoloc.Station getStation(String name)
name - find this nameint getStationDataCount(ucar.unidata.geoloc.Station s)
s - stationList getData(ucar.unidata.geoloc.Station s) throws IOException
s - for this StationIOException - on io errorList getData(ucar.unidata.geoloc.Station s, ucar.nc2.util.CancelTask cancel) throws IOException
s - for this Stationcancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorList getData(ucar.unidata.geoloc.Station s, Date start, Date end) throws IOException
s - for this Stationstart - restrict data to after this timeend - restrict data to before this timeIOException - on io errorList getData(ucar.unidata.geoloc.Station s, Date start, Date end, ucar.nc2.util.CancelTask cancel) throws IOException
s - for this Stationstart - restrict data to after this timeend - restrict data to before this timecancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorList getData(List<ucar.unidata.geoloc.Station> stations) throws IOException
stations - for these StationsIOException - on io erroras a (possibly) more efficient alternativeList getData(List<ucar.unidata.geoloc.Station> stations, ucar.nc2.util.CancelTask cancel) throws IOException
stations - for these Stationscancel - allow user to cancel. Implementors should return ASAP.IOException - on io erroras a (possibly) more efficient alternativeList getData(List<ucar.unidata.geoloc.Station> stations, Date start, Date end) throws IOException
stations - for these Stationsstart - restrict data to after this timeend - restrict data to before this timeIOException - on io erroras a (possibly) more efficient alternativeList getData(List<ucar.unidata.geoloc.Station> stations, Date start, Date end, ucar.nc2.util.CancelTask cancel) throws IOException
stations - for these Stationsstart - restrict data to after this timeend - restrict data to before this timecancel - allow user to cancel. Implementors should return ASAP.IOException - on io erroras a (possibly) more efficient alternativeDataIterator getDataIterator(ucar.unidata.geoloc.Station s)
s - for this StationDataIterator getDataIterator(ucar.unidata.geoloc.Station s, Date start, Date end)
s - for this Stationstart - restrict data to after this timeend - restrict data to before this time