Uses of Class
ucar.unidata.data.sounding.SoundingStation

Packages that use SoundingStation
ucar.unidata.data.sounding DataSource classes and utilities for sounding data. 
 

Uses of SoundingStation in ucar.unidata.data.sounding
 

Fields in ucar.unidata.data.sounding with type parameters of type SoundingStation
protected  List<SoundingStation> SoundingAdapterImpl.stations
          List of stations
 

Methods in ucar.unidata.data.sounding that return SoundingStation
 SoundingStation SoundingOb.getStation()
          Return the station information associated with this observation
 

Methods in ucar.unidata.data.sounding that return types with arguments of type SoundingStation
 List<SoundingStation> SoundingAdapterImpl.getStations()
          Retrieves a list of the stations in the dataset.
 List<SoundingStation> SoundingAdapterImpl.getStations(DateTime time)
          Retrieves a list of the stations in the dataset for a given time.
 

Methods in ucar.unidata.data.sounding with parameters of type SoundingStation
 SoundingOb SoundingAdapterImpl.getSoundingOb(SoundingStation station)
          Retrieve the first sounding observation found for the given station.
 List<DateTime> SoundingAdapterImpl.getSoundingTimes(SoundingStation station)
          Retrieves a list of the times in the dataset for a given station.
 List SoundingAdapter.getSoundingTimes(SoundingStation station)
          Retrieve a list of the sounding times available for the station.
 void SoundingOb.setStation(SoundingStation s)
          Set the station
 

Constructors in ucar.unidata.data.sounding with parameters of type SoundingStation
SoundingOb(SoundingStation station, DateTime timestamp)
          Create a sounding observation.
SoundingOb(SoundingStation station, DateTime timestamp, RAOB raob)
          Create a sounding observation.