Definition at line 1922 of file liblwgeom/lwgeom_geos.c.
References lwerror(), lwgeom_get_type(), lwmpoly_to_points(), lwpoly_to_points(), lwtype_name(), MULTIPOLYGONTYPE, and POLYGONTYPE.
Referenced by ST_GeneratePoints(), and test_point_density().
LWMPOINT * lwpoly_to_points(const LWPOLY *lwpoly, int npoints)
uint32_t lwgeom_get_type(const LWGEOM *geom)
Return LWTYPE number.
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
LWMPOINT * lwmpoly_to_points(const LWMPOLY *lwmpoly, int npoints)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.