PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwgeom_difference()

LWGEOM* lwgeom_difference ( const LWGEOM geom1,
const LWGEOM geom2 
)

Definition at line 835 of file liblwgeom/lwgeom_geos.c.

836 {
837  return lwgeom_difference_prec(geom1, geom2, -1.0);
838 }
LWGEOM * lwgeom_difference_prec(const LWGEOM *geom1, const LWGEOM *geom2, double prec)

References lwgeom_difference_prec().

Referenced by _lwt_AddLine().

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