ST_Transform
Signatures
Description
Transforms geom
from its original coordinate reference system (CRS) to the
CRS specified by srid
.
Find the SRID you're looking for.
All available CRS SRIDs may be found by executing
SELECT * FROM SPATIAL_REF_SYS;
Most SRIDs are EPSG, but the SPATIAL_REF_SYS
table may be
enriched by other CRSes.