ucar.visad.functiontypes
Class WindProfile
java.lang.Object
visad.MathType
visad.FunctionType
ucar.visad.functiontypes.AtmosphericProfile
ucar.visad.functiontypes.WindProfile
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HorizontalWindProfile
public abstract class WindProfile
- extends AtmosphericProfile
Provides support for wind profiles.
- Version:
- $Id: WindProfile.java,v 1.11 2005/05/13 18:34:50 jeffmc Exp $
- Author:
- Steven R. Emmerson
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
WindProfile(MathType domainType,
MathType rangeType)
Constructs from MathType-s for the domain and range. |
| Methods inherited from class visad.FunctionType |
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary |
WindProfile
protected WindProfile(MathType domainType,
MathType rangeType)
throws VisADException
- 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.