Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数选项:
|
Example:
viewer.imageryLayers.addImageryProvider(
new Cesium.GeoTdtOnlineImageryProvider({
mapStyle: Cesium.GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.CIA_C
}));
Demo:
Members
天地图在线地图服务类型
Example:
//影像注记,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.CIA_C;
//影像注记,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.CIA_W;
//矢量注记,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.CVA_C;
//矢量注记,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.CVA_W;
//影像英文注记,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.EIA_C;
//影像英文注记,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.EIA_W;
//矢量英文注记,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.EVA_C;
//矢量英文注记,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.EVA_W;
//影像底图,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.IMG_C;
//影像底图,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.IMG_W;
//地形晕渲,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.TER_C;
//地形晕渲,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.TER_W;
//矢量底图,经纬度投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.VEC_C;
//矢量底图,球面墨卡托投影
GeoTdtOnlineImageryProvider.GeoTdtMapsStyle.VEC_W;
数据源的样式,显示在画布上
天地图的秘钥
天地图类型
-
Default Value:
GeoTdtMapsStyle.IMG_C
图像提供程序支持的最大详细程度
-
Default Value:
undefined
图像提供者支持的最低详细程度
-
Default Value:
0
图像所覆盖的矩形(以弧度表示)
-
Default Value:
Rectangle.MAX_VALUE
图像图块的像素高度
-
Default Value:
256
图像图块的像素宽度
-
Default Value:
256
指定将椭球形表面分解为图块的方案
-
Default Value:
WebMercatorTilingScheme
在线地图路径