getInt abstract method

int getInt(
  1. int col,
  2. int row, [
  3. int band
])

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

Implementation

int getInt(int col, int row, [int band]);