public final class DewPointExtractorBean extends ClockedBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OUTPUT_PROPERTY_NAME
The name of the output property.
|
Constructor and Description |
---|
DewPointExtractorBean(BeanNetwork network)
Constructs from the network in which this bean will be a component.
|
Modifier and Type | Method and Description |
---|---|
visad.Real |
getDewPoint()
Returns the value of the output dew-point temperature.
|
void |
setDewPointProfile(visad.Field dewProfile)
Sets the input, dew-point profile.
|
void |
setPressure(visad.Real pres)
Sets the extraction pressure.
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static final java.lang.String OUTPUT_PROPERTY_NAME
public DewPointExtractorBean(BeanNetwork network)
network
- The bean network.public void setDewPointProfile(visad.Field dewProfile) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
dewProfile
- The input dew-point profile.visad.TypeException
- if the domain quantity of the profile isn't
pressure or the range quantity of the
profile isn't dew-point temperature.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setPressure(visad.Real pres) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
pres
- The extraction pressure.java.lang.NullPointerException
- if the argument is null
.visad.TypeException
- if the argument has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.Real getDewPoint()