Skip to main content

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.

Sets the spatial reference system identifier (SRID) of the raster geometry.

Signatures

RS_SetSRID (raster: Raster, srid: Integer)

Parameters

raster
Raster
required
The input raster.
srid
Integer
required
Spatial Reference Identifier.

Return type

The resulting raster.

Example

SELECT RS_SetSRID(raster, 4326)
FROM raster_table