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.

Returns the envelope of the raster as a Geometry. RS_Envelope

Signatures

RS_Envelope (raster: Raster)

Parameters

raster
Raster
required
The input raster.

Return type

The resulting geometry.

Example

SELECT RS_Envelope(raster) FROM raster_table
POLYGON ((0 0,20 0,20 60,0 60,0 0))