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

Packages that use WindProfile
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of WindProfile in ucar.unidata.view.sounding
 

Subclasses of WindProfile in ucar.unidata.view.sounding
 class WindBarbProfile
          Provides support for the display of a wind profile on in an AerologicalDisplay as a set of as a set of wind barbs.
 class WindStaff
          Provides support for the display of a wind profile as a collection of wind arrows.
 class WindTrace
          Provides support for displaying a wind profile as a trace.
 

Methods in ucar.unidata.view.sounding that return WindProfile
 WindProfile WindProfileSet.getActiveWindProfile()
          Returns the active wind profile property.
protected  WindProfile Hodograph3DDisplay.newWindProfile()
          Constructs the displayable WindProfile appropriate to this WindProfileDisplay.
protected abstract  WindProfile WindProfileDisplay.newWindProfile()
          Creates the displayable WindProfile appropriate to this instance.
protected  WindProfile WindStaffDisplay.newWindProfile()
          Returns the displayable WindProfile appropriate to this instance.
 

Methods in ucar.unidata.view.sounding with parameters of type WindProfile
 void WindProfileSet.addWindProfile(int index, WindProfile windProfile)
          Sets a wind profile of this composite.
 void WindProfileSet.addWindProfile(WindProfile windProfile)
          Adds a wind profile to this composite.
protected  void WindProfileSet.setActiveWindProfile(WindProfile profile)
          Sets the active wind profile property.
 

Constructors in ucar.unidata.view.sounding with parameters of type WindProfile
WindProfile(WindProfile that)
          Constructs from another instance.
WindProfileSet(WindProfile missingWindProfile, LocalDisplay display)
          Constructs with a given missing wind profile and VisAD display.