Skip to main content

st_union

Function st_union 

Source
pub fn st_union(a: &Geometry, b: &Geometry) -> Geometry
Expand 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.