RasterLayer.GetValues
RasterLayer.GetValues method
Reads the values in the specified cell.
public IRasterValues GetValues(int cellX, int cellY)
Parameter | Type | Description |
---|---|---|
cellX | Int32 | The value for column (x-coordinate). Numbering starts at 0. |
cellY | Int32 | The value for row (y-coordinate). Numbering starts at 0. |
Return Value
The raster values.
See Also
- interface IRasterValues
- class RasterLayer
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS