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()
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.
|
static java.lang.String |
hiddenProperties() |
boolean |
isMissing()
Are either lat or lon missing?
|
void |
setNobs(int npts) |
getFields, showFieldsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic 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 EarthLocationDouble.NaN indicates "no altitude".public LatLonPoint getLatLon()
EarthLocationgetLatLon in interface EarthLocationpublic boolean isMissing()
EarthLocationisMissing in interface EarthLocation