Add a LWPOINT to an LWLINE.
Definition at line 337 of file lwline.c.
338{
341
344
345
347 {
349 }
350
352}
void lwgeom_refresh_bbox(LWGEOM *lwgeom)
Drop current bbox and calculate a fresh one.
int ptarray_insert_point(POINTARRAY *pa, const POINT4D *p, uint32_t where)
Insert a point into an existing POINTARRAY.
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
References LWLINE::bbox, getPoint4d_p(), LW_FAILURE, LW_SUCCESS, lwgeom_refresh_bbox(), LWPOINT::point, LWLINE::points, and ptarray_insert_point().
Referenced by LWGEOM_addpoint().