|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.ClockedBean
ucar.unidata.view.sounding.SaturationMixingRatioBean
public final class SaturationMixingRatioBean
A Java Bean that computes saturation mixing ratio from a pressure and the dew-point at that pressure.
| Field Summary | |
|---|---|
static String |
OUTPUT_PROPERTY_NAME
The name of the saturation mixing-ratio output-property. |
| Constructor Summary | |
|---|---|
SaturationMixingRatioBean(BeanNetwork network)
Constructs from the network in which this bean will be a component. |
|
| Method Summary | |
|---|---|
Data |
getSaturationMixingRatio()
Returns the value of the saturation mixing-ratio property. |
void |
setDewPoint(Real dewPoint)
Sets the input dew-point. |
void |
setPressure(Real pressure)
Sets the input pressure. |
| Methods inherited from class ucar.unidata.view.sounding.ClockedBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OUTPUT_PROPERTY_NAME
| Constructor Detail |
|---|
public SaturationMixingRatioBean(BeanNetwork network)
network - The bean network.| Method Detail |
|---|
public void setDewPoint(Real dewPoint)
throws TypeException,
VisADException,
RemoteException
dewPoint - The input dew-point.
NullPointerException - if the argument is null.
TypeException - if the profile has the wrong type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setPressure(Real pressure)
throws TypeException,
VisADException,
RemoteException
pressure - The input pressure.
NullPointerException - if the argument is null.
TypeException - if the pressure has the wrong type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.public Data getSaturationMixingRatio()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||