Package ucar.visad.quantities
Class CAPE
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.ScalarQuantity
ucar.visad.quantities.CAPE
Provides support for the quantity of CAPE (Convective Available Potential
Energy).
- Version:
- $Id: CAPE.java,v 1.10 2005/05/13 18:35:37 jeffmc Exp $
- Author:
- Steven R. Emmerson
-
Method Summary
Methods inherited from class ucar.visad.quantities.ScalarQuantity
getRealType, getRealType, realType
Methods inherited from class ucar.visad.quantities.Quantity
realTupleType, setRealTupleType
-
Method Details
-
getRealType
Returns the VisADRealType
associated with this instance.- Returns:
- The associated
RealType
. - Throws:
VisADException
- if a core VisAD failure occurs.
-