orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
203 stars 62 forks source link

Add ST_SnapToSelf function #1389

Closed ebocher closed 3 weeks ago

ebocher commented 3 weeks ago

A function to snap a geometry to itself

SELECT ST_SnapToSelf('POLYGON ((0 0, 1 1, 2 1, 3 0.5, 2 -3, 3 0.499, 0 0))'::GEOMETRY, 0.001)

Input geoms

Output geoms_pb