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

◆ geo_cluster_intersecting()

GSERIALIZED ** geo_cluster_intersecting ( const GSERIALIZED **  geoms,
uint32_t  ngeoms,
int *  count 
)

Return an array of GeometryCollections partitioning the input geometries into connected clusters that are disjoint.

Each geometry in a cluster intersects at least one other geometry in the cluster, and does not intersect any geometry in other clusters

Parameters
[in]geomsGeometries
[in]ngeomsNumber of elements in the input array
[out]countNumber of elements in the output array
Note
PostGIS function: ST_ClusterIntersectingWin(PG_FUNCTION_ARGS)