public abstract class Wind extends VectorQuantity
Modifier | Constructor and Description |
---|---|
protected |
Wind(visad.RealType[] types)
Constructs from an array of RealType-s.
|
protected |
Wind(visad.RealType[] types,
visad.CoordinateSystem coordSys)
Constructs from an array of RealType-s and a coordinate system
transformation.
|
earthVectorType
realTupleType, setRealTupleType
protected Wind(visad.RealType[] types) throws visad.VisADException
types
- The array of RealType-s.visad.VisADException
- Couldn't create necessary VisAD object.protected Wind(visad.RealType[] types, visad.CoordinateSystem coordSys) throws visad.VisADException
types
- The array of RealType-s.coordSys
- The coordinate system transformation for this
quantity. May be null
.visad.VisADException
- Couldn't create necessary VisAD object.