Definition at line 2660 of file lwgeodetic.c.
2661{
2662
2664 {
2665 LWDEBUG(4,
"returning false, geometry1 is empty or null");
2667 }
2668
2669
2671 {
2672 LWDEBUG(4,
"returning false, geometry2 is empty or null");
2674 }
2675
2677 {
2678 LWDEBUG(4,
"returning false, geometry2 has point outside of geometry1");
2680 }
2681
2682
2684 {
2685 LWDEBUG(4,
"returning false, geometry2 is partially outside of geometry1");
2687 }
2688
2689
2691}
#define LW_TRUE
Return types for functions with status returns.
int lwpoly_intersects_line(const LWPOLY *lwpoly, const POINTARRAY *line)
Checks if any edges of lwpoly intersect with the line formed by the pointarray return LW_TRUE if any ...
int lwpoly_covers_pointarray(const LWPOLY *lwpoly, const POINTARRAY *pta)
return LW_TRUE if all points are inside the polygon
#define LWDEBUG(level, msg)
static int lwgeom_is_empty(const LWGEOM *geom)
Return true or false depending on whether a geometry is an "empty" geometry (no vertices members)
References LW_FALSE, LW_TRUE, LWDEBUG, lwgeom_is_empty(), lwpoly_covers_pointarray(), lwpoly_intersects_line(), and LWLINE::points.
Referenced by lwgeom_covers_lwgeom_sphere().