getDouble abstract method

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

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

Implementation

double getDouble(int col, int row, [int band]);