public class StationList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StationList.Station |
| Constructor and Description |
|---|
StationList() |
| Modifier and Type | Method and Description |
|---|---|
StationList.Station |
addStation(String stid,
ucar.unidata.geoloc.LatLonPoint loc) |
StationList.Station |
get(String stid) |
Collection<StationList.Station> |
getAll() |
StationList.Station |
getNearest(double longitude,
double latitude) |
List<StationList.Station> |
getStations(double east,
double west,
double north,
double south) |
void |
loadFromXmlFile(String filename) |
public void loadFromXmlFile(String filename)
public StationList.Station addStation(String stid, ucar.unidata.geoloc.LatLonPoint loc)
public StationList.Station getNearest(double longitude, double latitude)
public List<StationList.Station> getStations(double east, double west, double north, double south)
public Collection<StationList.Station> getAll()
public StationList.Station get(String stid)