public class AtmosphericProfile
extends visad.FunctionType
Modifier | Constructor and Description |
---|---|
|
AtmosphericProfile(visad.MathType rangeType)
Constructs from a MathType for the range.
|
protected |
AtmosphericProfile(visad.MathType domainType,
visad.MathType rangeType)
Constructs from a MathType for the range.
|
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary
public AtmosphericProfile(visad.MathType rangeType) throws visad.VisADException
rangeType
- The MathType of the range.visad.VisADException
- Couldn't create necessary VisAD object.protected AtmosphericProfile(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.