PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwgeom_difference()

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

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

809 {
810  return lwgeom_difference_prec(geom1, geom2, -1.0);
811 }
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: