PostgreSQL9.6+PostGIS2.3學習筆記(二)常用函數以及JDBC連接

一、PostGIS常用函數 /* 基礎查詢函數 */  – 查詢PostGIS版本  select PostGIS_Full_Version(); – 獲取幾何對象的WKT描述  select ST_AsText(geom) from public.tra_ln where gid =1; – 獲取幾何對象的WKB描述  select ST_AsBinary(geom) from public.t
相關文章
相關標籤/搜索