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 TypeClassDescriptionclassProvides support for the display of a wind profile on in an AerologicalDisplay as a set of as a set of wind barbs.classProvides support for the display of a wind profile as a collection of wind arrows.classProvides 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 WindProfileHodograph3DDisplay.newWindProfile()Constructs the displayable WindProfile appropriate to this WindProfileDisplay.protected abstract WindProfileWindProfileDisplay.newWindProfile()Creates the displayable WindProfile appropriate to this instance.protected WindProfileWindStaffDisplay.newWindProfile()Returns the displayableWindProfileappropriate to this instance.Methods in ucar.unidata.view.sounding with parameters of type WindProfileModifier and TypeMethodDescriptionvoidWindProfileSet.addWindProfile(int index, WindProfile windProfile) Sets a wind profile of this composite.voidWindProfileSet.addWindProfile(WindProfile windProfile) Adds a wind profile to this composite.protected voidWindProfileSet.setActiveWindProfile(WindProfile profile) Sets the active wind profile property.Constructors in ucar.unidata.view.sounding with parameters of type WindProfileModifierConstructorDescriptionprotectedWindProfile(WindProfile that) Constructs from another instance.WindProfileSet(WindProfile missingWindProfile, LocalDisplay display) Constructs with a given missing wind profile and VisAD display.