Computes the smallest convex Polygon that contains all the points in the given Geometry.

Ports

Input Port

0   Table containing a single geometry list in GeoJSON format with other attributes. The geometry column name should be prefixed with name “the_geom”.

Output Port

0   Table containing geometries after computing convex hull.

Further Details


Type

Processing

Related functions

See related functions in JTS convexHull function and PostGIS ST_ConvexHull.