PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_remove_repeated_points()

LWGEOM* lwgeom_remove_repeated_points ( const LWGEOM in,
double  tolerance 
)

Definition at line 1471 of file lwgeom.c.

1472 {
1473  LWGEOM *out = lwgeom_clone_deep(in);
1475  return out;
1476 }
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep-clone an LWGEOM object.
Definition: lwgeom.c:529
int lwgeom_remove_repeated_points_in_place(LWGEOM *geom, double tolerance)
Definition: lwgeom.c:1594

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: