Return the union of an array of geometries.
The function will iteratively call GEOSUnion
on the GEOS-converted versions of them and return PGIS-converted version back. Changing the combination order might speed up performance.
- Parameters
-
[in] | gsarr | Array of geometries |
[in] | count | Number of elements in the array |
- Note
- PostGIS function:
pgis_union_geometry_array(PG_FUNCTION_ARGS)