PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwpoint_same()

char lwpoint_same ( const LWPOINT p1,
const LWPOINT p2 
)

Definition at line 264 of file lwpoint.c.

References LWPOINT::point, and ptarray_same().

Referenced by lwgeom_covers_lwgeom_sphere(), and lwgeom_same().

265 {
266  return ptarray_same(p1->point, p2->point);
267 }
POINTARRAY * point
Definition: liblwgeom.h:411
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: