public interface StationCollection
Modifier and Type | Method and Description |
---|---|
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.util.List<java.lang.String> stnNames)
Translate list of station names to list of Stations.
|
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 subsetjava.io.IOException
- on i/o errorjava.util.List<Station> getStations(java.util.List<java.lang.String> stnNames)
stnNames
- list of stnNamesStation getStation(java.lang.String name)
name
- name/id of the stationLatLonRect getBoundingBox()