-
Cesium挖填方设计源码
1.定义地形服务,绘制施工区域// 在使用地形服务前,请设置好 Cesium.Ion.defaultAccessTokenvar terrainProvider = Cesium.createWorldTerrain({requestWaterMask: true,requestVertexNormals: true }); // 定义填挖方的基准面高度var excavateHeight = 2300; // 开挖高度var buryHeight = 6000; // 填埋高度 // 定义施工区域var scope = [ Cesium.Cartesian3.fromDegrees(99, 29), Cesium.Cartesian3.fromDegrees(100, 29), Cesium.Cartesian3.fromDegrees(100, 30), Cesium.Cartesian3.fromDegrees(99, 30) ]; 2.剖分施工区域,计算每个区域的面积与填挖高度 核心思想:计算 开挖/填埋 的 开挖量/填方量 的 核心思想就是 剖分 微积分// 设置剖分最小单元 0.01°var subdivisionCell = 0.01; // 剖分精度自定义// 存储所有的剖分矩形var subRectangles = [];for (var i = 99; i { heights.push(point.height); }); }); 3.计算填挖方
- 2021-05-06下载
- 积分:1
-
DojoTutorial
Dojo Tutorial Book, good material and easy learn
- 2013-12-26 15:34:55下载
- 积分:1
-
iOS计算器
说明: 实现简单计算,用户可以进行拓展那功能能。。。。(Implementing Simple Computing)
- 2019-03-23 11:33:52下载
- 积分:1
-
RSABlindedEngine
this does your basic RSA algorithm with blinding.
- 2014-02-18 12:42:53下载
- 积分:1
-
要加密的源代码的信息
Have to encryp the information of the source code
- 2023-02-13 23:15:04下载
- 积分:1
-
HTML5移动Web开发实战
HTML5移动Web开发实战,里面显示了多种方式。
- 2022-01-21 20:03:59下载
- 积分:1
-
分享鼠标拖拽
分享鼠标拖拽
- 2015-06-30下载
- 积分:1
-
PhoneGap_API_Geolocation
跨平台手机开发PhoneGap_API_中文说明_Geolocation(地理位置)(PhoneGap API Geolocation )
- 2013-11-15 10:14:14下载
- 积分:1
-
简历模板,JAVA编写的,非常适用初学JAVA的学生用
简历模板,JAVA编写的,非常适用初学JAVA的学生用-Resume templates, JAVA prepared ideally suited for beginners to students JAVA
- 2022-01-26 07:19:08下载
- 积分:1
-
easyUI
easyui模板 ,框架模板,可用于二次开发,前台页面框架源码(EasyUI template, framework template, can be used for the two development, the front page frame source)
- 2017-08-07 15:50:58下载
- 积分:1