Package thredds.server.radarServer2
Class StationList
- java.lang.Object
-
- thredds.server.radarServer2.StationList
-
public class StationList extends Object
Created by rmay on 12/9/14.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStationList.Station
-
Constructor Summary
Constructors Constructor Description StationList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StationList.StationaddStation(String stid, ucar.unidata.geoloc.LatLonPoint loc)StationList.Stationget(String stid)Collection<StationList.Station>getAll()StationList.StationgetNearest(double longitude, double latitude)List<StationList.Station>getStations(double east, double west, double north, double south)voidloadFromXmlFile(String filename)
-
-
-
Method Detail
-
loadFromXmlFile
public void loadFromXmlFile(String filename)
-
addStation
public StationList.Station addStation(String stid, ucar.unidata.geoloc.LatLonPoint loc)
-
getNearest
public StationList.Station getNearest(double longitude, double latitude)
-
getStations
public List<StationList.Station> getStations(double east, double west, double north, double south)
-
getAll
public Collection<StationList.Station> getAll()
-
get
public StationList.Station get(String stid)
-
-