在postgresql中获取shape的中心点坐标

原始数据

使用ST_Centroid()函数和ST_AsText()函数结合使用

select ST_AsText(ST_Centroid(shape)) from tablename;

在postgresql中获取shape的中心点坐标_第1张图片

你可能感兴趣的:(postgresql,数据库,数据库,postgresql)