Skip to content
🎉 Apache Sedona 1.8.1 is now available! Check out the new features and improvements.

ST_SetSRID

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

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

SQL example:

SELECT ST_SetSRID(polygondf.countyshape, 3021)
FROM polygondf