Class CDMProfileFeatureTypeInfo.StationBean

java.lang.Object
ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.FeatureBean
ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.StationBean
All Implemented Interfaces:
Comparable<ucar.unidata.geoloc.Station>, ucar.unidata.geoloc.EarthLocation, ucar.unidata.geoloc.Station
Direct Known Subclasses:
CDMProfileFeatureTypeInfo.ProfileFeatureBean
Enclosing class:
CDMProfileFeatureTypeInfo

public static class CDMProfileFeatureTypeInfo.StationBean extends CDMProfileFeatureTypeInfo.FeatureBean implements ucar.unidata.geoloc.Station
Class description
Version:
Enter version here..., Wed, Dec 22, '10
Author:
Enter your name here...
  • Constructor Details

    • StationBean

      public StationBean()
      _more_
    • StationBean

      public StationBean(ucar.ma2.StructureData sdata) throws IOException
      Throws:
      IOException
    • StationBean

      public StationBean(ucar.unidata.geoloc.Station s) throws IOException
      _more_
      Parameters:
      s - _more_
      Throws:
      IOException
  • Method Details

    • hiddenProperties

      public static String hiddenProperties()
      _more_
      Returns:
      _more_
    • getNobs

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

      public void setNobs(int npts)
      _more_
      Parameters:
      npts - _more_
    • getWmoId

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

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

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

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

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

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

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

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

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