Package ucar.visad.functiontypes
Class AtmosphericProfile
java.lang.Object
visad.MathType
visad.FunctionType
ucar.visad.functiontypes.AtmosphericProfile
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WindProfile
Provides support for wind profiles.
- Version:
- $Id: AtmosphericProfile.java,v 1.11 2005/05/13 18:34:49 jeffmc Exp $
- Author:
- Steven R. Emmerson
- See Also:
- 
Field SummaryFields inherited from class visad.FunctionTypeREAL_1TO1_FUNCTION, REAL_1TO3_FUNCTION, REAL_1TO4_FUNCTION
- 
Constructor SummaryConstructorsModifierConstructorDescriptionAtmosphericProfile(MathType rangeType) Constructs from a MathType for the range.protectedAtmosphericProfile(MathType domainType, MathType rangeType) Constructs from a MathType for the range.
- 
Method SummaryMethods inherited from class visad.FunctionTypebinary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unaryMethods inherited from class visad.MathTypeaddTimeAlias, findScalarType, guessMaps, main, prettyString, stringToType, toString
- 
Constructor Details- 
AtmosphericProfileConstructs from a MathType for the range.- Parameters:
- rangeType- The MathType of the range.
- Throws:
- VisADException- Couldn't create necessary VisAD object.
 
- 
AtmosphericProfileConstructs from a MathType for the range.- Parameters:
- domainType- The MathType of the domain.
- rangeType- The MathType of the range.
- Throws:
- VisADException- Couldn't create necessary VisAD object.
 
 
-