Introduction: Return the centroid point of A
Format: ST_Centroid (A:geometry)
ST_Centroid (A:geometry)
Return type: Geometry
Geometry
SQL example:
SELECT ST_Centroid(polygondf.countyshape) FROM polygondf