ucar.visad.quantities
Class CAPE

java.lang.Object
  extended by ucar.visad.quantities.Quantity
      extended by ucar.visad.quantities.ScalarQuantity
          extended by 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

Method Summary
static RealType getRealType()
          Returns the VisAD RealType associated with this instance.
 
Methods inherited from class ucar.visad.quantities.ScalarQuantity
getRealType, getRealType, realType
 
Methods inherited from class ucar.visad.quantities.Quantity
realTupleType, setRealTupleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.