<< GetFlowDirValue Raster analysis PutFlowDirValue >>

CLaRiNet 0.1 beta >> Raster analysis > GetRasterValue

GetRasterValue

Gets the values of a raster at specified locations (records).

Calling Sequence

VALUES = GetRasterValue ( handle_ras , CELLS )

Arguments

handle_ras

integer: handle on the raster to be sampled

CELLS

Matrix containing the record numbers (absolute reference in the raster, as returned by XY2rec) to be read

VALUES

Output: matrix of size size(CELLS) containing the values of the raster at the requested locations

Description

Gets the values of a raster at specified locations (records).

Examples

See Also

Authors

<< GetFlowDirValue Raster analysis PutFlowDirValue >>