MDEV-34141: Implements the function ST_Simplify
The GIS function ST_Simplify takes ad input a geometry and a double. It applies the Ramer-Douglas-Peucker algorithm on the geometry and returns the resulting geometry. The tests have been cherry-picked from the MySQL implementation of this function to grant compatibility among the two implementations. Co-authored-by:David Zhao <david.zhao@oracle.com> Co-authored-by:
Pavan Naik <pavan.naik@oracle.com> Co-authored-by:
Norvald H. Ryeng <norvald.ryeng@oracle.com> Co-authored-by:
Erlend Dahl <erlend.dahl@oracle.com> Co-authored-by:
Jon Hauglid <jon.hauglid@oracle.com> Co-authored-by:
Hans H Melby <hans.h.melby@oracle.com> Co-authored-by:
Tor Didriksen <tor.didriksen@oracle.com>
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment