PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcircstring_same()

char lwcircstring_same ( const LWCIRCSTRING p1,
const LWCIRCSTRING p2 
)

Definition at line 131 of file lwcircstring.c.

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

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: