public class StationHelper
extends java.lang.Object
Constructor and Description |
---|
StationHelper() |
Modifier and Type | Method and Description |
---|---|
void |
addStation(StationFeature s) |
LatLonRect |
getBoundingBox() |
StationFeature |
getStation(java.lang.String name) |
StationFeature |
getStationFeature(Station stn) |
java.util.List<StationFeature> |
getStationFeatures() |
java.util.List<StationFeature> |
getStationFeatures(LatLonRect boundingBox) |
java.util.List<StationFeature> |
getStationFeatures(java.util.List<Station> stations) |
java.util.List<StationFeature> |
getStationFeaturesFromNames(java.util.List<java.lang.String> stnNames) |
java.util.List<Station> |
getStations() |
java.util.List<Station> |
getStations(LatLonRect boundingBox) |
java.util.List<Station> |
getStations(java.util.List<java.lang.String> stnNames) |
void |
setStations(java.util.List<StationFeature> nstations) |
StationHelper |
subset(LatLonRect bb) |
StationHelper |
subset(java.util.List<Station> stns) |
public void addStation(StationFeature s)
public void setStations(java.util.List<StationFeature> nstations)
public LatLonRect getBoundingBox()
public java.util.List<Station> getStations(LatLonRect boundingBox) throws java.io.IOException
java.io.IOException
public java.util.List<StationFeature> getStationFeatures(LatLonRect boundingBox) throws java.io.IOException
java.io.IOException
public StationFeature getStation(java.lang.String name)
public java.util.List<StationFeature> getStationFeatures()
public java.util.List<Station> getStations()
public java.util.List<StationFeature> getStationFeaturesFromNames(java.util.List<java.lang.String> stnNames)
public java.util.List<StationFeature> getStationFeatures(java.util.List<Station> stations)
public StationFeature getStationFeature(Station stn)
public java.util.List<Station> getStations(java.util.List<java.lang.String> stnNames)
public StationHelper subset(LatLonRect bb) throws java.io.IOException
java.io.IOException
public StationHelper subset(java.util.List<Station> stns) throws java.io.IOException
java.io.IOException