ucar.visad.quantities
Class CAPE
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.ScalarQuantity
ucar.visad.quantities.CAPE
public class CAPE
- extends ScalarQuantity
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRealType
public static RealType getRealType()
throws VisADException
- Returns the VisAD
RealType associated with this instance.
- Returns:
- The associated
RealType.
- Throws:
VisADException - if a core VisAD failure occurs.