PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ lwgeom_difference()

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

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

851 {
852  return lwgeom_difference_prec(geom1, geom2, -1.0);
853 }
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: