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

◆ lwcircstring_same()

char lwcircstring_same ( const LWCIRCSTRING p1,
const LWCIRCSTRING p2 
)

Definition at line 130 of file lwcircstring.c.

131{
132 return ptarray_same(me->points, you->points);
133}
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition ptarray.c:484

References LWCIRCSTRING::points, and ptarray_same().

Referenced by lwgeom_same().

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