public static class OMGridData.Byte extends OMGridData implements GridData.Byte
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 byte[][] |
data |
major
Constructor and Description |
---|
OMGridData.Byte(byte[][] d) |
Modifier and Type | Method and Description |
---|---|
GridData |
deepCopy() |
java.lang.Object |
get(int x,
int y) |
byte |
getByteValue(int x,
int y) |
byte[][] |
getData() |
int |
getNumColumns() |
int |
getNumRows() |
void |
setData(byte[][] d) |
getMajor, setMajor
public void setData(byte[][] d)
public byte[][] getData()
getData
in interface GridData.Byte
public byte getByteValue(int x, int y)
getByteValue
in interface GridData.Byte
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