|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.grid.GridUtil.Grid2D
public static class GridUtil.Grid2D
Class Grid2D holds a 2d lat/lon and value array
| 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 |
|---|
public GridUtil.Grid2D(float[][] lats,
float[][] lons,
float[][][] values)
lats - latslons - lonsvalues - values| Method Detail |
|---|
public float[][] getlons()
public float[][] getlats()
public float[][][] getvalues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||