RasterLayer.GetValues
RasterLayer.GetValues method
读取指定单元格中的值。
public IRasterValues GetValues(int cellX, int cellY)
| 参数 | 类型 | 描述 |
|---|---|---|
| cellX | Int32 | 列(x 坐标)的值。编号从 0 开始。 |
| cellY | Int32 | 行(y 坐标)的值。编号从 0 开始。 |
返回值
栅格值。
另见
- interface IRasterValues
- class RasterLayer
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS