ST_ConvexHull() method

Returns the convex hull of the geometry value.

Syntax

geometry-expression.ST_ConvexHull()

Returns

ST_Geometry If the geometry value is NULL or an empty value, then NULL is returned. Otherwise, the convex hull of the geometry value is returned.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 5.1.16