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 | Class and Description |
---|---|
class |
AddeSoundingAdapter
Class for retrieving upper air data from an ADDE remote server.
|
class |
CDMStationProfileAdapter
The Class CDMStationProfileAdapter.
|
class |
CMASoundingAdapter
This class creates VisAD compatible data objects from a
file of upper air soundings from CMA.
|
class |
NetcdfSoundingAdapter
This class creates VisAD compatible data objects from a netCDF
file of upper air soundings.
|
Modifier and Type | Method and Description |
---|---|
SoundingAdapter |
RaobDataSet.getSoundingAdapter()
Get the adapter for this dataset
|
Modifier and Type | Method and Description |
---|---|
void |
RaobDataSet.setSoundingAdapter(SoundingAdapter a)
Set the sounding adapter for this dataset
|
Constructor and Description |
---|
RaobDataSet(SoundingAdapter adapter,
java.util.List soundingObs)
Create a new RaobDataSet
|
Modifier and Type | Method and Description |
---|---|
SoundingAdapter |
SoundingFileBrowser.getSoundingAdapter()
Get the SoundingAdapter associated with this browser
|
SoundingAdapter |
SoundingSelector.getSoundingAdapter()
Get the SoundingAdapter used by this selector.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SoundingSelector.setSoundingAdapter(SoundingAdapter newAdapter)
Set the SoundingAdapter used by this selector
|