PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwline_same()

char lwline_same ( const LWLINE l1,
const LWLINE l2 
)

Definition at line 141 of file lwline.c.

142 {
143  return ptarray_same(l1->points, l2->points);
144 }
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition: ptarray.c:476
POINTARRAY * points
Definition: liblwgeom.h:469

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: