PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwline_same()

char lwline_same ( const LWLINE p1,
const LWLINE p2 
)

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:484

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: