ucar.visad.quantities
Class Wind
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.VectorQuantity
ucar.visad.quantities.Wind
- Direct Known Subclasses:
- HorizontalWind
public abstract class Wind
- extends VectorQuantity
Provides support for the quantity of wind.
- Version:
- $Id: Wind.java,v 1.8 2005/05/13 18:35:46 jeffmc Exp $
- Author:
- Steven R. Emmerson
|
Constructor Summary |
protected |
Wind(RealType[] types)
Constructs from an array of RealType-s. |
protected |
Wind(RealType[] types,
CoordinateSystem coordSys)
Constructs from an array of RealType-s and a coordinate system
transformation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wind
protected Wind(RealType[] types)
throws VisADException
- Constructs from an array of RealType-s.
- Parameters:
types - The array of RealType-s.
- Throws:
VisADException - Couldn't create necessary VisAD object.
Wind
protected Wind(RealType[] types,
CoordinateSystem coordSys)
throws VisADException
- Constructs 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.