public class StationDatasetCollection extends Object
Constructor and Description |
---|
StationDatasetCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(String location)
Deprecated.
|
DataIterator |
getDataIterator(Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
Station |
getStation(String name)
Deprecated.
Find a Station by name
|
List |
getStations()
Deprecated.
Get all the Stations in the collection.
|
List |
getStations(LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
static void |
main(String[] args)
Deprecated.
|
public void add(String location) throws IOException
IOException
public List getStations() throws IOException
IOException
- I/O errorpublic List getStations(LatLonRect boundingBox) throws IOException
boundingBox
- within this bounding boxIOException
- I/O errorpublic Station getStation(String name)
name
- name of the Stationpublic DataIterator getDataIterator(Station s) throws IOException
s
- StationIOException
- I/O errorpublic DataIterator getDataIterator(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
IOException
ParseException
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.