PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
void ptarray_simplify_in_place | ( | POINTARRAY * | pa, |
double | epsilon, | ||
uint32_t | minpts | ||
) |
minpts | minimum number of points to retain, if possible. |
Definition at line 1576 of file ptarray.c.
References int_cmp(), lwalloc(), lwfree(), POINTARRAY::npoints, ptarray_copy_point(), and ptarray_dp_findsplit_in_place().
Referenced by lwgeom_simplify_in_place().