PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int ptarray_remove_point | ( | POINTARRAY * | pa, |
int | where | ||
) |
Remove a point from an existing POINTARRAY.
Zero is the index of the start of the array.
Definition at line 261 of file ptarray.c.
References getPoint_internal(), LW_FAILURE, LW_SUCCESS, lwerror(), POINTARRAY::npoints, and ptarray_point_size().
Referenced by gbox_to_gml3(), and lwarc_linearize().