|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.point.StationDatasetCollection
public class StationDatasetCollection
A Collection of StationDatasets
Constructor Summary | |
---|---|
StationDatasetCollection()
|
Method Summary | |
---|---|
void |
add(String location)
|
DataIterator |
getDataIterator(Station s)
Get all data for this Station. |
DataIterator |
getDataIterator(Station s,
Date start,
Date end)
Get data for this Station within the specified date range. |
Station |
getStation(String name)
Find a Station by name |
List |
getStations()
Get all the Stations in the collection. |
List |
getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StationDatasetCollection()
Method Detail |
---|
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 box
IOException
- I/O errorpublic Station getStation(String name)
name
- name of the Station
public DataIterator getDataIterator(Station s) throws IOException
s
- Station
IOException
- I/O errorpublic DataIterator getDataIterator(Station s, Date start, Date end) throws IOException
s
- Stationstart
- starting Dateend
- ending Date
IOException
- I/O errorpublic static void main(String[] args) throws IOException, ParseException
IOException
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |