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

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

Uses of SoundingOb in ucar.unidata.data.sounding
 

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

Methods in ucar.unidata.data.sounding that return SoundingOb
 SoundingOb SoundingAdapterImpl.getSoundingOb(SoundingStation station)
          Retrieve the first sounding observation found for the given station.
 SoundingOb[] SoundingAdapterImpl.getSoundingObs()
          Retrieve all the sounding observations in the dataset
 SoundingOb[] SoundingAdapter.getSoundingObs()
          Retrieve all the sounding observations in the dataset
abstract  SoundingOb SoundingAdapterImpl.initSoundingOb(SoundingOb so)
          Initialize a sounding ob
 SoundingOb RaobDataSet.initSoundingOb(SoundingOb so)
          Initialize the sounding in the ob
 SoundingOb NetcdfSoundingAdapter.initSoundingOb(SoundingOb sound)
          Check to see if the RAOB has any data
 SoundingOb SoundingAdapter.initSoundingOb(SoundingOb so)
          Make sure that the given SoundingOb has been fully initialized with data
 SoundingOb CMASoundingAdapter.initSoundingOb(SoundingOb sound)
          Check to see if the RAOB has any data
 SoundingOb AddeSoundingAdapter.initSoundingOb(SoundingOb sound)
          Check to see if the RAOB has any data
 

Methods in ucar.unidata.data.sounding with parameters of type SoundingOb
 String AddeSoundingAdapter.getMandatoryURL(SoundingOb sound)
          Make the mandatory levels URL for the given sounding
 String AddeSoundingAdapter.getSigURL(SoundingOb sound)
          Make the url for the significant levels for the sounding
abstract  SoundingOb SoundingAdapterImpl.initSoundingOb(SoundingOb so)
          Initialize a sounding ob
 SoundingOb RaobDataSet.initSoundingOb(SoundingOb so)
          Initialize the sounding in the ob
 SoundingOb NetcdfSoundingAdapter.initSoundingOb(SoundingOb sound)
          Check to see if the RAOB has any data
 SoundingOb SoundingAdapter.initSoundingOb(SoundingOb so)
          Make sure that the given SoundingOb has been fully initialized with data
 SoundingOb CMASoundingAdapter.initSoundingOb(SoundingOb sound)
          Check to see if the RAOB has any data
 SoundingOb AddeSoundingAdapter.initSoundingOb(SoundingOb sound)
          Check to see if the RAOB has any data
protected  void CMASoundingAdapter.setRAOBData(SoundingOb so, List<ucar.unidata.data.sounding.CMASoundingAdapter.SoundingLevelData> levels)
          Set the data in the RAOB.
 

Uses of SoundingOb in ucar.unidata.view.sounding
 

Methods in ucar.unidata.view.sounding with parameters of type SoundingOb
 void SoundingSelectionList.addSounding(SoundingOb soundingOb)
          Add a sounding to this instance.
 void SoundingObListModel.addSounding(SoundingOb sounding)
          Adds a sounding observation to the list.
 void SoundingObListModel.removeSounding(SoundingOb sounding)
          Removes a sounding observation from the list.