PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ lwgeom_union()

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

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

1055 {
1056  return lwgeom_union_prec(g1, g2, -1.0);
1057 }
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: