Uses of Interface
ucar.unidata.metdata.Station

Packages that use Station
ucar.unidata.data.sounding DataSource classes and utilities for sounding data. 
ucar.unidata.metdata Meteorological data classes. 
ucar.unidata.view.station The view component for Station data. 
 

Uses of Station in ucar.unidata.data.sounding
 

Classes in ucar.unidata.data.sounding that implement Station
 class SoundingStation
          Temporary holder for sounding station info.
 

Uses of Station in ucar.unidata.metdata
 

Subinterfaces of Station in ucar.unidata.metdata
 interface NamedStation
          Interface for a landmark with name, id, lat, lon, altitude (height above msl); and a hash table of "properties".
 

Classes in ucar.unidata.metdata that implement Station
 class NamedStationImpl
          A class to hold named location information, for a landmark, city, observation point or station, data point, etc.
 

Methods in ucar.unidata.metdata that return Station
 Station StationTableImpl.get(String identifier)
          Lookup Station by Identifier
 Station StationTable.get(String id)
          Lookup Station by Identifier.
 Station StationOb.getStation()
          Get the station for this ob
 Station StationTableImpl.remove(Station stn)
          Remove a station from the table
 Station StationTableImpl.remove(String id)
          Remove a station from the table by it's id
 

Methods in ucar.unidata.metdata with parameters of type Station
 boolean StationTableImpl.add(Station stn)
          Add a station to the table
 boolean StationTableImpl.add(Station stn, boolean onlyIfNotInMap)
          Add a station to the table
 Station StationTableImpl.remove(Station stn)
          Remove a station from the table
 

Constructors in ucar.unidata.metdata with parameters of type Station
Metar(Station stn, Timestamp timestamp, Ensemble ensemble, ByteString text, WMOHeader wmoHeader)
          Create a new Metar
StationOb(Station stn, Timestamp timestamp, Ensemble ens)
          Create a new StationOb
 

Uses of Station in ucar.unidata.view.station
 

Methods in ucar.unidata.view.station that return Station
 Station StationLocationRenderer.SLStation.getStation()
          Get the station that this object is wrapping.