MySQL 8.4.2
Source Code Documentation
|
This file declares the interface of various utility functions for spatial operations (union, intersection, difference, symdifference). More...
Go to the source code of this file.
Namespaces | |
namespace | gis |
Functions | |
void | gis::remove_duplicates (double semi_major, double semi_minor, std::unique_ptr< Geometry > *g) |
Removes all duplicates in a geometrycollection. More... | |
void | gis::narrow_geometry (std::unique_ptr< Geometry > *g) |
Narrow a geometry to its simplest form. More... | |
This file declares the interface of various utility functions for spatial operations (union, intersection, difference, symdifference).
The functions may throw exceptions.