setInt abstract method

void setInt(
  1. int col,
  2. int row,
  3. int value, [
  4. int band,
])

Set the raster value as int at a given position and (optional) band.

Implementation

void setInt(int col, int row, int value, [int band]);