Package ucar.unidata.data.sounding
Class CDMTrajectoryFeatureTypeInfo.StationBean
java.lang.Object
ucar.unidata.data.sounding.CDMTrajectoryFeatureTypeInfo.FeatureBean
ucar.unidata.data.sounding.CDMTrajectoryFeatureTypeInfo.StationBean
- All Implemented Interfaces:
Comparable<ucar.unidata.geoloc.Station>,ucar.unidata.geoloc.EarthLocation,ucar.unidata.geoloc.Station
- Direct Known Subclasses:
CDMTrajectoryFeatureTypeInfo.TrajectoryFeatureBean
- Enclosing class:
CDMTrajectoryFeatureTypeInfo
public static class CDMTrajectoryFeatureTypeInfo.StationBean
extends CDMTrajectoryFeatureTypeInfo.FeatureBean
implements ucar.unidata.geoloc.Station
The Class StationBean.
-
Constructor Summary
ConstructorsConstructorDescriptionStationBean(ucar.ma2.StructureData sdata) StationBean(ucar.unidata.geoloc.Station s) -
Method Summary
Methods inherited from class ucar.unidata.data.sounding.CDMTrajectoryFeatureTypeInfo.FeatureBean
getFields, showFields
-
Constructor Details
-
StationBean
public StationBean() -
StationBean
- Throws:
IOException
-
StationBean
- Throws:
IOException
-
-
Method Details
-
getNobs
public int getNobs()Gets the nobs.- Specified by:
getNobsin interfaceucar.unidata.geoloc.Station- Returns:
- the nobs
-
setNobs
public void setNobs(int npts) Sets the nobs.- Parameters:
npts- the new nobs
-
getWmoId
- Specified by:
getWmoIdin interfaceucar.unidata.geoloc.Station
-
getName
- Specified by:
getNamein interfaceucar.unidata.geoloc.Station
-
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>