Puts values at specified locations (records) in an existing single-precision floating-point raster.
PutRasterValue ( handle_ras , CELLS , VALUES )
integer: handle on the raster
Matrix containing the record numbers (absolute reference in the raster, as returned by XY2rec
) to be modified
Matrix of size size(CELLS)
containing the values to be put at the specified locations
Puts values at specified locations (records) in an existing single-precision floating-point raster.