PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_same()

char lwcircstring_same ( const LWCIRCSTRING p1,
const LWCIRCSTRING p2 
)

Definition at line 138 of file lwcircstring.c.

References LWCIRCSTRING::points, and ptarray_same().

Referenced by lwgeom_same().

139 {
140  return ptarray_same(me->points, you->points);
141 }
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: