convexHullOrNull

Calculates the minimum bounding geometry (convex hull) that completely encloses the given geometry. The convex hull is the minimal bounding geometry that encloses the input geometry, such that all outer angles are convex. If you imagine a rubber band stretched around the input geometry, the rubber band takes the shape of the convex hull.

Return

The minimum bounding geometry that completely encloses the given geometry, or null if a true curve geometry was used as input when it is not supported by this operator.

Since

200.1.0

Parameters

geometry

A geometry object.