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