public static class PointFeatureDatasetViewer.StationBean extends PointFeatureDatasetViewer.FeatureBean implements ucar.unidata.geoloc.Station
| Constructor and Description |
|---|
StationBean() |
StationBean(ucar.unidata.geoloc.Station s) |
StationBean(ucar.ma2.StructureData sdata) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ucar.unidata.geoloc.Station so) |
double |
getAltitude() |
java.lang.String |
getDescription() |
double |
getLatitude() |
ucar.unidata.geoloc.LatLonPoint |
getLatLon() |
double |
getLongitude() |
java.lang.String |
getName() |
int |
getNobs() |
java.lang.String |
getWmoId() |
static java.lang.String |
hiddenProperties() |
boolean |
isMissing() |
void |
setNobs(int npts) |
getFields, showFieldspublic StationBean()
public StationBean(ucar.ma2.StructureData sdata)
throws java.io.IOException
java.io.IOExceptionpublic StationBean(ucar.unidata.geoloc.Station s)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String hiddenProperties()
public int getNobs()
getNobs in interface ucar.unidata.geoloc.Stationpublic void setNobs(int npts)
public java.lang.String getWmoId()
getWmoId in interface ucar.unidata.geoloc.Stationpublic java.lang.String getName()
getName in interface ucar.unidata.geoloc.Stationpublic java.lang.String getDescription()
getDescription in interface ucar.unidata.geoloc.Stationpublic double getLatitude()
getLatitude in interface ucar.unidata.geoloc.EarthLocationpublic double getLongitude()
getLongitude in interface ucar.unidata.geoloc.EarthLocationpublic double getAltitude()
getAltitude in interface ucar.unidata.geoloc.EarthLocationpublic ucar.unidata.geoloc.LatLonPoint getLatLon()
getLatLon in interface ucar.unidata.geoloc.EarthLocationpublic boolean isMissing()
isMissing in interface ucar.unidata.geoloc.EarthLocationpublic int compareTo(ucar.unidata.geoloc.Station so)
compareTo in interface java.lang.Comparable<ucar.unidata.geoloc.Station>