|
||||||||||
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(java.lang.String name)
Find a Station by name. |
java.util.List<Station> |
getStations()
Get all the Stations in the collection. |
java.util.List<Station> |
getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
java.util.List<Station> |
getStations(java.lang.String[] names)
Get a list of named Stations. |
Method Detail |
---|
java.util.List<Station> getStations() throws java.io.IOException
java.io.IOException
- on i/o errorjava.util.List<Station> getStations(LatLonRect boundingBox) throws java.io.IOException
boundingBox
- spatial subset
java.io.IOException
- on i/o errorjava.util.List<Station> getStations(java.lang.String[] names) throws java.io.IOException
names
- names of stations ids
java.io.IOException
- on i/o errorStation getStation(java.lang.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 |