Interface IGridValueLayer

    • Method Detail

      • set

        void set​(double value,
                 int... coordinate)
        Sets the specified cell to the specified value.
        Parameters:
        value - the new value of the cell
        coordinate - the coordinate of the cell whose value we want to set