public static class GridUtil.Grid2D
extends java.lang.Object
Constructor and Description |
---|
Grid2D(float[][] lats,
float[][] lons,
float[][][] values)
ctor
|
Modifier and Type | Method and Description |
---|---|
float[][] |
getlats()
get the lats
|
float[][] |
getlons()
get the lons
|
float[][][] |
getvalues()
get the values
|