Skip to main content
This variant of ST_Union operates on a single geometry input. The input geometry can be a simple Geometry type, a MultiGeometry, or a GeometryCollection. The function calculates the geometric union across all components and elements within the provided geometry object. ST_UnaryUnion

Signatures

Parameters

geometry
Geometry
required
The input geometry.

Return type

The resulting geometry.

Example