Definition at line 1112 of file lwstroke.c.
1117 LWDEBUG(2,
"lwmpoly_unstroke called.");
1120 for (i=0; i<mpoly->
ngeoms; i++)
1130 for (i=0; i<mpoly->
ngeoms; i++)
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep clone an LWGEOM, everything is copied.
LWCOLLECTION * lwcollection_construct(uint8_t type, int srid, GBOX *bbox, uint32_t ngeoms, LWGEOM **geoms)
void * lwalloc(size_t size)
#define LWDEBUG(level, msg)
LWGEOM * lwpolygon_unstroke(const LWPOLY *poly)
References CURVEPOLYTYPE, LWMPOLY::geoms, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone_deep(), lwpolygon_unstroke(), MULTISURFACETYPE, LWMPOLY::ngeoms, LWMPOLY::srid, and ovdump::type.
Referenced by lwgeom_unstroke().