Class IntegerCell

java.lang.Object
es.situm.sdk.model.cartography.calibration.IntegerCell

public class IntegerCell extends Object
A cell of a Grid with the position (x,y) and an integer value
  • Constructor Details

    • IntegerCell

      public IntegerCell(int x, int y, int value)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getValue

      public int getValue()