PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwline_same()

char lwline_same ( const LWLINE p1,
const LWLINE p2 
)

Definition at line 156 of file lwline.c.

References LWLINE::points, and ptarray_same().

Referenced by lwgeom_same().

157 {
158  return ptarray_same(l1->points, l2->points);
159 }
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition: ptarray.c:479
Here is the call graph for this function:
Here is the caller graph for this function: