Uses of Class
ucar.unidata.view.sounding.AerologicalDisplay

Packages that use AerologicalDisplay
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of AerologicalDisplay in ucar.unidata.idv
 

Methods in ucar.unidata.idv with parameters of type AerologicalDisplay
 void SoundingViewManager.setSoundingDisplay(AerologicalDisplay ad)
          Set the sounding display
 

Uses of AerologicalDisplay in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as AerologicalDisplay
protected  AerologicalDisplay AerologicalSoundingControl.aeroDisplay
          The Skew-T log p display.
 

Uses of AerologicalDisplay in ucar.unidata.view.sounding
 

Subclasses of AerologicalDisplay in ucar.unidata.view.sounding
 class SkewTDisplay
          Provides support for a 2-D VisAD display for a Skew T, Log P Diagram (alias "Skew-T Chart").
 class StuveDisplay
          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 AerologicalDisplay
static AerologicalDisplay AerologicalDisplay.getInstance(AerologicalCoordinateSystem acs, GraphicsConfiguration gc)
          Create a new AerologicalDisplay with the specified CoordinateSystem
static AerologicalDisplay AerologicalDisplay.getInstance(String type)
          Create a new AerologicalDisplay of the given type
static AerologicalDisplay AerologicalDisplay.getInstance(String type, GraphicsConfiguration gc)
          Create a new AerologicalDisplay of the given type
 

Constructors in ucar.unidata.view.sounding with parameters of type AerologicalDisplay
AerologicalController(ucar.unidata.view.sounding.SoundingDataModel database, AerologicalDisplay display)
          Constructs from an aerological database and aerological display.