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

Packages that use RAOB
ucar.unidata.data.sounding DataSource classes and utilities for sounding data. 
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of RAOB in ucar.unidata.data.sounding
 

Methods in ucar.unidata.data.sounding that return RAOB
 RAOB SoundingOb.getRAOB()
          Return the RAOB associated with this observation
protected  RAOB TrackInfo.makeRAOB()
          Make the RAOB
 

Methods in ucar.unidata.data.sounding with parameters of type RAOB
protected  void SoundingOb.setRAOB(RAOB r)
          Set the RAOB member
 

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

Uses of RAOB in ucar.unidata.view.sounding
 

Methods in ucar.unidata.view.sounding that return RAOB
protected  RAOB DataModelImpl.getRAOB(int index)
          Returns the RAOB at the given index.