Skip to content
🌵SedonaDB (Rust) 0.3.0 is out now, featuring larger-than-memory spatial joins, and row-level CRS!

ST_SetSRID

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

Format: ST_SetSRID (A:geometry, srid: Integer)

Return type: Geometry

SQL example:

SELECT ST_SetSRID(polygondf.countyshape, 3021)
FROM polygondf