ST_SetSRID
Signatures
Description
Returns a copy of geom
with spatial reference id set to srid
.
ST_SetSRID does not to actually change the SRID of geom
.
For this purpose, use ST_Transform.
Implements the OpenGIS Simple Features Implementation Specification for
SQL version
1.2.1.
Examples
See also