public abstract class HorizontalWindProfile extends WindProfile
Modifier | Constructor and Description |
---|---|
protected |
HorizontalWindProfile(visad.MathType domainType,
visad.MathType rangeType)
Constructs from MathType-s for the domain and range.
|
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary
protected HorizontalWindProfile(visad.MathType domainType, visad.MathType rangeType) throws visad.VisADException
domainType
- The MathType of the domain.rangeType
- The MathType of the range.visad.VisADException
- Couldn't create necessary VisAD object.