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