Definition at line 83 of file postgis/lwgeom_geos_clean.c.
96 lwpgnotice(
"lwgeom_clean: dimensional collapse (%d to %d)",
106 lwpgnotice(
"lwgeom_clean: mixed-type output (%s) "
107 "from single-type input (%s)",
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
int lwgeom_dimensionality(const LWGEOM *geom)
Return the dimensionality (relating to point/line/poly) of an lwgeom.
LWGEOM * lwgeom_make_valid(LWGEOM *geom)
Attempts to make an invalid geometries valid w/out losing points.
References COLLECTIONTYPE, lwgeom_dimensionality(), lwgeom_make_valid(), lwtype_name(), and LWGEOM::type.
Referenced by ST_CleanGeometry().