RasterLayer.GetValues

RasterLayer.GetValues method

读取指定单元格中的值。

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

返回值

栅格值。

另见