Uses of Class
ucar.unidata.data.sounding.SoundingOb
Packages that use SoundingOb
Package
Description
DataSource classes and utilities for sounding data.
Provides support for aerological diagrams.
-
Uses of SoundingOb in ucar.unidata.data.sounding
Fields in ucar.unidata.data.sounding with type parameters of type SoundingObModifier and TypeFieldDescriptionprotected List
<SoundingOb> SoundingAdapterImpl.soundings
List of soundingsMethods in ucar.unidata.data.sounding that return SoundingObModifier and TypeMethodDescriptionSoundingAdapterImpl.getSoundingOb
(SoundingStation station) Retrieve the first sounding observation found for the given station.SoundingAdapter.getSoundingObs()
Retrieve all the sounding observations in the datasetSoundingAdapterImpl.getSoundingObs()
Retrieve all the sounding observations in the datasetAddeSoundingAdapter.initSoundingOb
(SoundingOb sound) Check to see if the RAOB has any dataCDMStationProfileAdapter.initSoundingOb
(SoundingOb sound) Initialize a sounding obCMASoundingAdapter.initSoundingOb
(SoundingOb sound) Check to see if the RAOB has any dataNetcdfSoundingAdapter.initSoundingOb
(SoundingOb sound) Check to see if the RAOB has any dataRaobDataSet.initSoundingOb
(SoundingOb so) Initialize the sounding in the obSoundingAdapter.initSoundingOb
(SoundingOb so) Make sure that the given SoundingOb has been fully initialized with dataabstract SoundingOb
SoundingAdapterImpl.initSoundingOb
(SoundingOb so) Initialize a sounding obMethods in ucar.unidata.data.sounding that return types with arguments of type SoundingObModifier and TypeMethodDescriptionprotected List
<SoundingOb> RaobDataSource.getTimeMatchingSoundingObs
(List<DateTime> dTimes) _more_Methods in ucar.unidata.data.sounding with parameters of type SoundingObModifier and TypeMethodDescriptionAddeSoundingAdapter.getMandatoryURL
(SoundingOb sound) Make the mandatory levels URL for the given soundingAddeSoundingAdapter.getSigURL
(SoundingOb sound) Make the url for the significant levels for the soundingAddeSoundingAdapter.initSoundingOb
(SoundingOb sound) Check to see if the RAOB has any dataCDMStationProfileAdapter.initSoundingOb
(SoundingOb sound) Initialize a sounding obCMASoundingAdapter.initSoundingOb
(SoundingOb sound) Check to see if the RAOB has any dataNetcdfSoundingAdapter.initSoundingOb
(SoundingOb sound) Check to see if the RAOB has any dataRaobDataSet.initSoundingOb
(SoundingOb so) Initialize the sounding in the obSoundingAdapter.initSoundingOb
(SoundingOb so) Make sure that the given SoundingOb has been fully initialized with dataabstract SoundingOb
SoundingAdapterImpl.initSoundingOb
(SoundingOb so) Initialize a sounding obprotected void
CMASoundingAdapter.setRAOBData
(SoundingOb so, List<ucar.unidata.data.sounding.SoundingLevelData> levels) Set the data in the RAOB.Method parameters in ucar.unidata.data.sounding with type arguments of type SoundingObModifier and TypeMethodDescriptionprotected List
<DataChoice> RaobDataSource.getTimeMatchingDataChoices
(List<SoundingOb> soundingObs) _more_ -
Uses of SoundingOb in ucar.unidata.view.sounding
Methods in ucar.unidata.view.sounding with parameters of type SoundingObModifier and TypeMethodDescriptionvoid
SoundingObListModel.addSounding
(SoundingOb sounding) Adds a sounding observation to the list.void
SoundingSelectionList.addSounding
(SoundingOb soundingOb) Add a sounding to this instance.void
SoundingObListModel.removeSounding
(SoundingOb sounding) Removes a sounding observation from the list.