MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geom_array_union()

GSERIALIZED * geom_array_union ( GSERIALIZED **  gsarr,
int  count 
)

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]gsarrArray of geometries
[in]countNumber of elements in the array
Note
PostGIS function: pgis_union_geometry_array(PG_FUNCTION_ARGS)