Introduction: Return the Convex Hull of polygon A
Format: ST_ConvexHull (A:geometry)
ST_ConvexHull (A:geometry)
Return type: Geometry
Geometry
SQL example:
SELECT ST_ConvexHull(polygondf.countyshape) FROM polygondf