Definition at line 496 of file lwline.c.
497{
500
501
503 {
505 }
506 else
507 {
510 }
512 return lineout;
513}
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().