postgis2.3专题

PostgreSQL9.6, PostGIS2.3 常用函数

一、PostGIS常用函数 /* 基础查询函数 */  – 查询PostGIS版本  select PostGIS_Full_Version(); – 获取几何对象的WKT描述  select ST_AsText(geom) from public.tra_ln where gid =1; – 获取几何对象的WKB描述  select ST_AsBinary(geom) from publi