Class GridUtil.Grid2D

java.lang.Object
ucar.unidata.data.grid.GridUtil.Grid2D
Enclosing class:
GridUtil

public static class GridUtil.Grid2D extends Object
Class Grid2D holds a 2d lat/lon and value array
Author:
IDV Development Team
  • Constructor Details

    • Grid2D

      public Grid2D(float[][] lats, float[][] lons, float[][][] values)
      ctor
      Parameters:
      lats - lats
      lons - lons
      values - values
  • Method Details

    • getlons

      public float[][] getlons()
      get the lons
      Returns:
      the lons
    • getlats

      public float[][] getlats()
      get the lats
      Returns:
      the lats
    • getvalues

      public float[][][] getvalues()
      get the values
      Returns:
      the values