RasterLayer.GetValues

RasterLayer.GetValues method

读取指定单元格中的值。

public IRasterValues GetValues(int cellX, int cellY)
范围类型描述
cellXInt32列的值(x 坐标)。编号从 0 开始。
cellYInt32行的值(y 坐标)。编号从 0 开始。

返回值

栅格值。

也可以看看