WL#8684: ST_Transform

Affects: Server-8.0   —   Status: Complete

This WL implements ST_Transform(<geometry>, <srid>), which will transform the input geometry to the specified spatial reference system (SRS), identified by SRID.

In general, this allows the user to convert geometries between various projected SRSs ("maps"), between projected SRSs and geographic SRSs (longitude-latitude on an ellipsoid), and between geographic SRSs. However, in this WL the scope is limited to conversions between different geographic SRSs. Conversions to/from different projections will be implemented in future WLs.

The transformation algorithms are provided by Boost.Geometry.

Closes BUG#88871 (feature request for ST_Transform).