public static class OMGridData.Int extends OMGridData implements GridData.Int
OMGridData.Boolean, OMGridData.Byte, OMGridData.Char, OMGridData.Double, OMGridData.Float, OMGridData.Int, OMGridData.Short
GridData.Boolean, GridData.Byte, GridData.Char, GridData.Double, GridData.Float, GridData.Int, GridData.Short
Modifier and Type | Field and Description |
---|---|
protected int[][] |
data |
major
Constructor and Description |
---|
OMGridData.Int(int[][] d) |
Modifier and Type | Method and Description |
---|---|
GridData |
deepCopy() |
java.lang.Object |
get(int x,
int y) |
int[][] |
getData() |
int |
getIntValue(int x,
int y) |
int |
getNumColumns() |
int |
getNumRows() |
void |
setData(int[][] d) |
getMajor, setMajor
public void setData(int[][] d)
public int[][] getData()
getData
in interface GridData.Int
public int getIntValue(int x, int y)
getIntValue
in interface GridData.Int
public int getNumColumns()
getNumColumns
in interface GridData
public int getNumRows()
getNumRows
in interface GridData
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details