PostGIS 3.0.6dev-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 1454 of file lwgeom.c.

1455{
1456 LWGEOM *out = lwgeom_clone_deep(in);
1458 return out;
1459}
int lwgeom_remove_repeated_points_in_place(LWGEOM *geom, double tolerance)
Definition lwgeom.c:1554
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep-clone an LWGEOM object.
Definition lwgeom.c:511

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: