@mapgis/webclient-cesium-plugin 17.2.8 → 17.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/README.md +601 -576
  2. package/dist/es5/webclient-cesium-plugin.min.js +64 -5
  3. package/dist/es5/webclient-common.min.js +37 -5
  4. package/dist/webclient-cesium-plugin-es6.min.js +64 -5
  5. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
  6. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
  7. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
  8. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
  9. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
  10. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
  11. package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
  12. package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
  13. package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
  14. package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
  15. package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
  16. package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
  17. package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
  18. package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
  19. package/documention/AlgorithmLib.html +118 -12
  20. package/documention/AngulationTool.html +158 -16
  21. package/documention/AnimationTool.html +148 -34
  22. package/documention/ArcGISMapServerImageryProvider.html +419 -193
  23. package/documention/ArcGISTileServerImageryProvider.html +380 -134
  24. package/documention/ArcGISVectorTileImageryProvider.html +498 -168
  25. package/documention/Cesium.Material.html +580 -0
  26. package/documention/Cesium.Viewer.html +1241 -0
  27. package/documention/Cesium3DTileset.html +691 -0
  28. package/documention/CesiumHeatmap.html +123 -2439
  29. package/documention/CesiumTerrainProvider.html +322 -10
  30. package/documention/CircleWaveMaterialProperty.html +120 -17
  31. package/documention/CollisionDetectionByRender.html +116 -10
  32. package/documention/CompatibleFunc.html +731 -0
  33. package/documention/CustomProjection.html +1208 -0
  34. package/documention/CustomTilingScheme.html +392 -475
  35. package/documention/CutFillAnalysis.html +1943 -0
  36. package/documention/CuttingTool.html +154 -238
  37. package/documention/Deferred.html +116 -10
  38. package/documention/DrawElement.html +125 -10
  39. package/documention/DrawTool.html +117 -11
  40. package/documention/DynamicEntityVisualizer.html +342 -30
  41. package/documention/DynamicLabelLayer.html +451 -333
  42. package/documention/EditTool.html +117 -11
  43. package/documention/FloodAnalysis.html +1895 -0
  44. package/documention/FloodAnalysisReflection.html +127 -15
  45. package/documention/GeoJSONLayerUtil.html +337 -63
  46. package/documention/GlobeIndependentTranslucency.html +121 -13
  47. package/documention/Graphic.html +233 -585
  48. package/documention/GraphicTransformTool.html +1207 -0
  49. package/documention/GraphicsLayer.html +207 -212
  50. package/documention/GraphicsLayerUtil.html +337 -63
  51. package/documention/HashMap.html +4010 -317
  52. package/documention/HeightLimited.html +127 -15
  53. package/documention/IGSFeatureLayerUtil.html +495 -58
  54. package/documention/ISSceneLayerUtil.html +329 -9
  55. package/documention/KeyboardCameraController.html +118 -10
  56. package/documention/MapGISM3DSet.html +728 -0
  57. package/documention/MapGISMapServerImageryProvider.html +475 -648
  58. package/documention/MapGISTerrainProvider.html +1228 -8281
  59. package/documention/MapGISTileAvailability.html +1546 -0
  60. package/documention/MapGISTileServerImageryProvider.html +419 -660
  61. package/documention/MapGISVectorTileImageryProvider.html +408 -1283
  62. package/documention/MeasureAreaTool.html +177 -62
  63. package/documention/MeasureLengthTool.html +179 -64
  64. package/documention/MeasureSlopeTool.html +129 -15
  65. package/documention/ModelEditor.html +132 -21
  66. package/documention/ModelFilterTool.html +213 -23
  67. package/documention/ModelTransformTool.html +191 -38
  68. package/documention/NavigationTool.html +694 -0
  69. package/documention/OpenWeatherImageryProvider.html +762 -0
  70. package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
  71. package/documention/Popup.html +351 -266
  72. package/documention/PostProcessStageLibrary.html +118 -12
  73. package/documention/Promise.html +119 -13
  74. package/documention/RadarMaterialProperty.html +120 -17
  75. package/documention/ReImg.html +133 -9
  76. package/documention/RiverGeometry.html +126 -20
  77. package/documention/RoamParticle.html +119 -9
  78. package/documention/S3MTileset.html +136 -10
  79. package/documention/SceneView.html +4993 -0
  80. package/documention/SceneViewCesium.html +447 -1028
  81. package/documention/Screenshot.html +337 -134
  82. package/documention/SelectTool.html +116 -38
  83. package/documention/ShadowRateAnalysis.html +117 -18
  84. package/documention/ShadowRateDrawCommand.html +115 -9
  85. package/documention/SketchEditor.html +1774 -0
  86. package/documention/SketchEditorCesium.html +365 -249
  87. package/documention/SkyLineAnalysis.html +9 -9
  88. package/documention/StableParticle.html +119 -9
  89. package/documention/Style.html +154 -533
  90. package/documention/TerrainAnalyse.html +265 -40
  91. package/documention/TerrainProfile.html +128 -16
  92. package/documention/ThemeManager.html +2237 -0
  93. package/documention/Tooltip.html +115 -9
  94. package/documention/TriangulationTool.html +176 -61
  95. package/documention/UrlTemplateImageryProvider.html +856 -38
  96. package/documention/VisiblityAnalysis.html +132 -24
  97. package/documention/WFSLayerUtil.html +337 -63
  98. package/documention/WaterReflection.html +132 -20
  99. package/documention/WebMapServiceImageryProvider.html +924 -70
  100. package/documention/WebMapTileServiceImageryProvider.html +843 -78
  101. package/documention/Wind3D.html +122 -11
  102. package/documention/createColorTexture.html +608 -0
  103. package/documention/global.html +14325 -68
  104. package/documention/index.html +167 -14
  105. package/documention/initializeOptions.html +561 -0
  106. package/documention/isCounterClockwise.html +760 -0
  107. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +339 -86
  108. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +361 -218
  109. package/documention/module.exports_module.exports.html +338 -44
  110. package/documention/scripts/search.js +1 -26
  111. package/documention/styles/app.min.css +1 -1
  112. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
  113. package/package.json +6 -5
