Uses of Class
ucar.unidata.view.sounding.AerologicalDisplay
Packages that use AerologicalDisplay
Package
Description
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Provides support for aerological diagrams.
-
Uses of AerologicalDisplay in ucar.unidata.idv
Methods in ucar.unidata.idv with parameters of type AerologicalDisplayModifier and TypeMethodDescriptionvoid
SoundingViewManager.setSoundingDisplay
(AerologicalDisplay ad) Set the sounding display -
Uses of AerologicalDisplay in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as AerologicalDisplayModifier and TypeFieldDescriptionprotected AerologicalDisplay
AerologicalSoundingControl.aeroDisplay
The Skew-T log p display. -
Uses of AerologicalDisplay in ucar.unidata.view.sounding
Subclasses of AerologicalDisplay in ucar.unidata.view.soundingModifier and TypeClassDescriptionclass
Provides support for a 2-D VisAD display for a Skew T, Log P Diagram (alias "Skew-T Chart").class
Provides support for a 2-D VisAD display for a T, -p (Stuve) diagram where p is -p**k (k = R/CP).Methods in ucar.unidata.view.sounding that return AerologicalDisplayModifier and TypeMethodDescriptionstatic AerologicalDisplay
AerologicalDisplay.getInstance
(String type) Create a new AerologicalDisplay of the given typestatic AerologicalDisplay
AerologicalDisplay.getInstance
(String type, GraphicsConfiguration gc) Create a new AerologicalDisplay of the given typestatic AerologicalDisplay
AerologicalDisplay.getInstance
(AerologicalCoordinateSystem acs, GraphicsConfiguration gc) Create a new AerologicalDisplay with the specified CoordinateSystemConstructors in ucar.unidata.view.sounding with parameters of type AerologicalDisplayModifierConstructorDescriptionAerologicalController
(ucar.unidata.view.sounding.SoundingDataModel database, AerologicalDisplay display) Constructs from an aerological database and aerological display.