| Package | Description | 
|---|---|
| ucar.unidata.data.sounding | 
 DataSource classes and utilities for sounding data. 
 | 
| ucar.unidata.view.sounding | 
 Provides support for aerological diagrams. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<SoundingOb> | 
SoundingAdapterImpl.soundings
List of soundings 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
AddeSoundingAdapter.initSoundingOb(SoundingOb sound)
Check to see if the RAOB has any data 
 | 
SoundingOb | 
CDMStationProfileAdapter.initSoundingOb(SoundingOb sound)
Initialize a sounding ob 
 | 
SoundingOb | 
CMASoundingAdapter.initSoundingOb(SoundingOb sound)
Check to see if the RAOB has any data 
 | 
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<SoundingOb> | 
RaobDataSource.getTimeMatchingSoundingObs(java.util.List<visad.DateTime> dTimes)
_more_ 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
AddeSoundingAdapter.getMandatoryURL(SoundingOb sound)
Make the mandatory levels URL for the given sounding 
 | 
java.lang.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 | 
AddeSoundingAdapter.initSoundingOb(SoundingOb sound)
Check to see if the RAOB has any data 
 | 
SoundingOb | 
CDMStationProfileAdapter.initSoundingOb(SoundingOb sound)
Initialize a sounding ob 
 | 
SoundingOb | 
CMASoundingAdapter.initSoundingOb(SoundingOb sound)
Check to see if the RAOB has any data 
 | 
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 
 | 
protected void | 
CMASoundingAdapter.setRAOBData(SoundingOb so,
           java.util.List<ucar.unidata.data.sounding.SoundingLevelData> levels)
Set the data in the RAOB. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<DataChoice> | 
RaobDataSource.getTimeMatchingDataChoices(java.util.List<SoundingOb> soundingObs)
_more_ 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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. 
 |