Gets the values of a raster at specified locations (records).
VALUES = GetRasterValue ( handle_ras , CELLS )
integer: handle on the raster to be sampled
Matrix containing the record numbers (absolute reference in the raster, as returned by XY2rec
) to be read
Output: matrix of size size(CELLS)
containing the values of the raster at the requested locations
Gets the values of a raster at specified locations (records).