Returns a point geometry of the specified pixel’s upper-left corner. The pixel coordinates specified are 1-indexed.Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
If the pixel coordinates specified do not exist in the raster (out of bounds), RS_PixelAsPoint throws an IndexOutOfBoundsException.
Signatures
Parameters
The input raster.
The col x value.
The row y value.
Return type
The resulting geometry.

