Definition at line 552 of file lwgeom_geos_split.c.
553{
554 switch (blade_in->
type)
555 {
559 default:
560 lwerror(
"Splitting a Polygon by a %s is unsupported",
562 return NULL;
563 }
564 return NULL;
565}
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
static LWGEOM * lwpoly_split_by_line(const LWPOLY *lwgeom_in, const LWGEOM *blade_in)
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.
References LINETYPE, lwerror(), lwpoly_split_by_line(), lwtype_name(), MULTILINETYPE, and LWGEOM::type.
Referenced by lwgeom_split().