30#ifndef SQL_GIS_SO_UTILS_H_INCLUDED 
   31#define SQL_GIS_SO_UTILS_H_INCLUDED 
   49                       std::unique_ptr<Geometry> *g);
 
This file declares the geometry class hierarchy used by the server as the internal representation of ...
 
void remove_duplicates(double semi_major, double semi_minor, std::unique_ptr< Geometry > *g)
Removes all duplicates in a geometrycollection.
Definition: so_utils.cc:118
 
void narrow_geometry(std::unique_ptr< Geometry > *g)
Narrow a geometry to its simplest form.
Definition: so_utils.cc:138