public class StationDatasetCollection extends Object
| Constructor and Description |
|---|
StationDatasetCollection()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String location)
Deprecated.
|
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
|
List |
getStations()
Deprecated.
Get all the Stations in the collection.
|
List |
getStations(ucar.unidata.geoloc.LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
static void |
main(String[] args)
Deprecated.
|
public void add(String location) throws IOException
IOExceptionpublic List getStations() throws IOException
IOException - I/O errorpublic List getStations(ucar.unidata.geoloc.LatLonRect boundingBox) throws IOException
boundingBox - within this bounding boxIOException - I/O errorpublic ucar.unidata.geoloc.Station getStation(String name)
name - name of the Stationpublic DataIterator getDataIterator(ucar.unidata.geoloc.Station s) throws IOException
s - StationIOException - I/O errorpublic DataIterator getDataIterator(ucar.unidata.geoloc.Station s, Date start, Date end) throws IOException
s - Stationstart - starting Dateend - ending DateIOException - I/O errorpublic static void main(String[] args) throws IOException, ParseException
IOExceptionParseException