setDouble abstract method

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

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

Implementation

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