PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ ptarray_remove_repeated_points()

POINTARRAY* ptarray_remove_repeated_points ( const POINTARRAY in,
double  tolerance 
)

Definition at line 1446 of file ptarray.c.

1447 {
1448  return ptarray_remove_repeated_points_minpoints(in, tolerance, 2);
1449 }
static POINTARRAY * ptarray_remove_repeated_points_minpoints(const POINTARRAY *in, double tolerance, int minpoints)
Definition: ptarray.c:1438

References ptarray_remove_repeated_points_minpoints().

Referenced by lwcompound_linearize(), and lwtriangle_is_repeated_points().

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