@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -258,7 +268,7 @@ const sceneServer = new SceneServer({
258
268
 
259
269
 
260
270
  <ul>
261
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
271
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
262
272
  </ul>
263
273
 
264
274
 
@@ -290,11 +300,16 @@ const sceneServer = new SceneServer({
290
300
  <tbody>
291
301
 
292
302
  <tr class="deep-level-0">
293
- <td class="name"><code><a href="SceneServer.html#clientId">clientId</a></code></td>
303
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
294
304
  <td class="name">
295
305
  <code>
296
306
 
297
- <span class="param-type">Boolean</span>
307
+ <span class="param-type">
308
+
309
+ Boolean
310
+
311
+ </span>
312
+
298
313
 
299
314
 
300
315
  </code>
@@ -303,11 +318,16 @@ const sceneServer = new SceneServer({
303
318
  </tr>
304
319
 
305
320
  <tr class="deep-level-0">
306
- <td class="name"><code><a href="SceneServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
321
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
307
322
  <td class="name">
308
323
  <code>
309
324
 
310
- <span class="param-type">Boolean</span>
325
+ <span class="param-type">
326
+
327
+ Boolean
328
+
329
+ </span>
330
+
311
331
 
312
332
 
313
333
  </code>
@@ -316,11 +336,16 @@ const sceneServer = new SceneServer({
316
336
  </tr>
317
337
 
318
338
  <tr class="deep-level-0">
319
- <td class="name"><code><a href="SceneServer.html#headers">headers</a></code></td>
339
+ <td class="name"><code><a href="#headers">headers</a></code></td>
320
340
  <td class="name">
321
341
  <code>
322
342
 
323
- <span class="param-type">String</span>
343
+ <span class="param-type">
344
+
345
+ String
346
+
347
+ </span>
348
+
324
349
 
325
350
 
326
351
  </code>
@@ -329,11 +354,16 @@ const sceneServer = new SceneServer({
329
354
  </tr>
330
355
 
331
356
  <tr class="deep-level-0">
332
- <td class="name"><code><a href="SceneServer.html#requestInterceptor">requestInterceptor</a></code></td>
357
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
333
358
  <td class="name">
334
359
  <code>
335
360
 
336
- <span class="param-type">function</span>
361
+ <span class="param-type">
362
+
363
+ function
364
+
365
+ </span>
366
+
337
367
 
338
368
 
339
369
  </code>
@@ -342,11 +372,16 @@ const sceneServer = new SceneServer({
342
372
  </tr>
343
373
 
344
374
  <tr class="deep-level-0">
345
- <td class="name"><code><a href="SceneServer.html#requestTimeout">requestTimeout</a></code></td>
375
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
346
376
  <td class="name">
347
377
  <code>
348
378
 
349
- <span class="param-type">String</span>
379
+ <span class="param-type">
380
+
381
+ String
382
+
383
+ </span>
384
+
350
385
 
351
386
 
352
387
  </code>
@@ -355,11 +390,16 @@ const sceneServer = new SceneServer({
355
390
  </tr>
356
391
 
357
392
  <tr class="deep-level-0">
358
- <td class="name"><code><a href="SceneServer.html#responseInterceptor">responseInterceptor</a></code></td>
393
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
359
394
  <td class="name">
360
395
  <code>
361
396
 
362
- <span class="param-type">function</span>
397
+ <span class="param-type">
398
+
399
+ function
400
+
401
+ </span>
402
+
363
403
 
364
404
 
365
405
  </code>
@@ -368,11 +408,16 @@ const sceneServer = new SceneServer({
368
408
  </tr>
369
409
 
370
410
  <tr class="deep-level-0">
371
- <td class="name"><code><a href="SceneServer.html#tokenAttachType">tokenAttachType</a></code></td>
411
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
372
412
  <td class="name">
373
413
  <code>
374
414
 
375
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
415
+ <span class="param-type">
416
+
417
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
418
+
419
+ </span>
420
+
376
421
 
377
422
 
378
423
  </code>
@@ -381,11 +426,16 @@ const sceneServer = new SceneServer({
381
426
  </tr>
382
427
 
383
428
  <tr class="deep-level-0">
384
- <td class="name"><code><a href="SceneServer.html#tokenKey">tokenKey</a></code></td>
429
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
385
430
  <td class="name">
386
431
  <code>
387
432
 
388
- <span class="param-type">String</span>
433
+ <span class="param-type">
434
+
435
+ String
436
+
437
+ </span>
438
+
389
439
 
390
440
 
391
441
  </code>
@@ -394,11 +444,16 @@ const sceneServer = new SceneServer({
394
444
  </tr>
395
445
 
396
446
  <tr class="deep-level-0">
397
- <td class="name"><code><a href="SceneServer.html#tokenValue">tokenValue</a></code></td>
447
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
398
448
  <td class="name">
399
449
  <code>
400
450
 
401
- <span class="param-type">String</span>
451
+ <span class="param-type">
452
+
453
+ String
454
+
455
+ </span>
456
+
402
457
 
403
458
 
404
459
  </code>
@@ -407,11 +462,16 @@ const sceneServer = new SceneServer({
407
462
  </tr>
408
463
 
409
464
  <tr class="deep-level-0">
410
- <td class="name"><code><a href="SceneServer.html#url">url</a></code></td>
465
+ <td class="name"><code><a href="#url">url</a></code></td>
411
466
  <td class="name">
412
467
  <code>
413
468
 
414
- <span class="param-type">String</span>
469
+ <span class="param-type">
470
+
471
+ String
472
+
473
+ </span>
474
+
415
475
 
416
476
 
417
477
  </code>
@@ -430,7 +490,12 @@ const sceneServer = new SceneServer({
430
490
  <span class="method-parameter is-pulled-right">
431
491
  <label>类型:</label>
432
492
 
433
- <span class="param-type">Boolean</span>
493
+ <span class="param-type">
494
+
495
+ Boolean
496
+
497
+ </span>
498
+
434
499
 
435
500
 
436
501
  </span>
@@ -464,7 +529,7 @@ const sceneServer = new SceneServer({
464
529
 
465
530
  <dt class="inherited-from">Inherited From:</dt>
466
531
  <dd class="inherited-from"><ul class="dummy"><li>
467
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
532
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
468
533
  </li></ul></dd>
469
534
 
470
535
 
@@ -505,7 +570,12 @@ const sceneServer = new SceneServer({
505
570
  <span class="method-parameter is-pulled-right">
506
571
  <label>类型:</label>
507
572
 
508
- <span class="param-type">Boolean</span>
573
+ <span class="param-type">
574
+
575
+ Boolean
576
+
577
+ </span>
578
+
509
579
 
510
580
 
511
581
  </span>
@@ -539,7 +609,7 @@ const sceneServer = new SceneServer({
539
609
 
540
610
  <dt class="inherited-from">Inherited From:</dt>
541
611
  <dd class="inherited-from"><ul class="dummy"><li>
542
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
612
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
543
613
  </li></ul></dd>
544
614
 
545
615
 
@@ -601,7 +671,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
601
671
  <span class="method-parameter is-pulled-right">
602
672
  <label>类型:</label>
603
673
 
604
- <span class="param-type">String</span>
674
+ <span class="param-type">
675
+
676
+ String
677
+
678
+ </span>
679
+
605
680
 
606
681
 
607
682
  </span>
@@ -635,7 +710,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
635
710
 
636
711
  <dt class="inherited-from">Inherited From:</dt>
637
712
  <dd class="inherited-from"><ul class="dummy"><li>
638
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
713
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
639
714
  </li></ul></dd>
640
715
 
641
716
 
@@ -698,7 +773,12 @@ BaseServer.headers.token = '新token';</code></pre>
698
773
  <span class="method-parameter is-pulled-right">
699
774
  <label>类型:</label>
700
775
 
701
- <span class="param-type">function</span>
776
+ <span class="param-type">
777
+
778
+ function
779
+
780
+ </span>
781
+
702
782
 
703
783
 
704
784
  </span>
@@ -732,7 +812,7 @@ BaseServer.headers.token = '新token';</code></pre>
732
812
 
733
813
  <dt class="inherited-from">Inherited From:</dt>
734
814
  <dd class="inherited-from"><ul class="dummy"><li>
735
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
815
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
736
816
  </li></ul></dd>
737
817
 
738
818
 
@@ -801,7 +881,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
801
881
  <span class="method-parameter is-pulled-right">
802
882
  <label>类型:</label>
803
883
 
804
- <span class="param-type">String</span>
884
+ <span class="param-type">
885
+
886
+ String
887
+
888
+ </span>
889
+
805
890
 
806
891
 
807
892
  </span>
@@ -835,7 +920,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
835
920
 
836
921
  <dt class="inherited-from">Inherited From:</dt>
837
922
  <dd class="inherited-from"><ul class="dummy"><li>
838
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
923
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
839
924
  </li></ul></dd>
840
925
 
841
926
 
@@ -894,7 +979,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
894
979
  <span class="method-parameter is-pulled-right">
895
980
  <label>类型:</label>
896
981
 
897
- <span class="param-type">function</span>
982
+ <span class="param-type">
983
+
984
+ function
985
+
986
+ </span>
987
+
898
988
 
899
989
 
900
990
  </span>
@@ -928,7 +1018,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
928
1018
 
929
1019
  <dt class="inherited-from">Inherited From:</dt>
930
1020
  <dd class="inherited-from"><ul class="dummy"><li>
931
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1021
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
932
1022
  </li></ul></dd>
933
1023
 
934
1024
 
@@ -999,7 +1089,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
999
1089
  <span class="method-parameter is-pulled-right">
1000
1090
  <label>类型:</label>
1001
1091
 
1002
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1092
+ <span class="param-type">
1093
+
1094
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1095
+
1096
+ </span>
1097
+
1003
1098
 
1004
1099
 
1005
1100
  </span>
@@ -1033,7 +1128,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1033
1128
 
1034
1129
  <dt class="inherited-from">Inherited From:</dt>
1035
1130
  <dd class="inherited-from"><ul class="dummy"><li>
1036
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1131
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1037
1132
  </li></ul></dd>
1038
1133
 
1039
1134
 
@@ -1096,7 +1191,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1096
1191
  <span class="method-parameter is-pulled-right">
1097
1192
  <label>类型:</label>
1098
1193
 
1099
- <span class="param-type">String</span>
1194
+ <span class="param-type">
1195
+
1196
+ String
1197
+
1198
+ </span>
1199
+
1100
1200
 
1101
1201
 
1102
1202
  </span>
@@ -1130,7 +1230,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1130
1230
 
1131
1231
  <dt class="inherited-from">Inherited From:</dt>
1132
1232
  <dd class="inherited-from"><ul class="dummy"><li>
1133
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1233
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1134
1234
  </li></ul></dd>
1135
1235
 
1136
1236
 
@@ -1188,7 +1288,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1188
1288
  <span class="method-parameter is-pulled-right">
1189
1289
  <label>类型:</label>
1190
1290
 
1191
- <span class="param-type">String</span>
1291
+ <span class="param-type">
1292
+
1293
+ String
1294
+
1295
+ </span>
1296
+
1192
1297
 
1193
1298
 
1194
1299
  </span>
@@ -1222,7 +1327,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1222
1327
 
1223
1328
  <dt class="inherited-from">Inherited From:</dt>
1224
1329
  <dd class="inherited-from"><ul class="dummy"><li>
1225
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1330
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1226
1331
  </li></ul></dd>
1227
1332
 
1228
1333
 
@@ -1280,7 +1385,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1280
1385
  <span class="method-parameter is-pulled-right">
1281
1386
  <label>类型:</label>
1282
1387
 
1283
- <span class="param-type">String</span>
1388
+ <span class="param-type">
1389
+
1390
+ String
1391
+
1392
+ </span>
1393
+
1284
1394
 
1285
1395
 
1286
1396
  </span>
@@ -1314,7 +1424,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1314
1424
 
1315
1425
  <dt class="inherited-from">Inherited From:</dt>
1316
1426
  <dd class="inherited-from"><ul class="dummy"><li>
1317
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1427
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1318
1428
  </li></ul></dd>
1319
1429
 
1320
1430
 
@@ -1388,7 +1498,7 @@ BaseServer.url = '新URL';</code></pre>
1388
1498
  <tbody>
1389
1499
 
1390
1500
  <tr class="deep-level-0">
1391
- <td class="name"><code><a href="SceneServer.html#getCoverings">getCoverings</a></code></td>
1501
+ <td class="name"><code><a href="#getCoverings">getCoverings</a></code></td>
1392
1502
  <td class="name">
1393
1503
  <code>
1394
1504
 
@@ -1398,7 +1508,7 @@ BaseServer.url = '新URL';</code></pre>
1398
1508
  </tr>
1399
1509
 
1400
1510
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="SceneServer.html#getSharedResources">getSharedResources</a></code></td>
1511
+ <td class="name"><code><a href="#getSharedResources">getSharedResources</a></code></td>
1402
1512
  <td class="name">
1403
1513
  <code>
1404
1514
 
@@ -1408,12 +1518,17 @@ BaseServer.url = '新URL';</code></pre>
1408
1518
  </tr>
1409
1519
 
1410
1520
  <tr class="deep-level-0">
1411
- <td class="name"><code><a href="SceneServer.html#queryDocInfo">queryDocInfo</a></code></td>
1521
+ <td class="name"><code><a href="#queryDocInfo">queryDocInfo</a></code></td>
1412
1522
  <td class="name">
1413
1523
  <code>
1414
1524
 
1415
1525
 
1416
- <span class="param-type">Promise.&lt;Object></span>
1526
+ <span class="param-type">
1527
+
1528
+ Promise.&lt;Object>
1529
+
1530
+ </span>
1531
+
1417
1532
 
1418
1533
 
1419
1534
 
@@ -1423,12 +1538,17 @@ BaseServer.url = '新URL';</code></pre>
1423
1538
  </tr>
1424
1539
 
1425
1540
  <tr class="deep-level-0">
1426
- <td class="name"><code><a href="SceneServer.html#queryDocListInfo">queryDocListInfo</a></code></td>
1541
+ <td class="name"><code><a href="#queryDocListInfo">queryDocListInfo</a></code></td>
1427
1542
  <td class="name">
1428
1543
  <code>
1429
1544
 
1430
1545
 
1431
- <span class="param-type">Promise.&lt;Object></span>
1546
+ <span class="param-type">
1547
+
1548
+ Promise.&lt;Object>
1549
+
1550
+ </span>
1551
+
1432
1552
 
1433
1553
 
1434
1554
 
@@ -1438,7 +1558,7 @@ BaseServer.url = '新URL';</code></pre>
1438
1558
  </tr>
1439
1559
 
1440
1560
  <tr class="deep-level-0">
1441
- <td class="name"><code><a href="SceneServer.html#queryFeatures">queryFeatures</a></code></td>
1561
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1442
1562
  <td class="name">
1443
1563
  <code>
1444
1564
 
@@ -1448,7 +1568,7 @@ BaseServer.url = '新URL';</code></pre>
1448
1568
  </tr>
1449
1569
 
1450
1570
  <tr class="deep-level-0">
1451
- <td class="name"><code><a href="SceneServer.html#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1571
+ <td class="name"><code><a href="#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1452
1572
  <td class="name">
1453
1573
  <code>
1454
1574
 
@@ -1458,7 +1578,7 @@ BaseServer.url = '新URL';</code></pre>
1458
1578
  </tr>
1459
1579
 
1460
1580
  <tr class="deep-level-0">
1461
- <td class="name"><code><a href="SceneServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1581
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1462
1582
  <td class="name">
1463
1583
  <code>
1464
1584
 
@@ -1468,7 +1588,7 @@ BaseServer.url = '新URL';</code></pre>
1468
1588
  </tr>
1469
1589
 
1470
1590
  <tr class="deep-level-0">
1471
- <td class="name"><code><a href="SceneServer.html#queryLayerListInfo">queryLayerListInfo</a></code></td>
1591
+ <td class="name"><code><a href="#queryLayerListInfo">queryLayerListInfo</a></code></td>
1472
1592
  <td class="name">
1473
1593
  <code>
1474
1594
 
@@ -1478,7 +1598,7 @@ BaseServer.url = '新URL';</code></pre>
1478
1598
  </tr>
1479
1599
 
1480
1600
  <tr class="deep-level-0">
1481
- <td class="name"><code><a href="SceneServer.html#queryM3DInfo">queryM3DInfo</a></code></td>
1601
+ <td class="name"><code><a href="#queryM3DInfo">queryM3DInfo</a></code></td>
1482
1602
  <td class="name">
1483
1603
  <code>
1484
1604
 
@@ -1488,7 +1608,7 @@ BaseServer.url = '新URL';</code></pre>
1488
1608
  </tr>
1489
1609
 
1490
1610
  <tr class="deep-level-0">
1491
- <td class="name"><code><a href="SceneServer.html#queryNodeInfo">queryNodeInfo</a></code></td>
1611
+ <td class="name"><code><a href="#queryNodeInfo">queryNodeInfo</a></code></td>
1492
1612
  <td class="name">
1493
1613
  <code>
1494
1614
 
@@ -1498,7 +1618,7 @@ BaseServer.url = '新URL';</code></pre>
1498
1618
  </tr>
1499
1619
 
1500
1620
  <tr class="deep-level-0">
1501
- <td class="name"><code><a href="SceneServer.html#queryRootNodeInfo">queryRootNodeInfo</a></code></td>
1621
+ <td class="name"><code><a href="#queryRootNodeInfo">queryRootNodeInfo</a></code></td>
1502
1622
  <td class="name">
1503
1623
  <code>
1504
1624
 
@@ -1508,7 +1628,7 @@ BaseServer.url = '新URL';</code></pre>
1508
1628
  </tr>
1509
1629
 
1510
1630
  <tr class="deep-level-0">
1511
- <td class="name"><code><a href="SceneServer.html#queryServerInfo">queryServerInfo</a></code></td>
1631
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1512
1632
  <td class="name">
1513
1633
  <code>
1514
1634
 
@@ -1577,7 +1697,7 @@ BaseServer.url = '新URL';</code></pre>
1577
1697
 
1578
1698
  <tr class="deep-level-0">
1579
1699
 
1580
- <td class="name" id="options"><code>options</code></td>
1700
+ <td class="name"><code>options</code></td>
1581
1701
 
1582
1702
 
1583
1703
  <td class="type">
@@ -1598,13 +1718,18 @@ BaseServer.url = '新URL';</code></pre>
1598
1718
 
1599
1719
  <tr class="deep-level-1">
1600
1720
 
1601
- <td class="name" id="layerId"><code>layerId</code></td>
1721
+ <td class="name"><code>layerId</code></td>
1602
1722
 
1603
1723
 
1604
1724
  <td class="type">
1605
1725
 
1606
1726
 
1607
- <span class="param-type">String</span>
1727
+ <span class="param-type">
1728
+
1729
+ String
1730
+
1731
+ </span>
1732
+
1608
1733
 
1609
1734
 
1610
1735
 
@@ -1624,13 +1749,18 @@ BaseServer.url = '新URL';</code></pre>
1624
1749
 
1625
1750
  <tr class="deep-level-1">
1626
1751
 
1627
- <td class="name" id="success"><code>success</code></td>
1752
+ <td class="name"><code>success</code></td>
1628
1753
 
1629
1754
 
1630
1755
  <td class="type">
1631
1756
 
1632
1757
 
1633
- <span class="param-type">function</span>
1758
+ <span class="param-type">
1759
+
1760
+ function
1761
+
1762
+ </span>
1763
+
1634
1764
 
1635
1765
 
1636
1766
 
@@ -1650,13 +1780,18 @@ BaseServer.url = '新URL';</code></pre>
1650
1780
 
1651
1781
  <tr class="deep-level-1">
1652
1782
 
1653
- <td class="name" id="failure"><code>failure</code></td>
1783
+ <td class="name"><code>failure</code></td>
1654
1784
 
1655
1785
 
1656
1786
  <td class="type">
1657
1787
 
1658
1788
 
1659
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
1789
+ <span class="param-type">
1790
+
1791
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
1792
+
1793
+ </span>
1794
+
1660
1795
 
1661
1796
 
1662
1797
 
@@ -1676,13 +1811,18 @@ BaseServer.url = '新URL';</code></pre>
1676
1811
 
1677
1812
  <tr class="deep-level-1">
1678
1813
 
1679
- <td class="name" id="bbox"><code>bbox</code></td>
1814
+ <td class="name"><code>bbox</code></td>
1680
1815
 
1681
1816
 
1682
1817
  <td class="type">
1683
1818
 
1684
1819
 
1685
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1820
+ <span class="param-type">
1821
+
1822
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1823
+
1824
+ </span>
1825
+
1686
1826
 
1687
1827
 
1688
1828
 
@@ -1702,13 +1842,18 @@ BaseServer.url = '新URL';</code></pre>
1702
1842
 
1703
1843
  <tr class="deep-level-1">
1704
1844
 
1705
- <td class="name" id="size"><code>size</code></td>
1845
+ <td class="name"><code>size</code></td>
1706
1846
 
1707
1847
 
1708
1848
  <td class="type">
1709
1849
 
1710
1850
 
1711
- <span class="param-type">String</span>
1851
+ <span class="param-type">
1852
+
1853
+ String
1854
+
1855
+ </span>
1856
+
1712
1857
 
1713
1858
 
1714
1859
 
@@ -1730,13 +1875,18 @@ BaseServer.url = '新URL';</code></pre>
1730
1875
 
1731
1876
  <tr class="deep-level-1">
1732
1877
 
1733
- <td class="name" id="transparent"><code>transparent</code></td>
1878
+ <td class="name"><code>transparent</code></td>
1734
1879
 
1735
1880
 
1736
1881
  <td class="type">
1737
1882
 
1738
1883
 
1739
- <span class="param-type">Boolean</span>
1884
+ <span class="param-type">
1885
+
1886
+ Boolean
1887
+
1888
+ </span>
1889
+
1740
1890
 
1741
1891
 
1742
1892
 
@@ -1758,13 +1908,18 @@ BaseServer.url = '新URL';</code></pre>
1758
1908
 
1759
1909
  <tr class="deep-level-1">
1760
1910
 
1761
- <td class="name" id="format"><code>format</code></td>
1911
+ <td class="name"><code>format</code></td>
1762
1912
 
1763
1913
 
1764
1914
  <td class="type">
1765
1915
 
1766
1916
 
1767
- <span class="param-type"><a class="mapgis-link-name" title="ReturnFormat" global.html#ReturnFormat>ReturnFormat</a></span>
1917
+ <span class="param-type">
1918
+
1919
+ <a link="ReturnFormat.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ReturnFormat" global.html#ReturnFormat>ReturnFormat</a>
1920
+
1921
+ </span>
1922
+
1768
1923
 
1769
1924
 
1770
1925
 
@@ -1786,13 +1941,18 @@ BaseServer.url = '新URL';</code></pre>
1786
1941
 
1787
1942
  <tr class="deep-level-1">
1788
1943
 
1789
- <td class="name" id="isAntialiasing"><code>isAntialiasing</code></td>
1944
+ <td class="name"><code>isAntialiasing</code></td>
1790
1945
 
1791
1946
 
1792
1947
  <td class="type">
1793
1948
 
1794
1949
 
1795
- <span class="param-type">Boolean</span>
1950
+ <span class="param-type">
1951
+
1952
+ Boolean
1953
+
1954
+ </span>
1955
+
1796
1956
 
1797
1957
 
1798
1958
 
@@ -1970,7 +2130,7 @@ sceneServer.getCoverings({
1970
2130
 
1971
2131
  <tr class="deep-level-0">
1972
2132
 
1973
- <td class="name" id="options"><code>options</code></td>
2133
+ <td class="name"><code>options</code></td>
1974
2134
 
1975
2135
 
1976
2136
  <td class="type">
@@ -1987,13 +2147,18 @@ sceneServer.getCoverings({
1987
2147
 
1988
2148
  <tr class="deep-level-1">
1989
2149
 
1990
- <td class="name" id="layerId"><code>layerId</code></td>
2150
+ <td class="name"><code>layerId</code></td>
1991
2151
 
1992
2152
 
1993
2153
  <td class="type">
1994
2154
 
1995
2155
 
1996
- <span class="param-type">String</span>
2156
+ <span class="param-type">
2157
+
2158
+ String
2159
+
2160
+ </span>
2161
+
1997
2162
 
1998
2163
 
1999
2164
 
@@ -2009,13 +2174,18 @@ sceneServer.getCoverings({
2009
2174
 
2010
2175
  <tr class="deep-level-1">
2011
2176
 
2012
- <td class="name" id="success"><code>success</code></td>
2177
+ <td class="name"><code>success</code></td>
2013
2178
 
2014
2179
 
2015
2180
  <td class="type">
2016
2181
 
2017
2182
 
2018
- <span class="param-type">function</span>
2183
+ <span class="param-type">
2184
+
2185
+ function
2186
+
2187
+ </span>
2188
+
2019
2189
 
2020
2190
 
2021
2191
 
@@ -2031,13 +2201,18 @@ sceneServer.getCoverings({
2031
2201
 
2032
2202
  <tr class="deep-level-1">
2033
2203
 
2034
- <td class="name" id="failure"><code>failure</code></td>
2204
+ <td class="name"><code>failure</code></td>
2035
2205
 
2036
2206
 
2037
2207
  <td class="type">
2038
2208
 
2039
2209
 
2040
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2210
+ <span class="param-type">
2211
+
2212
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
2213
+
2214
+ </span>
2215
+
2041
2216
 
2042
2217
 
2043
2218
 
@@ -2198,7 +2373,7 @@ sceneServer.getSharedResources({
2198
2373
 
2199
2374
  <tr class="deep-level-0">
2200
2375
 
2201
- <td class="name" id="options"><code>options</code></td>
2376
+ <td class="name"><code>options</code></td>
2202
2377
 
2203
2378
 
2204
2379
  <td class="type">
@@ -2215,13 +2390,18 @@ sceneServer.getSharedResources({
2215
2390
 
2216
2391
  <tr class="deep-level-1">
2217
2392
 
2218
- <td class="name" id="success"><code>success</code></td>
2393
+ <td class="name"><code>success</code></td>
2219
2394
 
2220
2395
 
2221
2396
  <td class="type">
2222
2397
 
2223
2398
 
2224
- <span class="param-type">function</span>
2399
+ <span class="param-type">
2400
+
2401
+ function
2402
+
2403
+ </span>
2404
+
2225
2405
 
2226
2406
 
2227
2407
 
@@ -2237,13 +2417,18 @@ sceneServer.getSharedResources({
2237
2417
 
2238
2418
  <tr class="deep-level-1">
2239
2419
 
2240
- <td class="name" id="failure"><code>failure</code></td>
2420
+ <td class="name"><code>failure</code></td>
2241
2421
 
2242
2422
 
2243
2423
  <td class="type">
2244
2424
 
2245
2425
 
2246
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2426
+ <span class="param-type">
2427
+
2428
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
2429
+
2430
+ </span>
2431
+
2247
2432
 
2248
2433
 
2249
2434
 
@@ -2334,7 +2519,12 @@ sceneServer.getSharedResources({
2334
2519
  <div class='column is-5 has-text-left'>
2335
2520
  <label>类型: </label>
2336
2521
 
2337
- <span class="param-type">Promise.&lt;Object></span>
2522
+ <span class="param-type">
2523
+
2524
+ Promise.&lt;Object>
2525
+
2526
+ </span>
2527
+
2338
2528
 
2339
2529
 
2340
2530
  </div>
@@ -2420,7 +2610,7 @@ sceneServer.getSharedResources({
2420
2610
 
2421
2611
  <tr class="deep-level-0">
2422
2612
 
2423
- <td class="name" id="options"><code>options</code></td>
2613
+ <td class="name"><code>options</code></td>
2424
2614
 
2425
2615
 
2426
2616
  <td class="type">
@@ -2437,13 +2627,18 @@ sceneServer.getSharedResources({
2437
2627
 
2438
2628
  <tr class="deep-level-1">
2439
2629
 
2440
- <td class="name" id="ip"><code>ip</code></td>
2630
+ <td class="name"><code>ip</code></td>
2441
2631
 
2442
2632
 
2443
2633
  <td class="type">
2444
2634
 
2445
2635
 
2446
- <span class="param-type">String</span>
2636
+ <span class="param-type">
2637
+
2638
+ String
2639
+
2640
+ </span>
2641
+
2447
2642
 
2448
2643
 
2449
2644
 
@@ -2459,13 +2654,18 @@ sceneServer.getSharedResources({
2459
2654
 
2460
2655
  <tr class="deep-level-1">
2461
2656
 
2462
- <td class="name" id="port"><code>port</code></td>
2657
+ <td class="name"><code>port</code></td>
2463
2658
 
2464
2659
 
2465
2660
  <td class="type">
2466
2661
 
2467
2662
 
2468
- <span class="param-type">String</span>
2663
+ <span class="param-type">
2664
+
2665
+ String
2666
+
2667
+ </span>
2668
+
2469
2669
 
2470
2670
 
2471
2671
 
@@ -2481,13 +2681,18 @@ sceneServer.getSharedResources({
2481
2681
 
2482
2682
  <tr class="deep-level-1">
2483
2683
 
2484
- <td class="name" id="success"><code>success</code></td>
2684
+ <td class="name"><code>success</code></td>
2485
2685
 
2486
2686
 
2487
2687
  <td class="type">
2488
2688
 
2489
2689
 
2490
- <span class="param-type">function</span>
2690
+ <span class="param-type">
2691
+
2692
+ function
2693
+
2694
+ </span>
2695
+
2491
2696
 
2492
2697
 
2493
2698
 
@@ -2503,13 +2708,18 @@ sceneServer.getSharedResources({
2503
2708
 
2504
2709
  <tr class="deep-level-1">
2505
2710
 
2506
- <td class="name" id="failure"><code>failure</code></td>
2711
+ <td class="name"><code>failure</code></td>
2507
2712
 
2508
2713
 
2509
2714
  <td class="type">
2510
2715
 
2511
2716
 
2512
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
2717
+ <span class="param-type">
2718
+
2719
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
2720
+
2721
+ </span>
2722
+
2513
2723
 
2514
2724
 
2515
2725
 
@@ -2600,7 +2810,12 @@ sceneServer.getSharedResources({
2600
2810
  <div class='column is-5 has-text-left'>
2601
2811
  <label>类型: </label>
2602
2812
 
2603
- <span class="param-type">Promise.&lt;Object></span>
2813
+ <span class="param-type">
2814
+
2815
+ Promise.&lt;Object>
2816
+
2817
+ </span>
2818
+
2604
2819
 
2605
2820
 
2606
2821
  </div>
@@ -2693,7 +2908,7 @@ sceneServer.getSharedResources({
2693
2908
 
2694
2909
  <tr class="deep-level-0">
2695
2910
 
2696
- <td class="name" id="options"><code>options</code></td>
2911
+ <td class="name"><code>options</code></td>
2697
2912
 
2698
2913
 
2699
2914
  <td class="type">
@@ -2714,13 +2929,18 @@ sceneServer.getSharedResources({
2714
2929
 
2715
2930
  <tr class="deep-level-1">
2716
2931
 
2717
- <td class="name" id="layerId"><code>layerId</code></td>
2932
+ <td class="name"><code>layerId</code></td>
2718
2933
 
2719
2934
 
2720
2935
  <td class="type">
2721
2936
 
2722
2937
 
2723
- <span class="param-type">String</span>
2938
+ <span class="param-type">
2939
+
2940
+ String
2941
+
2942
+ </span>
2943
+
2724
2944
 
2725
2945
 
2726
2946
 
@@ -2740,13 +2960,18 @@ sceneServer.getSharedResources({
2740
2960
 
2741
2961
  <tr class="deep-level-1">
2742
2962
 
2743
- <td class="name" id="method"><code>method</code></td>
2963
+ <td class="name"><code>method</code></td>
2744
2964
 
2745
2965
 
2746
2966
  <td class="type">
2747
2967
 
2748
2968
 
2749
- <span class="param-type"><a class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
2969
+ <span class="param-type">
2970
+
2971
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
2972
+
2973
+ </span>
2974
+
2750
2975
 
2751
2976
 
2752
2977
 
@@ -2768,13 +2993,18 @@ sceneServer.getSharedResources({
2768
2993
 
2769
2994
  <tr class="deep-level-1">
2770
2995
 
2771
- <td class="name" id="success"><code>success</code></td>
2996
+ <td class="name"><code>success</code></td>
2772
2997
 
2773
2998
 
2774
2999
  <td class="type">
2775
3000
 
2776
3001
 
2777
- <span class="param-type"><a class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a></span>
3002
+ <span class="param-type">
3003
+
3004
+ <a link="queryFeaturesSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a>
3005
+
3006
+ </span>
3007
+
2778
3008
 
2779
3009
 
2780
3010
 
@@ -2794,13 +3024,18 @@ sceneServer.getSharedResources({
2794
3024
 
2795
3025
  <tr class="deep-level-1">
2796
3026
 
2797
- <td class="name" id="failure"><code>failure</code></td>
3027
+ <td class="name"><code>failure</code></td>
2798
3028
 
2799
3029
 
2800
3030
  <td class="type">
2801
3031
 
2802
3032
 
2803
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3033
+ <span class="param-type">
3034
+
3035
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
3036
+
3037
+ </span>
3038
+
2804
3039
 
2805
3040
 
2806
3041
 
@@ -2820,13 +3055,18 @@ sceneServer.getSharedResources({
2820
3055
 
2821
3056
  <tr class="deep-level-1">
2822
3057
 
2823
- <td class="name" id="geometry"><code>geometry</code></td>
3058
+ <td class="name"><code>geometry</code></td>
2824
3059
 
2825
3060
 
2826
3061
  <td class="type">
2827
3062
 
2828
3063
 
2829
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3064
+ <span class="param-type">
3065
+
3066
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3067
+
3068
+ </span>
3069
+
2830
3070
 
2831
3071
 
2832
3072
 
@@ -2846,13 +3086,18 @@ sceneServer.getSharedResources({
2846
3086
 
2847
3087
  <tr class="deep-level-1">
2848
3088
 
2849
- <td class="name" id="where"><code>where</code></td>
3089
+ <td class="name"><code>where</code></td>
2850
3090
 
2851
3091
 
2852
3092
  <td class="type">
2853
3093
 
2854
3094
 
2855
- <span class="param-type">String</span>
3095
+ <span class="param-type">
3096
+
3097
+ String
3098
+
3099
+ </span>
3100
+
2856
3101
 
2857
3102
 
2858
3103
 
@@ -2872,13 +3117,18 @@ sceneServer.getSharedResources({
2872
3117
 
2873
3118
  <tr class="deep-level-1">
2874
3119
 
2875
- <td class="name" id="outFields"><code>outFields</code></td>
3120
+ <td class="name"><code>outFields</code></td>
2876
3121
 
2877
3122
 
2878
3123
  <td class="type">
2879
3124
 
2880
3125
 
2881
- <span class="param-type">String</span>
3126
+ <span class="param-type">
3127
+
3128
+ String
3129
+
3130
+ </span>
3131
+
2882
3132
 
2883
3133
 
2884
3134
 
@@ -2898,13 +3148,18 @@ sceneServer.getSharedResources({
2898
3148
 
2899
3149
  <tr class="deep-level-1">
2900
3150
 
2901
- <td class="name" id="objectIds"><code>objectIds</code></td>
3151
+ <td class="name"><code>objectIds</code></td>
2902
3152
 
2903
3153
 
2904
3154
  <td class="type">
2905
3155
 
2906
3156
 
2907
- <span class="param-type">String</span>
3157
+ <span class="param-type">
3158
+
3159
+ String
3160
+
3161
+ </span>
3162
+
2908
3163
 
2909
3164
 
2910
3165
 
@@ -2924,13 +3179,18 @@ sceneServer.getSharedResources({
2924
3179
 
2925
3180
  <tr class="deep-level-1">
2926
3181
 
2927
- <td class="name" id="distance"><code>distance</code></td>
3182
+ <td class="name"><code>distance</code></td>
2928
3183
 
2929
3184
 
2930
3185
  <td class="type">
2931
3186
 
2932
3187
 
2933
- <span class="param-type">Number</span>
3188
+ <span class="param-type">
3189
+
3190
+ Number
3191
+
3192
+ </span>
3193
+
2934
3194
 
2935
3195
 
2936
3196
 
@@ -2952,13 +3212,18 @@ sceneServer.getSharedResources({
2952
3212
 
2953
3213
  <tr class="deep-level-1">
2954
3214
 
2955
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3215
+ <td class="name"><code>geometryPrecision</code></td>
2956
3216
 
2957
3217
 
2958
3218
  <td class="type">
2959
3219
 
2960
3220
 
2961
- <span class="param-type">Number</span>
3221
+ <span class="param-type">
3222
+
3223
+ Number
3224
+
3225
+ </span>
3226
+
2962
3227
 
2963
3228
 
2964
3229
 
@@ -2978,13 +3243,18 @@ sceneServer.getSharedResources({
2978
3243
 
2979
3244
  <tr class="deep-level-1">
2980
3245
 
2981
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3246
+ <td class="name"><code>spatialRel</code></td>
2982
3247
 
2983
3248
 
2984
3249
  <td class="type">
2985
3250
 
2986
3251
 
2987
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3252
+ <span class="param-type">
3253
+
3254
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
3255
+
3256
+ </span>
3257
+
2988
3258
 
2989
3259
 
2990
3260
 
@@ -3004,13 +3274,18 @@ sceneServer.getSharedResources({
3004
3274
 
3005
3275
  <tr class="deep-level-1">
3006
3276
 
3007
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
3277
+ <td class="name"><code>orderByFields</code></td>
3008
3278
 
3009
3279
 
3010
3280
  <td class="type">
3011
3281
 
3012
3282
 
3013
- <span class="param-type">String</span>
3283
+ <span class="param-type">
3284
+
3285
+ String
3286
+
3287
+ </span>
3288
+
3014
3289
 
3015
3290
 
3016
3291
 
@@ -3030,13 +3305,18 @@ sceneServer.getSharedResources({
3030
3305
 
3031
3306
  <tr class="deep-level-1">
3032
3307
 
3033
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3308
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
3034
3309
 
3035
3310
 
3036
3311
  <td class="type">
3037
3312
 
3038
3313
 
3039
- <span class="param-type">String</span>
3314
+ <span class="param-type">
3315
+
3316
+ String
3317
+
3318
+ </span>
3319
+
3040
3320
 
3041
3321
 
3042
3322
 
@@ -3056,13 +3336,18 @@ sceneServer.getSharedResources({
3056
3336
 
3057
3337
  <tr class="deep-level-1">
3058
3338
 
3059
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
3339
+ <td class="name"><code>resultRecordCount</code></td>
3060
3340
 
3061
3341
 
3062
3342
  <td class="type">
3063
3343
 
3064
3344
 
3065
- <span class="param-type">Number</span>
3345
+ <span class="param-type">
3346
+
3347
+ Number
3348
+
3349
+ </span>
3350
+
3066
3351
 
3067
3352
 
3068
3353
 
@@ -3084,13 +3369,18 @@ sceneServer.getSharedResources({
3084
3369
 
3085
3370
  <tr class="deep-level-1">
3086
3371
 
3087
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
3372
+ <td class="name"><code>resultOffset</code></td>
3088
3373
 
3089
3374
 
3090
3375
  <td class="type">
3091
3376
 
3092
3377
 
3093
- <span class="param-type">Number</span>
3378
+ <span class="param-type">
3379
+
3380
+ Number
3381
+
3382
+ </span>
3383
+
3094
3384
 
3095
3385
 
3096
3386
 
@@ -3110,13 +3400,18 @@ sceneServer.getSharedResources({
3110
3400
 
3111
3401
  <tr class="deep-level-1">
3112
3402
 
3113
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
3403
+ <td class="name"><code>outStatistics</code></td>
3114
3404
 
3115
3405
 
3116
3406
  <td class="type">
3117
3407
 
3118
3408
 
3119
- <span class="param-type">Array</span>
3409
+ <span class="param-type">
3410
+
3411
+ Array
3412
+
3413
+ </span>
3414
+
3120
3415
 
3121
3416
 
3122
3417
 
@@ -3136,13 +3431,18 @@ sceneServer.getSharedResources({
3136
3431
 
3137
3432
  <tr class="deep-level-1">
3138
3433
 
3139
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3434
+ <td class="name"><code>returnGeometry</code></td>
3140
3435
 
3141
3436
 
3142
3437
  <td class="type">
3143
3438
 
3144
3439
 
3145
- <span class="param-type">Boolean</span>
3440
+ <span class="param-type">
3441
+
3442
+ Boolean
3443
+
3444
+ </span>
3445
+
3146
3446
 
3147
3447
 
3148
3448
 
@@ -3164,13 +3464,18 @@ sceneServer.getSharedResources({
3164
3464
 
3165
3465
  <tr class="deep-level-1">
3166
3466
 
3167
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
3467
+ <td class="name"><code>returnAttribute</code></td>
3168
3468
 
3169
3469
 
3170
3470
  <td class="type">
3171
3471
 
3172
3472
 
3173
- <span class="param-type">Boolean</span>
3473
+ <span class="param-type">
3474
+
3475
+ Boolean
3476
+
3477
+ </span>
3478
+
3174
3479
 
3175
3480
 
3176
3481
 
@@ -3192,13 +3497,18 @@ sceneServer.getSharedResources({
3192
3497
 
3193
3498
  <tr class="deep-level-1">
3194
3499
 
3195
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
3500
+ <td class="name"><code>returnStyle</code></td>
3196
3501
 
3197
3502
 
3198
3503
  <td class="type">
3199
3504
 
3200
3505
 
3201
- <span class="param-type">Boolean</span>
3506
+ <span class="param-type">
3507
+
3508
+ Boolean
3509
+
3510
+ </span>
3511
+
3202
3512
 
3203
3513
 
3204
3514
 
@@ -3220,13 +3530,18 @@ sceneServer.getSharedResources({
3220
3530
 
3221
3531
  <tr class="deep-level-1">
3222
3532
 
3223
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3533
+ <td class="name"><code>returnIdsOnly</code></td>
3224
3534
 
3225
3535
 
3226
3536
  <td class="type">
3227
3537
 
3228
3538
 
3229
- <span class="param-type">Boolean</span>
3539
+ <span class="param-type">
3540
+
3541
+ Boolean
3542
+
3543
+ </span>
3544
+
3230
3545
 
3231
3546
 
3232
3547
 
@@ -3248,13 +3563,18 @@ sceneServer.getSharedResources({
3248
3563
 
3249
3564
  <tr class="deep-level-1">
3250
3565
 
3251
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
3566
+ <td class="name"><code>returnCountOnly</code></td>
3252
3567
 
3253
3568
 
3254
3569
  <td class="type">
3255
3570
 
3256
3571
 
3257
- <span class="param-type">Boolean</span>
3572
+ <span class="param-type">
3573
+
3574
+ Boolean
3575
+
3576
+ </span>
3577
+
3258
3578
 
3259
3579
 
3260
3580
 
@@ -3276,13 +3596,18 @@ sceneServer.getSharedResources({
3276
3596
 
3277
3597
  <tr class="deep-level-1">
3278
3598
 
3279
- <td class="name" id="returnExtentOnly"><code>returnExtentOnly</code></td>
3599
+ <td class="name"><code>returnExtentOnly</code></td>
3280
3600
 
3281
3601
 
3282
3602
  <td class="type">
3283
3603
 
3284
3604
 
3285
- <span class="param-type">Boolean</span>
3605
+ <span class="param-type">
3606
+
3607
+ Boolean
3608
+
3609
+ </span>
3610
+
3286
3611
 
3287
3612
 
3288
3613
 
@@ -3304,13 +3629,18 @@ sceneServer.getSharedResources({
3304
3629
 
3305
3630
  <tr class="deep-level-1">
3306
3631
 
3307
- <td class="name" id="returnZ"><code>returnZ</code></td>
3632
+ <td class="name"><code>returnZ</code></td>
3308
3633
 
3309
3634
 
3310
3635
  <td class="type">
3311
3636
 
3312
3637
 
3313
- <span class="param-type">Boolean</span>
3638
+ <span class="param-type">
3639
+
3640
+ Boolean
3641
+
3642
+ </span>
3643
+
3314
3644
 
3315
3645
 
3316
3646
 
@@ -3487,7 +3817,7 @@ sceneServer.queryFeatures({
3487
3817
 
3488
3818
  <tr class="deep-level-0">
3489
3819
 
3490
- <td class="name" id="options"><code>options</code></td>
3820
+ <td class="name"><code>options</code></td>
3491
3821
 
3492
3822
 
3493
3823
  <td class="type">
@@ -3508,13 +3838,18 @@ sceneServer.queryFeatures({
3508
3838
 
3509
3839
  <tr class="deep-level-1">
3510
3840
 
3511
- <td class="name" id="success"><code>success</code></td>
3841
+ <td class="name"><code>success</code></td>
3512
3842
 
3513
3843
 
3514
3844
  <td class="type">
3515
3845
 
3516
3846
 
3517
- <span class="param-type"><a class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a></span>
3847
+ <span class="param-type">
3848
+
3849
+ <a link="queryFeaturesInLayersSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a>
3850
+
3851
+ </span>
3852
+
3518
3853
 
3519
3854
 
3520
3855
 
@@ -3534,13 +3869,18 @@ sceneServer.queryFeatures({
3534
3869
 
3535
3870
  <tr class="deep-level-1">
3536
3871
 
3537
- <td class="name" id="failure"><code>failure</code></td>
3872
+ <td class="name"><code>failure</code></td>
3538
3873
 
3539
3874
 
3540
3875
  <td class="type">
3541
3876
 
3542
3877
 
3543
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3878
+ <span class="param-type">
3879
+
3880
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
3881
+
3882
+ </span>
3883
+
3544
3884
 
3545
3885
 
3546
3886
 
@@ -3560,13 +3900,18 @@ sceneServer.queryFeatures({
3560
3900
 
3561
3901
  <tr class="deep-level-1">
3562
3902
 
3563
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
3903
+ <td class="name"><code>layerDefs</code></td>
3564
3904
 
3565
3905
 
3566
3906
  <td class="type">
3567
3907
 
3568
3908
 
3569
- <span class="param-type">Array</span>
3909
+ <span class="param-type">
3910
+
3911
+ Array
3912
+
3913
+ </span>
3914
+
3570
3915
 
3571
3916
 
3572
3917
 
@@ -3586,13 +3931,18 @@ sceneServer.queryFeatures({
3586
3931
 
3587
3932
  <tr class="deep-level-1">
3588
3933
 
3589
- <td class="name" id="geometry"><code>geometry</code></td>
3934
+ <td class="name"><code>geometry</code></td>
3590
3935
 
3591
3936
 
3592
3937
  <td class="type">
3593
3938
 
3594
3939
 
3595
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3940
+ <span class="param-type">
3941
+
3942
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3943
+
3944
+ </span>
3945
+
3596
3946
 
3597
3947
 
3598
3948
 
@@ -3612,13 +3962,18 @@ sceneServer.queryFeatures({
3612
3962
 
3613
3963
  <tr class="deep-level-1">
3614
3964
 
3615
- <td class="name" id="distance"><code>distance</code></td>
3965
+ <td class="name"><code>distance</code></td>
3616
3966
 
3617
3967
 
3618
3968
  <td class="type">
3619
3969
 
3620
3970
 
3621
- <span class="param-type">Number</span>
3971
+ <span class="param-type">
3972
+
3973
+ Number
3974
+
3975
+ </span>
3976
+
3622
3977
 
3623
3978
 
3624
3979
 
@@ -3640,13 +3995,18 @@ sceneServer.queryFeatures({
3640
3995
 
3641
3996
  <tr class="deep-level-1">
3642
3997
 
3643
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3998
+ <td class="name"><code>geometryPrecision</code></td>
3644
3999
 
3645
4000
 
3646
4001
  <td class="type">
3647
4002
 
3648
4003
 
3649
- <span class="param-type">Number</span>
4004
+ <span class="param-type">
4005
+
4006
+ Number
4007
+
4008
+ </span>
4009
+
3650
4010
 
3651
4011
 
3652
4012
 
@@ -3666,13 +4026,18 @@ sceneServer.queryFeatures({
3666
4026
 
3667
4027
  <tr class="deep-level-1">
3668
4028
 
3669
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
4029
+ <td class="name"><code>spatialRel</code></td>
3670
4030
 
3671
4031
 
3672
4032
  <td class="type">
3673
4033
 
3674
4034
 
3675
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4035
+ <span class="param-type">
4036
+
4037
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
4038
+
4039
+ </span>
4040
+
3676
4041
 
3677
4042
 
3678
4043
 
@@ -3692,13 +4057,18 @@ sceneServer.queryFeatures({
3692
4057
 
3693
4058
  <tr class="deep-level-1">
3694
4059
 
3695
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
4060
+ <td class="name"><code>resultRecordCount</code></td>
3696
4061
 
3697
4062
 
3698
4063
  <td class="type">
3699
4064
 
3700
4065
 
3701
- <span class="param-type">Number</span>
4066
+ <span class="param-type">
4067
+
4068
+ Number
4069
+
4070
+ </span>
4071
+
3702
4072
 
3703
4073
 
3704
4074
 
@@ -3720,13 +4090,18 @@ sceneServer.queryFeatures({
3720
4090
 
3721
4091
  <tr class="deep-level-1">
3722
4092
 
3723
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4093
+ <td class="name"><code>returnGeometry</code></td>
3724
4094
 
3725
4095
 
3726
4096
  <td class="type">
3727
4097
 
3728
4098
 
3729
- <span class="param-type">Boolean</span>
4099
+ <span class="param-type">
4100
+
4101
+ Boolean
4102
+
4103
+ </span>
4104
+
3730
4105
 
3731
4106
 
3732
4107
 
@@ -3748,13 +4123,18 @@ sceneServer.queryFeatures({
3748
4123
 
3749
4124
  <tr class="deep-level-1">
3750
4125
 
3751
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4126
+ <td class="name"><code>returnAttribute</code></td>
3752
4127
 
3753
4128
 
3754
4129
  <td class="type">
3755
4130
 
3756
4131
 
3757
- <span class="param-type">Boolean</span>
4132
+ <span class="param-type">
4133
+
4134
+ Boolean
4135
+
4136
+ </span>
4137
+
3758
4138
 
3759
4139
 
3760
4140
 
@@ -3776,13 +4156,18 @@ sceneServer.queryFeatures({
3776
4156
 
3777
4157
  <tr class="deep-level-1">
3778
4158
 
3779
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4159
+ <td class="name"><code>returnStyle</code></td>
3780
4160
 
3781
4161
 
3782
4162
  <td class="type">
3783
4163
 
3784
4164
 
3785
- <span class="param-type">Boolean</span>
4165
+ <span class="param-type">
4166
+
4167
+ Boolean
4168
+
4169
+ </span>
4170
+
3786
4171
 
3787
4172
 
3788
4173
 
@@ -3804,13 +4189,18 @@ sceneServer.queryFeatures({
3804
4189
 
3805
4190
  <tr class="deep-level-1">
3806
4191
 
3807
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4192
+ <td class="name"><code>returnIdsOnly</code></td>
3808
4193
 
3809
4194
 
3810
4195
  <td class="type">
3811
4196
 
3812
4197
 
3813
- <span class="param-type">Boolean</span>
4198
+ <span class="param-type">
4199
+
4200
+ Boolean
4201
+
4202
+ </span>
4203
+
3814
4204
 
3815
4205
 
3816
4206
 
@@ -3832,13 +4222,18 @@ sceneServer.queryFeatures({
3832
4222
 
3833
4223
  <tr class="deep-level-1">
3834
4224
 
3835
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4225
+ <td class="name"><code>returnCountOnly</code></td>
3836
4226
 
3837
4227
 
3838
4228
  <td class="type">
3839
4229
 
3840
4230
 
3841
- <span class="param-type">Boolean</span>
4231
+ <span class="param-type">
4232
+
4233
+ Boolean
4234
+
4235
+ </span>
4236
+
3842
4237
 
3843
4238
 
3844
4239
 
@@ -3860,13 +4255,18 @@ sceneServer.queryFeatures({
3860
4255
 
3861
4256
  <tr class="deep-level-1">
3862
4257
 
3863
- <td class="name" id="returnZ"><code>returnZ</code></td>
4258
+ <td class="name"><code>returnZ</code></td>
3864
4259
 
3865
4260
 
3866
4261
  <td class="type">
3867
4262
 
3868
4263
 
3869
- <span class="param-type">Boolean</span>
4264
+ <span class="param-type">
4265
+
4266
+ Boolean
4267
+
4268
+ </span>
4269
+
3870
4270
 
3871
4271
 
3872
4272
 
@@ -4043,7 +4443,7 @@ sceneServer.queryFeaturesInLayers({
4043
4443
 
4044
4444
  <tr class="deep-level-0">
4045
4445
 
4046
- <td class="name" id="options"><code>options</code></td>
4446
+ <td class="name"><code>options</code></td>
4047
4447
 
4048
4448
 
4049
4449
  <td class="type">
@@ -4060,13 +4460,18 @@ sceneServer.queryFeaturesInLayers({
4060
4460
 
4061
4461
  <tr class="deep-level-1">
4062
4462
 
4063
- <td class="name" id="layerId"><code>layerId</code></td>
4463
+ <td class="name"><code>layerId</code></td>
4064
4464
 
4065
4465
 
4066
4466
  <td class="type">
4067
4467
 
4068
4468
 
4069
- <span class="param-type">String</span>
4469
+ <span class="param-type">
4470
+
4471
+ String
4472
+
4473
+ </span>
4474
+
4070
4475
 
4071
4476
 
4072
4477
 
@@ -4082,13 +4487,18 @@ sceneServer.queryFeaturesInLayers({
4082
4487
 
4083
4488
  <tr class="deep-level-1">
4084
4489
 
4085
- <td class="name" id="success"><code>success</code></td>
4490
+ <td class="name"><code>success</code></td>
4086
4491
 
4087
4492
 
4088
4493
  <td class="type">
4089
4494
 
4090
4495
 
4091
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4496
+ <span class="param-type">
4497
+
4498
+ <a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a>
4499
+
4500
+ </span>
4501
+
4092
4502
 
4093
4503
 
4094
4504
 
@@ -4104,13 +4514,18 @@ sceneServer.queryFeaturesInLayers({
4104
4514
 
4105
4515
  <tr class="deep-level-1">
4106
4516
 
4107
- <td class="name" id="failure"><code>failure</code></td>
4517
+ <td class="name"><code>failure</code></td>
4108
4518
 
4109
4519
 
4110
4520
  <td class="type">
4111
4521
 
4112
4522
 
4113
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4523
+ <span class="param-type">
4524
+
4525
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
4526
+
4527
+ </span>
4528
+
4114
4529
 
4115
4530
 
4116
4531
 
@@ -4272,7 +4687,7 @@ server.then(function (result) {
4272
4687
 
4273
4688
  <tr class="deep-level-0">
4274
4689
 
4275
- <td class="name" id="options"><code>options</code></td>
4690
+ <td class="name"><code>options</code></td>
4276
4691
 
4277
4692
 
4278
4693
  <td class="type">
@@ -4289,13 +4704,18 @@ server.then(function (result) {
4289
4704
 
4290
4705
  <tr class="deep-level-1">
4291
4706
 
4292
- <td class="name" id="success"><code>success</code></td>
4707
+ <td class="name"><code>success</code></td>
4293
4708
 
4294
4709
 
4295
4710
  <td class="type">
4296
4711
 
4297
4712
 
4298
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerListInfoSuccess" global.html#queryLayerListInfoSuccess>queryLayerListInfoSuccess</a></span>
4713
+ <span class="param-type">
4714
+
4715
+ <a link="queryLayerListInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerListInfoSuccess" global.html#queryLayerListInfoSuccess>queryLayerListInfoSuccess</a>
4716
+
4717
+ </span>
4718
+
4299
4719
 
4300
4720
 
4301
4721
 
@@ -4311,13 +4731,18 @@ server.then(function (result) {
4311
4731
 
4312
4732
  <tr class="deep-level-1">
4313
4733
 
4314
- <td class="name" id="failure"><code>failure</code></td>
4734
+ <td class="name"><code>failure</code></td>
4315
4735
 
4316
4736
 
4317
4737
  <td class="type">
4318
4738
 
4319
4739
 
4320
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4740
+ <span class="param-type">
4741
+
4742
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
4743
+
4744
+ </span>
4745
+
4321
4746
 
4322
4747
 
4323
4748
 
@@ -4481,7 +4906,7 @@ server.then(function (result) {
4481
4906
 
4482
4907
  <tr class="deep-level-0">
4483
4908
 
4484
- <td class="name" id="options"><code>options</code></td>
4909
+ <td class="name"><code>options</code></td>
4485
4910
 
4486
4911
 
4487
4912
  <td class="type">
@@ -4498,13 +4923,18 @@ server.then(function (result) {
4498
4923
 
4499
4924
  <tr class="deep-level-1">
4500
4925
 
4501
- <td class="name" id="layerId"><code>layerId</code></td>
4926
+ <td class="name"><code>layerId</code></td>
4502
4927
 
4503
4928
 
4504
4929
  <td class="type">
4505
4930
 
4506
4931
 
4507
- <span class="param-type">String</span>
4932
+ <span class="param-type">
4933
+
4934
+ String
4935
+
4936
+ </span>
4937
+
4508
4938
 
4509
4939
 
4510
4940
 
@@ -4520,13 +4950,18 @@ server.then(function (result) {
4520
4950
 
4521
4951
  <tr class="deep-level-1">
4522
4952
 
4523
- <td class="name" id="success"><code>success</code></td>
4953
+ <td class="name"><code>success</code></td>
4524
4954
 
4525
4955
 
4526
4956
  <td class="type">
4527
4957
 
4528
4958
 
4529
- <span class="param-type"><a class="mapgis-link-name" title="queryM3DInfoSuccess" global.html#queryM3DInfoSuccess>queryM3DInfoSuccess</a></span>
4959
+ <span class="param-type">
4960
+
4961
+ <a link="queryM3DInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryM3DInfoSuccess" global.html#queryM3DInfoSuccess>queryM3DInfoSuccess</a>
4962
+
4963
+ </span>
4964
+
4530
4965
 
4531
4966
 
4532
4967
 
@@ -4542,13 +4977,18 @@ server.then(function (result) {
4542
4977
 
4543
4978
  <tr class="deep-level-1">
4544
4979
 
4545
- <td class="name" id="failure"><code>failure</code></td>
4980
+ <td class="name"><code>failure</code></td>
4546
4981
 
4547
4982
 
4548
4983
  <td class="type">
4549
4984
 
4550
4985
 
4551
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4986
+ <span class="param-type">
4987
+
4988
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
4989
+
4990
+ </span>
4991
+
4552
4992
 
4553
4993
 
4554
4994
 
@@ -4711,7 +5151,7 @@ sceneServer.queryM3DInfo({
4711
5151
 
4712
5152
  <tr class="deep-level-0">
4713
5153
 
4714
- <td class="name" id="options"><code>options</code></td>
5154
+ <td class="name"><code>options</code></td>
4715
5155
 
4716
5156
 
4717
5157
  <td class="type">
@@ -4732,13 +5172,18 @@ sceneServer.queryM3DInfo({
4732
5172
 
4733
5173
  <tr class="deep-level-1">
4734
5174
 
4735
- <td class="name" id="layerId"><code>layerId</code></td>
5175
+ <td class="name"><code>layerId</code></td>
4736
5176
 
4737
5177
 
4738
5178
  <td class="type">
4739
5179
 
4740
5180
 
4741
- <span class="param-type">String</span>
5181
+ <span class="param-type">
5182
+
5183
+ String
5184
+
5185
+ </span>
5186
+
4742
5187
 
4743
5188
 
4744
5189
 
@@ -4758,13 +5203,18 @@ sceneServer.queryM3DInfo({
4758
5203
 
4759
5204
  <tr class="deep-level-1">
4760
5205
 
4761
- <td class="name" id="nodeId"><code>nodeId</code></td>
5206
+ <td class="name"><code>nodeId</code></td>
4762
5207
 
4763
5208
 
4764
5209
  <td class="type">
4765
5210
 
4766
5211
 
4767
- <span class="param-type">String</span>
5212
+ <span class="param-type">
5213
+
5214
+ String
5215
+
5216
+ </span>
5217
+
4768
5218
 
4769
5219
 
4770
5220
 
@@ -4784,13 +5234,18 @@ sceneServer.queryM3DInfo({
4784
5234
 
4785
5235
  <tr class="deep-level-1">
4786
5236
 
4787
- <td class="name" id="success"><code>success</code></td>
5237
+ <td class="name"><code>success</code></td>
4788
5238
 
4789
5239
 
4790
5240
  <td class="type">
4791
5241
 
4792
5242
 
4793
- <span class="param-type"><a class="mapgis-link-name" title="queryNodeInfoSuccess" global.html#queryNodeInfoSuccess>queryNodeInfoSuccess</a></span>
5243
+ <span class="param-type">
5244
+
5245
+ <a link="queryNodeInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryNodeInfoSuccess" global.html#queryNodeInfoSuccess>queryNodeInfoSuccess</a>
5246
+
5247
+ </span>
5248
+
4794
5249
 
4795
5250
 
4796
5251
 
@@ -4810,13 +5265,18 @@ sceneServer.queryM3DInfo({
4810
5265
 
4811
5266
  <tr class="deep-level-1">
4812
5267
 
4813
- <td class="name" id="failure"><code>failure</code></td>
5268
+ <td class="name"><code>failure</code></td>
4814
5269
 
4815
5270
 
4816
5271
  <td class="type">
4817
5272
 
4818
5273
 
4819
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
5274
+ <span class="param-type">
5275
+
5276
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
5277
+
5278
+ </span>
5279
+
4820
5280
 
4821
5281
 
4822
5282
 
@@ -4836,13 +5296,18 @@ sceneServer.queryM3DInfo({
4836
5296
 
4837
5297
  <tr class="deep-level-1">
4838
5298
 
4839
- <td class="name" id="include"><code>include</code></td>
5299
+ <td class="name"><code>include</code></td>
4840
5300
 
4841
5301
 
4842
5302
  <td class="type">
4843
5303
 
4844
5304
 
4845
- <span class="param-type">String</span>
5305
+ <span class="param-type">
5306
+
5307
+ String
5308
+
5309
+ </span>
5310
+
4846
5311
 
4847
5312
 
4848
5313
 
@@ -4862,13 +5327,18 @@ sceneServer.queryM3DInfo({
4862
5327
 
4863
5328
  <tr class="deep-level-1">
4864
5329
 
4865
- <td class="name" id="maxDepth"><code>maxDepth</code></td>
5330
+ <td class="name"><code>maxDepth</code></td>
4866
5331
 
4867
5332
 
4868
5333
  <td class="type">
4869
5334
 
4870
5335
 
4871
- <span class="param-type">Number</span>
5336
+ <span class="param-type">
5337
+
5338
+ Number
5339
+
5340
+ </span>
5341
+
4872
5342
 
4873
5343
 
4874
5344
 
@@ -4890,13 +5360,18 @@ sceneServer.queryM3DInfo({
4890
5360
 
4891
5361
  <tr class="deep-level-1">
4892
5362
 
4893
- <td class="name" id="maxCount"><code>maxCount</code></td>
5363
+ <td class="name"><code>maxCount</code></td>
4894
5364
 
4895
5365
 
4896
5366
  <td class="type">
4897
5367
 
4898
5368
 
4899
- <span class="param-type">Number</span>
5369
+ <span class="param-type">
5370
+
5371
+ Number
5372
+
5373
+ </span>
5374
+
4900
5375
 
4901
5376
 
4902
5377
 
@@ -5067,7 +5542,7 @@ sceneServer.queryNodeInfo({
5067
5542
 
5068
5543
  <tr class="deep-level-0">
5069
5544
 
5070
- <td class="name" id="options"><code>options</code></td>
5545
+ <td class="name"><code>options</code></td>
5071
5546
 
5072
5547
 
5073
5548
  <td class="type">
@@ -5088,13 +5563,18 @@ sceneServer.queryNodeInfo({
5088
5563
 
5089
5564
  <tr class="deep-level-1">
5090
5565
 
5091
- <td class="name" id="layerId"><code>layerId</code></td>
5566
+ <td class="name"><code>layerId</code></td>
5092
5567
 
5093
5568
 
5094
5569
  <td class="type">
5095
5570
 
5096
5571
 
5097
- <span class="param-type">String</span>
5572
+ <span class="param-type">
5573
+
5574
+ String
5575
+
5576
+ </span>
5577
+
5098
5578
 
5099
5579
 
5100
5580
 
@@ -5114,13 +5594,18 @@ sceneServer.queryNodeInfo({
5114
5594
 
5115
5595
  <tr class="deep-level-1">
5116
5596
 
5117
- <td class="name" id="success"><code>success</code></td>
5597
+ <td class="name"><code>success</code></td>
5118
5598
 
5119
5599
 
5120
5600
  <td class="type">
5121
5601
 
5122
5602
 
5123
- <span class="param-type"><a class="mapgis-link-name" title="queryRootNodeInfoSuccess" global.html#queryRootNodeInfoSuccess>queryRootNodeInfoSuccess</a></span>
5603
+ <span class="param-type">
5604
+
5605
+ <a link="queryRootNodeInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryRootNodeInfoSuccess" global.html#queryRootNodeInfoSuccess>queryRootNodeInfoSuccess</a>
5606
+
5607
+ </span>
5608
+
5124
5609
 
5125
5610
 
5126
5611
 
@@ -5140,13 +5625,18 @@ sceneServer.queryNodeInfo({
5140
5625
 
5141
5626
  <tr class="deep-level-1">
5142
5627
 
5143
- <td class="name" id="failure"><code>failure</code></td>
5628
+ <td class="name"><code>failure</code></td>
5144
5629
 
5145
5630
 
5146
5631
  <td class="type">
5147
5632
 
5148
5633
 
5149
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
5634
+ <span class="param-type">
5635
+
5636
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
5637
+
5638
+ </span>
5639
+
5150
5640
 
5151
5641
 
5152
5642
 
@@ -5166,13 +5656,18 @@ sceneServer.queryNodeInfo({
5166
5656
 
5167
5657
  <tr class="deep-level-1">
5168
5658
 
5169
- <td class="name" id="include"><code>include</code></td>
5659
+ <td class="name"><code>include</code></td>
5170
5660
 
5171
5661
 
5172
5662
  <td class="type">
5173
5663
 
5174
5664
 
5175
- <span class="param-type">String</span>
5665
+ <span class="param-type">
5666
+
5667
+ String
5668
+
5669
+ </span>
5670
+
5176
5671
 
5177
5672
 
5178
5673
 
@@ -5192,13 +5687,18 @@ sceneServer.queryNodeInfo({
5192
5687
 
5193
5688
  <tr class="deep-level-1">
5194
5689
 
5195
- <td class="name" id="maxDepth"><code>maxDepth</code></td>
5690
+ <td class="name"><code>maxDepth</code></td>
5196
5691
 
5197
5692
 
5198
5693
  <td class="type">
5199
5694
 
5200
5695
 
5201
- <span class="param-type">Number</span>
5696
+ <span class="param-type">
5697
+
5698
+ Number
5699
+
5700
+ </span>
5701
+
5202
5702
 
5203
5703
 
5204
5704
 
@@ -5220,13 +5720,18 @@ sceneServer.queryNodeInfo({
5220
5720
 
5221
5721
  <tr class="deep-level-1">
5222
5722
 
5223
- <td class="name" id="maxCount"><code>maxCount</code></td>
5723
+ <td class="name"><code>maxCount</code></td>
5224
5724
 
5225
5725
 
5226
5726
  <td class="type">
5227
5727
 
5228
5728
 
5229
- <span class="param-type">Number</span>
5729
+ <span class="param-type">
5730
+
5731
+ Number
5732
+
5733
+ </span>
5734
+
5230
5735
 
5231
5736
 
5232
5737
 
@@ -5395,7 +5900,7 @@ sceneServer.queryRootNodeInfo({
5395
5900
 
5396
5901
  <tr class="deep-level-0">
5397
5902
 
5398
- <td class="name" id="options"><code>options</code></td>
5903
+ <td class="name"><code>options</code></td>
5399
5904
 
5400
5905
 
5401
5906
  <td class="type">
@@ -5416,13 +5921,18 @@ sceneServer.queryRootNodeInfo({
5416
5921
 
5417
5922
  <tr class="deep-level-1">
5418
5923
 
5419
- <td class="name" id="success"><code>success</code></td>
5924
+ <td class="name"><code>success</code></td>
5420
5925
 
5421
5926
 
5422
5927
  <td class="type">
5423
5928
 
5424
5929
 
5425
- <span class="param-type">function</span>
5930
+ <span class="param-type">
5931
+
5932
+ function
5933
+
5934
+ </span>
5935
+
5426
5936
 
5427
5937
 
5428
5938
 
@@ -5444,13 +5954,18 @@ sceneServer.queryRootNodeInfo({
5444
5954
 
5445
5955
  <tr class="deep-level-1">
5446
5956
 
5447
- <td class="name" id="failure"><code>failure</code></td>
5957
+ <td class="name"><code>failure</code></td>
5448
5958
 
5449
5959
 
5450
5960
  <td class="type">
5451
5961
 
5452
5962
 
5453
- <span class="param-type">function</span>
5963
+ <span class="param-type">
5964
+
5965
+ function
5966
+
5967
+ </span>
5968
+
5454
5969
 
5455
5970
 
5456
5971
 
@@ -5491,7 +6006,7 @@ sceneServer.queryRootNodeInfo({
5491
6006
 
5492
6007
  <dt class="inherited-from">Inherited From:</dt>
5493
6008
  <dd class="inherited-from"><ul class="dummy"><li>
5494
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
6009
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5495
6010
  </li></ul></dd>
5496
6011
 
5497
6012