Definition at line 1083 of file lwstroke.c.
References CIRCSTRINGTYPE, COMPOUNDTYPE, LWMLINE::geoms, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone(), lwline_unstroke(), MULTICURVETYPE, LWMLINE::ngeoms, LWMLINE::srid, and ovdump::type.
Referenced by lwgeom_unstroke().
1086 int i, hascurve = 0;
1088 LWDEBUG(2,
"lwmline_unstroke called.");
1091 for (i=0; i<mline->
ngeoms; i++)
1101 for (i=0; i<mline->
ngeoms; i++)
LWCOLLECTION * lwcollection_construct(uint8_t type, int srid, GBOX *bbox, uint32_t ngeoms, LWGEOM **geoms)
#define LWDEBUG(level, msg)
LWGEOM * lwgeom_clone(const LWGEOM *lwgeom)
Clone LWGEOM object.
LWGEOM * lwline_unstroke(const LWLINE *line)
void * lwalloc(size_t size)