我的github
上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 157 下一页
摘要: 基于geotools,你可以快速地开发出一个java应用。当然,众所周知,java主要是用来开发服务器程序。所以,不难理解,geoserver会选择geotools了。例如,geoserver中的wfs服务和wms服务都是基于geotools开发。可以说geoserver中的所有服务都有geotoo 阅读全文
posted @ 2023-02-01 16:18 XiaoNiuFeiTian 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 参考1:根据wkt或geometry计算面积(平方米):https://blog.csdn.net/wuxiaowu123/article/details/118153835 3857坐标系是web墨卡托坐标系,面积误差较大 4527坐标系是高斯大地坐标系_中国2000_39带3_北2 参考2:ht 阅读全文
posted @ 2023-02-01 11:37 XiaoNiuFeiTian 阅读(1197) 评论(0) 推荐(0) 编辑
摘要: 我们知道Object是所有类型的父类。可以把任意类型转换成Object来存储。那么Object是不是泛型?当我们需要定义一个变量,用来接收任意类型的变量时,可以不可以将该参数定义为Object来接收? 类似的泛型应用:List<String>、List<int>。。。如果定义为List<Object 阅读全文
posted @ 2023-02-01 10:29 XiaoNiuFeiTian 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 不能用==,因为java判断字符串是否相等时是判断地址是否是同一个。 要用equals 参考:http://t.zoukankan.com/del88-p-6434525.html 阅读全文
posted @ 2023-02-01 10:19 XiaoNiuFeiTian 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Working with GIS data can be difficult. Working with the number of classes in the GeoTools library can also be a bit intimidating. The DataUtilities a 阅读全文
posted @ 2023-01-31 15:07 XiaoNiuFeiTian 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 类似于arcgis里的spatial join。。 这么做的目的是为了属性关联 赋值。(空间关联) geotools属性查找:FilterFactory2和Filter。 阅读全文
posted @ 2023-01-31 11:35 XiaoNiuFeiTian 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 通过arcgis裁剪的话原来的属性是保留的 发现是在裁剪之前就已经丢失属性了。。 而上一步是生成并保存泰森多边形 阅读全文
posted @ 2023-01-31 10:23 XiaoNiuFeiTian 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 方法一:JS 前端文字转图片:link 缺点:需要在网页中有一个canvas。canvas.toDataURL("image/png") let image = new Image() image.setAttribute('crossOrigin', 'Anonymous') image.src 阅读全文
posted @ 2023-01-30 17:27 XiaoNiuFeiTian 阅读(190) 评论(0) 推荐(0) 编辑
摘要: EllipsoidSurfaceAppearance:http://cesium.xin/cesium/cn/Documentation1.62/EllipsoidSurfaceAppearance.html?classFilter=Appearance 看上去效果差不多。。 阅读全文
posted @ 2023-01-30 17:10 XiaoNiuFeiTian 阅读(47) 评论(0) 推荐(0) 编辑
摘要: LabelCollection是label容器的意思,其实可理解为es6的Map或Set。 参考:https://www.jianshu.com/p/f9507af5ca0c LabelCollection和Label都有show属性 删除label: 删除labelArr,并不能删除scenes中 阅读全文
posted @ 2023-01-30 15:01 XiaoNiuFeiTian 阅读(311) 评论(0) 推荐(0) 编辑
上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 157 下一页