|
||||||||||
| 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.Sounding
public class Sounding
Provides support for a composite displayable comprising a temperature profile and a dew-point profile.
| Field Summary | |
|---|---|
static String |
DEW_POINT
The name of the dew-point property. |
static String |
PRESSURE
The name of the pressure property. |
static String |
TEMPERATURE
The name of the temperature property. |
| 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 | |
|---|---|
Sounding(LocalDisplay display)
Constructs from a VisAD display. |
|
| Method Summary | |
|---|---|
Real |
getDewPoint()
Returns the temperature property. |
Field |
getDewPointField()
Returns the dew-point profile. |
RealType |
getDewPointRealType()
Returns the type of the dew-point quantity. |
Real |
getPressure()
Returns the pressure property. |
RealType |
getPressureRealType()
Returns the type of the pressure quantity. |
Real |
getTemperature()
Returns the temperature property. |
Field |
getTemperatureField()
Returns the temperature profile. |
RealType |
getTemperatureRealType()
Returns the type of the temperature quantity. |
void |
setConstrainProfiles(boolean yes)
Sets the constrainProfiles property. |
void |
setDewPointField(Field dewPointField)
Sets the dew-point profile. |
void |
setFields(Field temperatureField,
Field dewPointField)
Sets the profiles. |
void |
setOriginalProfiles()
Resets the sounding to the original data. |
void |
setPressure(Real pressure)
Sets the pressure property. |
void |
setTemperatureField(Field temperatureField)
Sets the temperature profile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String PRESSURE
public static String TEMPERATURE
public static String DEW_POINT
| Constructor Detail |
|---|
public Sounding(LocalDisplay display)
throws VisADException,
RemoteException
false.
display - The VisAD display.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setConstrainProfiles(boolean yes)
throws RemoteException,
VisADException
yes - Whether or not to constrain temperatures
to be equal to or greater than
corresponding dew-points.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setFields(Field temperatureField,
Field dewPointField)
throws RemoteException,
VisADException
temperatureField - The temperature profile.dewPointField - The dew-point profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setTemperatureField(Field temperatureField)
throws RemoteException,
VisADException
temperatureField - The temperature profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setDewPointField(Field dewPointField)
throws RemoteException,
VisADException
dewPointField - The dew-point profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Field getTemperatureField()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Field getDewPointField()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setOriginalProfiles()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setPressure(Real pressure)
throws RemoteException,
VisADException
pressure - The new value.
VisADException - VisAD failure.
RemoteException - Java RMI failure.public Real getPressure()
public Real getTemperature()
public Real getDewPoint()
public RealType getPressureRealType()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public RealType getTemperatureRealType()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public RealType getDewPointRealType()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||