Class GridRelativeHorizontalWind


public final class GridRelativeHorizontalWind extends HorizontalWind
The quantity of horizontal wind in vector coordinates that are relative to an underlying grid. Note that, in general, the X component of the wind won't be in an eastward direction.
Version:
$Revision: 1.14 $ $Date: 2006/12/05 19:04:33 $
Author:
Steven R. Emmerson
  • Field Details

    • doNewCode

      public static boolean doNewCode
      flag for whether there is new code
  • Constructor Details

    • GridRelativeHorizontalWind

      public GridRelativeHorizontalWind(SampledSet grid) throws VisADException
      Constructs from the underlying grid. The grid-relative X and Y components are assumed to be in the direction of increasing first and second dimensions, respectively. The MathType of the grid-relative X and Y components will be xWindType(grid) and yWindType(grid), respectively.
      Parameters:
      grid - The underlying grid.
      Throws:
      VisADException - if a VisAD failure occurs.
      IllegalArgumentException - if grid.getDimension() invalid input: '<' 2. or grid.getManifoldDimension() invalid input: '<' 2.
      NullPointerException - if the input grid is null.
      See Also:
  • Method Details