MobilityDB
1.3
Loading...
Searching...
No Matches
Spatial processing functions
geo_collect_garray
geo_makeline_garray
geo_npoints
geom_array_union
geom_boundary
geom_buffer
geom_centroid
geom_convex_hull
geom_difference2d
geom_intersection2d
geom_shortestline2d
geom_shortestline3d
geom_unary_union
line_interpolate_point
line_locate_point
line_substring
◆
geom_convex_hull()
GSERIALIZED
* geom_convex_hull
(
const
GSERIALIZED
*
gs
)
Return the convex hull of the geometry.
Parameters
[in]
gs
Geometry
Note
PostGIS function:
ST_ConvexHull(PG_FUNCTION_ARGS)
. With respect to the original function we do not use the
prec
argument.
Generated by
1.9.5