ucar.unidata.data.grid
Class GridUtil.Grid2D

java.lang.Object
  extended by 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 Summary
GridUtil.Grid2D(float[][] lats, float[][] lons, float[][][] values)
          ctor
 
Method Summary
 float[][] getlats()
          get the lats
 float[][] getlons()
          get the lons
 float[][][] getvalues()
          get the values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridUtil.Grid2D

public GridUtil.Grid2D(float[][] lats,
                       float[][] lons,
                       float[][][] values)
ctor

Parameters:
lats - lats
lons - lons
values - values
Method Detail

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