Class Station

    • Constructor Detail

      • Station

        public Station​(String name,
                       String desc,
                       String wmoId,
                       double lat,
                       double lon,
                       double alt,
                       int nobs)
    • Method Detail

      • getName

        public String getName()
        Station name or id. Must be unique within the collection. May not be null.
      • getDescription

        @Nullable
        public String getDescription()
        Station description or null
      • getWmoId

        @Nullable
        public String getWmoId()
        WMO station id or null.
      • getNobs

        public int getNobs()
        The Number of obs at this station, or -1 if unknown