ucar.visad.functiontypes
Class CartesianHorizontalWindOfGeopotentialAltitude

java.lang.Object
  extended by visad.MathType
      extended by visad.FunctionType
          extended by ucar.visad.functiontypes.AtmosphericProfile
              extended by ucar.visad.functiontypes.WindProfile
                  extended by ucar.visad.functiontypes.HorizontalWindProfile
                      extended by ucar.visad.functiontypes.CartesianHorizontalWindProfile
                          extended by ucar.visad.functiontypes.CartesianHorizontalWindOfGeopotentialAltitude
All Implemented Interfaces:
Serializable

public final class CartesianHorizontalWindOfGeopotentialAltitude
extends CartesianHorizontalWindProfile

Provides support for atmospheric horizontal wind profiles in cartesian coordinates on a GeopotentialAltitude domain.

Version:
$Id: CartesianHorizontalWindOfGeopotentialAltitude.java,v 1.10 2005/05/13 18:34:49 jeffmc Exp $
Author:
Don Murray
See Also:
Serialized Form

Field Summary
 
Fields inherited from class visad.FunctionType
REAL_1TO1_FUNCTION, REAL_1TO3_FUNCTION, REAL_1TO4_FUNCTION
 
Constructor Summary
protected CartesianHorizontalWindOfGeopotentialAltitude()
          Constructs from nothing.
 
Method Summary
static FunctionType instance()
          Obtains an instance of this class.
 
Methods inherited from class visad.FunctionType
binary, buildShadowType, cloneDerivative, equals, equalsExceptName, equalsExceptNameButUnits, getDomain, getFlat, getFlatRange, getRange, getReal, getRealComponents, getTextComponents, getTextIndices, hashCode, missingData, prettyString, unary
 
Methods inherited from class visad.MathType
addTimeAlias, findScalarType, guessMaps, main, prettyString, stringToType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CartesianHorizontalWindOfGeopotentialAltitude

protected CartesianHorizontalWindOfGeopotentialAltitude()
                                                 throws VisADException
Constructs from nothing.

Throws:
VisADException - Couldn't create necessary VisAD object.
Method Detail

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.