public class AirTemperatureProfile
extends visad.FunctionType
Modifier | Constructor and Description |
---|---|
protected |
AirTemperatureProfile()
Constructs from nothing.
|
protected |
AirTemperatureProfile(visad.MathType rangeType)
Constructs from a MathType for the range.
|
Modifier and Type | Method and Description |
---|---|
static visad.FunctionType |
instance()
Obtains an instance of this class.
|
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary
protected AirTemperatureProfile() throws visad.VisADException
visad.VisADException
- Couldn't create necessary VisAD object.protected AirTemperatureProfile(visad.MathType rangeType) throws visad.VisADException
rangeType
- The MathType of the range.visad.VisADException
- Couldn't create necessary VisAD object.