public static class PointFeatureDatasetViewer.PointObsBean extends PointFeatureDatasetViewer.StationBean
| Constructor and Description |
|---|
PointObsBean(int id,
ucar.nc2.ft.PointFeature obs) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ucar.unidata.geoloc.Station so) |
double |
getAltitude() |
String |
getDescription() |
double |
getLatitude() |
ucar.unidata.geoloc.LatLonPoint |
getLatLon() |
double |
getLongitude() |
String |
getName() |
String |
getTime() |
String |
getWmoId() |
static String |
hiddenProperties() |
boolean |
isMissing() |
getNobs, setNobsgetFields, showFieldspublic static String hiddenProperties()
public String getTime()
public String getName()
getName in interface ucar.unidata.geoloc.StationgetName in class PointFeatureDatasetViewer.StationBeanpublic String getDescription()
getDescription in interface ucar.unidata.geoloc.StationgetDescription in class PointFeatureDatasetViewer.StationBeanpublic String getWmoId()
getWmoId in interface ucar.unidata.geoloc.StationgetWmoId in class PointFeatureDatasetViewer.StationBeanpublic double getLatitude()
getLatitude in interface ucar.unidata.geoloc.EarthLocationgetLatitude in class PointFeatureDatasetViewer.StationBeanpublic double getLongitude()
getLongitude in interface ucar.unidata.geoloc.EarthLocationgetLongitude in class PointFeatureDatasetViewer.StationBeanpublic double getAltitude()
getAltitude in interface ucar.unidata.geoloc.EarthLocationgetAltitude in class PointFeatureDatasetViewer.StationBeanpublic ucar.unidata.geoloc.LatLonPoint getLatLon()
getLatLon in interface ucar.unidata.geoloc.EarthLocationgetLatLon in class PointFeatureDatasetViewer.StationBeanpublic boolean isMissing()
isMissing in interface ucar.unidata.geoloc.EarthLocationisMissing in class PointFeatureDatasetViewer.StationBeanpublic int compareTo(ucar.unidata.geoloc.Station so)
compareTo in interface Comparable<ucar.unidata.geoloc.Station>compareTo in class PointFeatureDatasetViewer.StationBean