Definition at line 1054 of file lwstroke.c.
References CIRCSTRINGTYPE, COMPOUNDTYPE, CURVEPOLYTYPE, LWPOLY::flags, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone(), LWPOLY::nrings, pta_unstroke(), LWPOLY::rings, LWPOLY::srid, and ovdump::type.
Referenced by lwgeom_unstroke(), and lwmpolygon_unstroke().
1057 int i, hascurve = 0;
1059 LWDEBUG(2,
"lwpolygon_unstroke called.");
1062 for (i=0; i<poly->
nrings; i++)
1072 for (i=0; i<poly->
nrings; i++)
LWCOLLECTION * lwcollection_construct(uint8_t type, int srid, GBOX *bbox, uint32_t ngeoms, LWGEOM **geoms)
#define LWDEBUG(level, msg)
LWGEOM * pta_unstroke(const POINTARRAY *points, int type, int srid)
LWGEOM * lwgeom_clone(const LWGEOM *lwgeom)
Clone LWGEOM object.
void * lwalloc(size_t size)