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

◆ lwline_remove_repeated_points()

LWGEOM * lwline_remove_repeated_points ( const LWLINE lwline,
double  tolerance 
)

Definition at line 449 of file lwline.c.

450{
451 return lwgeom_remove_repeated_points((LWGEOM*)lwline, tolerance);
452}
LWGEOM * lwgeom_remove_repeated_points(const LWGEOM *in, double tolerance)
Definition lwgeom.c:1562

References lwgeom_remove_repeated_points().

Referenced by _lwt_AddLine(), and _lwt_AddLineEdge().

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