436 #if GEOS_NUMERIC_VERSION < 30309 448 }
while ( changed && iterations <= maxiterations );
450 LWDEBUGF(1,
"It took %d/%d iterations to properly snap",
451 iterations, maxiterations);
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_snap(const LWGEOM *geom1, const LWGEOM *geom2, double tolerance)
Snap vertices and segments of a geometry to another using a given tolerance.
LWGEOM * lwgeom_remove_repeated_points(const LWGEOM *in, double tolerance)
Remove repeated points!
int lwgeom_count_vertices(const LWGEOM *geom)
Count the total number of vertices in any LWGEOM.
#define LWDEBUGF(level, msg,...)