Package | Description |
---|---|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Class and Description |
---|---|
class |
WindBarbProfile
Provides support for the display of a wind profile on in an
AerologicalDisplay as a set of as a set of wind barbs.
|
class |
WindStaff
Provides support for the display of a wind profile as a collection of wind
arrows.
|
class |
WindTrace
Provides support for displaying a wind profile as a trace.
|
Modifier and Type | Method and Description |
---|---|
WindProfile |
WindProfileSet.getActiveWindProfile()
Returns the active wind profile property.
|
protected abstract WindProfile |
WindProfileDisplay.newWindProfile()
Creates the displayable WindProfile appropriate to this instance.
|
protected WindProfile |
WindStaffDisplay.newWindProfile()
Returns the displayable
WindProfile appropriate to this instance. |
protected WindProfile |
Hodograph3DDisplay.newWindProfile()
Constructs the displayable WindProfile appropriate to this
WindProfileDisplay.
|
Modifier and Type | Method and Description |
---|---|
void |
WindProfileSet.addWindProfile(int index,
WindProfile windProfile)
Sets a wind profile of this composite.
|
void |
WindProfileSet.addWindProfile(WindProfile windProfile)
Adds a wind profile to this composite.
|
protected void |
WindProfileSet.setActiveWindProfile(WindProfile profile)
Sets the active wind profile property.
|
Constructor and Description |
---|
WindProfile(WindProfile that)
Constructs from another instance.
|
WindProfileSet(WindProfile missingWindProfile,
visad.LocalDisplay display)
Constructs with a given missing wind profile and VisAD display.
|