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() |
String |
getDescription() |
double |
getLatitude() |
ucar.unidata.geoloc.LatLonPoint |
getLatLon() |
double |
getLongitude() |
String |
getName() |
int |
getNobs() |
String |
getWmoId() |
static String |
hiddenProperties() |
boolean |
isMissing() |
void |
setNobs(int npts) |
getFields, showFieldspublic StationBean()
public StationBean(ucar.ma2.StructureData sdata)
throws IOException
IOExceptionpublic StationBean(ucar.unidata.geoloc.Station s)
throws IOException
IOExceptionpublic static String hiddenProperties()
public int getNobs()
getNobs in interface ucar.unidata.geoloc.Stationpublic void setNobs(int npts)
public String getWmoId()
getWmoId in interface ucar.unidata.geoloc.Stationpublic String getName()
getName in interface ucar.unidata.geoloc.Stationpublic 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 Comparable<ucar.unidata.geoloc.Station>