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