|
||||||||||
| 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 | |
|---|---|
ucar.unidata.geoloc.LatLonRect |
getBoundingBox()
Get the bounding box including all the stations. |
ucar.unidata.geoloc.Station |
getStation(java.lang.String name)
Find a Station by name. |
java.util.List<ucar.unidata.geoloc.Station> |
getStations()
Get all the Stations in the collection. |
java.util.List<ucar.unidata.geoloc.Station> |
getStations(ucar.unidata.geoloc.LatLonRect boundingBox)
Get all the Stations within a bounding box. |
java.util.List<ucar.unidata.geoloc.Station> |
getStations(java.util.List<java.lang.String> stnNames)
Translate list of station names to list of Stations. |
| Method Detail |
|---|
java.util.List<ucar.unidata.geoloc.Station> getStations()
throws java.io.IOException
java.io.IOException - on i/o error
java.util.List<ucar.unidata.geoloc.Station> getStations(ucar.unidata.geoloc.LatLonRect boundingBox)
throws java.io.IOException
boundingBox - spatial subset
java.io.IOException - on i/o errorjava.util.List<ucar.unidata.geoloc.Station> getStations(java.util.List<java.lang.String> stnNames)
stnNames - list of stnNames
ucar.unidata.geoloc.Station getStation(java.lang.String name)
name - name/id of the station
ucar.unidata.geoloc.LatLonRect getBoundingBox()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||