@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -258,7 +260,7 @@ const sceneServer = new SceneServer({
258
260
 
259
261
 
260
262
  <ul>
261
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
263
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
262
264
  </ul>
263
265
 
264
266
 
@@ -290,89 +292,96 @@ const sceneServer = new SceneServer({
290
292
  <tbody>
291
293
 
292
294
  <tr class="deep-level-0">
293
- <td class="name"><code><a href="SceneServer.html#clientId">clientId</a></code></td>
295
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
294
296
  <td class="name">
295
297
  <code>
296
298
 
297
299
  <span class="param-type">Boolean</span>
298
300
 
299
301
 
302
+
300
303
  </code>
301
304
  </td>
302
305
  <td class="name"><code><p>客户端id</p></code></td>
303
306
  </tr>
304
307
 
305
308
  <tr class="deep-level-0">
306
- <td class="name"><code><a href="SceneServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
309
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
307
310
  <td class="name">
308
311
  <code>
309
312
 
310
313
  <span class="param-type">Boolean</span>
311
314
 
312
315
 
316
+
313
317
  </code>
314
318
  </td>
315
319
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
316
320
  </tr>
317
321
 
318
322
  <tr class="deep-level-0">
319
- <td class="name"><code><a href="SceneServer.html#headers">headers</a></code></td>
323
+ <td class="name"><code><a href="#headers">headers</a></code></td>
320
324
  <td class="name">
321
325
  <code>
322
326
 
323
327
  <span class="param-type">String</span>
324
328
 
325
329
 
330
+
326
331
  </code>
327
332
  </td>
328
333
  <td class="name"><code><p>请求头参数</p></code></td>
329
334
  </tr>
330
335
 
331
336
  <tr class="deep-level-0">
332
- <td class="name"><code><a href="SceneServer.html#requestInterceptor">requestInterceptor</a></code></td>
337
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
333
338
  <td class="name">
334
339
  <code>
335
340
 
336
341
  <span class="param-type">function</span>
337
342
 
338
343
 
344
+
339
345
  </code>
340
346
  </td>
341
347
  <td class="name"><code><p>请求发送拦截器</p></code></td>
342
348
  </tr>
343
349
 
344
350
  <tr class="deep-level-0">
345
- <td class="name"><code><a href="SceneServer.html#requestTimeout">requestTimeout</a></code></td>
351
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
346
352
  <td class="name">
347
353
  <code>
348
354
 
349
355
  <span class="param-type">String</span>
350
356
 
351
357
 
358
+
352
359
  </code>
353
360
  </td>
354
361
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
355
362
  </tr>
356
363
 
357
364
  <tr class="deep-level-0">
358
- <td class="name"><code><a href="SceneServer.html#responseInterceptor">responseInterceptor</a></code></td>
365
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
359
366
  <td class="name">
360
367
  <code>
361
368
 
362
369
  <span class="param-type">function</span>
363
370
 
364
371
 
372
+
365
373
  </code>
366
374
  </td>
367
375
  <td class="name"><code><p>请求响应拦截器</p></code></td>
368
376
  </tr>
369
377
 
370
378
  <tr class="deep-level-0">
371
- <td class="name"><code><a href="SceneServer.html#tokenAttachType">tokenAttachType</a></code></td>
379
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
372
380
  <td class="name">
373
381
  <code>
374
382
 
375
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
383
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
384
+
376
385
 
377
386
 
378
387
  </code>
@@ -381,39 +390,42 @@ const sceneServer = new SceneServer({
381
390
  </tr>
382
391
 
383
392
  <tr class="deep-level-0">
384
- <td class="name"><code><a href="SceneServer.html#tokenKey">tokenKey</a></code></td>
393
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
385
394
  <td class="name">
386
395
  <code>
387
396
 
388
397
  <span class="param-type">String</span>
389
398
 
390
399
 
400
+
391
401
  </code>
392
402
  </td>
393
403
  <td class="name"><code><p>token名</p></code></td>
394
404
  </tr>
395
405
 
396
406
  <tr class="deep-level-0">
397
- <td class="name"><code><a href="SceneServer.html#tokenValue">tokenValue</a></code></td>
407
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
398
408
  <td class="name">
399
409
  <code>
400
410
 
401
411
  <span class="param-type">String</span>
402
412
 
403
413
 
414
+
404
415
  </code>
405
416
  </td>
406
417
  <td class="name"><code><p>token值</p></code></td>
407
418
  </tr>
408
419
 
409
420
  <tr class="deep-level-0">
410
- <td class="name"><code><a href="SceneServer.html#url">url</a></code></td>
421
+ <td class="name"><code><a href="#url">url</a></code></td>
411
422
  <td class="name">
412
423
  <code>
413
424
 
414
425
  <span class="param-type">String</span>
415
426
 
416
427
 
428
+
417
429
  </code>
418
430
  </td>
419
431
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -433,6 +445,7 @@ const sceneServer = new SceneServer({
433
445
  <span class="param-type">Boolean</span>
434
446
 
435
447
 
448
+
436
449
  </span>
437
450
 
438
451
  <h4 class="name" id="clientId">
@@ -464,7 +477,7 @@ const sceneServer = new SceneServer({
464
477
 
465
478
  <dt class="inherited-from">Inherited From:</dt>
466
479
  <dd class="inherited-from"><ul class="dummy"><li>
467
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
480
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
468
481
  </li></ul></dd>
469
482
 
470
483
 
@@ -508,6 +521,7 @@ const sceneServer = new SceneServer({
508
521
  <span class="param-type">Boolean</span>
509
522
 
510
523
 
524
+
511
525
  </span>
512
526
 
513
527
  <h4 class="name" id="enableGlobeFetch">
@@ -539,7 +553,7 @@ const sceneServer = new SceneServer({
539
553
 
540
554
  <dt class="inherited-from">Inherited From:</dt>
541
555
  <dd class="inherited-from"><ul class="dummy"><li>
542
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
556
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
543
557
  </li></ul></dd>
544
558
 
545
559
 
@@ -604,6 +618,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
604
618
  <span class="param-type">String</span>
605
619
 
606
620
 
621
+
607
622
  </span>
608
623
 
609
624
  <h4 class="name" id="headers">
@@ -635,7 +650,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
635
650
 
636
651
  <dt class="inherited-from">Inherited From:</dt>
637
652
  <dd class="inherited-from"><ul class="dummy"><li>
638
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
653
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
639
654
  </li></ul></dd>
640
655
 
641
656
 
@@ -701,6 +716,7 @@ BaseServer.headers.token = '新token';</code></pre>
701
716
  <span class="param-type">function</span>
702
717
 
703
718
 
719
+
704
720
  </span>
705
721
 
706
722
  <h4 class="name" id="requestInterceptor">
@@ -732,7 +748,7 @@ BaseServer.headers.token = '新token';</code></pre>
732
748
 
733
749
  <dt class="inherited-from">Inherited From:</dt>
734
750
  <dd class="inherited-from"><ul class="dummy"><li>
735
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
751
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
736
752
  </li></ul></dd>
737
753
 
738
754
 
@@ -804,6 +820,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
804
820
  <span class="param-type">String</span>
805
821
 
806
822
 
823
+
807
824
  </span>
808
825
 
809
826
  <h4 class="name" id="requestTimeout">
@@ -835,7 +852,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
835
852
 
836
853
  <dt class="inherited-from">Inherited From:</dt>
837
854
  <dd class="inherited-from"><ul class="dummy"><li>
838
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
855
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
839
856
  </li></ul></dd>
840
857
 
841
858
 
@@ -897,6 +914,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
897
914
  <span class="param-type">function</span>
898
915
 
899
916
 
917
+
900
918
  </span>
901
919
 
902
920
  <h4 class="name" id="responseInterceptor">
@@ -928,7 +946,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
928
946
 
929
947
  <dt class="inherited-from">Inherited From:</dt>
930
948
  <dd class="inherited-from"><ul class="dummy"><li>
931
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
949
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
932
950
  </li></ul></dd>
933
951
 
934
952
 
@@ -999,7 +1017,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
999
1017
  <span class="method-parameter is-pulled-right">
1000
1018
  <label>类型:</label>
1001
1019
 
1002
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1020
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1021
+
1003
1022
 
1004
1023
 
1005
1024
  </span>
@@ -1033,7 +1052,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1033
1052
 
1034
1053
  <dt class="inherited-from">Inherited From:</dt>
1035
1054
  <dd class="inherited-from"><ul class="dummy"><li>
1036
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1055
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1037
1056
  </li></ul></dd>
1038
1057
 
1039
1058
 
@@ -1099,6 +1118,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1099
1118
  <span class="param-type">String</span>
1100
1119
 
1101
1120
 
1121
+
1102
1122
  </span>
1103
1123
 
1104
1124
  <h4 class="name" id="tokenKey">
@@ -1130,7 +1150,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1130
1150
 
1131
1151
  <dt class="inherited-from">Inherited From:</dt>
1132
1152
  <dd class="inherited-from"><ul class="dummy"><li>
1133
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1153
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1134
1154
  </li></ul></dd>
1135
1155
 
1136
1156
 
@@ -1191,6 +1211,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1191
1211
  <span class="param-type">String</span>
1192
1212
 
1193
1213
 
1214
+
1194
1215
  </span>
1195
1216
 
1196
1217
  <h4 class="name" id="tokenValue">
@@ -1222,7 +1243,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1222
1243
 
1223
1244
  <dt class="inherited-from">Inherited From:</dt>
1224
1245
  <dd class="inherited-from"><ul class="dummy"><li>
1225
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1246
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1226
1247
  </li></ul></dd>
1227
1248
 
1228
1249
 
@@ -1283,6 +1304,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1283
1304
  <span class="param-type">String</span>
1284
1305
 
1285
1306
 
1307
+
1286
1308
  </span>
1287
1309
 
1288
1310
  <h4 class="name" id="url">
@@ -1314,7 +1336,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1314
1336
 
1315
1337
  <dt class="inherited-from">Inherited From:</dt>
1316
1338
  <dd class="inherited-from"><ul class="dummy"><li>
1317
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1339
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1318
1340
  </li></ul></dd>
1319
1341
 
1320
1342
 
@@ -1388,7 +1410,7 @@ BaseServer.url = '新URL';</code></pre>
1388
1410
  <tbody>
1389
1411
 
1390
1412
  <tr class="deep-level-0">
1391
- <td class="name"><code><a href="SceneServer.html#getCoverings">getCoverings</a></code></td>
1413
+ <td class="name"><code><a href="#getCoverings">getCoverings</a></code></td>
1392
1414
  <td class="name">
1393
1415
  <code>
1394
1416
 
@@ -1398,7 +1420,7 @@ BaseServer.url = '新URL';</code></pre>
1398
1420
  </tr>
1399
1421
 
1400
1422
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="SceneServer.html#getSharedResources">getSharedResources</a></code></td>
1423
+ <td class="name"><code><a href="#getSharedResources">getSharedResources</a></code></td>
1402
1424
  <td class="name">
1403
1425
  <code>
1404
1426
 
@@ -1408,7 +1430,7 @@ BaseServer.url = '新URL';</code></pre>
1408
1430
  </tr>
1409
1431
 
1410
1432
  <tr class="deep-level-0">
1411
- <td class="name"><code><a href="SceneServer.html#queryDocInfo">queryDocInfo</a></code></td>
1433
+ <td class="name"><code><a href="#queryDocInfo">queryDocInfo</a></code></td>
1412
1434
  <td class="name">
1413
1435
  <code>
1414
1436
 
@@ -1416,6 +1438,7 @@ BaseServer.url = '新URL';</code></pre>
1416
1438
  <span class="param-type">Promise.&lt;Object></span>
1417
1439
 
1418
1440
 
1441
+
1419
1442
 
1420
1443
  </code>
1421
1444
  </td>
@@ -1423,7 +1446,7 @@ BaseServer.url = '新URL';</code></pre>
1423
1446
  </tr>
1424
1447
 
1425
1448
  <tr class="deep-level-0">
1426
- <td class="name"><code><a href="SceneServer.html#queryDocListInfo">queryDocListInfo</a></code></td>
1449
+ <td class="name"><code><a href="#queryDocListInfo">queryDocListInfo</a></code></td>
1427
1450
  <td class="name">
1428
1451
  <code>
1429
1452
 
@@ -1431,6 +1454,7 @@ BaseServer.url = '新URL';</code></pre>
1431
1454
  <span class="param-type">Promise.&lt;Object></span>
1432
1455
 
1433
1456
 
1457
+
1434
1458
 
1435
1459
  </code>
1436
1460
  </td>
@@ -1438,7 +1462,7 @@ BaseServer.url = '新URL';</code></pre>
1438
1462
  </tr>
1439
1463
 
1440
1464
  <tr class="deep-level-0">
1441
- <td class="name"><code><a href="SceneServer.html#queryFeatures">queryFeatures</a></code></td>
1465
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1442
1466
  <td class="name">
1443
1467
  <code>
1444
1468
 
@@ -1448,7 +1472,7 @@ BaseServer.url = '新URL';</code></pre>
1448
1472
  </tr>
1449
1473
 
1450
1474
  <tr class="deep-level-0">
1451
- <td class="name"><code><a href="SceneServer.html#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1475
+ <td class="name"><code><a href="#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1452
1476
  <td class="name">
1453
1477
  <code>
1454
1478
 
@@ -1458,7 +1482,7 @@ BaseServer.url = '新URL';</code></pre>
1458
1482
  </tr>
1459
1483
 
1460
1484
  <tr class="deep-level-0">
1461
- <td class="name"><code><a href="SceneServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1485
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1462
1486
  <td class="name">
1463
1487
  <code>
1464
1488
 
@@ -1468,7 +1492,7 @@ BaseServer.url = '新URL';</code></pre>
1468
1492
  </tr>
1469
1493
 
1470
1494
  <tr class="deep-level-0">
1471
- <td class="name"><code><a href="SceneServer.html#queryLayerListInfo">queryLayerListInfo</a></code></td>
1495
+ <td class="name"><code><a href="#queryLayerListInfo">queryLayerListInfo</a></code></td>
1472
1496
  <td class="name">
1473
1497
  <code>
1474
1498
 
@@ -1478,7 +1502,7 @@ BaseServer.url = '新URL';</code></pre>
1478
1502
  </tr>
1479
1503
 
1480
1504
  <tr class="deep-level-0">
1481
- <td class="name"><code><a href="SceneServer.html#queryM3DInfo">queryM3DInfo</a></code></td>
1505
+ <td class="name"><code><a href="#queryM3DInfo">queryM3DInfo</a></code></td>
1482
1506
  <td class="name">
1483
1507
  <code>
1484
1508
 
@@ -1488,7 +1512,7 @@ BaseServer.url = '新URL';</code></pre>
1488
1512
  </tr>
1489
1513
 
1490
1514
  <tr class="deep-level-0">
1491
- <td class="name"><code><a href="SceneServer.html#queryNodeInfo">queryNodeInfo</a></code></td>
1515
+ <td class="name"><code><a href="#queryNodeInfo">queryNodeInfo</a></code></td>
1492
1516
  <td class="name">
1493
1517
  <code>
1494
1518
 
@@ -1498,7 +1522,7 @@ BaseServer.url = '新URL';</code></pre>
1498
1522
  </tr>
1499
1523
 
1500
1524
  <tr class="deep-level-0">
1501
- <td class="name"><code><a href="SceneServer.html#queryRootNodeInfo">queryRootNodeInfo</a></code></td>
1525
+ <td class="name"><code><a href="#queryRootNodeInfo">queryRootNodeInfo</a></code></td>
1502
1526
  <td class="name">
1503
1527
  <code>
1504
1528
 
@@ -1508,7 +1532,7 @@ BaseServer.url = '新URL';</code></pre>
1508
1532
  </tr>
1509
1533
 
1510
1534
  <tr class="deep-level-0">
1511
- <td class="name"><code><a href="SceneServer.html#queryServerInfo">queryServerInfo</a></code></td>
1535
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1512
1536
  <td class="name">
1513
1537
  <code>
1514
1538
 
@@ -1607,6 +1631,7 @@ BaseServer.url = '新URL';</code></pre>
1607
1631
  <span class="param-type">String</span>
1608
1632
 
1609
1633
 
1634
+
1610
1635
 
1611
1636
  </td>
1612
1637
 
@@ -1633,6 +1658,7 @@ BaseServer.url = '新URL';</code></pre>
1633
1658
  <span class="param-type">function</span>
1634
1659
 
1635
1660
 
1661
+
1636
1662
 
1637
1663
  </td>
1638
1664
 
@@ -1656,7 +1682,8 @@ BaseServer.url = '新URL';</code></pre>
1656
1682
  <td class="type">
1657
1683
 
1658
1684
 
1659
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
1685
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
1686
+
1660
1687
 
1661
1688
 
1662
1689
 
@@ -1682,7 +1709,8 @@ BaseServer.url = '新URL';</code></pre>
1682
1709
  <td class="type">
1683
1710
 
1684
1711
 
1685
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1712
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1713
+
1686
1714
 
1687
1715
 
1688
1716
 
@@ -1711,6 +1739,7 @@ BaseServer.url = '新URL';</code></pre>
1711
1739
  <span class="param-type">String</span>
1712
1740
 
1713
1741
 
1742
+
1714
1743
 
1715
1744
  </td>
1716
1745
 
@@ -1739,6 +1768,7 @@ BaseServer.url = '新URL';</code></pre>
1739
1768
  <span class="param-type">Boolean</span>
1740
1769
 
1741
1770
 
1771
+
1742
1772
 
1743
1773
  </td>
1744
1774
 
@@ -1764,7 +1794,8 @@ BaseServer.url = '新URL';</code></pre>
1764
1794
  <td class="type">
1765
1795
 
1766
1796
 
1767
- <span class="param-type"><a class="mapgis-link-name" title="ReturnFormat" global.html#ReturnFormat>ReturnFormat</a></span>
1797
+ <span class="param-type"><a link="ReturnFormat.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ReturnFormat" global.html#ReturnFormat>ReturnFormat</a></span>
1798
+
1768
1799
 
1769
1800
 
1770
1801
 
@@ -1795,6 +1826,7 @@ BaseServer.url = '新URL';</code></pre>
1795
1826
  <span class="param-type">Boolean</span>
1796
1827
 
1797
1828
 
1829
+
1798
1830
 
1799
1831
  </td>
1800
1832
 
@@ -1996,6 +2028,7 @@ sceneServer.getCoverings({
1996
2028
  <span class="param-type">String</span>
1997
2029
 
1998
2030
 
2031
+
1999
2032
 
2000
2033
  </td>
2001
2034
 
@@ -2018,6 +2051,7 @@ sceneServer.getCoverings({
2018
2051
  <span class="param-type">function</span>
2019
2052
 
2020
2053
 
2054
+
2021
2055
 
2022
2056
  </td>
2023
2057
 
@@ -2037,7 +2071,8 @@ sceneServer.getCoverings({
2037
2071
  <td class="type">
2038
2072
 
2039
2073
 
2040
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2074
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2075
+
2041
2076
 
2042
2077
 
2043
2078
 
@@ -2224,6 +2259,7 @@ sceneServer.getSharedResources({
2224
2259
  <span class="param-type">function</span>
2225
2260
 
2226
2261
 
2262
+
2227
2263
 
2228
2264
  </td>
2229
2265
 
@@ -2243,7 +2279,8 @@ sceneServer.getSharedResources({
2243
2279
  <td class="type">
2244
2280
 
2245
2281
 
2246
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2282
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2283
+
2247
2284
 
2248
2285
 
2249
2286
 
@@ -2337,6 +2374,7 @@ sceneServer.getSharedResources({
2337
2374
  <span class="param-type">Promise.&lt;Object></span>
2338
2375
 
2339
2376
 
2377
+
2340
2378
  </div>
2341
2379
 
2342
2380
  </div>
@@ -2446,6 +2484,7 @@ sceneServer.getSharedResources({
2446
2484
  <span class="param-type">String</span>
2447
2485
 
2448
2486
 
2487
+
2449
2488
 
2450
2489
  </td>
2451
2490
 
@@ -2468,6 +2507,7 @@ sceneServer.getSharedResources({
2468
2507
  <span class="param-type">String</span>
2469
2508
 
2470
2509
 
2510
+
2471
2511
 
2472
2512
  </td>
2473
2513
 
@@ -2490,6 +2530,7 @@ sceneServer.getSharedResources({
2490
2530
  <span class="param-type">function</span>
2491
2531
 
2492
2532
 
2533
+
2493
2534
 
2494
2535
  </td>
2495
2536
 
@@ -2509,7 +2550,8 @@ sceneServer.getSharedResources({
2509
2550
  <td class="type">
2510
2551
 
2511
2552
 
2512
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2553
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2554
+
2513
2555
 
2514
2556
 
2515
2557
 
@@ -2603,6 +2645,7 @@ sceneServer.getSharedResources({
2603
2645
  <span class="param-type">Promise.&lt;Object></span>
2604
2646
 
2605
2647
 
2648
+
2606
2649
  </div>
2607
2650
 
2608
2651
  </div>
@@ -2723,6 +2766,7 @@ sceneServer.getSharedResources({
2723
2766
  <span class="param-type">String</span>
2724
2767
 
2725
2768
 
2769
+
2726
2770
 
2727
2771
  </td>
2728
2772
 
@@ -2746,7 +2790,8 @@ sceneServer.getSharedResources({
2746
2790
  <td class="type">
2747
2791
 
2748
2792
 
2749
- <span class="param-type"><a class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
2793
+ <span class="param-type"><a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
2794
+
2750
2795
 
2751
2796
 
2752
2797
 
@@ -2774,7 +2819,8 @@ sceneServer.getSharedResources({
2774
2819
  <td class="type">
2775
2820
 
2776
2821
 
2777
- <span class="param-type"><a class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a></span>
2822
+ <span class="param-type"><a link="queryFeaturesSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a></span>
2823
+
2778
2824
 
2779
2825
 
2780
2826
 
@@ -2800,7 +2846,8 @@ sceneServer.getSharedResources({
2800
2846
  <td class="type">
2801
2847
 
2802
2848
 
2803
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2849
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2850
+
2804
2851
 
2805
2852
 
2806
2853
 
@@ -2826,7 +2873,8 @@ sceneServer.getSharedResources({
2826
2873
  <td class="type">
2827
2874
 
2828
2875
 
2829
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2876
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2877
+
2830
2878
 
2831
2879
 
2832
2880
 
@@ -2855,6 +2903,7 @@ sceneServer.getSharedResources({
2855
2903
  <span class="param-type">String</span>
2856
2904
 
2857
2905
 
2906
+
2858
2907
 
2859
2908
  </td>
2860
2909
 
@@ -2881,6 +2930,7 @@ sceneServer.getSharedResources({
2881
2930
  <span class="param-type">String</span>
2882
2931
 
2883
2932
 
2933
+
2884
2934
 
2885
2935
  </td>
2886
2936
 
@@ -2907,6 +2957,7 @@ sceneServer.getSharedResources({
2907
2957
  <span class="param-type">String</span>
2908
2958
 
2909
2959
 
2960
+
2910
2961
 
2911
2962
  </td>
2912
2963
 
@@ -2933,6 +2984,7 @@ sceneServer.getSharedResources({
2933
2984
  <span class="param-type">Number</span>
2934
2985
 
2935
2986
 
2987
+
2936
2988
 
2937
2989
  </td>
2938
2990
 
@@ -2961,6 +3013,7 @@ sceneServer.getSharedResources({
2961
3013
  <span class="param-type">Number</span>
2962
3014
 
2963
3015
 
3016
+
2964
3017
 
2965
3018
  </td>
2966
3019
 
@@ -2984,7 +3037,8 @@ sceneServer.getSharedResources({
2984
3037
  <td class="type">
2985
3038
 
2986
3039
 
2987
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3040
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3041
+
2988
3042
 
2989
3043
 
2990
3044
 
@@ -3013,6 +3067,7 @@ sceneServer.getSharedResources({
3013
3067
  <span class="param-type">String</span>
3014
3068
 
3015
3069
 
3070
+
3016
3071
 
3017
3072
  </td>
3018
3073
 
@@ -3039,6 +3094,7 @@ sceneServer.getSharedResources({
3039
3094
  <span class="param-type">String</span>
3040
3095
 
3041
3096
 
3097
+
3042
3098
 
3043
3099
  </td>
3044
3100
 
@@ -3065,6 +3121,7 @@ sceneServer.getSharedResources({
3065
3121
  <span class="param-type">Number</span>
3066
3122
 
3067
3123
 
3124
+
3068
3125
 
3069
3126
  </td>
3070
3127
 
@@ -3093,6 +3150,7 @@ sceneServer.getSharedResources({
3093
3150
  <span class="param-type">Number</span>
3094
3151
 
3095
3152
 
3153
+
3096
3154
 
3097
3155
  </td>
3098
3156
 
@@ -3119,6 +3177,7 @@ sceneServer.getSharedResources({
3119
3177
  <span class="param-type">Array</span>
3120
3178
 
3121
3179
 
3180
+
3122
3181
 
3123
3182
  </td>
3124
3183
 
@@ -3145,6 +3204,7 @@ sceneServer.getSharedResources({
3145
3204
  <span class="param-type">Boolean</span>
3146
3205
 
3147
3206
 
3207
+
3148
3208
 
3149
3209
  </td>
3150
3210
 
@@ -3173,6 +3233,7 @@ sceneServer.getSharedResources({
3173
3233
  <span class="param-type">Boolean</span>
3174
3234
 
3175
3235
 
3236
+
3176
3237
 
3177
3238
  </td>
3178
3239
 
@@ -3201,6 +3262,7 @@ sceneServer.getSharedResources({
3201
3262
  <span class="param-type">Boolean</span>
3202
3263
 
3203
3264
 
3265
+
3204
3266
 
3205
3267
  </td>
3206
3268
 
@@ -3229,6 +3291,7 @@ sceneServer.getSharedResources({
3229
3291
  <span class="param-type">Boolean</span>
3230
3292
 
3231
3293
 
3294
+
3232
3295
 
3233
3296
  </td>
3234
3297
 
@@ -3257,6 +3320,7 @@ sceneServer.getSharedResources({
3257
3320
  <span class="param-type">Boolean</span>
3258
3321
 
3259
3322
 
3323
+
3260
3324
 
3261
3325
  </td>
3262
3326
 
@@ -3285,6 +3349,7 @@ sceneServer.getSharedResources({
3285
3349
  <span class="param-type">Boolean</span>
3286
3350
 
3287
3351
 
3352
+
3288
3353
 
3289
3354
  </td>
3290
3355
 
@@ -3313,6 +3378,7 @@ sceneServer.getSharedResources({
3313
3378
  <span class="param-type">Boolean</span>
3314
3379
 
3315
3380
 
3381
+
3316
3382
 
3317
3383
  </td>
3318
3384
 
@@ -3514,7 +3580,8 @@ sceneServer.queryFeatures({
3514
3580
  <td class="type">
3515
3581
 
3516
3582
 
3517
- <span class="param-type"><a class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a></span>
3583
+ <span class="param-type"><a link="queryFeaturesInLayersSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a></span>
3584
+
3518
3585
 
3519
3586
 
3520
3587
 
@@ -3540,7 +3607,8 @@ sceneServer.queryFeatures({
3540
3607
  <td class="type">
3541
3608
 
3542
3609
 
3543
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3610
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3611
+
3544
3612
 
3545
3613
 
3546
3614
 
@@ -3569,6 +3637,7 @@ sceneServer.queryFeatures({
3569
3637
  <span class="param-type">Array</span>
3570
3638
 
3571
3639
 
3640
+
3572
3641
 
3573
3642
  </td>
3574
3643
 
@@ -3592,7 +3661,8 @@ sceneServer.queryFeatures({
3592
3661
  <td class="type">
3593
3662
 
3594
3663
 
3595
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3664
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3665
+
3596
3666
 
3597
3667
 
3598
3668
 
@@ -3621,6 +3691,7 @@ sceneServer.queryFeatures({
3621
3691
  <span class="param-type">Number</span>
3622
3692
 
3623
3693
 
3694
+
3624
3695
 
3625
3696
  </td>
3626
3697
 
@@ -3649,6 +3720,7 @@ sceneServer.queryFeatures({
3649
3720
  <span class="param-type">Number</span>
3650
3721
 
3651
3722
 
3723
+
3652
3724
 
3653
3725
  </td>
3654
3726
 
@@ -3672,7 +3744,8 @@ sceneServer.queryFeatures({
3672
3744
  <td class="type">
3673
3745
 
3674
3746
 
3675
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3747
+ <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3748
+
3676
3749
 
3677
3750
 
3678
3751
 
@@ -3701,6 +3774,7 @@ sceneServer.queryFeatures({
3701
3774
  <span class="param-type">Number</span>
3702
3775
 
3703
3776
 
3777
+
3704
3778
 
3705
3779
  </td>
3706
3780
 
@@ -3729,6 +3803,7 @@ sceneServer.queryFeatures({
3729
3803
  <span class="param-type">Boolean</span>
3730
3804
 
3731
3805
 
3806
+
3732
3807
 
3733
3808
  </td>
3734
3809
 
@@ -3757,6 +3832,7 @@ sceneServer.queryFeatures({
3757
3832
  <span class="param-type">Boolean</span>
3758
3833
 
3759
3834
 
3835
+
3760
3836
 
3761
3837
  </td>
3762
3838
 
@@ -3785,6 +3861,7 @@ sceneServer.queryFeatures({
3785
3861
  <span class="param-type">Boolean</span>
3786
3862
 
3787
3863
 
3864
+
3788
3865
 
3789
3866
  </td>
3790
3867
 
@@ -3813,6 +3890,7 @@ sceneServer.queryFeatures({
3813
3890
  <span class="param-type">Boolean</span>
3814
3891
 
3815
3892
 
3893
+
3816
3894
 
3817
3895
  </td>
3818
3896
 
@@ -3841,6 +3919,7 @@ sceneServer.queryFeatures({
3841
3919
  <span class="param-type">Boolean</span>
3842
3920
 
3843
3921
 
3922
+
3844
3923
 
3845
3924
  </td>
3846
3925
 
@@ -3869,6 +3948,7 @@ sceneServer.queryFeatures({
3869
3948
  <span class="param-type">Boolean</span>
3870
3949
 
3871
3950
 
3951
+
3872
3952
 
3873
3953
  </td>
3874
3954
 
@@ -4069,6 +4149,7 @@ sceneServer.queryFeaturesInLayers({
4069
4149
  <span class="param-type">String</span>
4070
4150
 
4071
4151
 
4152
+
4072
4153
 
4073
4154
  </td>
4074
4155
 
@@ -4088,7 +4169,8 @@ sceneServer.queryFeaturesInLayers({
4088
4169
  <td class="type">
4089
4170
 
4090
4171
 
4091
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4172
+ <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4173
+
4092
4174
 
4093
4175
 
4094
4176
 
@@ -4110,7 +4192,8 @@ sceneServer.queryFeaturesInLayers({
4110
4192
  <td class="type">
4111
4193
 
4112
4194
 
4113
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4195
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4196
+
4114
4197
 
4115
4198
 
4116
4199
 
@@ -4295,7 +4378,8 @@ server.then(function (result) {
4295
4378
  <td class="type">
4296
4379
 
4297
4380
 
4298
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerListInfoSuccess" global.html#queryLayerListInfoSuccess>queryLayerListInfoSuccess</a></span>
4381
+ <span class="param-type"><a link="queryLayerListInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerListInfoSuccess" global.html#queryLayerListInfoSuccess>queryLayerListInfoSuccess</a></span>
4382
+
4299
4383
 
4300
4384
 
4301
4385
 
@@ -4317,7 +4401,8 @@ server.then(function (result) {
4317
4401
  <td class="type">
4318
4402
 
4319
4403
 
4320
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4404
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4405
+
4321
4406
 
4322
4407
 
4323
4408
 
@@ -4507,6 +4592,7 @@ server.then(function (result) {
4507
4592
  <span class="param-type">String</span>
4508
4593
 
4509
4594
 
4595
+
4510
4596
 
4511
4597
  </td>
4512
4598
 
@@ -4526,7 +4612,8 @@ server.then(function (result) {
4526
4612
  <td class="type">
4527
4613
 
4528
4614
 
4529
- <span class="param-type"><a class="mapgis-link-name" title="queryM3DInfoSuccess" global.html#queryM3DInfoSuccess>queryM3DInfoSuccess</a></span>
4615
+ <span class="param-type"><a link="queryM3DInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryM3DInfoSuccess" global.html#queryM3DInfoSuccess>queryM3DInfoSuccess</a></span>
4616
+
4530
4617
 
4531
4618
 
4532
4619
 
@@ -4548,7 +4635,8 @@ server.then(function (result) {
4548
4635
  <td class="type">
4549
4636
 
4550
4637
 
4551
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4638
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4639
+
4552
4640
 
4553
4641
 
4554
4642
 
@@ -4741,6 +4829,7 @@ sceneServer.queryM3DInfo({
4741
4829
  <span class="param-type">String</span>
4742
4830
 
4743
4831
 
4832
+
4744
4833
 
4745
4834
  </td>
4746
4835
 
@@ -4767,6 +4856,7 @@ sceneServer.queryM3DInfo({
4767
4856
  <span class="param-type">String</span>
4768
4857
 
4769
4858
 
4859
+
4770
4860
 
4771
4861
  </td>
4772
4862
 
@@ -4790,7 +4880,8 @@ sceneServer.queryM3DInfo({
4790
4880
  <td class="type">
4791
4881
 
4792
4882
 
4793
- <span class="param-type"><a class="mapgis-link-name" title="queryNodeInfoSuccess" global.html#queryNodeInfoSuccess>queryNodeInfoSuccess</a></span>
4883
+ <span class="param-type"><a link="queryNodeInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryNodeInfoSuccess" global.html#queryNodeInfoSuccess>queryNodeInfoSuccess</a></span>
4884
+
4794
4885
 
4795
4886
 
4796
4887
 
@@ -4816,7 +4907,8 @@ sceneServer.queryM3DInfo({
4816
4907
  <td class="type">
4817
4908
 
4818
4909
 
4819
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4910
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4911
+
4820
4912
 
4821
4913
 
4822
4914
 
@@ -4845,6 +4937,7 @@ sceneServer.queryM3DInfo({
4845
4937
  <span class="param-type">String</span>
4846
4938
 
4847
4939
 
4940
+
4848
4941
 
4849
4942
  </td>
4850
4943
 
@@ -4871,6 +4964,7 @@ sceneServer.queryM3DInfo({
4871
4964
  <span class="param-type">Number</span>
4872
4965
 
4873
4966
 
4967
+
4874
4968
 
4875
4969
  </td>
4876
4970
 
@@ -4899,6 +4993,7 @@ sceneServer.queryM3DInfo({
4899
4993
  <span class="param-type">Number</span>
4900
4994
 
4901
4995
 
4996
+
4902
4997
 
4903
4998
  </td>
4904
4999
 
@@ -5097,6 +5192,7 @@ sceneServer.queryNodeInfo({
5097
5192
  <span class="param-type">String</span>
5098
5193
 
5099
5194
 
5195
+
5100
5196
 
5101
5197
  </td>
5102
5198
 
@@ -5120,7 +5216,8 @@ sceneServer.queryNodeInfo({
5120
5216
  <td class="type">
5121
5217
 
5122
5218
 
5123
- <span class="param-type"><a class="mapgis-link-name" title="queryRootNodeInfoSuccess" global.html#queryRootNodeInfoSuccess>queryRootNodeInfoSuccess</a></span>
5219
+ <span class="param-type"><a link="queryRootNodeInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryRootNodeInfoSuccess" global.html#queryRootNodeInfoSuccess>queryRootNodeInfoSuccess</a></span>
5220
+
5124
5221
 
5125
5222
 
5126
5223
 
@@ -5146,7 +5243,8 @@ sceneServer.queryNodeInfo({
5146
5243
  <td class="type">
5147
5244
 
5148
5245
 
5149
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
5246
+ <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
5247
+
5150
5248
 
5151
5249
 
5152
5250
 
@@ -5175,6 +5273,7 @@ sceneServer.queryNodeInfo({
5175
5273
  <span class="param-type">String</span>
5176
5274
 
5177
5275
 
5276
+
5178
5277
 
5179
5278
  </td>
5180
5279
 
@@ -5201,6 +5300,7 @@ sceneServer.queryNodeInfo({
5201
5300
  <span class="param-type">Number</span>
5202
5301
 
5203
5302
 
5303
+
5204
5304
 
5205
5305
  </td>
5206
5306
 
@@ -5229,6 +5329,7 @@ sceneServer.queryNodeInfo({
5229
5329
  <span class="param-type">Number</span>
5230
5330
 
5231
5331
 
5332
+
5232
5333
 
5233
5334
  </td>
5234
5335
 
@@ -5425,6 +5526,7 @@ sceneServer.queryRootNodeInfo({
5425
5526
  <span class="param-type">function</span>
5426
5527
 
5427
5528
 
5529
+
5428
5530
 
5429
5531
  </td>
5430
5532
 
@@ -5453,6 +5555,7 @@ sceneServer.queryRootNodeInfo({
5453
5555
  <span class="param-type">function</span>
5454
5556
 
5455
5557
 
5558
+
5456
5559
 
5457
5560
  </td>
5458
5561
 
@@ -5491,7 +5594,7 @@ sceneServer.queryRootNodeInfo({
5491
5594
 
5492
5595
  <dt class="inherited-from">Inherited From:</dt>
5493
5596
  <dd class="inherited-from"><ul class="dummy"><li>
5494
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5597
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5495
5598
  </li></ul></dd>
5496
5599
 
5497
5600