PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_union()

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

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

1089 {
1090  return lwgeom_union_prec(g1, g2, -1.0);
1091 }
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: