PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_remove_repeated_points()

LWGEOM * lwgeom_remove_repeated_points ( const LWGEOM in,
double  tolerance 
)
extern

Definition at line 1562 of file lwgeom.c.

1563{
1564 LWGEOM *out = lwgeom_clone_deep(in);
1566 return out;
1567}
int lwgeom_remove_repeated_points_in_place(LWGEOM *geom, double tolerance)
Definition lwgeom.c:1695
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep-clone an LWGEOM object.
Definition lwgeom.c:557

References lwgeom_clone_deep(), and lwgeom_remove_repeated_points_in_place().

Referenced by _lwt_AddEdge(), _lwt_FindAdjacentEdges(), and lwline_remove_repeated_points().

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