PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwpoint_same()

char lwpoint_same ( const LWPOINT p1,
const LWPOINT p2 
)

Definition at line 264 of file lwpoint.c.

265 {
266  return ptarray_same(p1->point, p2->point);
267 }
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition: ptarray.c:478
POINTARRAY * point
Definition: liblwgeom.h:414

References LWPOINT::point, and ptarray_same().

Referenced by lwgeom_covers_lwgeom_sphere(), and lwgeom_same().

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