Package ucar.unidata.data.grid
Class GridUtil.Grid2D
java.lang.Object
ucar.unidata.data.grid.GridUtil.Grid2D
- Enclosing class:
GridUtil
Class Grid2D holds a 2d lat/lon and value array
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Grid2D
public Grid2D(float[][] lats, float[][] lons, float[][][] values) ctor- Parameters:
lats
- latslons
- lonsvalues
- 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
-