public static class StationRadialViewer.StationBean
extends java.lang.Object
implements ucar.unidata.geoloc.Station
| Constructor and Description |
|---|
StationBean(ucar.unidata.geoloc.Station s) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ucar.unidata.geoloc.Station so) |
double |
getAltitude() |
java.lang.String |
getDescription() |
double |
getLatitude() |
ucar.unidata.geoloc.LatLonPoint |
getLatLon() |
double |
getLongitude() |
java.lang.String |
getName() |
int |
getNobs() |
java.lang.String |
getWmoId() |
boolean |
isMissing() |
public java.lang.String getName()
getName in interface ucar.unidata.geoloc.Stationpublic java.lang.String getDescription()
getDescription in interface ucar.unidata.geoloc.Stationpublic java.lang.String getWmoId()
getWmoId in interface ucar.unidata.geoloc.Stationpublic double getLatitude()
getLatitude in interface ucar.unidata.geoloc.EarthLocationpublic double getLongitude()
getLongitude in interface ucar.unidata.geoloc.EarthLocationpublic double getAltitude()
getAltitude in interface ucar.unidata.geoloc.EarthLocationpublic ucar.unidata.geoloc.LatLonPoint getLatLon()
getLatLon in interface ucar.unidata.geoloc.EarthLocationpublic boolean isMissing()
isMissing in interface ucar.unidata.geoloc.EarthLocationpublic int compareTo(ucar.unidata.geoloc.Station so)
compareTo in interface java.lang.Comparable<ucar.unidata.geoloc.Station>public int getNobs()
getNobs in interface ucar.unidata.geoloc.Station