pub fn st_union(a: &Geometry, b: &Geometry) -> GeometryExpand description
ST_Union(a, b) → Geometry — merge two geometries.
For this version, collects into appropriate Multi* type or GeometryCollection. True polygon clipping (Weiler-Atherton) is deferred — this handles the common cases correctly.