Package ucar.nc2.ui.op
Class PointFeatureDatasetViewer.StationBean
- java.lang.Object
-
- ucar.nc2.ui.op.PointFeatureDatasetViewer.FeatureBean
-
- ucar.nc2.ui.op.PointFeatureDatasetViewer.StationBean
-
- All Implemented Interfaces:
Comparable<ucar.unidata.geoloc.Station>,ucar.unidata.geoloc.EarthLocation,ucar.unidata.geoloc.Station
- Direct Known Subclasses:
PointFeatureDatasetViewer.PointObsBean,PointFeatureDatasetViewer.ProfileFeatureBean,PointFeatureDatasetViewer.SectionFeatureBean,PointFeatureDatasetViewer.TrajectoryFeatureBean
- Enclosing class:
- PointFeatureDatasetViewer
public static class PointFeatureDatasetViewer.StationBean extends PointFeatureDatasetViewer.FeatureBean implements ucar.unidata.geoloc.Station
-
-
Constructor Summary
Constructors Constructor Description StationBean()StationBean(ucar.ma2.StructureData sdata)StationBean(ucar.unidata.geoloc.Station s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ucar.unidata.geoloc.Station so)doublegetAltitude()StringgetDescription()doublegetLatitude()ucar.unidata.geoloc.LatLonPointgetLatLon()doublegetLongitude()StringgetName()intgetNobs()StringgetWmoId()static StringhiddenProperties()booleanisMissing()voidsetNobs(int npts)-
Methods inherited from class ucar.nc2.ui.op.PointFeatureDatasetViewer.FeatureBean
getFields, showFields
-
-
-
-
Constructor Detail
-
StationBean
public StationBean()
-
StationBean
public StationBean(ucar.ma2.StructureData sdata) throws IOException- Throws:
IOException
-
StationBean
public StationBean(ucar.unidata.geoloc.Station s) throws IOException- Throws:
IOException
-
-
Method Detail
-
hiddenProperties
public static String hiddenProperties()
-
getNobs
public int getNobs()
- Specified by:
getNobsin interfaceucar.unidata.geoloc.Station
-
setNobs
public void setNobs(int npts)
-
getWmoId
public String getWmoId()
- Specified by:
getWmoIdin interfaceucar.unidata.geoloc.Station
-
getName
public String getName()
- Specified by:
getNamein interfaceucar.unidata.geoloc.Station
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceucar.unidata.geoloc.Station
-
getLatitude
public double getLatitude()
- Specified by:
getLatitudein interfaceucar.unidata.geoloc.EarthLocation
-
getLongitude
public double getLongitude()
- Specified by:
getLongitudein interfaceucar.unidata.geoloc.EarthLocation
-
getAltitude
public double getAltitude()
- Specified by:
getAltitudein interfaceucar.unidata.geoloc.EarthLocation
-
getLatLon
public ucar.unidata.geoloc.LatLonPoint getLatLon()
- Specified by:
getLatLonin interfaceucar.unidata.geoloc.EarthLocation
-
isMissing
public boolean isMissing()
- Specified by:
isMissingin interfaceucar.unidata.geoloc.EarthLocation
-
compareTo
public int compareTo(ucar.unidata.geoloc.Station so)
- Specified by:
compareToin interfaceComparable<ucar.unidata.geoloc.Station>
-
-