Class StationImpl

    • Field Detail

      • name

        protected String name
        Deprecated.
      • desc

        protected String desc
        Deprecated.
      • wmoId

        protected String wmoId
        Deprecated.
      • nobs

        protected int nobs
        Deprecated.
    • Constructor Detail

      • StationImpl

        protected StationImpl()
        Deprecated.
      • StationImpl

        public StationImpl​(String name,
                           String desc,
                           String wmoId,
                           double lat,
                           double lon,
                           double alt)
        Deprecated.
      • StationImpl

        public StationImpl​(String name,
                           String desc,
                           String wmoId,
                           double lat,
                           double lon,
                           double alt,
                           int nobs)
        Deprecated.
      • StationImpl

        public StationImpl​(Station s,
                           int nobs)
        Deprecated.
    • Method Detail

      • getName

        @Nonnull
        public String getName()
        Deprecated.
        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()
        Deprecated.
        Station description
        Specified by:
        getDescription in interface Station
        Returns:
        station description
      • getWmoId

        public String getWmoId()
        Deprecated.
        WMO station id
        Specified by:
        getWmoId in interface Station
        Returns:
        WMO station id, or null
      • getNobs

        public int getNobs()
        Deprecated.
        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
      • setName

        protected void setName​(String name)
        Deprecated.
      • setDescription

        protected void setDescription​(String desc)
        Deprecated.
      • setWmoId

        protected void setWmoId​(String wmoId)
        Deprecated.
      • setNobs

        protected void setNobs​(int nobs)
        Deprecated.
      • incrNobs

        public void incrNobs()
        Deprecated.