Definition at line 456 of file lwline.c.
References LWLINE::bbox, gbox_copy(), LWDEBUGF, lwline_construct(), LWLINE::points, ptarray_remove_repeated_points_minpoints(), and LWLINE::srid.
Referenced by _lwt_AddLineEdge(), lwgeom_remove_repeated_points(), and lwt_AddLine().
460 LWDEBUGF(3,
"%s: npts %p", __func__, npts);
463 lwline->bbox ?
gbox_copy(lwline->bbox) : 0,
GBOX * gbox_copy(const GBOX *box)
Return a copy of the GBOX, based on dimensionality of flags.
POINTARRAY * ptarray_remove_repeated_points_minpoints(const POINTARRAY *in, double tolerance, int minpoints)
#define LWDEBUGF(level, msg,...)
LWLINE * lwline_construct(int srid, GBOX *bbox, POINTARRAY *points)