# myCesiumDemo2 **Repository Path**: jeely/myCesiumDemo2 ## Basic Information - **Project Name**: myCesiumDemo2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-14 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myCesiumDemo2 贵州安顺--第二个整合的项目

# ABOUT 借助开源3维框架Cesium,利用项目中获得的贵州安顺数据影像生成DEM和DOM,用js语言编写图层加载与切换功能。参考Cesium官网中的API,利用地形文件的渲染机智简单还原地形的淹没模拟等功能。 ## DATA ### 地形渲染影像 链接:https://pan.baidu.com/s/1VnEbDp0-GyM2NTFovdhgkA 提取码:lg92 ### 正射影像 链接:https://pan.baidu.com/s/1AdepAxG23JtKNGsqcfvljg 提取码:n9mw ### 地形数据 链接:https://pan.baidu.com/s/1baCGHjqaJjVxdOiuRAcxKQ 提取码:jua9 ### 点云数据 链接:https://pan.baidu.com/s/1SgFM-R5TPmTsQyODGMnKQg 提取码:vkhd # FUNCTION ## 1 加载与切换影像图层 ### 加载按高程渲染的影像以及poi图层 ![加载poi](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/addpoi.png) ### 切换加载正射影像 ![切换正射影像](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/addimg.png) ## 2 加载与调整点云数据 ### 加载 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/pc1.png) ### 调整点云大小 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/pc2.png) ### 根据点云分类渲染点云颜色 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/pc3.png) ## 3 通视分析 基于地形的通视分析
![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/tongshi.png) ## 4 淹没分析 基于地形的淹没分析
![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/yanmo.png) ## 5 量测 基于地形的距离测量和面积测量
### 距离测量 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/measure1.png) ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/measure2.png) ## 6 标绘 基于地形的点线面标绘
### 点 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/draw1.png) ### 线 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/draw2.png) ### 面 ![Image text](https://github.com/Noah-Gilga/myCesiumDemo2/blob/master/infomation/draw3.png)