PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwline_remove_repeated_points()

LWGEOM* lwline_remove_repeated_points ( const LWLINE lwline,
double  tolerance 
)

Definition at line 448 of file lwline.c.

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

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: