public static class PointFeatureDatasetViewer.StationBean extends PointFeatureDatasetViewer.FeatureBean implements Station
| Constructor and Description |
|---|
PointFeatureDatasetViewer.StationBean() |
PointFeatureDatasetViewer.StationBean(Station s) |
PointFeatureDatasetViewer.StationBean(StructureData sdata) |
| 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) |
getFields, showFieldspublic PointFeatureDatasetViewer.StationBean()
public PointFeatureDatasetViewer.StationBean(StructureData sdata) throws IOException
IOExceptionpublic PointFeatureDatasetViewer.StationBean(Station s) throws IOException
IOExceptionpublic static String hiddenProperties()
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–2014 UCAR/Unidata. All rights reserved.