Definition at line 96 of file postgis/lwgeom_geos_clean.c.
109 lwpgnotice(
"lwgeom_clean: dimensional collapse (%d to %d)",
119 lwpgnotice(
"lwgeom_clean: mixed-type output (%s) "
120 "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().