Package ucar.visad.quantities
Class CartesianHorizontalWind
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.VectorQuantity
ucar.visad.quantities.Wind
ucar.visad.quantities.HorizontalWind
ucar.visad.quantities.CartesianHorizontalWind
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
Modifier and TypeMethodDescriptionstatic EarthVectorType
Obtains the EarthVectorType associated with this class.static RealTupleType
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
-
Method Details
-
getRealTupleType
Obtains the RealTupleType associated with this class.- Returns:
- The RealTupleType associated with this class.
- Throws:
VisADException
- Couldn't perform necessary VisAD operation.
-
getEarthVectorType
Obtains the EarthVectorType associated with this class.- Returns:
- The RealTupleType associated with this class.
- Throws:
VisADException
- Couldn't perform necessary VisAD operation.
-