我的github
上一页 1 ··· 115 116 117 118 119 120 121 122 123 ··· 157 下一页
摘要: 想让多边形向四周变大,turf怎么做缓冲区:turf.buffer() 参考:https://blog.csdn.net/qq_34520411/article/details/124734296 阅读全文
posted @ 2023-03-18 20:33 XiaoNiuFeiTian 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 可能的问题: 1. 用自定义集合PrimitiveCollection添加3DTileset。改成直接加载。 2. 异步获取。通过同步的sampleHeight和clampToHeight获取到的高程也是对的。 参考:https://blog.csdn.net/qq_40043761/article 阅读全文
posted @ 2023-03-18 16:42 XiaoNiuFeiTian 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 在请求中,可通过cql_filter参数输入过滤条件,对图层进行查询,查询的格式可移步http://docs.geoserver.org/latest/en/user/tutorials/cql/cql_tutorial.html#cql-tutorial看看相关具体的说明,在此我简单的举两个例子来 阅读全文
posted @ 2023-03-17 11:09 XiaoNiuFeiTian 阅读(972) 评论(0) 推荐(0) 编辑
摘要: System.out.println("加法:"+a.add(b)); System.out.println("减法:"+a.subtract(b)); System.out.println("乘法:"+a.multiply(b)); //10:小数点后的位数 RoundingMode.HALF_D 阅读全文
posted @ 2023-03-15 17:34 XiaoNiuFeiTian 阅读(28) 评论(0) 推荐(0) 编辑
摘要: polygon.union... polygon.intersection polygon.difference 参考:https://blog.csdn.net/xcymorningsun/article/details/89850077 阅读全文
posted @ 2023-03-14 15:56 XiaoNiuFeiTian 阅读(380) 评论(0) 推荐(0) 编辑
摘要: FilterFactory2.bbox介绍 [英]Checks if the geometry expression overlaps the specified bounding box.[中]检查几何图形表达式是否与指定的边界框重叠。 ff.bbox("geom", 0, 0, 10, 10, 阅读全文
posted @ 2023-03-14 15:44 XiaoNiuFeiTian 阅读(63) 评论(0) 推荐(0) 编辑
摘要: geom.getEnvelope() 得到外接矩形,不一定是面积最小;可以对多边形的每一条边求外接矩形,然后比较得到最小外接矩形 参考:https://blog.csdn.net/qq_40985985/article/details/127034254 ArrayList<Polygon> pol 阅读全文
posted @ 2023-03-14 15:35 XiaoNiuFeiTian 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 多线程:https://blog.csdn.net/zdl66/article/details/126297036 一个程序里有多个线程,分别执行不同的操作,互不影响。可以实现并发吗? java 多线程处理大批量数据 有时候数据量会比较大,操作又比较相似,如果按顺序执行的话,会很慢 如果一个数据开一 阅读全文
posted @ 2023-03-13 13:42 XiaoNiuFeiTian 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 设置set 属性。。 参考1:https://blog.csdn.net/weixin_53370274/article/details/125907912 参考2:https://www.cnblogs.com/OpenCoder/p/12097291.html 参考3:https://www.c 阅读全文
posted @ 2023-03-13 11:26 XiaoNiuFeiTian 阅读(438) 评论(0) 推荐(0) 编辑
摘要: dynamic-datasource 可以动态的配置多数据源,配置简易,使用方便。 pom.xml配置 <!-- druid --> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</ 阅读全文
posted @ 2023-03-12 18:15 XiaoNiuFeiTian 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 115 116 117 118 119 120 121 122 123 ··· 157 下一页