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