ucar.visad.functiontypes
Class CartesianHorizontalWindProfile
java.lang.Object
visad.MathType
visad.FunctionType
ucar.visad.functiontypes.AtmosphericProfile
ucar.visad.functiontypes.WindProfile
ucar.visad.functiontypes.HorizontalWindProfile
ucar.visad.functiontypes.CartesianHorizontalWindProfile
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CartesianHorizontalWindOfGeopotentialAltitude, CartesianHorizontalWindOfPressure
public abstract class CartesianHorizontalWindProfile
- extends HorizontalWindProfile
Provides support for profiles of the horizontal wind.
- Version:
- $Id: CartesianHorizontalWindProfile.java,v 1.9 2005/05/13 18:34:49 jeffmc Exp $
- Author:
- Steven R. Emmerson
- See Also:
- Serialized Form
| Methods inherited from class visad.FunctionType |
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary |
CartesianHorizontalWindProfile
protected CartesianHorizontalWindProfile(MathType domainType)
throws VisADException
- Constructs from MathType-s for the domain.
- Parameters:
domainType - The MathType of the domain.
- Throws:
VisADException - Couldn't create necessary VisAD object.