public static class PointFeatureDatasetViewer.StationBean extends Object implements Station
| Constructor and Description |
|---|
PointFeatureDatasetViewer.StationBean() |
PointFeatureDatasetViewer.StationBean(Station s) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Station so) |
double |
getAltitude() |
String |
getDescription() |
double |
getLatitude() |
LatLonPoint |
getLatLon() |
double |
getLongitude() |
String |
getName() |
int |
getNobs() |
String |
getWmoId() |
static String |
hiddenProperties() |
boolean |
isMissing() |
void |
setNobs(int npts) |
public PointFeatureDatasetViewer.StationBean()
public PointFeatureDatasetViewer.StationBean(Station s)
public static String hiddenProperties()
public int getNobs()
public void setNobs(int npts)
public String getDescription()
getDescription in interface Stationpublic double getLatitude()
getLatitude in interface EarthLocationpublic double getLongitude()
getLongitude in interface EarthLocationpublic double getAltitude()
getAltitude in interface EarthLocationpublic LatLonPoint getLatLon()
getLatLon in interface EarthLocationpublic boolean isMissing()
isMissing in interface EarthLocationpublic int compareTo(Station so)
compareTo in interface Comparable<Station>Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.