Class GridCell

java.lang.Object
org.openjump.core.rasterimage.sextante.rasterWrappers.GridCell
All Implemented Interfaces:
Comparable

public class GridCell extends Object implements Comparable
  • 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

      public int compareTo(Object cell) throws ClassCastException
      Specified by:
      compareTo in interface Comparable
      Throws:
      ClassCastException
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object