Class HorizontalWindProfile

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CartesianHorizontalWindProfile, PolarHorizontalWindProfile

public abstract class HorizontalWindProfile extends WindProfile
Provides support for profiles of the horizontal wind.
Version:
$Id: HorizontalWindProfile.java,v 1.9 2005/05/13 18:34:50 jeffmc Exp $
Author:
Steven R. Emmerson
See Also:
  • Constructor Details

    • HorizontalWindProfile

      protected HorizontalWindProfile(MathType domainType, MathType rangeType) throws VisADException
      Constructs from MathType-s for the domain and range.
      Parameters:
      domainType - The MathType of the domain.
      rangeType - The MathType of the range.
      Throws:
      VisADException - Couldn't create necessary VisAD object.