meface/docs/article/gis/cesiumjs/cesiumjs.md

71 lines
1.0 KiB
Markdown
Raw Normal View History

2023-11-17 10:54:23 +08:00
---
title: CesiumJS 小结
date: 2022-01-06
author: ac
tags:
- CesiumJS
categories:
- GIS
---
![image-20220227192449643](./images/cesiumjsxmind_new.png)
## 目录导航
> 小结内容参考官网和网络上的博客以及相关书籍的内容,总结学习和工作中使用 `CesiumJS` 的经验。
1. [Cesium简述](./01description.md)
2. 环境搭建
2.1[本地部署CesiumJS](./02createCesium.md)
2.2 [快速起步](./02helloCesiumJS.md)
2.3 [使用npm的方式(Vue-cli)](./02vueCesium.md)
3. 开发基础
3.1 [核心类](./03coreClass.md)
3.2 [坐标系统](./03coordinate.md)
3.2 入口类 Viewer
3.3 相机系统 Camera
4. Cesium数据
4.1 Terrain 地形
4.2 Imagery 影像
4.3 矢量数据
4.4 模型
5. 要素展示
5.1 加载地形
5.2 加载瓦片数据
5.3 加载矢量数据
5.4 几何实体
5.5 加载三维模型
5.6 时间系统与CZML
5.7 粒子系统
6. 交互查询
7. 空间分析
7.1 测量工具
7.2 切割面编辑器
7.3 可视域分析