Class PointFeatureDatasetViewer.StationBean

    • Constructor Detail

      • StationBean

        public StationBean()
    • Method Detail

      • hiddenProperties

        public static String hiddenProperties()
      • getNobs

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

        public void setNobs​(int npts)
      • 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>