2017年11月10日

postgis几何操作函数集

摘要: 管理操作函数 几何构造器 几何属性查看 几何编辑 几何输出 几何操作 地理关系测量 几何处理 http://postgis.net/docs/reference.html 阅读全文

posted @ 2017-11-10 16:21 李雷 阅读(2614) 评论(0) 推荐(0)

postgis常用操作手册

摘要: 查询所有函数: SELECT * FROM pg_proc; 更新坐标系st_setsrid,查看坐标系:st_srid 创建空间索引: 如果不使用空间索引执行计划: 两个geometry之间关系:within、disjoint、intersects、union、intersection,diffe 阅读全文

posted @ 2017-11-10 15:32 李雷 阅读(8021) 评论(0) 推荐(0)

wkt转换geojson

摘要: 应用配置 程序 阅读全文

posted @ 2017-11-10 10:43 李雷 阅读(9338) 评论(1) 推荐(0)

最大堆排序

摘要: package com.lilei.geotools.app_geotools; import java.util.Random; public class MaxHeapSort { public static void main(String[] args) { int[] array = new int[10000000]; for (int i = 0; i 0; ... 阅读全文

posted @ 2017-11-10 09:15 李雷 阅读(148) 评论(0) 推荐(0)

导航