PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwline_remove_repeated_points()

LWGEOM* lwline_remove_repeated_points ( const LWLINE in,
double  tolerance 
)

Definition at line 439 of file lwline.c.

440 {
441  return lwgeom_remove_repeated_points((LWGEOM*)lwline, tolerance);
442 }
LWGEOM * lwgeom_remove_repeated_points(const LWGEOM *in, double tolerance)
Definition: lwgeom.c:1454

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: