ST_ConvexHull

Introduction: Return the Convex Hull of polygon A

ST_ConvexHull

Format: ST_ConvexHull (A:geometry)

Return type: Geometry

SQL example:

SELECT ST_ConvexHull(polygondf.countyshape)
FROM polygondf