Class GridCell
java.lang.Object
org.openjump.core.rasterimage.sextante.rasterWrappers.GridCell
- All Implemented Interfaces:
Comparable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GridCell
public GridCell(int iX, int iY, double dValue)
-
-
Method Details
-
getValue
public double getValue() -
setValue
public void setValue(double dValue) -
getX
public int getX() -
setX
public void setX(int iX) -
getY
public int getY() -
setY
public void setY(int iY) -
compareTo
- Specified by:
compareToin interfaceComparable- Throws:
ClassCastException
-
equals
-