|
||||||||||
| 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.AerologicalDisplay.DisplayablePseudoAdiabaticTrajectory
protected class AerologicalDisplay.DisplayablePseudoAdiabaticTrajectory
Provides support for displaying the trajectory of a lifted parcel.
| Field Summary |
|---|
| 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 | |
|---|---|
AerologicalDisplay.DisplayablePseudoAdiabaticTrajectory(LocalDisplay display,
DisplayRealType displayPressureType,
DisplayRealType displayTemperatureType)
Constructs from a VisAD display and the display types. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears this displayable. |
RealType |
getPressureType()
Returns the type of the pressure. |
RealType |
getTemperatureType()
Returns the type of the temperature. |
boolean |
isEnabled()
Indicates whether or not computation of the trajectory is enabled. |
void |
recompute()
Computes the trajectory of the lifted parcel. |
void |
setEnabled(boolean enable)
Enable or disable computation of the trajectory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AerologicalDisplay.DisplayablePseudoAdiabaticTrajectory(LocalDisplay display,
DisplayRealType displayPressureType,
DisplayRealType displayTemperatureType)
throws VisADException,
RemoteException
display - The VisAD display.displayPressureType - The display pressure type.displayTemperatureType - The display temperature type.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setEnabled(boolean enable)
throws VisADException,
RemoteException
enable - Whether or not to enable computation of
the trajectory.
VisADException - VisAD failure.
RemoteException - Java RMI failure.public boolean isEnabled()
true if and only if
computation of the trajectory is
enabled.public RealType getPressureType()
public RealType getTemperatureType()
public void clear()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void recompute()
throws TypeException,
RemoteException,
VisADException
TypeException - Something has the wrong type.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||