Package ucar.visad.functiontypes
Class HorizontalWindProfile
java.lang.Object
visad.MathType
visad.FunctionType
ucar.visad.functiontypes.AtmosphericProfile
ucar.visad.functiontypes.WindProfile
ucar.visad.functiontypes.HorizontalWindProfile
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CartesianHorizontalWindProfile
,PolarHorizontalWindProfile
Provides support for profiles of the horizontal wind.
- Version:
- $Id: HorizontalWindProfile.java,v 1.9 2005/05/13 18:34:50 jeffmc Exp $
- Author:
- Steven R. Emmerson
- See Also:
-
Field Summary
Fields inherited from class visad.FunctionType
REAL_1TO1_FUNCTION, REAL_1TO3_FUNCTION, REAL_1TO4_FUNCTION
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
HorizontalWindProfile
(MathType domainType, MathType rangeType) Constructs from MathType-s for the domain and range. -
Method Summary
Methods inherited from class visad.FunctionType
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary
Methods inherited from class visad.MathType
addTimeAlias, findScalarType, guessMaps, main, prettyString, stringToType, toString
-
Constructor Details
-
HorizontalWindProfile
Constructs from MathType-s for the domain and range.- Parameters:
domainType
- The MathType of the domain.rangeType
- The MathType of the range.- Throws:
VisADException
- Couldn't create necessary VisAD object.
-