PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ lwgeom_difference()

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

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

832 {
833  return lwgeom_difference_prec(geom1, geom2, -1.0);
834 }
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: