Definition at line 451 of file effectivearea.c.
References LWLINE::flags, FLAGS_GET_M, FLAGS_GET_Z, LWDEBUG, lwline_clone(), lwline_construct(), lwline_construct_empty(), lwline_is_empty(), POINTARRAY::npoints, LWLINE::points, ptarray_set_effective_area(), LWLINE::srid, and LWLINE::type.
Referenced by lwgeom_set_effective_area().
453 LWDEBUG(2,
"Entered lwline_set_effective_area");
LWLINE * lwline_construct_empty(int srid, char hasz, char hasm)
LWLINE * lwline_clone(const LWLINE *lwgeom)
#define LWDEBUG(level, msg)
static POINTARRAY * ptarray_set_effective_area(POINTARRAY *inpts, int avoid_collaps, int set_area, double trshld)
LWLINE * lwline_construct(int srid, GBOX *bbox, POINTARRAY *points)
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.
int lwline_is_empty(const LWLINE *line)
#define FLAGS_GET_M(flags)