Package | Description |
---|---|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Class and Description |
---|---|
class |
EmagramCoordinateSystem
Provides support for converting between the (x,y) coordinates on a skew T
- log P diagram and (pressure,temperature) coordinates.
|
class |
SkewTCoordinateSystem
Provides support for converting between the (x,y) coordinates on a skew T
- log P diagram and (pressure,temperature) coordinates.
|
class |
StuveCoordinateSystem
Provides support for converting between the (x,y) coordinates on a skew T
- log P diagram and (pressure,temperature) coordinates.
|
Modifier and Type | Method and Description |
---|---|
abstract AerologicalCoordinateSystem |
AerologicalCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D spatial coordinateSystem from the existing
one.
|
AerologicalCoordinateSystem |
StuveCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D display coordinate system from the (possibly) 2D input.
|
AerologicalCoordinateSystem |
EmagramCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D display coordinate system from the (possibly) 2D input.
|
AerologicalCoordinateSystem |
SkewTCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D display coordinate system from the (possibly) 2D input.
|
AerologicalCoordinateSystem |
WindBarbProfile.getCoordinateSystem()
Set the coordinate system for this display.
|
AerologicalCoordinateSystem |
AerologicalDisplay.getCoordinateSystem()
Gets the (p,T) <-> (x,y) coordinate system transformation associated
with this display.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SaturationAdiabats.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handles a change to the (p,T) <-> (x,y) coordinate system transformation.
|
protected void |
Isobars.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handles a change to the coordinate system transformation.
|
protected void |
AerologicalDisplay.coordinateSystemChange(AerologicalCoordinateSystem acs)
Handle a change to the coordinate system.
|
protected void |
AerologicalDisplay.PressureAxisLabels.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a change to the (p,T) <-> (x,y) coordinate system
transformation associated with this display
|
protected void |
AerologicalDisplay.LeftPressureAxisLabels.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a coordinate system change
|
protected void |
AerologicalDisplay.RightPressureAxisLabels.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a coordinate system change
|
protected void |
AerologicalDisplay.TemperatureAxisLabels.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a coordinate system change
|
protected void |
AerologicalDisplay.LowerTemperatureAxisLabels.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a coordinate system change
|
protected void |
AerologicalDisplay.UpperTemperatureAxisLabels.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a coordinate system change
|
protected abstract void |
BackgroundContours.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a change to the coordinate system transformation.
|
protected void |
DryAdiabats.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a change to the coordinate system transformation.
|
protected void |
Isotherms.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handles a change to the (p,T) <-> (x,y) coordinate system transformation.
|
protected void |
SaturationMixingRatioContours.coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handles a change to the (p,T) <-> (x,y) coordinate system transformation.
|
abstract AerologicalCoordinateSystem |
AerologicalCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D spatial coordinateSystem from the existing
one.
|
AerologicalCoordinateSystem |
StuveCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D display coordinate system from the (possibly) 2D input.
|
AerologicalCoordinateSystem |
EmagramCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D display coordinate system from the (possibly) 2D input.
|
AerologicalCoordinateSystem |
SkewTCoordinateSystem.createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D display coordinate system from the (possibly) 2D input.
|
static AerologicalDisplay |
AerologicalDisplay.getInstance(AerologicalCoordinateSystem acs,
java.awt.GraphicsConfiguration gc)
Create a new AerologicalDisplay with the specified CoordinateSystem
|
protected void |
AerologicalDisplay.PressureAxisLabels.set(AerologicalCoordinateSystem coordinateSystem,
visad.Real xValue,
ContourLevels contourLevels,
visad.Real temperature,
double separation)
Sets the labels.
|
protected void |
AerologicalDisplay.TemperatureAxisLabels.set(AerologicalCoordinateSystem coordinateSystem,
visad.Real yValue,
ContourLevels contourLevels,
visad.Real pressure,
double separation)
Sets the labels.
|
void |
Box.setCoordinateSystem(AerologicalCoordinateSystem coordinateSystem)
Sets the coordinate system property.
|
void |
WindBarbProfile.setCoordinateSystem(AerologicalCoordinateSystem acs)
Set the coordinate system for this display.
|
void |
AerologicalDisplay.setCoordinateSystem(AerologicalCoordinateSystem acs)
Sets the (p,T) <-> (x,y) coordinate system transformation associated
with this display.
|
void |
AerologicalDisplay.PressureAxisLabels.setCoordinateSystem(AerologicalCoordinateSystem acs)
Set the new coordinate system.
|
void |
AerologicalDisplay.TemperatureAxisLabels.setCoordinateSystem(AerologicalCoordinateSystem acs)
Set the new CoordinateSystem
|
void |
AerologicalDisplay.MyWindStaff.setCoordinateSystem(AerologicalCoordinateSystem acs)
Set the data based on the coordinate system
|
void |
BackgroundContours.setCoordinateSystem(AerologicalCoordinateSystem coordinateSystem)
Sets the associated coordinate system transformation.
|
Constructor and Description |
---|
AerologicalDisplay(AerologicalCoordinateSystem acs)
Create a new AerologicalDisplay and use the coordinate system
for all transforms
|
AerologicalDisplay(AerologicalCoordinateSystem acs,
java.awt.GraphicsConfiguration gc)
Create a new AerologicalDisplay and use the coordinate system
for all transforms
|
AerologicalDisplay(visad.DisplayImpl display,
int initialCapacity,
visad.DisplayRealType displayPressureType,
visad.DisplayRealType displayTemperatureType,
AerologicalCoordinateSystem coordinateSystem)
Constructs.
|
Box(AerologicalCoordinateSystem coordinateSystem)
Constructs from a coordinate system transformation.
|
DryAdiabats(AerologicalCoordinateSystem coordinateSystem)
Constructs from a coordinate system transformation.
|
Isobars(AerologicalCoordinateSystem coordinateSystem)
Constructs from a (p,T) <-> (x,y) coordinate system transformation.
|
Isobars(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contours)
Constructs from a (p,T) <-> (x,y) coordinate system transformation and
a set of contour levels.
|
Isotherms(AerologicalCoordinateSystem coordinateSystem)
Constructs from a (p,T) <-> (x,y) coordinate system transformation.
|
Isotherms(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contours)
Constructs from a (p,T) <-> (x,y) coordinate system transformation and
a set of contour levels.
|
LeftPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs from a coordinate system transformation and the
pressure levels.
|
LowerTemperatureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs.
|
MyWindStaff(AerologicalCoordinateSystem acs)
Create a new wind staff for the display.
|
MyWindStaff(AerologicalCoordinateSystem acs,
double xp0)
_more_
|
RightPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs from a coordinate system transformation and the
pressure levels.
|
SaturationAdiabats(AerologicalCoordinateSystem coordinateSystem)
Constructs from a (p,T) <-> (x,y) coordinate system transformation.
|
SaturationMixingRatioContours(AerologicalCoordinateSystem coordinateSystem)
Constructs from a (p,T) <-> (x,y) coordinate system transformation.
|
UpperTemperatureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs.
|
WindBarbProfile(visad.LocalDisplay display,
AerologicalCoordinateSystem cs)
Constructs from a VisAD display.
|