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