PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwline_same()

char lwline_same ( const LWLINE l1,
const LWLINE l2 
)

Definition at line 150 of file lwline.c.

151 {
152  return ptarray_same(l1->points, l2->points);
153 }
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition: ptarray.c:478
POINTARRAY * points
Definition: liblwgeom.h:425

References LWLINE::points, and ptarray_same().

Referenced by lwgeom_same().

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