Definition at line 1055 of file lwstroke.c.
1060 LWDEBUG(2,
"lwpolygon_unstroke called.");
1063 for (i=0; i<poly->
nrings; i++)
1073 for (i=0; i<poly->
nrings; 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 * pta_unstroke(const POINTARRAY *points, int srid)
References CIRCSTRINGTYPE, COMPOUNDTYPE, CURVEPOLYTYPE, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone_deep(), LWPOLY::nrings, pta_unstroke(), LWPOLY::rings, LWPOLY::srid, and ovdump::type.
Referenced by lwgeom_unstroke(), and lwmpolygon_unstroke().