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