Definition at line 486 of file lwline.c.
487{
490
491
493 {
495 }
496 else
497 {
500 }
502 return lineout;
503}
int lwline_is_empty(const LWLINE *line)
POINTARRAY * ptarray_force_dims(const POINTARRAY *pa, int hasz, int hasm, double zval, double mval)
LWLINE * lwline_construct(int32_t srid, GBOX *bbox, POINTARRAY *points)
LWLINE * lwline_construct_empty(int32_t srid, char hasz, char hasm)
References lwline_construct(), lwline_construct_empty(), lwline_is_empty(), LWLINE::points, ptarray_force_dims(), LWLINE::srid, and LWLINE::type.
Referenced by lwgeom_force_dims().