Package ucar.visad.quantities
Class HorizontalWind
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.VectorQuantity
ucar.visad.quantities.Wind
ucar.visad.quantities.HorizontalWind
- Direct Known Subclasses:
- CartesianHorizontalWind,- GridRelativeHorizontalWind,- PolarHorizontalWind
Provides support for the quantity of horizontal wind.
- Version:
- $Id: HorizontalWind.java,v 1.9 2005/05/13 18:35:40 jeffmc Exp $
- Author:
- Steven R. Emmerson
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedHorizontalWind(RealType[] types) Constructs from an array of RealType-s.protectedHorizontalWind(RealType[] types, CoordinateSystem coordSys) Constructs from an array of RealType-s and a coordinate system transformation.
- 
Method SummaryMethods inherited from class ucar.visad.quantities.VectorQuantityearthVectorTypeMethods inherited from class ucar.visad.quantities.QuantityrealTupleType, setRealTupleType
- 
Field Details- 
DEFAULT_SPEED_UNITThe default speed unit.
 
- 
- 
Constructor Details- 
HorizontalWindConstructs from an array of RealType-s.- Parameters:
- types- The array of RealType-s.
- Throws:
- VisADException- Couldn't create necessary VisAD object.
 
- 
HorizontalWindConstructs from an array of RealType-s and a coordinate system transformation.- Parameters:
- types- The array of RealType-s.
- coordSys- The coordinate system transformation for this quantity. May be- null.
- Throws:
- VisADException- Couldn't create necessary VisAD object.
 
 
-