Package | Description |
---|---|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Method and Description |
---|---|
Sounding |
SoundingSet.getActiveSounding()
Returns the active sounding.
|
Sounding |
AerologicalDisplay.getActiveSounding()
Get the active sounding.
|
Modifier and Type | Method and Description |
---|---|
void |
SoundingSet.addSounding(int index,
Sounding sounding)
Adds a sounding to this set.
|
void |
SoundingSet.addSounding(Sounding sounding)
Adds a sounding to this set.
|
protected void |
SoundingSet.setActiveSounding(Sounding sounding)
Sets the active sounding property.
|