PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_difference()

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

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

885 {
886  return lwgeom_difference_prec(geom1, geom2, -1.0);
887 }
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: