Class PointFeatureDatasetViewer.StationBean

    • Method Detail

      • hiddenProperties

        public static String hiddenProperties()
      • getNobs

        public int getNobs()
        Description copied from interface: Station
        get Number of obs at this station
        Specified by:
        getNobs in interface Station
        Returns:
        Number of obs or -1 if unknown
      • setNobs

        public void setNobs​(int npts)
      • getWmoId

        public String getWmoId()
        Description copied from interface: Station
        WMO station id.
        Specified by:
        getWmoId in interface Station
        Returns:
        WMO station id, or null.
      • getName

        public String getName()
        Description copied from interface: Station
        Station name or id. Must be unique within the collection
        Specified by:
        getName in interface Station
        Returns:
        station name or id. May not be null.
      • getDescription

        public String getDescription()
        Description copied from interface: Station
        Station description
        Specified by:
        getDescription in interface Station
        Returns:
        station description or null
      • getLatitude

        public double getLatitude()
        Description copied from interface: EarthLocation
        Returns the latitude in some unit. The unit is very likely decimal degrees north, but we don't enforce that anywhere.
        Specified by:
        getLatitude in interface EarthLocation
        Returns:
        the latitude in some unit.
      • getLongitude

        public double getLongitude()
        Description copied from interface: EarthLocation
        Returns the longitude in some unit. The unit is very likely decimal degrees east, but we don't enforce that anywhere.
        Specified by:
        getLongitude in interface EarthLocation
        Returns:
        the longitude in some unit.
      • getAltitude

        public double getAltitude()
        Description copied from interface: EarthLocation
        Returns the altitude in some unit.
        Specified by:
        getAltitude in interface EarthLocation
        Returns:
        the altitude in some unit. A value of Double.NaN indicates "no altitude".
      • isMissing

        public boolean isMissing()
        Description copied from interface: EarthLocation
        Are either lat or lon missing?
        Specified by:
        isMissing in interface EarthLocation
        Returns:
        true if lat or lon is missing