Class AirTemperatureProfile

java.lang.Object
visad.MathType
visad.FunctionType
ucar.visad.functiontypes.AirTemperatureProfile
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DewPointProfile, InSituAirTemperatureProfile

public class AirTemperatureProfile extends FunctionType
Provides support for atmospheric temperature profiles.
Version:
$Id: AirTemperatureProfile.java,v 1.12 2005/05/13 18:34:49 jeffmc Exp $
Author:
Steven R. Emmerson
See Also:
  • Constructor Details

    • AirTemperatureProfile

      protected AirTemperatureProfile() throws VisADException
      Constructs from nothing.
      Throws:
      VisADException - Couldn't create necessary VisAD object.
    • AirTemperatureProfile

      protected AirTemperatureProfile(MathType rangeType) throws VisADException
      Constructs from a MathType for the range.
      Parameters:
      rangeType - The MathType of the range.
      Throws:
      VisADException - Couldn't create necessary VisAD object.
  • Method Details

    • 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.