Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Method and Description |
---|---|
void |
SoundingViewManager.setSoundingDisplay(AerologicalDisplay ad)
Set the sounding display
|
Modifier and Type | Field and Description |
---|---|
protected AerologicalDisplay |
AerologicalSoundingControl.aeroDisplay
The Skew-T log p display.
|
Modifier and Type | Class and Description |
---|---|
class |
SkewTDisplay
Provides support for a 2-D VisAD display for a Skew T, Log P Diagram
(alias "Skew-T Chart").
|
class |
StuveDisplay
Provides support for a 2-D VisAD display for a T, -p (Stuve) diagram where
p is -p**k (k = R/CP).
|
Modifier and Type | Method and Description |
---|---|
static AerologicalDisplay |
AerologicalDisplay.getInstance(AerologicalCoordinateSystem acs,
java.awt.GraphicsConfiguration gc)
Create a new AerologicalDisplay with the specified CoordinateSystem
|
static AerologicalDisplay |
AerologicalDisplay.getInstance(java.lang.String type)
Create a new AerologicalDisplay of the given type
|
static AerologicalDisplay |
AerologicalDisplay.getInstance(java.lang.String type,
java.awt.GraphicsConfiguration gc)
Create a new AerologicalDisplay of the given type
|
Constructor and Description |
---|
AerologicalController(ucar.unidata.view.sounding.SoundingDataModel database,
AerologicalDisplay display)
Constructs from an aerological database and aerological display.
|