Uses of Class
ucar.unidata.view.sounding.AerologicalCoordinateSystem
Packages that use AerologicalCoordinateSystem
-
Uses of AerologicalCoordinateSystem in ucar.unidata.view.sounding
Subclasses of AerologicalCoordinateSystem in ucar.unidata.view.soundingModifier and TypeClassDescriptionfinal class
Provides support for converting between the (x,y) coordinates on a skew T - log P diagram and (pressure,temperature) coordinates.final class
Provides support for converting between the (x,y) coordinates on a skew T - log P diagram and (pressure,temperature) coordinates.final class
Provides support for converting between the (x,y) coordinates on a skew T - log P diagram and (pressure,temperature) coordinates.Methods in ucar.unidata.view.sounding that return AerologicalCoordinateSystemModifier and TypeMethodDescriptionabstract AerologicalCoordinateSystem
AerologicalCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D spatial coordinateSystem from the existing one.EmagramCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D display coordinate system from the (possibly) 2D input.SkewTCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D display coordinate system from the (possibly) 2D input.StuveCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D display coordinate system from the (possibly) 2D input.AerologicalDisplay.getCoordinateSystem()
Gets the (p,T) invalid input: '<'-> (x,y) coordinate system transformation associated with this display.WindBarbProfile.getCoordinateSystem()
Set the coordinate system for this display.Methods in ucar.unidata.view.sounding with parameters of type AerologicalCoordinateSystemModifier and TypeMethodDescriptionprotected void
AerologicalDisplay.coordinateSystemChange
(AerologicalCoordinateSystem acs) Handle a change to the coordinate system.protected void
AerologicalDisplay.LeftPressureAxisLabels.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handle a coordinate system changeprotected void
AerologicalDisplay.LowerTemperatureAxisLabels.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handle a coordinate system changeprotected void
AerologicalDisplay.PressureAxisLabels.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handle a change to the (p,T) invalid input: '<'-> (x,y) coordinate system transformation associated with this displayprotected void
AerologicalDisplay.RightPressureAxisLabels.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handle a coordinate system changeprotected void
AerologicalDisplay.TemperatureAxisLabels.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handle a coordinate system changeprotected void
AerologicalDisplay.UpperTemperatureAxisLabels.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handle a coordinate system changeprotected 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
Isobars.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handles a change to the coordinate system transformation.protected void
Isotherms.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handles a change to the (p,T) invalid input: '<'-> (x,y) coordinate system transformation.protected void
SaturationAdiabats.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handles a change to the (p,T) invalid input: '<'-> (x,y) coordinate system transformation.protected void
SaturationMixingRatioContours.coordinateSystemChange
(AerologicalCoordinateSystem coordinateSystem) Handles a change to the (p,T) invalid input: '<'-> (x,y) coordinate system transformation.abstract AerologicalCoordinateSystem
AerologicalCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D spatial coordinateSystem from the existing one.EmagramCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D display coordinate system from the (possibly) 2D input.SkewTCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D display coordinate system from the (possibly) 2D input.StuveCoordinateSystem.createDisplayCoordinateSystem
(AerologicalCoordinateSystem acs) Create a 3D display coordinate system from the (possibly) 2D input.static AerologicalDisplay
AerologicalDisplay.getInstance
(AerologicalCoordinateSystem acs, GraphicsConfiguration gc) Create a new AerologicalDisplay with the specified CoordinateSystemprotected void
AerologicalDisplay.PressureAxisLabels.set
(AerologicalCoordinateSystem coordinateSystem, Real xValue, ContourLevels contourLevels, Real temperature, double separation) Sets the labels.protected final void
AerologicalDisplay.TemperatureAxisLabels.set
(AerologicalCoordinateSystem coordinateSystem, Real yValue, ContourLevels contourLevels, Real pressure, double separation) Sets the labels.void
AerologicalDisplay.MyWindStaff.setCoordinateSystem
(AerologicalCoordinateSystem acs) Set the data based on the coordinate systemvoid
AerologicalDisplay.PressureAxisLabels.setCoordinateSystem
(AerologicalCoordinateSystem acs) Set the new coordinate system.void
AerologicalDisplay.setCoordinateSystem
(AerologicalCoordinateSystem acs) Sets the (p,T) invalid input: '<'-> (x,y) coordinate system transformation associated with this display.void
AerologicalDisplay.TemperatureAxisLabels.setCoordinateSystem
(AerologicalCoordinateSystem acs) Set the new CoordinateSystemfinal void
BackgroundContours.setCoordinateSystem
(AerologicalCoordinateSystem coordinateSystem) Sets the associated coordinate system transformation.void
Box.setCoordinateSystem
(AerologicalCoordinateSystem coordinateSystem) Sets the coordinate system property.void
WindBarbProfile.setCoordinateSystem
(AerologicalCoordinateSystem acs) Set the coordinate system for this display.Constructors in ucar.unidata.view.sounding with parameters of type AerologicalCoordinateSystemModifierConstructorDescriptionCreate a new AerologicalDisplay and use the coordinate system for all transformsCreate a new AerologicalDisplay and use the coordinate system for all transformsprotected
AerologicalDisplay
(DisplayImpl display, int initialCapacity, DisplayRealType displayPressureType, 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) invalid input: '<'-> (x,y) coordinate system transformation.Isobars
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contours) Constructs from a (p,T) invalid input: '<'-> (x,y) coordinate system transformation and a set of contour levels.Isotherms
(AerologicalCoordinateSystem coordinateSystem) Constructs from a (p,T) invalid input: '<'-> (x,y) coordinate system transformation.Isotherms
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contours) Constructs from a (p,T) invalid input: '<'-> (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.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) invalid input: '<'-> (x,y) coordinate system transformation.SaturationMixingRatioContours
(AerologicalCoordinateSystem coordinateSystem) Constructs from a (p,T) invalid input: '<'-> (x,y) coordinate system transformation.UpperTemperatureAxisLabels
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels) Constructs.WindBarbProfile
(LocalDisplay display, AerologicalCoordinateSystem cs) Constructs from a VisAD display.