|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.CapeCalculator
public class CapeCalculator
Provides support for calculating Convective Available Potential Energy (CAPE) and Convective Inhibition (CIN) values.
| Field Summary | |
|---|---|
String |
CAPE
The name of the Convective Available Potential Energy (CAPE) property. |
String |
CIN
The name of the Convective Inhibition (CIN) property. |
| Constructor Summary | |
|---|---|
CapeCalculator()
Constructs from nothing. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a PropertyChangeListener. |
void |
addPropertyChangeListener(String name,
PropertyChangeListener listener)
Adds a PropertyChangeListener for a named property. |
Real |
getCAPE()
Returns the value of the CAPE property. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a PropertyChangeListener. |
void |
removePropertyChangeListener(String name,
PropertyChangeListener listener)
Removes a PropertyChangeListener for a named property. |
void |
setCape(Field temperatureProfile,
Field dewPointProfile,
Field wetTrajectory)
Sets the CAPE property from profiles for temperature and dew-point and the trajectory of the saturated portion of a lifted parcel. |
protected void |
setCape(Real newCape)
Sets the CAPE property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String CAPE
public String CIN
| Constructor Detail |
|---|
public CapeCalculator()
| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener listener)
listener - The PropertyChangeListener to be added.
public void addPropertyChangeListener(String name,
PropertyChangeListener listener)
name - The name of the property.listener - The PropertyChangeListener to be added.public void removePropertyChangeListener(PropertyChangeListener listener)
listener - The PropertyChangeListener to be removed.
public void removePropertyChangeListener(String name,
PropertyChangeListener listener)
name - The name of the property.listener - The PropertyChangeListener to be removed.
NullPointerException - if the name is null.
public void setCape(Field temperatureProfile,
Field dewPointProfile,
Field wetTrajectory)
throws TypeException,
VisADException,
RemoteException
temperatureProfile - The temperature profile.dewPointProfile - The dew-point profile.wetTrajectory - The trajectory of the saturated portion
of the lifted parcel.
TypeException - Somthing has the wrong type.
VisADException - VisAD failure.
RemoteException - Java RMI failure.protected void setCape(Real newCape)
newCape - The new value.public Real getCAPE()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||