Definition at line 1111 of file lwstroke.c.
References CURVEPOLYTYPE, LWMPOLY::geoms, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone(), lwpolygon_unstroke(), MULTISURFACETYPE, LWMPOLY::ngeoms, LWMPOLY::srid, and ovdump::type.
Referenced by lwgeom_unstroke().
1114 int i, hascurve = 0;
1116 LWDEBUG(2,
"lwmpoly_unstroke called.");
1119 for (i=0; i<mpoly->
ngeoms; i++)
1129 for (i=0; i<mpoly->
ngeoms; i++)
LWCOLLECTION * lwcollection_construct(uint8_t type, int srid, GBOX *bbox, uint32_t ngeoms, LWGEOM **geoms)
#define LWDEBUG(level, msg)
LWGEOM * lwpolygon_unstroke(const LWPOLY *poly)
LWGEOM * lwgeom_clone(const LWGEOM *lwgeom)
Clone LWGEOM object.
void * lwalloc(size_t size)