ucar.visad.functiontypes
Class CartesianHorizontalWindOfPressure
java.lang.Object
visad.MathType
visad.FunctionType
ucar.visad.functiontypes.AtmosphericProfile
ucar.visad.functiontypes.WindProfile
ucar.visad.functiontypes.HorizontalWindProfile
ucar.visad.functiontypes.CartesianHorizontalWindProfile
ucar.visad.functiontypes.CartesianHorizontalWindOfPressure
- All Implemented Interfaces:
- Serializable
public final class CartesianHorizontalWindOfPressure
- extends CartesianHorizontalWindProfile
Provides support for atmospheric horizontal wind profiles in cartesian
coordinates on a pressure domain.
- Version:
- $Id: CartesianHorizontalWindOfPressure.java,v 1.11 2005/05/13 18:34:49 jeffmc Exp $
- Author:
- Don Murray
- See Also:
- Serialized Form
| Methods inherited from class visad.FunctionType |
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary |
CartesianHorizontalWindOfPressure
protected CartesianHorizontalWindOfPressure()
throws VisADException
- Constructs from a MathType for the domain.
- Throws:
VisADException - Couldn't create necessary VisAD object.
instance
public static FunctionType instance()
throws VisADException
- Obtains an instance of this class.
- Returns:
- An instance of this class.
- Throws:
VisADException - Couldn't perform necessary VisAD operation.