ucar.visad.quantities
Class CartesianHorizontalWind

java.lang.Object
  extended by ucar.visad.quantities.Quantity
      extended by ucar.visad.quantities.VectorQuantity
          extended by ucar.visad.quantities.Wind
              extended by ucar.visad.quantities.HorizontalWind
                  extended by ucar.visad.quantities.CartesianHorizontalWind

public final class CartesianHorizontalWind
extends HorizontalWind

Provides support for the quantity of horizontal wind in Cartesian coordinates.

Version:
$Id: CartesianHorizontalWind.java,v 1.9 2006/08/09 22:04:08 dmurray Exp $
Author:
Steven R. Emmerson

Field Summary
 
Fields inherited from class ucar.visad.quantities.HorizontalWind
DEFAULT_SPEED_UNIT
 
Method Summary
static EarthVectorType getEarthVectorType()
          Obtains the EarthVectorType associated with this class.
static RealTupleType getRealTupleType()
          Obtains the RealTupleType associated with this class.
 
Methods inherited from class ucar.visad.quantities.VectorQuantity
earthVectorType
 
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

getRealTupleType

public static RealTupleType getRealTupleType()
                                      throws VisADException
Obtains the RealTupleType associated with this class.

Returns:
The RealTupleType associated with this class.
Throws:
VisADException - Couldn't perform necessary VisAD operation.

getEarthVectorType

public static EarthVectorType getEarthVectorType()
                                          throws VisADException
Obtains the EarthVectorType associated with this class.

Returns:
The RealTupleType associated with this class.
Throws:
VisADException - Couldn't perform necessary VisAD operation.