PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_make_valid()

LWGEOM* lwgeom_make_valid ( LWGEOM lwgeom_in)

Attempts to make an invalid geometries valid w/out losing points.

Definition at line 899 of file liblwgeom/lwgeom_geos_clean.c.

900 {
901  return lwgeom_make_valid_params(lwgeom_in, NULL);
902 }
LWGEOM * lwgeom_make_valid_params(LWGEOM *lwgeom_in, char *make_valid_params)

References lwgeom_make_valid_params().

Referenced by _lwt_AddLineEdge(), lwgeom_clean(), rt_raster_surface(), ST_MakeValid(), test_geos_makevalid(), and test_lwgeom_make_valid().

Here is the call graph for this function:
Here is the caller graph for this function: