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 Details

    • 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 Details

    • hiddenProperties

      public static String hiddenProperties()
    • getNobs

      public int getNobs()
      Gets the nobs.
      Specified by:
      getNobs in interface ucar.unidata.geoloc.Station
      Returns:
      the nobs
    • setNobs

      public void setNobs(int npts)
      Sets the nobs.
      Parameters:
      npts - the new nobs
    • getWmoId

      public String getWmoId()
      Specified by:
      getWmoId in interface ucar.unidata.geoloc.Station
    • getName

      public String getName()
      Specified by:
      getName in interface ucar.unidata.geoloc.Station
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ucar.unidata.geoloc.Station
    • getLatitude

      public double getLatitude()
      Specified by:
      getLatitude in interface ucar.unidata.geoloc.EarthLocation
    • getLongitude

      public double getLongitude()
      Specified by:
      getLongitude in interface ucar.unidata.geoloc.EarthLocation
    • getAltitude

      public double getAltitude()
      Specified by:
      getAltitude in interface ucar.unidata.geoloc.EarthLocation
    • getLatLon

      public ucar.unidata.geoloc.LatLonPoint getLatLon()
      Specified by:
      getLatLon in interface ucar.unidata.geoloc.EarthLocation
    • isMissing

      public boolean isMissing()
      Specified by:
      isMissing in interface ucar.unidata.geoloc.EarthLocation
    • compareTo

      public int compareTo(ucar.unidata.geoloc.Station so)
      Specified by:
      compareTo in interface Comparable<ucar.unidata.geoloc.Station>