PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwline_setPoint4d()

void lwline_setPoint4d ( LWLINE line,
uint32_t  index,
POINT4D newpoint 
)

Definition at line 374 of file lwline.c.

375{
376 ptarray_set_point4d(line->points, index, newpoint);
377 /* Update the box, if there is one to update */
378 if ( line->bbox )
379 {
381 }
382}
void lwgeom_refresh_bbox(LWGEOM *lwgeom)
Drop current bbox and calculate a fresh one.
Definition lwgeom.c:735
void ptarray_set_point4d(POINTARRAY *pa, uint32_t n, const POINT4D *p4d)
Definition lwgeom_api.c:369
GBOX * bbox
Definition liblwgeom.h:482
POINTARRAY * points
Definition liblwgeom.h:483

References LWLINE::bbox, lwgeom_refresh_bbox(), LWLINE::points, and ptarray_set_point4d().

Referenced by _lwt_AddLineEdge(), and LWGEOM_setpoint_linestring().

Here is the call graph for this function:
Here is the caller graph for this function: