Uses of Class
ucar.unidata.view.sounding.WindProfile
Packages that use WindProfile
-
Uses of WindProfile in ucar.unidata.view.sounding
Subclasses of WindProfile in ucar.unidata.view.soundingModifier and TypeClassDescriptionclass
Provides support for the display of a wind profile on in an AerologicalDisplay as a set of as a set of wind barbs.class
Provides support for the display of a wind profile as a collection of wind arrows.class
Provides support for displaying a wind profile as a trace.Methods in ucar.unidata.view.sounding that return WindProfileModifier and TypeMethodDescriptionWindProfileSet.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 displayableWindProfile
appropriate to this instance.Methods in ucar.unidata.view.sounding with parameters of type WindProfileModifier and TypeMethodDescriptionvoid
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 WindProfileModifierConstructorDescriptionprotected
WindProfile
(WindProfile that) Constructs from another instance.WindProfileSet
(WindProfile missingWindProfile, LocalDisplay display) Constructs with a given missing wind profile and VisAD display.