public interface StationCollection
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Station> getStations() throws IOException
IOException - on i/o errorList<Station> getStations(LatLonRect boundingBox) throws IOException
boundingBox - spatial subsetIOException - on i/o errorList<Station> getStations(List<String> stnNames)
stnNames - list of stnNamesStation getStation(String name)
name - name/id of the stationLatLonRect getBoundingBox()