PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_intersection()

LWGEOM* lwgeom_intersection ( const LWGEOM g1,
const LWGEOM g2 
)

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

734 {
735  return lwgeom_intersection_prec(g1, g2, -1.0);
736 }
LWGEOM * lwgeom_intersection_prec(const LWGEOM *geom1, const LWGEOM *geom2, double prec)

References lwgeom_intersection_prec().

Referenced by _lwt_AddLine(), and RASTER_clip().

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