cesium 影像图层 ImageryLayer

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cesium 影像图层 ImageryLayer相关的知识,希望对你有一定的参考价值。

参考技术A Cesium支持多种服务来源的高精度影像地图数据的加载和渲染。图层支持排序和透明混合。每个图层的亮度(brightness),对比度(contrast),gamma,hue,and saturation都可以动态修改。

可以在Viewer构造时传参进行设置

baseLayerPicker    底图图层控件显隐

imageryProviderViewModels  可选底图图组(baseLayerPicker:true)

terrainProviderViewModels  可选地形组(baseLayerPicker:true)

imageryProvider 底图设置(baseLayerPicker:false)

terrainProvider  地形设置(baseLayerPicker:false)

在地球构造后可通过viewer.scene.imageryLayers(ImageryLayerCollection类)来控制

Cesium(四)加载影像图层

参考技术A 一、常用影像图层加载
1、添加高德地图

2、添加天地图

3、添加ArcServer地图

4、添加Geoserver 地图

二、Cesium ImageryProvider
加载不同格式的地图需要选择不同的接口,详见官方文档:
https://cesium.com/docs/cesiumjs-ref-doc/ImageryProvider.html

三、常用的影像地图服务:
1、高德:

2、天地图

3、智图

天地图图层加载:

百度地图的加载有点复杂,这篇博客有详细的解决方法: https://blog.csdn.net/KaiSarH/article/details/106242572

以上是关于cesium 影像图层 ImageryLayer的主要内容,如果未能解决你的问题,请参考以下文章

Cesium案例解析——ImageryLayers影像图层

Cesium(四)加载影像图层

Cesium影像地图 收集了国内可用的图层

Cesium - 离线使用方法

cesium 加载自定义影像服务

cesium01_加载影像-BaseLayerPicker使用