|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StationCollection
A collection of data at named locations called Stations. User can subset by bounding box .
| Method Summary | |
|---|---|
LatLonRect |
getBoundingBox()
Get the bounding box including all the stations. |
Station |
getStation(String name)
Find a Station by name. |
List<Station> |
getStations()
Get all the Stations in the collection. |
List<Station> |
getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
List<Station> |
getStations(List<String> stnNames)
Translate list of station names to list of Stations. |
| Method Detail |
|---|
List<Station> getStations()
throws IOException
IOException - on i/o error
List<Station> getStations(LatLonRect boundingBox)
throws IOException
boundingBox - spatial subset
IOException - on i/o errorList<Station> getStations(List<String> stnNames)
stnNames - list of stnNames
Station getStation(String name)
name - name/id of the station
LatLonRect getBoundingBox()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||