|
||||||||||
| 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.DewPointExtractorBean
public final class DewPointExtractorBean
A Java Bean that extracts the dew-point temperature from a dew-point temperature profile at a given pressure.
| Field Summary | |
|---|---|
static String |
OUTPUT_PROPERTY_NAME
The name of the output property. |
| Constructor Summary | |
|---|---|
DewPointExtractorBean(BeanNetwork network)
Constructs from the network in which this bean will be a component. |
|
| Method Summary | |
|---|---|
Real |
getDewPoint()
Returns the value of the output dew-point temperature. |
void |
setDewPointProfile(Field dewProfile)
Sets the input, dew-point profile. |
void |
setPressure(Real pres)
Sets the extraction 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 DewPointExtractorBean(BeanNetwork network)
network - The bean network.| Method Detail |
|---|
public void setDewPointProfile(Field dewProfile)
throws TypeException,
VisADException,
RemoteException
dewProfile - The input dew-point profile.
TypeException - if the domain quantity of the profile isn't
pressure or the range quantity of the
profile isn't dew-point temperature.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setPressure(Real pres)
throws TypeException,
VisADException,
RemoteException
pres - The extraction pressure.
NullPointerException - if the argument is null.
TypeException - if the argument has the wrong type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.public Real getDewPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||