Definition at line 1084 of file lwstroke.c.
1089 LWDEBUG(2,
"lwmline_unstroke called.");
1092 for (i=0; i<mline->
ngeoms; i++)
1102 for (i=0; i<mline->
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 * lwline_unstroke(const LWLINE *line)
References CIRCSTRINGTYPE, COMPOUNDTYPE, LWMLINE::geoms, lwalloc(), lwcollection_construct(), LWDEBUG, lwfree(), lwgeom_clone_deep(), lwline_unstroke(), MULTICURVETYPE, LWMLINE::ngeoms, LWMLINE::srid, and ovdump::type.
Referenced by lwgeom_unstroke().