PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
POINTARRAY* ptarray_removePoint | ( | POINTARRAY * | pa, |
uint32_t | where | ||
) |
Remove a point from a pointarray.
where | - is the offset (starting at 0) |
Definition at line 582 of file ptarray.c.
References POINTARRAY::flags, FLAGS_GET_M, FLAGS_GET_Z, getPoint_internal(), LWDEBUGF, POINTARRAY::npoints, ptarray_construct(), and ptarray_point_size().
Referenced by lwcircstring_removepoint(), and lwline_removepoint().