@@ -1,10 +1,296 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">WebMapTileServiceImageryProvider</span>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title> WebMapTileServiceImageryProvider</title>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
14
+ <link type="text/css" rel="stylesheet" href="">
15
+
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body class="layout small-header">
22
+ <div id="stickyNavbarOverlay"></div>
5
23
 
6
- </header>
7
24
 
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar "
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图图片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片图层,现已不支持通过构造函数(new ArcGISTileServerImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISVectorTileImageryProvider.html">ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>ArcGIS矢量瓦片图层,现已不支持通过构造函数(new ArcGISVectorTileImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium3DTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium3DTileset.html">Cesium3DTileset</a><span style="display: none;"><p>Cesium3DTileset对象,现已不支持通过构造函数(new Cesium3DTileset())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Material"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Material.html">Material</a><span style="display: none;"><p>新增了部分Cesium材质<br>
108
+ 《PolylineTrailLink材质》<br>
109
+ 参考示例:
110
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
111
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-wall'>《墙示例》</a><br>
112
+ color: 材质颜色,Cesium.Color.WHITE<br>
113
+ image: 材质使用的图片,Cesium.Material.PolylineTrailLinkImage<br>
114
+ duration: 持续时间,100.0<br>
115
+ direction: 方向,1.0<br>
116
+ repeat: 重复次数,new Cesium.Cartesian2(1.0, 1.0)<br><br>
117
+ 《CircleWaveMaterial材质》<br>
118
+ 参考示例:
119
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a>
120
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circular'>《圆锥示例》</a><br>
121
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
122
+ duration: 持续时间,100.0<br>
123
+ count: 方向,1.0<br>
124
+ gradient: 渐变因子,0.1<br><br>
125
+ 《RadarMaterial材质》<br>
126
+ 参考示例:
127
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
128
+ color: 材质颜色,Cesium.Color.WHITE<br>
129
+ speed: 速度,1<br><br>
130
+ 《AspectArrow材质》
131
+ AspectArrowMap: 箭头图片,Cesium.Material.DefaultImageId<br>
132
+ repeat: 箭头重复次数,Cesium.Cartesian2(1.0, 1.0)<br><br>
133
+ 《TextImage材质》<br>
134
+ image: 文字图片,Cesium.Material.DefaultImageId<br>
135
+ repeat: 图片重复次数,Cesium.Cartesian2(1.0, 1.0)<br>
136
+ breathingLight: 是否开启呼吸灯,false<br>
137
+ duration: 运行周期,1000<br><br>
138
+ 《LineFlickerMaterialType材质》<br>
139
+ 参考示例:
140
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
141
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
142
+ speed: 速度,5<br><br>
143
+ 《CircleScanMaterialType材质》<br>
144
+ 参考示例:
145
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
146
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
147
+ speed: 速度,10<br><br>
148
+ 《CirclePulseMaterialType材质》<br>
149
+ 参考示例:
150
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
151
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
152
+ speed: 速度,10<br><br>
153
+ 《CircleDiffuseMaterialType材质》<br>
154
+ 参考示例:
155
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
156
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
157
+ speed: 速度,10<br><br>
158
+ 《ScanlineType材质》<br>
159
+ 参考示例:
160
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
161
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
162
+ speed: 速度,10<br><br>
163
+ 《CircleFadeMaterialType材质》<br>
164
+ 参考示例:
165
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
166
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
167
+ speed: 速度,10<br><br>
168
+ 《CircleColorfulMaterialType材质》<br>
169
+ 参考示例:
170
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
171
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
172
+ speed: 速度,10<br><br>
173
+ 《CircleSpiralMaterialType材质》<br>
174
+ 参考示例:
175
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
176
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
177
+ speed: 速度,10<br><br>
178
+ 《CircleBlurMaterialType材质》<br>
179
+ 参考示例:
180
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
181
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
182
+ speed: 速度,10<br><br>
183
+ 《RadarScanMaterialType材质》<br>
184
+ 参考示例:
185
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
186
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
187
+ speed: 速度,10<br><br>
188
+ 《RadarLineMaterialType材质》<br>
189
+ 参考示例:
190
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
191
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
192
+ speed: 速度,10<br><br>
193
+ 《RiverCoveringMaterial材质》<br>
194
+ color: 材质颜色,Cesium.Color(1, 1, 1, 0.7)<br>
195
+ animationSpeed: 播放速度,0.01<br>
196
+ image: 材质图片,CustomMaterial.DefaultImageId<br>
197
+ repeat: 重复次数,2.0<br><br></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Viewer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Viewer.html">Viewer</a><span style="display: none;"><p>重写Cesium.Viewer的方法</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumHeatmap"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumHeatmap.html">CesiumHeatmap</a><span style="display: none;"><p>热力图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumTerrainProvider.html">CesiumTerrainProvider</a><span style="display: none;"><p>Cesium地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CircleWaveMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CircleWaveMaterialProperty.html">CircleWaveMaterialProperty</a><span style="display: none;"><p>动态圆波纹材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CollisionDetectionByRender"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CollisionDetectionByRender.html">CollisionDetectionByRender</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CompatibleFunc"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CompatibleFunc.html">CompatibleFunc</a><span style="display: none;"><p>适配不同版本Cesium接口方法类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="createColorTexture"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="createColorTexture.html">createColorTexture</a><span style="display: none;"><p>天际线分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomProjection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomProjection.html">CustomProjection</a><span style="display: none;"><p>实现自定义投影坐标系与地理坐标系经纬度(弧度表示)之间的投影变换</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomTilingScheme"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomTilingScheme.html">CustomTilingScheme</a><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
198
+ <ol>
199
+ <li>裁图原点必须在地图范围的左上角区域;</li>
200
+ <li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
201
+ </ol></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CutFillAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CutFillAnalysis.html">CutFillAnalysis</a><span style="display: none;"><p>填挖方分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CuttingTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CuttingTool.html">CuttingTool</a><span style="display: none;"><p>三维场景裁剪工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawElement"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawElement.html">DrawElement</a><span style="display: none;"><p>几何绘制类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawTool.html">DrawTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DynamicEntityVisualizer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DynamicEntityVisualizer.html">DynamicEntityVisualizer</a><span style="display: none;"><p>动态实体视图类封装
202
+ 1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
203
+ 2、动态显隐效果
204
+ 3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
205
+ <p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
206
+ viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
207
+ 使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
208
+ <p>1. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 不为空数组时,使用该类的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
209
+ <ul>
210
+ <li><code>globeFaceAlpha</code>:地表的透明度,若设置该参数则<code>globeFaceAlphaByDistance</code>不生效;</li>
211
+ <li><code>globeFaceAlphaByDistance</code>:地表的透明度根据视点距离的变化范围,当<code>globeFaceAlpha</code>为<code>undefined</code>时生效;</li>
212
+ </ul>
213
+ <p>2. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 为空数组时,使用原生的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
214
+ <ul>
215
+ <li><code>frontFaceAlpha</code>:地表正面的透明度;</li>
216
+ <li><code>frontFaceAlphaByDistance </code>:地表正面的透明度根据视点距离的变化范围;</li>
217
+ <li><code>backFaceAlpha</code>:地表背面的透明度;</li>
218
+ <li><code>backFaceAlphaByDistance</code>:地表背面的透明度根据视点距离的变化范围;</li>
219
+ <li><code>rectangle</code>:将地表透明的区域限制在一个矩形范围内。</li>
220
+ </ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Graphic"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Graphic.html">Graphic</a><span style="display: none;"><p>标绘图元对象<br>
221
+ 请参考以下示例:<br>
222
+ <a href='#example1'>1、初始化标绘图层</a><br>
223
+ <a href='#example2'>2、添加一个多边形图元</a><br>
224
+ <a href='#example3'>3、新增一个类型为div的标绘对象</a><br>
225
+ <a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>4、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayer.html">GraphicsLayer</a><span style="display: none;"><p>标绘图层<br>
226
+ 请参考以下示例:<br>
227
+ <a href='#example1'>1、初始化标绘图层</a><br>
228
+ <a href='#example2'>2、重写提示框对象</a><br>
229
+ <a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>3、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicTransformTool.html">GraphicTransformTool</a><span style="display: none;"><p>基础标绘变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="HeightLimited"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="HeightLimited.html">HeightLimited</a><span style="display: none;"><p>限高分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="initializeOptions"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="initializeOptions.html">initializeOptions</a><span style="display: none;"><p>构建实例化对象的配置参数</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="isCounterClockwise"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="isCounterClockwise.html">isCounterClockwise</a><span style="display: none;"><p>地形剖切工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="KeyboardCameraController"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="KeyboardCameraController.html">KeyboardCameraController</a><span style="display: none;"><p>场景相机漫游工具,可以实现沉浸式的鼠标键盘漫游功能,具体操作方法如下:</p>
230
+ <p>1. 相机平移操作,这类操作不会改变相机的朝向,只会改变相机的位置:</p>
231
+ <ul>
232
+ <li><code>W</code>:相机位置向前移动</li>
233
+ <li><code>S</code>:相机位置向后移动</li>
234
+ <li><code>A</code>:相机位置向左移动</li>
235
+ <li><code>D</code>:相机位置向右移动</li>
236
+ <li><code>Q</code>:相机位置升高</li>
237
+ <li><code>E</code>:相机位置降低</li>
238
+ </ul>
239
+ <p>2. 相对于相机视点操作,其中<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作会改变相机的位置,也会改变相机的朝向,而<code>I</code>,<code>K</code>操作只会改变相机相较视点的距离(在执行<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作时请勿同时执行其他按键操作):</p>
240
+ <ul>
241
+ <li><code>I</code>:相机视角靠近屏幕中心点</li>
242
+ <li><code>K</code>:相机视角远离屏幕中心点</li>
243
+ <li><code>J</code>:绕屏幕中心点向左旋转</li>
244
+ <li><code>L</code>:绕屏幕中心点向右旋转</li>
245
+ <li><code>U</code>:绕屏幕中心点向上旋转</li>
246
+ <li><code>O</code>:绕屏幕中心点向下旋转</li>
247
+ </ul>
248
+ <p>3. 相机自身操作,这类操作不会改变相机的位置,只会改变相机的朝向(在全屏状态下可使用鼠标调整相机视角):</p>
249
+ <ul>
250
+ <li><code>↑</code>:向上抬高视角</li>
251
+ <li><code>↓</code>:向下降低视角</li>
252
+ <li><code>←</code>:向左移动视角</li>
253
+ <li><code>→</code>:向右移动视角</li>
254
+ </ul>
255
+ <p>4. 鼠标操作:</p>
256
+ <ul>
257
+ <li>开启鼠标操作功能后,页面将进入全屏模式,此时相机视角可通过鼠标移动进行操作</li>
258
+ </ul>
259
+ <p>5. 辅助操作:</p>
260
+ <ul>
261
+ <li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
262
+ <li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
263
+ </ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>MapGIS地图图片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainProvider.html">MapGISTerrainProvider</a><span style="display: none;"><p>MapGIS地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileAvailability"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileAvailability.html">MapGISTileAvailability</a><span style="display: none;"><p>MapGIS的TileAvailability类,重写了Cesium.TileAvailability的所有方法,支持在内部自动筛选要使用的地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><span style="display: none;"><p>MapGIS瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureAreaTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureAreaTool.html">MeasureAreaTool</a><span style="display: none;"><p>面积测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureLengthTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureLengthTool.html">MeasureLengthTool</a><span style="display: none;"><p>距离测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureSlopeTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureSlopeTool.html">MeasureSlopeTool</a><span style="display: none;"><p>坡度测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelEditor.html">ModelEditor</a><span style="display: none;"><p>模型矩阵编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelFilterTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelFilterTool.html">ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelTransformTool.html">ModelTransformTool</a><span style="display: none;"><p>模型变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="NavigationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="NavigationTool.html">NavigationTool</a><span style="display: none;"><p>A mixin which adds the Compass/Navigation widget to the Viewer widget.
264
+ Rather than being called directly, this function is normally passed as
265
+ a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS图层,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
266
+ 参考示例:
267
+ <a href='#SceneView'>[初始化三维场景视图]</a>
268
+ <br>[ES5引入方式]:<br/>
269
+ zondy.cesium.SceneView() <br/>
270
+ [ES6引入方式]:<br/>
271
+ import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
272
+ 自定义样式说明:<br/>
273
+ zondy-popup__content 弹窗容器样式<br/>
274
+ zondy-popup__tip 弹窗对话框箭头样式<br/>
275
+ zondy-popup__header 弹窗头部样式<br/>
276
+ zondy-popup__content 弹窗主体样式<br/>
277
+ zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SceneView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneView.html">SceneView</a><span style="display: none;"><p>场景视图类<br/>
278
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
279
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor3D.html' target='_blank'>zondy.SketchEditor3D</a><br/>
280
+ <br>[ES5引入方式]:<br/>
281
+ const { SketchEditor } = zondy.tool.sketch <br/>
282
+ [ES6引入方式]:<br/>
283
+ import { SketchEditor } from &quot;@mapgis/webclient-leaflet-plugin&quot; <br/></p></span></li></ul></div>
284
+
285
+ </nav>
286
+ </div>
287
+ <div class="core" id="main-content-wrapper">
288
+ <div class="content">
289
+ <header id="page-title" class="page-title">
290
+ <span class="page-title-main">类名</span>
291
+ <span class="page-title-sub">WebMapTileServiceImageryProvider</span>
292
+ </header>
293
+
8
294
 
9
295
 
10
296
 
@@ -25,7 +311,7 @@
25
311
  <h4 class="name" id="WebMapTileServiceImageryProvider">
26
312
  <a class="href-link" href="#WebMapTileServiceImageryProvider">#</a>
27
313
 
28
- <span class="code-name" id="WebMapTileServiceImageryProvider" style="font-size:30px">
314
+ <span class="code-name" style="font-size:30px">
29
315
 
30
316
  new WebMapTileServiceImageryProvider<span class="signature">()</span>
31
317
 
@@ -35,7 +321,7 @@
35
321
 
36
322
 
37
323
  <div class="description">
38
- <p>WMTS地图图层,具体API请参考Cesium的WebMapTileServiceImageryProvider</p>
324
+ <p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p>
39
325
  </div>
40
326
 
41
327
 
@@ -105,18 +391,26 @@
105
391
 
106
392
 
107
393
 
108
- <p class="summary"><h5>支持如下方法:</h5>
109
- <a href='#fromUrl'>[1、通过WMTS服务的url获取WebMapTileServiceImageryProvider对象]</a><br/></p>
394
+ <p class="summary"><h5>请参考以下示例:</h5>
395
+ <a href='#example1'>1、添加一个WMTS图层:原生接口开发</a><br>
396
+ <a href='#example2'>2、添加一个WMTS图层:混合接口开发</a><br>
397
+ <a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/image-layer-elevation-mode-setting' target='_blank'>3、影像图层高程模式设置</a><br>
398
+ <a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>4、卷帘</a><br>
399
+ <a href='http://webclient.smaryun.com/#/modules/cesium/layer/internetLayer/tdt' target='_blank'>5、天地图</a><br>
400
+ <a href='http://webclient.smaryun.com/#/modules/cesium/sceneControl/scene/globe-independent-translucency' target='_blank'>6、地表透明度独立控制</a><br>
401
+ <a href='http://webclient.smaryun.com/#/example-gallery/cesium#OGCLayer' target='_blank'>7、更多图层加载示例</a>
402
+ <h5>支持如下方法:</h5>
403
+ <a href='#fromUrl'>[1、通过WMTS服务的url初始化WebMapTileServiceImageryProvider对象]</a><br/></p>
110
404
 
111
405
 
112
406
 
113
407
  <h5>示例</h5>
114
408
 
115
- <p class="code-caption"><h7>添加一个WMTS服务:原生接口开发</h7></p>
409
+ <p class="code-caption"><h7 id='example1'>添加一个WMTS图层:原生接口开发</h7></p>
116
410
 
117
411
 
118
412
  <pre class="prettyprint"><code>// ES5引入方式
119
- const { WebMapTileServiceImageryProvider } = zondy
413
+ const { WebMapTileServiceImageryProvider } = zondy.cesium
120
414
  // ES6引入方式
121
415
  import { WebMapTileServiceImageryProvider } from "@mapgis/webclient-cesium-plugin"
122
416
 
@@ -132,11 +426,11 @@ async function addWMTSLayer() {
132
426
  addWMTSLayer()</code></pre>
133
427
 
134
428
 
135
- <p class="code-caption"><h7>添加一个WMTS服务:混合接口开发</h7></p>
429
+ <p class="code-caption"><h7 id='example2'>添加一个WMTS图层:混合接口开发</h7></p>
136
430
 
137
431
 
138
432
  <pre class="prettyprint"><code>// ES5引入方式
139
- const { WMTSLayer } = zondy.Layer
433
+ const { WMTSLayer } = zondy.layer
140
434
  const { initializeOptions } = zondy.cesium.util
141
435
  // ES6引入方式
142
436
  import { initializeOptions } from "@mapgis/webclient-cesium-plugin"
@@ -187,43 +481,7 @@ wmtsLayer.load().then((layer) => {
187
481
 
188
482
  <div class='vertical-section'>
189
483
  <h3 id='function'>方法</h3>
190
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
191
484
  <div class="members">
192
- <div class="table-container">
193
- <table class="params table">
194
- <thead>
195
- <tr>
196
- <th>名称</th>
197
- <th>返回值类型</th>
198
- <th>描述</th>
199
- </tr>
200
- </thead>
201
- <tbody>
202
-
203
- <tr class="deep-level-0">
204
- <td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
205
- <td class="name">
206
- <code>
207
-
208
-
209
- <span class="param-type">
210
-
211
- <a link="WebMapTileServiceImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WebMapTileServiceImageryProvider" WebMapTileServiceImageryProvider.html>WebMapTileServiceImageryProvider</a>
212
-
213
- </span>
214
-
215
-
216
-
217
-
218
- </code>
219
- </td>
220
- <td class="name"><code></code></td>
221
- </tr>
222
-
223
- </tbody>
224
- </table>
225
- </div>
226
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
227
485
 
228
486
  <div class="member">
229
487
 
@@ -238,7 +496,7 @@ wmtsLayer.load().then((layer) => {
238
496
  <span class='tag'>static</span>
239
497
 
240
498
 
241
- <span class="code-name" id="fromUrl" style="font-size:30px">
499
+ <span class="code-name" style="font-size:30px">
242
500
 
243
501
  fromUrl<span class="signature">(url, options)</span>
244
502
 
@@ -247,6 +505,10 @@ wmtsLayer.load().then((layer) => {
247
505
 
248
506
 
249
507
 
508
+ <div class="description">
509
+ <p>通过WMTS服务的url初始化WebMapTileServiceImageryProvider对象</p>
510
+ </div>
511
+
250
512
 
251
513
 
252
514
 
@@ -256,7 +518,7 @@ wmtsLayer.load().then((layer) => {
256
518
 
257
519
 
258
520
 
259
- <h4>参数</h4>
521
+ <h4>参数:</h4>
260
522
 
261
523
  <div class="table-container">
262
524
  <table class="params table">
@@ -288,12 +550,7 @@ wmtsLayer.load().then((layer) => {
288
550
  <td class="type">
289
551
 
290
552
 
291
- <span class="param-type">
292
-
293
- String
294
-
295
- </span>
296
-
553
+ <span class="param-type">String</span>
297
554
 
298
555
 
299
556
 
@@ -305,7 +562,7 @@ wmtsLayer.load().then((layer) => {
305
562
  </td>
306
563
 
307
564
 
308
- <td class="description last"><p>服务的基地址</p></td>
565
+ <td class="description last"><p>服务的基地址,无标准格式</p></td>
309
566
  </tr>
310
567
 
311
568
 
@@ -321,12 +578,61 @@ wmtsLayer.load().then((layer) => {
321
578
  <td class="type">
322
579
 
323
580
 
324
- <span class="param-type">
581
+ <span class="param-type">Object</span>
582
+
583
+
584
+
585
+ </td>
586
+
587
+
588
+ <td class="default">
589
+
590
+ </td>
591
+
592
+
593
+ <td class="description last"><p>实例化对象时提供的额外配置参数,若该对象中包含构造参数则会覆盖对应的构造参数</p></td>
594
+ </tr>
595
+
596
+
597
+
325
598
 
326
- Object
599
+ <tr class="deep-level-1">
600
+
601
+ <td class="name"><code>layer</code></td>
602
+
603
+
604
+ <td class="type">
605
+
606
+
607
+ <span class="param-type">string</span>
608
+
609
+
610
+
611
+ </td>
612
+
613
+
614
+ <td class="default">
615
+
616
+ null
617
+
618
+ </td>
619
+
620
+
621
+ <td class="description last"><p>要显示的子图层名称</p></td>
622
+ </tr>
623
+
624
+
625
+
327
626
 
328
- </span>
627
+ <tr class="deep-level-1">
628
+
629
+ <td class="name"><code>style</code></td>
630
+
329
631
 
632
+ <td class="type">
633
+
634
+
635
+ <span class="param-type">string</span>
330
636
 
331
637
 
332
638
 
@@ -335,10 +641,12 @@ wmtsLayer.load().then((layer) => {
335
641
 
336
642
  <td class="default">
337
643
 
644
+ null
645
+
338
646
  </td>
339
647
 
340
648
 
341
- <td class="description last"><p>实例化对象时提供的额外配置参数,若该对象中包含构造参数则会覆盖对应的构造参数</p></td>
649
+ <td class="description last"><p>要显示的子图层样式</p></td>
342
650
  </tr>
343
651
 
344
652
 
@@ -346,25 +654,266 @@ wmtsLayer.load().then((layer) => {
346
654
 
347
655
  <tr class="deep-level-1">
348
656
 
349
- <td class="name"><code>isStretchImage</code></td>
657
+ <td class="name"><code>format</code></td>
350
658
 
351
659
 
352
660
  <td class="type">
353
661
 
354
662
 
355
- <span class="param-type">
663
+ <span class="param-type">string</span>
664
+
665
+
666
+
667
+ </td>
668
+
669
+
670
+ <td class="default">
671
+
672
+ 'image/jpeg'
673
+
674
+ </td>
675
+
676
+
677
+ <td class="description last"><p>出图格式</p></td>
678
+ </tr>
679
+
680
+
681
+
356
682
 
357
- Boolean
683
+ <tr class="deep-level-1">
684
+
685
+ <td class="name"><code>tileMatrixSetID</code></td>
686
+
687
+
688
+ <td class="type">
689
+
690
+
691
+ <span class="param-type">string</span>
692
+
693
+
694
+
695
+ </td>
696
+
697
+
698
+ <td class="default">
699
+
700
+ null
701
+
702
+ </td>
703
+
704
+
705
+ <td class="description last"><p>WMTS中要显示的子图层使用的矩阵集ID</p></td>
706
+ </tr>
707
+
708
+
709
+
710
+
711
+ <tr class="deep-level-1">
712
+
713
+ <td class="name"><code>tileMatrixLabels</code></td>
714
+
715
+
716
+ <td class="type">
717
+
718
+
719
+ <span class="param-type">Array</span>
720
+
721
+
722
+
723
+ </td>
724
+
725
+
726
+ <td class="default">
727
+
728
+ []
729
+
730
+ </td>
731
+
732
+
733
+ <td class="description last"><p>矩阵ID数组,定义了哪些级别的瓦片可以被请求,不设置该数组,表示请求所有可请求的级别,设置该数组,则仅有级别在该数组中的瓦片可以被请求</p></td>
734
+ </tr>
735
+
736
+
737
+
738
+
739
+ <tr class="deep-level-1">
740
+
741
+ <td class="name"><code>tileWidth</code></td>
742
+
743
+
744
+ <td class="type">
745
+
746
+
747
+ <span class="param-type">number</span>
748
+
749
+
750
+
751
+ </td>
752
+
753
+
754
+ <td class="default">
755
+
756
+ 256
757
+
758
+ </td>
759
+
760
+
761
+ <td class="description last"><p>请求瓦片宽度</p></td>
762
+ </tr>
763
+
764
+
765
+
766
+
767
+ <tr class="deep-level-1">
768
+
769
+ <td class="name"><code>tileHeight</code></td>
770
+
771
+
772
+ <td class="type">
773
+
774
+
775
+ <span class="param-type">number</span>
776
+
777
+
778
+
779
+ </td>
780
+
781
+
782
+ <td class="default">
783
+
784
+ 256
785
+
786
+ </td>
787
+
788
+
789
+ <td class="description last"><p>请求瓦片高度</p></td>
790
+ </tr>
791
+
792
+
793
+
358
794
 
359
- </span>
795
+ <tr class="deep-level-1">
796
+
797
+ <td class="name"><code>tilingScheme</code></td>
798
+
799
+
800
+ <td class="type">
801
+
802
+
803
+ <span class="param-type">Cesium.TilingScheme</span>
360
804
  |
361
805
 
362
- <span class="param-type">
806
+ <span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
807
+
808
+
809
+
810
+ </td>
811
+
812
+
813
+ <td class="default">
814
+
815
+ Cesium.WebMercatorTilingScheme
816
+
817
+ </td>
818
+
819
+
820
+ <td class="description last"><p>瓦片平铺方案,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=TilingScheme' target='_blank'>详见Cesium.TilingScheme</a></p></td>
821
+ </tr>
822
+
823
+
824
+
825
+
826
+ <tr class="deep-level-1">
827
+
828
+ <td class="name"><code>rectangle</code></td>
829
+
830
+
831
+ <td class="type">
832
+
833
+
834
+ <span class="param-type">Cesium.Rectangle</span>
835
+
836
+
837
+
838
+ </td>
839
+
840
+
841
+ <td class="default">
842
+
843
+ Rectangle.MAX_VALUE
844
+
845
+ </td>
846
+
847
+
848
+ <td class="description last"><p>图层显示范围,超出范围不会额外请求瓦片,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Rectangle' target='_blank'>详见Cesium.Rectangle</a></p></td>
849
+ </tr>
850
+
851
+
852
+
363
853
 
364
- undefined
854
+ <tr class="deep-level-1">
855
+
856
+ <td class="name"><code>minimumLevel</code></td>
857
+
858
+
859
+ <td class="type">
860
+
861
+
862
+ <span class="param-type">number</span>
863
+
864
+
865
+
866
+ </td>
867
+
868
+
869
+ <td class="default">
870
+
871
+ 0
872
+
873
+ </td>
874
+
875
+
876
+ <td class="description last"><p>图层最小请求瓦片级别,小于该级别不再请求瓦片</p></td>
877
+ </tr>
878
+
879
+
880
+
365
881
 
366
- </span>
882
+ <tr class="deep-level-1">
883
+
884
+ <td class="name"><code>maximumLevel</code></td>
885
+
367
886
 
887
+ <td class="type">
888
+
889
+
890
+ <span class="param-type">number</span>
891
+
892
+
893
+
894
+ </td>
895
+
896
+
897
+ <td class="default">
898
+
899
+ </td>
900
+
901
+
902
+ <td class="description last"><p>图层最大请求瓦片级别,大于该级别不再请求瓦片</p></td>
903
+ </tr>
904
+
905
+
906
+
907
+
908
+ <tr class="deep-level-1">
909
+
910
+ <td class="name"><code>isStretchImage</code></td>
911
+
912
+
913
+ <td class="type">
914
+
915
+
916
+ <span class="param-type">Boolean</span>
368
917
 
369
918
 
370
919
 
@@ -383,6 +932,182 @@ wmtsLayer.load().then((layer) => {
383
932
 
384
933
 
385
934
 
935
+
936
+ <tr class="deep-level-1">
937
+
938
+ <td class="name"><code>ellipsoid</code></td>
939
+
940
+
941
+ <td class="type">
942
+
943
+
944
+ <span class="param-type">Cesium.Ellipsoid</span>
945
+
946
+
947
+
948
+ </td>
949
+
950
+
951
+ <td class="default">
952
+
953
+ Cesium.Ellipsoid.default
954
+
955
+ </td>
956
+
957
+
958
+ <td class="description last"><p>椭球体对象,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Ellipsoid' target='_blank'>详见Cesium.Ellipsoid</a></p></td>
959
+ </tr>
960
+
961
+
962
+
963
+
964
+ <tr class="deep-level-1">
965
+
966
+ <td class="name"><code>credit</code></td>
967
+
968
+
969
+ <td class="type">
970
+
971
+
972
+ <span class="param-type">Cesium.Credit</span>
973
+ |
974
+
975
+ <span class="param-type">string</span>
976
+
977
+
978
+
979
+ </td>
980
+
981
+
982
+ <td class="default">
983
+
984
+ null
985
+
986
+ </td>
987
+
988
+
989
+ <td class="description last"><p>场景上显示的数据源的信息,当使用MapGIS发布的Cesium库时,该功能失效,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Credit' target='_blank'>详见Cesium.Credit</a></p></td>
990
+ </tr>
991
+
992
+
993
+
994
+
995
+ <tr class="deep-level-1">
996
+
997
+ <td class="name"><code>subdomains</code></td>
998
+
999
+
1000
+ <td class="type">
1001
+
1002
+
1003
+ <span class="param-type">string</span>
1004
+ |
1005
+
1006
+ <span class="param-type">Array.&lt;string></span>
1007
+
1008
+
1009
+
1010
+ </td>
1011
+
1012
+
1013
+ <td class="default">
1014
+
1015
+ 'abc'
1016
+
1017
+ </td>
1018
+
1019
+
1020
+ <td class="description last"><p>The subdomains to use for the <code>{s}</code> placeholder in the URL template.
1021
+ If this parameter is a single string, each character in the string is a subdomain. If it is
1022
+ an array, each element in the array is a subdomain.</p></td>
1023
+ </tr>
1024
+
1025
+
1026
+
1027
+
1028
+ <tr class="deep-level-1">
1029
+
1030
+ <td class="name"><code>clock</code></td>
1031
+
1032
+
1033
+ <td class="type">
1034
+
1035
+
1036
+ <span class="param-type">Cesium.Clock</span>
1037
+
1038
+
1039
+
1040
+ </td>
1041
+
1042
+
1043
+ <td class="default">
1044
+
1045
+ null
1046
+
1047
+ </td>
1048
+
1049
+
1050
+ <td class="description last"><p>A Clock instance that is used when determining the value for the time dimension. Required when <code>times</code> is specified.,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Clock' target='_blank'>详见Cesium.Clock</a></p></td>
1051
+ </tr>
1052
+
1053
+
1054
+
1055
+
1056
+ <tr class="deep-level-1">
1057
+
1058
+ <td class="name"><code>times</code></td>
1059
+
1060
+
1061
+ <td class="type">
1062
+
1063
+
1064
+ <span class="param-type">Cesium.TimeIntervalCollection</span>
1065
+
1066
+
1067
+
1068
+ </td>
1069
+
1070
+
1071
+ <td class="default">
1072
+
1073
+ null
1074
+
1075
+ </td>
1076
+
1077
+
1078
+ <td class="description last"><p>TimeIntervalCollection with its <code>data</code> property being an object containing time dynamic dimension and their values.,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=TimeIntervalCollection' target='_blank'>详见Cesium.TimeIntervalCollection</a></p></td>
1079
+ </tr>
1080
+
1081
+
1082
+
1083
+
1084
+ <tr class="deep-level-1">
1085
+
1086
+ <td class="name"><code>dimensions</code></td>
1087
+
1088
+
1089
+ <td class="type">
1090
+
1091
+
1092
+ <span class="param-type">object</span>
1093
+
1094
+
1095
+
1096
+ </td>
1097
+
1098
+
1099
+ <td class="default">
1100
+
1101
+ null
1102
+
1103
+ </td>
1104
+
1105
+
1106
+ <td class="description last"><p>A object containing static dimensions and their values.</p></td>
1107
+ </tr>
1108
+
1109
+
1110
+
386
1111
 
387
1112
 
388
1113
 
@@ -448,23 +1173,20 @@ wmtsLayer.load().then((layer) => {
448
1173
 
449
1174
 
450
1175
  <div class='columns method-parameter'>
451
- <div class="column is-2"><label>返回值</label></div>
1176
+ <div class="column is-2"><label>返回值:</label></div>
452
1177
  <div class="column is-10">
453
1178
 
454
1179
 
455
1180
 
456
1181
  <div class="columns">
457
1182
 
1183
+ <div class='param-desc column is-7'><p>初始化完毕后的WebMapTileServiceImageryProvider对象,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=WebMapTileServiceImageryProvider' target='_blank'>详见Cesium.WebMapTileServiceImageryProvider</a></p></div>
1184
+
458
1185
 
459
1186
  <div class='column is-5 has-text-left'>
460
1187
  <label>类型: </label>
461
1188
 
462
- <span class="param-type">
463
-
464
- <a link="WebMapTileServiceImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WebMapTileServiceImageryProvider" WebMapTileServiceImageryProvider.html>WebMapTileServiceImageryProvider</a>
465
-
466
- </span>
467
-
1189
+ <span class="param-type">Cesium.WebMapTileServiceImageryProvider</span>
468
1190
 
469
1191
 
470
1192
  </div>
@@ -485,7 +1207,12 @@ wmtsLayer.load().then((layer) => {
485
1207
  <p class="code-caption"><h7 id='fromUrl'>通过WMTS服务的url获取WebMapTileServiceImageryProvider对象</h7></p>
486
1208
 
487
1209
 
488
- <pre class="prettyprint"><code>const url = 'http://localhost:8089/igs/rest/services/Map/example/WMTSServer'
1210
+ <pre class="prettyprint"><code>// ES5引入方式
1211
+ const { WebMapTileServiceImageryProvider } = zondy.cesium
1212
+ // ES6引入方式
1213
+ import { WebMapTileServiceImageryProvider } from "@mapgis/webclient-cesium-plugin"
1214
+
1215
+ const url = 'http://localhost:8089/igs/rest/services/Map/example/WMTSServer'
489
1216
  const addImageryProvider = async (url) => {
490
1217
  const imageryProvider = await WebMapTileServiceImageryProvider.fromUrl(url)
491
1218
  viewer.imageryLayers.addImageryProvider(imageryProvider)
@@ -505,4 +1232,42 @@ addImageryProvider(url)</code></pre>
505
1232
 
506
1233
  </article>
507
1234
 
508
- </section>
1235
+ </section>
1236
+
1237
+
1238
+
1239
+
1240
+ </div>
1241
+
1242
+ <footer class="footer">
1243
+ <div class="content has-text-centered">
1244
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
1245
+ <p class="sidebar-created-by">
1246
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
1247
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
1248
+ </p>
1249
+ </div>
1250
+ </footer>
1251
+
1252
+ </div>
1253
+ <div id="side-nav" class="side-nav">
1254
+ <div style="margin-bottom: 10px;">
1255
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
1256
+ </div>
1257
+ <div style="margin-bottom: 10px;">
1258
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
1259
+ </div>
1260
+ <div style="margin-bottom: 10px;">
1261
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
1262
+ </div>
1263
+ <div>
1264
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
1265
+ </div>
1266
+ </div>
1267
+ </div>
1268
+ <script src="scripts/linenumber.js"> </script>
1269
+
1270
+ <script src="scripts/search.js"> </script>
1271
+
1272
+ </body>
1273
+ </html>