|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.Displayable
ucar.visad.display.CompositeDisplayable
ucar.unidata.view.sounding.WindProfile
ucar.unidata.view.sounding.WindTrace
public class WindTrace
Provides support for displaying a wind profile as a trace.
| Nested Class Summary | |
|---|---|
protected class |
WindTrace.DisplayableWindTrace
Provides support for displaying a wind profile as an (x,y,z) trace. |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.view.sounding.WindProfile |
|---|
DIRECTION, GEOPOTENTIAL_ALTITUDE, GEOPOTENTIAL_ALTITUDE_EXTENT, MAXIMUM_SPEED, PRESSURE, SPEED, WIND_PROFILE |
| Fields inherited from class ucar.visad.display.CompositeDisplayable |
|---|
cnt, label |
| Fields inherited from class ucar.visad.display.Displayable |
|---|
DISPLAY, parent, SCALAR_MAP_SET |
| Constructor Summary | |
|---|---|
|
WindTrace(LocalDisplay display)
Constructs from the display types for the axes and a VisAD display. |
protected |
WindTrace(WindTrace that)
Constructs from another instance. |
| Method Summary | |
|---|---|
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display. |
boolean |
equals(Object obj)
Indicates if this instance is identical to another object. |
protected Field |
getProfile()
Returns the wind profile. |
int |
hashCode()
Returns the hash code of this instance. |
void |
setOriginalProfile()
Resets the vertical profile of the horizontal wind to the profile of the last setProfile(). |
void |
setProfile(Field profile)
Sets the wind profile. |
void |
setWindLevels(Gridded1DSet levels)
Set the levels of the wind profile. |
| Methods inherited from class ucar.unidata.view.sounding.WindProfile |
|---|
ensureCartesian, getDirection, getGeopotentialAltitude, getGeopotentialAltitudeExtent, getGeopotentialAltitudeRealType, getMaximumSpeed, getMissingWindField, getPressure, getSoutherlyWindRealType, getSpeed, getWesterlyWindRealType, profileChange, setAltitudeExtent, setDirection, setGeopotentialAltitude, setMaximumSpeed, setPressure, setSpeed, setSpeedAndDirection |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WindTrace(LocalDisplay display)
throws VisADException,
RemoteException
display - The VisAD display.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
protected WindTrace(WindTrace that)
throws VisADException,
RemoteException
that - The other instance.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setProfile(Field profile)
throws VisADException,
RemoteException
setProfile in class WindProfileprofile - The wind profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setOriginalProfile()
throws VisADException,
RemoteException
setOriginalProfile in class WindProfileVisADException - VisAD failure.
RemoteException - Java RMI failure.
protected Field getProfile()
throws VisADException,
RemoteException
getProfile in class WindProfileVisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setWindLevels(Gridded1DSet levels)
throws VisADException,
RemoteException
setWindLevels in class WindProfilelevels - new levels
VisADException - VisAD failure.
RemoteException - Java RMI failure.public boolean equals(Object obj)
equals in class WindProfileobj - The other object.
true if and only if this instance
is identical to the other object.public int hashCode()
hashCode in class WindProfile
public Displayable cloneForDisplay()
throws RemoteException,
VisADException
cloneForDisplay in class CompositeDisplayableVisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||