|
||||||||||
| 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.BuoyancyProfileBean
public final class BuoyancyProfileBean
A Java Bean that computes an atmospheric buoyancy-profile of the trajectory of a parcel of air from in-situ temperature and dew-point profiles.
| Field Summary | |
|---|---|
static String |
OUTPUT_PROPERTY_NAME
The name of the output property. |
| Constructor Summary | |
|---|---|
BuoyancyProfileBean(BeanNetwork network)
Constructs from the network in which this bean will be a component. |
|
| Method Summary | |
|---|---|
Field |
getBuoyancyProfile()
Returns the value of the output buoyancy-profile. |
void |
setDewPointProfile(Field dew)
Sets the input, in-situ dew-point profile. |
void |
setParcelTrajectory(Field traj)
Sets the air parcel trajectory. |
void |
setTemperatureProfile(Field temp)
Sets the input, in-situ air temperature profile. |
| 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 BuoyancyProfileBean(BeanNetwork network)
network - The bean network.| Method Detail |
|---|
public void setTemperatureProfile(Field temp)
throws TypeException,
VisADException,
RemoteException
temp - The input, in-situ air temperature profile.
TypeException - if the MathType of the profile isn't
AirTemperatureProfile.instance().
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setDewPointProfile(Field dew)
throws TypeException,
VisADException,
RemoteException
dew - The input, in-situ dew-point profile.
TypeException - if the MathType of the profile isn't
DewPointProfile.instance().
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setParcelTrajectory(Field traj)
throws TypeException,
VisADException,
RemoteException
traj - The input, air parcel trajectory.
TypeException - if the MathType of the profile isn't
AirTemperatureProfile.instance().
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.public Field getBuoyancyProfile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||