RasterLayer.GetValuesOnExpression

RasterLayer.GetValuesOnExpression method

Reads and processes band values ​​in an expression.

public void GetValuesOnExpression(RasterRect rect, RasterReadExpression expression)
ParameterTypeDescription
rectRasterRectBlock of raster cells where values are read.
expressionRasterReadExpressionProvides a way to process a band value.

See Also