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

◆ geom_convex_hull()

GSERIALIZED * geom_convex_hull ( const GSERIALIZED gs)

Return the convex hull of the geometry.

Parameters
[in]gsGeometry
Note
PostGIS function: ST_ConvexHull(PG_FUNCTION_ARGS). With respect to the original function we do not use the prec argument.