RS_SRID¶
Introduction: Returns the spatial reference system identifier (SRID) of the raster geometry.
Format: RS_SRID (raster: Raster)
Since: v1.4.1
SQL Example
SELECT RS_SRID(raster) FROM raster_table
Output:
3857
Introduction: Returns the spatial reference system identifier (SRID) of the raster geometry.
Format: RS_SRID (raster: Raster)
Since: v1.4.1
SQL Example
SELECT RS_SRID(raster) FROM raster_table
Output:
3857