PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Reverse the X and Y coordinate order.
Useful for geometries in lat/lon order than need to be converted to lon/lat order.
NOTE: uses lwgeom_swap_ordinates internally, kept for backward compatibility
Definition at line 1507 of file lwgeom.c.
References lwgeom_swap_ordinates(), LWORD_X, and LWORD_Y.
Referenced by do_lwgeom_flip_coordinates().