public static class StationRadialViewer.StationBean extends java.lang.Object implements Station
Constructor and Description |
---|
StationBean(Station s) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Station so) |
double |
getAltitude()
Returns the altitude in some unit.
|
java.lang.String |
getDescription()
Station description
|
double |
getLatitude()
Returns the latitude in some unit.
|
LatLonPoint |
getLatLon()
Get the lat/lon location
|
double |
getLongitude()
Returns the longitude in some unit.
|
java.lang.String |
getName()
Station name or id.
|
int |
getNobs()
get Number of obs at this station
|
java.lang.String |
getWmoId()
WMO station id.
|
boolean |
isMissing()
Are either lat or lon missing?
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public StationBean(Station s)
public java.lang.String getName()
Station
public java.lang.String getDescription()
Station
getDescription
in interface Station
public java.lang.String getWmoId()
Station
public double getLatitude()
EarthLocation
getLatitude
in interface EarthLocation
public double getLongitude()
EarthLocation
getLongitude
in interface EarthLocation
public double getAltitude()
EarthLocation
getAltitude
in interface EarthLocation
Double.NaN
indicates "no altitude".public LatLonPoint getLatLon()
EarthLocation
getLatLon
in interface EarthLocation
public boolean isMissing()
EarthLocation
isMissing
in interface EarthLocation
public int compareTo(Station so)
compareTo
in interface java.lang.Comparable<Station>