com.bbn.openmap.omGraphics.grid
Class OMGridData.Double
java.lang.Object
com.bbn.openmap.omGraphics.grid.OMGridData
com.bbn.openmap.omGraphics.grid.OMGridData.Double
- All Implemented Interfaces:
- GridData, GridData.Double
- Enclosing class:
- OMGridData
public static class OMGridData.Double
- extends OMGridData
- implements GridData.Double
Double is a GridData object that contains doubles.
Field Summary |
protected double[][] |
data
|
Fields inherited from class com.bbn.openmap.omGraphics.grid.OMGridData |
major |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected double[][] data
OMGridData.Double
public OMGridData.Double(double[][] d)
setData
public void setData(double[][] d)
getData
public double[][] getData()
- Specified by:
getData
in interface GridData.Double
get
public java.lang.Object get(int x,
int y)
- Specified by:
get
in interface GridData
getDoubleValue
public double getDoubleValue(int x,
int y)
- Specified by:
getDoubleValue
in interface GridData.Double
getNumColumns
public int getNumColumns()
- Specified by:
getNumColumns
in interface GridData
getNumRows
public int getNumRows()
- Specified by:
getNumRows
in interface GridData
deepCopy
public GridData deepCopy()
- Specified by:
deepCopy
in interface GridData
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details