PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ptarray_remove_repeated_points()

POINTARRAY* ptarray_remove_repeated_points ( const POINTARRAY in,
double  tolerance 
)

Definition at line 1546 of file ptarray.c.

References ptarray_remove_repeated_points_minpoints().

Referenced by lwcompound_linearize(), and lwtriangle_is_repeated_points().

1547 {
1548  return ptarray_remove_repeated_points_minpoints(in, tolerance, 2);
1549 }
POINTARRAY * ptarray_remove_repeated_points_minpoints(const POINTARRAY *in, double tolerance, int minpoints)
Definition: ptarray.c:1538
Here is the call graph for this function:
Here is the caller graph for this function: