public final class BuoyancyProfileBean extends ClockedBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OUTPUT_PROPERTY_NAME
The name of the output property.
|
Constructor and Description |
---|
BuoyancyProfileBean(BeanNetwork network)
Constructs from the network in which this bean will be a component.
|
Modifier and Type | Method and Description |
---|---|
visad.Field |
getBuoyancyProfile()
Returns the value of the output buoyancy-profile.
|
void |
setDewPointProfile(visad.Field dew)
Sets the input, in-situ dew-point profile.
|
void |
setParcelTrajectory(visad.Field traj)
Sets the air parcel trajectory.
|
void |
setTemperatureProfile(visad.Field temp)
Sets the input, in-situ air temperature profile.
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static final java.lang.String OUTPUT_PROPERTY_NAME
public BuoyancyProfileBean(BeanNetwork network)
network
- The bean network.public void setTemperatureProfile(visad.Field temp) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
temp
- The input, in-situ air temperature profile.visad.TypeException
- if the MathType
of the profile isn't
AirTemperatureProfile.instance()
.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setDewPointProfile(visad.Field dew) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
dew
- The input, in-situ dew-point profile.visad.TypeException
- if the MathType
of the profile isn't
DewPointProfile.instance()
.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setParcelTrajectory(visad.Field traj) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
traj
- The input, air parcel trajectory.visad.TypeException
- if the MathType
of the profile isn't
AirTemperatureProfile.instance()
.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.Field getBuoyancyProfile()