Package | Description |
---|---|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BackgroundContours(java.lang.String name,
ContourLevels initialContours,
visad.RealType rangeType)
Constructs from a name for the displayable, the contour levels, and the
type of the contoured quantity.
|
Isobars(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contours)
Constructs from a (p,T) <-> (x,y) coordinate system transformation and
a set of contour levels.
|
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.
|
RightPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs from a coordinate system transformation and the
pressure levels.
|
UpperTemperatureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs.
|
Modifier and Type | Class and Description |
---|---|
class |
IrregularContourLevels
Provides support for irregular contours, which are characterized by an
explicit set of contour levels.
|
class |
RegularContourLevels
Provides support for regular contours, which are characterized by a constant
contour interval.
|
Modifier and Type | Method and Description |
---|---|
ContourLevels |
ContourScalarMap.getContourLevels()
Returns the contour levels.
|
ContourLevels |
ContourLines.getContourLevels()
Returns the contour levels.
|
Modifier and Type | Method and Description |
---|---|
void |
ContourScalarMap.setContourLevels(ContourLevels contourLevels)
Sets the contour values.
|
void |
ContourLines.setContourLevels(ContourLevels contourLevels)
Sets the contour values.
|