RasterExpressionContext Class
Contents
[
Hide
]Summary: This class describes the value context when it reads raster a band.
Module: aspose.gis.raster
Full Name: aspose.gis.raster.RasterExpressionContext
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| RasterExpressionContext() | Initializes a new instance of the RasterExpressionContext class |
| RasterExpressionContext(cell_x, cell_y) | Create an instance of RasterExpressionContext |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cell_x | int | r | Gets or sets column value (x-coordinate). Numbering starts at 0. |
| cell_y | int | r | Gets or sets row value (y-coordinate). Numbering starts at 0. |
Constructor: RasterExpressionContext()
RasterExpressionContext()
Initializes a new instance of the RasterExpressionContext class
Constructor: RasterExpressionContext(cell_x, cell_y)
RasterExpressionContext(cell_x, cell_y)
Create an instance of RasterExpressionContext
Parameters:
| Parameter | Type | Description |
|---|---|---|
| cell_x | int | Column value (x-coordinate). |
| cell_y | int | Row value (y-coordinate). |