public static class PointFeatureDatasetViewer.StationBean extends PointFeatureDatasetViewer.FeatureBean implements Station
| Constructor and Description |
|---|
StationBean() |
StationBean(Station s) |
StationBean(StructureData sdata) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Station so) |
double |
getAltitude()
altitude in meters; missing = NaN.
|
java.lang.String |
getDescription()
Station description
|
double |
getLatitude()
latitude in decimal degrees north
|
LatLonPoint |
getLatLon()
Get the lat/lon location
|
double |
getLongitude()
longitude in decimal degrees east
|
java.lang.String |
getName()
Station name or id.
|
int |
getNobs()
get Number of obs at this station
|
java.lang.String |
getWmoId()
WMO station id.
|
static java.lang.String |
hiddenProperties() |
boolean |
isMissing()
Are either lat or lon missing?
|
void |
setNobs(int npts) |
getFields, showFieldspublic StationBean()
public StationBean(StructureData sdata) throws java.io.IOException
java.io.IOExceptionpublic StationBean(Station s) throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String hiddenProperties()
public int getNobs()
Stationpublic void setNobs(int npts)
public java.lang.String getWmoId()
Stationpublic java.lang.String getName()
Stationpublic java.lang.String getDescription()
StationgetDescription in interface Stationpublic double getLatitude()
EarthLocationgetLatitude in interface EarthLocationpublic double getLongitude()
EarthLocationgetLongitude in interface EarthLocationpublic double getAltitude()
EarthLocationgetAltitude in interface EarthLocationpublic LatLonPoint getLatLon()
EarthLocationgetLatLon in interface EarthLocationpublic boolean isMissing()
EarthLocationisMissing in interface EarthLocation