PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwgeom_union()

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

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

1040 {
1041  return lwgeom_union_prec(g1, g2, -1.0);
1042 }
LWGEOM * lwgeom_union_prec(const LWGEOM *geom1, const LWGEOM *geom2, double gridSize)

References lwgeom_union_prec().

Referenced by _lwt_AddLine().

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