@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
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>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -296,7 +304,11 @@ const sceneServer = new SceneServer({
296
304
  <td class="name">
297
305
  <code>
298
306
 
299
- <span class="param-type">Boolean</span>
307
+ <span class="param-type">
308
+
309
+ Boolean
310
+
311
+ </span>
300
312
 
301
313
 
302
314
 
@@ -310,7 +322,11 @@ const sceneServer = new SceneServer({
310
322
  <td class="name">
311
323
  <code>
312
324
 
313
- <span class="param-type">Boolean</span>
325
+ <span class="param-type">
326
+
327
+ Boolean
328
+
329
+ </span>
314
330
 
315
331
 
316
332
 
@@ -324,7 +340,11 @@ const sceneServer = new SceneServer({
324
340
  <td class="name">
325
341
  <code>
326
342
 
327
- <span class="param-type">String</span>
343
+ <span class="param-type">
344
+
345
+ String
346
+
347
+ </span>
328
348
 
329
349
 
330
350
 
@@ -338,7 +358,11 @@ const sceneServer = new SceneServer({
338
358
  <td class="name">
339
359
  <code>
340
360
 
341
- <span class="param-type">function</span>
361
+ <span class="param-type">
362
+
363
+ function
364
+
365
+ </span>
342
366
 
343
367
 
344
368
 
@@ -352,7 +376,11 @@ const sceneServer = new SceneServer({
352
376
  <td class="name">
353
377
  <code>
354
378
 
355
- <span class="param-type">String</span>
379
+ <span class="param-type">
380
+
381
+ String
382
+
383
+ </span>
356
384
 
357
385
 
358
386
 
@@ -366,7 +394,11 @@ const sceneServer = new SceneServer({
366
394
  <td class="name">
367
395
  <code>
368
396
 
369
- <span class="param-type">function</span>
397
+ <span class="param-type">
398
+
399
+ function
400
+
401
+ </span>
370
402
 
371
403
 
372
404
 
@@ -380,7 +412,11 @@ const sceneServer = new SceneServer({
380
412
  <td class="name">
381
413
  <code>
382
414
 
383
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" 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>
384
420
 
385
421
 
386
422
 
@@ -394,7 +430,11 @@ const sceneServer = new SceneServer({
394
430
  <td class="name">
395
431
  <code>
396
432
 
397
- <span class="param-type">String</span>
433
+ <span class="param-type">
434
+
435
+ String
436
+
437
+ </span>
398
438
 
399
439
 
400
440
 
@@ -408,7 +448,11 @@ const sceneServer = new SceneServer({
408
448
  <td class="name">
409
449
  <code>
410
450
 
411
- <span class="param-type">String</span>
451
+ <span class="param-type">
452
+
453
+ String
454
+
455
+ </span>
412
456
 
413
457
 
414
458
 
@@ -422,7 +466,11 @@ const sceneServer = new SceneServer({
422
466
  <td class="name">
423
467
  <code>
424
468
 
425
- <span class="param-type">String</span>
469
+ <span class="param-type">
470
+
471
+ String
472
+
473
+ </span>
426
474
 
427
475
 
428
476
 
@@ -442,7 +490,11 @@ const sceneServer = new SceneServer({
442
490
  <span class="method-parameter is-pulled-right">
443
491
  <label>类型:</label>
444
492
 
445
- <span class="param-type">Boolean</span>
493
+ <span class="param-type">
494
+
495
+ Boolean
496
+
497
+ </span>
446
498
 
447
499
 
448
500
 
@@ -518,7 +570,11 @@ const sceneServer = new SceneServer({
518
570
  <span class="method-parameter is-pulled-right">
519
571
  <label>类型:</label>
520
572
 
521
- <span class="param-type">Boolean</span>
573
+ <span class="param-type">
574
+
575
+ Boolean
576
+
577
+ </span>
522
578
 
523
579
 
524
580
 
@@ -615,7 +671,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
615
671
  <span class="method-parameter is-pulled-right">
616
672
  <label>类型:</label>
617
673
 
618
- <span class="param-type">String</span>
674
+ <span class="param-type">
675
+
676
+ String
677
+
678
+ </span>
619
679
 
620
680
 
621
681
 
@@ -713,7 +773,11 @@ BaseServer.headers.token = '新token';</code></pre>
713
773
  <span class="method-parameter is-pulled-right">
714
774
  <label>类型:</label>
715
775
 
716
- <span class="param-type">function</span>
776
+ <span class="param-type">
777
+
778
+ function
779
+
780
+ </span>
717
781
 
718
782
 
719
783
 
@@ -817,7 +881,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
817
881
  <span class="method-parameter is-pulled-right">
818
882
  <label>类型:</label>
819
883
 
820
- <span class="param-type">String</span>
884
+ <span class="param-type">
885
+
886
+ String
887
+
888
+ </span>
821
889
 
822
890
 
823
891
 
@@ -911,7 +979,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
911
979
  <span class="method-parameter is-pulled-right">
912
980
  <label>类型:</label>
913
981
 
914
- <span class="param-type">function</span>
982
+ <span class="param-type">
983
+
984
+ function
985
+
986
+ </span>
915
987
 
916
988
 
917
989
 
@@ -1017,7 +1089,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1017
1089
  <span class="method-parameter is-pulled-right">
1018
1090
  <label>类型:</label>
1019
1091
 
1020
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" 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>
1021
1097
 
1022
1098
 
1023
1099
 
@@ -1115,7 +1191,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1115
1191
  <span class="method-parameter is-pulled-right">
1116
1192
  <label>类型:</label>
1117
1193
 
1118
- <span class="param-type">String</span>
1194
+ <span class="param-type">
1195
+
1196
+ String
1197
+
1198
+ </span>
1119
1199
 
1120
1200
 
1121
1201
 
@@ -1208,7 +1288,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1208
1288
  <span class="method-parameter is-pulled-right">
1209
1289
  <label>类型:</label>
1210
1290
 
1211
- <span class="param-type">String</span>
1291
+ <span class="param-type">
1292
+
1293
+ String
1294
+
1295
+ </span>
1212
1296
 
1213
1297
 
1214
1298
 
@@ -1301,7 +1385,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1301
1385
  <span class="method-parameter is-pulled-right">
1302
1386
  <label>类型:</label>
1303
1387
 
1304
- <span class="param-type">String</span>
1388
+ <span class="param-type">
1389
+
1390
+ String
1391
+
1392
+ </span>
1305
1393
 
1306
1394
 
1307
1395
 
@@ -1435,7 +1523,11 @@ BaseServer.url = '新URL';</code></pre>
1435
1523
  <code>
1436
1524
 
1437
1525
 
1438
- <span class="param-type">Promise.&lt;Object></span>
1526
+ <span class="param-type">
1527
+
1528
+ Promise.&lt;Object>
1529
+
1530
+ </span>
1439
1531
 
1440
1532
 
1441
1533
 
@@ -1451,7 +1543,11 @@ BaseServer.url = '新URL';</code></pre>
1451
1543
  <code>
1452
1544
 
1453
1545
 
1454
- <span class="param-type">Promise.&lt;Object></span>
1546
+ <span class="param-type">
1547
+
1548
+ Promise.&lt;Object>
1549
+
1550
+ </span>
1455
1551
 
1456
1552
 
1457
1553
 
@@ -1601,7 +1697,7 @@ BaseServer.url = '新URL';</code></pre>
1601
1697
 
1602
1698
  <tr class="deep-level-0">
1603
1699
 
1604
- <td class="name" id="options"><code>options</code></td>
1700
+ <td class="name"><code>options</code></td>
1605
1701
 
1606
1702
 
1607
1703
  <td class="type">
@@ -1622,13 +1718,17 @@ BaseServer.url = '新URL';</code></pre>
1622
1718
 
1623
1719
  <tr class="deep-level-1">
1624
1720
 
1625
- <td class="name" id="layerId"><code>layerId</code></td>
1721
+ <td class="name"><code>layerId</code></td>
1626
1722
 
1627
1723
 
1628
1724
  <td class="type">
1629
1725
 
1630
1726
 
1631
- <span class="param-type">String</span>
1727
+ <span class="param-type">
1728
+
1729
+ String
1730
+
1731
+ </span>
1632
1732
 
1633
1733
 
1634
1734
 
@@ -1649,13 +1749,17 @@ BaseServer.url = '新URL';</code></pre>
1649
1749
 
1650
1750
  <tr class="deep-level-1">
1651
1751
 
1652
- <td class="name" id="success"><code>success</code></td>
1752
+ <td class="name"><code>success</code></td>
1653
1753
 
1654
1754
 
1655
1755
  <td class="type">
1656
1756
 
1657
1757
 
1658
- <span class="param-type">function</span>
1758
+ <span class="param-type">
1759
+
1760
+ function
1761
+
1762
+ </span>
1659
1763
 
1660
1764
 
1661
1765
 
@@ -1676,13 +1780,17 @@ BaseServer.url = '新URL';</code></pre>
1676
1780
 
1677
1781
  <tr class="deep-level-1">
1678
1782
 
1679
- <td class="name" id="failure"><code>failure</code></td>
1783
+ <td class="name"><code>failure</code></td>
1680
1784
 
1681
1785
 
1682
1786
  <td class="type">
1683
1787
 
1684
1788
 
1685
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
1686
1794
 
1687
1795
 
1688
1796
 
@@ -1703,13 +1811,17 @@ BaseServer.url = '新URL';</code></pre>
1703
1811
 
1704
1812
  <tr class="deep-level-1">
1705
1813
 
1706
- <td class="name" id="bbox"><code>bbox</code></td>
1814
+ <td class="name"><code>bbox</code></td>
1707
1815
 
1708
1816
 
1709
1817
  <td class="type">
1710
1818
 
1711
1819
 
1712
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1713
1825
 
1714
1826
 
1715
1827
 
@@ -1730,13 +1842,17 @@ BaseServer.url = '新URL';</code></pre>
1730
1842
 
1731
1843
  <tr class="deep-level-1">
1732
1844
 
1733
- <td class="name" id="size"><code>size</code></td>
1845
+ <td class="name"><code>size</code></td>
1734
1846
 
1735
1847
 
1736
1848
  <td class="type">
1737
1849
 
1738
1850
 
1739
- <span class="param-type">String</span>
1851
+ <span class="param-type">
1852
+
1853
+ String
1854
+
1855
+ </span>
1740
1856
 
1741
1857
 
1742
1858
 
@@ -1759,13 +1875,17 @@ BaseServer.url = '新URL';</code></pre>
1759
1875
 
1760
1876
  <tr class="deep-level-1">
1761
1877
 
1762
- <td class="name" id="transparent"><code>transparent</code></td>
1878
+ <td class="name"><code>transparent</code></td>
1763
1879
 
1764
1880
 
1765
1881
  <td class="type">
1766
1882
 
1767
1883
 
1768
- <span class="param-type">Boolean</span>
1884
+ <span class="param-type">
1885
+
1886
+ Boolean
1887
+
1888
+ </span>
1769
1889
 
1770
1890
 
1771
1891
 
@@ -1788,13 +1908,17 @@ BaseServer.url = '新URL';</code></pre>
1788
1908
 
1789
1909
  <tr class="deep-level-1">
1790
1910
 
1791
- <td class="name" id="format"><code>format</code></td>
1911
+ <td class="name"><code>format</code></td>
1792
1912
 
1793
1913
 
1794
1914
  <td class="type">
1795
1915
 
1796
1916
 
1797
- <span class="param-type"><a link="ReturnFormat.html" onclick="getTypeHTML(event)" 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>
1798
1922
 
1799
1923
 
1800
1924
 
@@ -1817,13 +1941,17 @@ BaseServer.url = '新URL';</code></pre>
1817
1941
 
1818
1942
  <tr class="deep-level-1">
1819
1943
 
1820
- <td class="name" id="isAntialiasing"><code>isAntialiasing</code></td>
1944
+ <td class="name"><code>isAntialiasing</code></td>
1821
1945
 
1822
1946
 
1823
1947
  <td class="type">
1824
1948
 
1825
1949
 
1826
- <span class="param-type">Boolean</span>
1950
+ <span class="param-type">
1951
+
1952
+ Boolean
1953
+
1954
+ </span>
1827
1955
 
1828
1956
 
1829
1957
 
@@ -2002,7 +2130,7 @@ sceneServer.getCoverings({
2002
2130
 
2003
2131
  <tr class="deep-level-0">
2004
2132
 
2005
- <td class="name" id="options"><code>options</code></td>
2133
+ <td class="name"><code>options</code></td>
2006
2134
 
2007
2135
 
2008
2136
  <td class="type">
@@ -2019,13 +2147,17 @@ sceneServer.getCoverings({
2019
2147
 
2020
2148
  <tr class="deep-level-1">
2021
2149
 
2022
- <td class="name" id="layerId"><code>layerId</code></td>
2150
+ <td class="name"><code>layerId</code></td>
2023
2151
 
2024
2152
 
2025
2153
  <td class="type">
2026
2154
 
2027
2155
 
2028
- <span class="param-type">String</span>
2156
+ <span class="param-type">
2157
+
2158
+ String
2159
+
2160
+ </span>
2029
2161
 
2030
2162
 
2031
2163
 
@@ -2042,13 +2174,17 @@ sceneServer.getCoverings({
2042
2174
 
2043
2175
  <tr class="deep-level-1">
2044
2176
 
2045
- <td class="name" id="success"><code>success</code></td>
2177
+ <td class="name"><code>success</code></td>
2046
2178
 
2047
2179
 
2048
2180
  <td class="type">
2049
2181
 
2050
2182
 
2051
- <span class="param-type">function</span>
2183
+ <span class="param-type">
2184
+
2185
+ function
2186
+
2187
+ </span>
2052
2188
 
2053
2189
 
2054
2190
 
@@ -2065,13 +2201,17 @@ sceneServer.getCoverings({
2065
2201
 
2066
2202
  <tr class="deep-level-1">
2067
2203
 
2068
- <td class="name" id="failure"><code>failure</code></td>
2204
+ <td class="name"><code>failure</code></td>
2069
2205
 
2070
2206
 
2071
2207
  <td class="type">
2072
2208
 
2073
2209
 
2074
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
2075
2215
 
2076
2216
 
2077
2217
 
@@ -2233,7 +2373,7 @@ sceneServer.getSharedResources({
2233
2373
 
2234
2374
  <tr class="deep-level-0">
2235
2375
 
2236
- <td class="name" id="options"><code>options</code></td>
2376
+ <td class="name"><code>options</code></td>
2237
2377
 
2238
2378
 
2239
2379
  <td class="type">
@@ -2250,13 +2390,17 @@ sceneServer.getSharedResources({
2250
2390
 
2251
2391
  <tr class="deep-level-1">
2252
2392
 
2253
- <td class="name" id="success"><code>success</code></td>
2393
+ <td class="name"><code>success</code></td>
2254
2394
 
2255
2395
 
2256
2396
  <td class="type">
2257
2397
 
2258
2398
 
2259
- <span class="param-type">function</span>
2399
+ <span class="param-type">
2400
+
2401
+ function
2402
+
2403
+ </span>
2260
2404
 
2261
2405
 
2262
2406
 
@@ -2273,13 +2417,17 @@ sceneServer.getSharedResources({
2273
2417
 
2274
2418
  <tr class="deep-level-1">
2275
2419
 
2276
- <td class="name" id="failure"><code>failure</code></td>
2420
+ <td class="name"><code>failure</code></td>
2277
2421
 
2278
2422
 
2279
2423
  <td class="type">
2280
2424
 
2281
2425
 
2282
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
2283
2431
 
2284
2432
 
2285
2433
 
@@ -2371,7 +2519,11 @@ sceneServer.getSharedResources({
2371
2519
  <div class='column is-5 has-text-left'>
2372
2520
  <label>类型: </label>
2373
2521
 
2374
- <span class="param-type">Promise.&lt;Object></span>
2522
+ <span class="param-type">
2523
+
2524
+ Promise.&lt;Object>
2525
+
2526
+ </span>
2375
2527
 
2376
2528
 
2377
2529
 
@@ -2458,7 +2610,7 @@ sceneServer.getSharedResources({
2458
2610
 
2459
2611
  <tr class="deep-level-0">
2460
2612
 
2461
- <td class="name" id="options"><code>options</code></td>
2613
+ <td class="name"><code>options</code></td>
2462
2614
 
2463
2615
 
2464
2616
  <td class="type">
@@ -2475,13 +2627,17 @@ sceneServer.getSharedResources({
2475
2627
 
2476
2628
  <tr class="deep-level-1">
2477
2629
 
2478
- <td class="name" id="ip"><code>ip</code></td>
2630
+ <td class="name"><code>ip</code></td>
2479
2631
 
2480
2632
 
2481
2633
  <td class="type">
2482
2634
 
2483
2635
 
2484
- <span class="param-type">String</span>
2636
+ <span class="param-type">
2637
+
2638
+ String
2639
+
2640
+ </span>
2485
2641
 
2486
2642
 
2487
2643
 
@@ -2498,13 +2654,17 @@ sceneServer.getSharedResources({
2498
2654
 
2499
2655
  <tr class="deep-level-1">
2500
2656
 
2501
- <td class="name" id="port"><code>port</code></td>
2657
+ <td class="name"><code>port</code></td>
2502
2658
 
2503
2659
 
2504
2660
  <td class="type">
2505
2661
 
2506
2662
 
2507
- <span class="param-type">String</span>
2663
+ <span class="param-type">
2664
+
2665
+ String
2666
+
2667
+ </span>
2508
2668
 
2509
2669
 
2510
2670
 
@@ -2521,13 +2681,17 @@ sceneServer.getSharedResources({
2521
2681
 
2522
2682
  <tr class="deep-level-1">
2523
2683
 
2524
- <td class="name" id="success"><code>success</code></td>
2684
+ <td class="name"><code>success</code></td>
2525
2685
 
2526
2686
 
2527
2687
  <td class="type">
2528
2688
 
2529
2689
 
2530
- <span class="param-type">function</span>
2690
+ <span class="param-type">
2691
+
2692
+ function
2693
+
2694
+ </span>
2531
2695
 
2532
2696
 
2533
2697
 
@@ -2544,13 +2708,17 @@ sceneServer.getSharedResources({
2544
2708
 
2545
2709
  <tr class="deep-level-1">
2546
2710
 
2547
- <td class="name" id="failure"><code>failure</code></td>
2711
+ <td class="name"><code>failure</code></td>
2548
2712
 
2549
2713
 
2550
2714
  <td class="type">
2551
2715
 
2552
2716
 
2553
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
2554
2722
 
2555
2723
 
2556
2724
 
@@ -2642,7 +2810,11 @@ sceneServer.getSharedResources({
2642
2810
  <div class='column is-5 has-text-left'>
2643
2811
  <label>类型: </label>
2644
2812
 
2645
- <span class="param-type">Promise.&lt;Object></span>
2813
+ <span class="param-type">
2814
+
2815
+ Promise.&lt;Object>
2816
+
2817
+ </span>
2646
2818
 
2647
2819
 
2648
2820
 
@@ -2736,7 +2908,7 @@ sceneServer.getSharedResources({
2736
2908
 
2737
2909
  <tr class="deep-level-0">
2738
2910
 
2739
- <td class="name" id="options"><code>options</code></td>
2911
+ <td class="name"><code>options</code></td>
2740
2912
 
2741
2913
 
2742
2914
  <td class="type">
@@ -2757,13 +2929,17 @@ sceneServer.getSharedResources({
2757
2929
 
2758
2930
  <tr class="deep-level-1">
2759
2931
 
2760
- <td class="name" id="layerId"><code>layerId</code></td>
2932
+ <td class="name"><code>layerId</code></td>
2761
2933
 
2762
2934
 
2763
2935
  <td class="type">
2764
2936
 
2765
2937
 
2766
- <span class="param-type">String</span>
2938
+ <span class="param-type">
2939
+
2940
+ String
2941
+
2942
+ </span>
2767
2943
 
2768
2944
 
2769
2945
 
@@ -2784,13 +2960,17 @@ sceneServer.getSharedResources({
2784
2960
 
2785
2961
  <tr class="deep-level-1">
2786
2962
 
2787
- <td class="name" id="method"><code>method</code></td>
2963
+ <td class="name"><code>method</code></td>
2788
2964
 
2789
2965
 
2790
2966
  <td class="type">
2791
2967
 
2792
2968
 
2793
- <span class="param-type"><a link="FetchMethod.html" onclick="getTypeHTML(event)" 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>
2794
2974
 
2795
2975
 
2796
2976
 
@@ -2813,13 +2993,17 @@ sceneServer.getSharedResources({
2813
2993
 
2814
2994
  <tr class="deep-level-1">
2815
2995
 
2816
- <td class="name" id="success"><code>success</code></td>
2996
+ <td class="name"><code>success</code></td>
2817
2997
 
2818
2998
 
2819
2999
  <td class="type">
2820
3000
 
2821
3001
 
2822
- <span class="param-type"><a link="queryFeaturesSuccess.html" onclick="getTypeHTML(event)" 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>
2823
3007
 
2824
3008
 
2825
3009
 
@@ -2840,13 +3024,17 @@ sceneServer.getSharedResources({
2840
3024
 
2841
3025
  <tr class="deep-level-1">
2842
3026
 
2843
- <td class="name" id="failure"><code>failure</code></td>
3027
+ <td class="name"><code>failure</code></td>
2844
3028
 
2845
3029
 
2846
3030
  <td class="type">
2847
3031
 
2848
3032
 
2849
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
2850
3038
 
2851
3039
 
2852
3040
 
@@ -2867,13 +3055,17 @@ sceneServer.getSharedResources({
2867
3055
 
2868
3056
  <tr class="deep-level-1">
2869
3057
 
2870
- <td class="name" id="geometry"><code>geometry</code></td>
3058
+ <td class="name"><code>geometry</code></td>
2871
3059
 
2872
3060
 
2873
3061
  <td class="type">
2874
3062
 
2875
3063
 
2876
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
2877
3069
 
2878
3070
 
2879
3071
 
@@ -2894,13 +3086,17 @@ sceneServer.getSharedResources({
2894
3086
 
2895
3087
  <tr class="deep-level-1">
2896
3088
 
2897
- <td class="name" id="where"><code>where</code></td>
3089
+ <td class="name"><code>where</code></td>
2898
3090
 
2899
3091
 
2900
3092
  <td class="type">
2901
3093
 
2902
3094
 
2903
- <span class="param-type">String</span>
3095
+ <span class="param-type">
3096
+
3097
+ String
3098
+
3099
+ </span>
2904
3100
 
2905
3101
 
2906
3102
 
@@ -2921,13 +3117,17 @@ sceneServer.getSharedResources({
2921
3117
 
2922
3118
  <tr class="deep-level-1">
2923
3119
 
2924
- <td class="name" id="outFields"><code>outFields</code></td>
3120
+ <td class="name"><code>outFields</code></td>
2925
3121
 
2926
3122
 
2927
3123
  <td class="type">
2928
3124
 
2929
3125
 
2930
- <span class="param-type">String</span>
3126
+ <span class="param-type">
3127
+
3128
+ String
3129
+
3130
+ </span>
2931
3131
 
2932
3132
 
2933
3133
 
@@ -2948,13 +3148,17 @@ sceneServer.getSharedResources({
2948
3148
 
2949
3149
  <tr class="deep-level-1">
2950
3150
 
2951
- <td class="name" id="objectIds"><code>objectIds</code></td>
3151
+ <td class="name"><code>objectIds</code></td>
2952
3152
 
2953
3153
 
2954
3154
  <td class="type">
2955
3155
 
2956
3156
 
2957
- <span class="param-type">String</span>
3157
+ <span class="param-type">
3158
+
3159
+ String
3160
+
3161
+ </span>
2958
3162
 
2959
3163
 
2960
3164
 
@@ -2975,13 +3179,17 @@ sceneServer.getSharedResources({
2975
3179
 
2976
3180
  <tr class="deep-level-1">
2977
3181
 
2978
- <td class="name" id="distance"><code>distance</code></td>
3182
+ <td class="name"><code>distance</code></td>
2979
3183
 
2980
3184
 
2981
3185
  <td class="type">
2982
3186
 
2983
3187
 
2984
- <span class="param-type">Number</span>
3188
+ <span class="param-type">
3189
+
3190
+ Number
3191
+
3192
+ </span>
2985
3193
 
2986
3194
 
2987
3195
 
@@ -3004,13 +3212,17 @@ sceneServer.getSharedResources({
3004
3212
 
3005
3213
  <tr class="deep-level-1">
3006
3214
 
3007
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3215
+ <td class="name"><code>geometryPrecision</code></td>
3008
3216
 
3009
3217
 
3010
3218
  <td class="type">
3011
3219
 
3012
3220
 
3013
- <span class="param-type">Number</span>
3221
+ <span class="param-type">
3222
+
3223
+ Number
3224
+
3225
+ </span>
3014
3226
 
3015
3227
 
3016
3228
 
@@ -3031,13 +3243,17 @@ sceneServer.getSharedResources({
3031
3243
 
3032
3244
  <tr class="deep-level-1">
3033
3245
 
3034
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3246
+ <td class="name"><code>spatialRel</code></td>
3035
3247
 
3036
3248
 
3037
3249
  <td class="type">
3038
3250
 
3039
3251
 
3040
- <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" 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>
3041
3257
 
3042
3258
 
3043
3259
 
@@ -3058,13 +3274,17 @@ sceneServer.getSharedResources({
3058
3274
 
3059
3275
  <tr class="deep-level-1">
3060
3276
 
3061
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
3277
+ <td class="name"><code>orderByFields</code></td>
3062
3278
 
3063
3279
 
3064
3280
  <td class="type">
3065
3281
 
3066
3282
 
3067
- <span class="param-type">String</span>
3283
+ <span class="param-type">
3284
+
3285
+ String
3286
+
3287
+ </span>
3068
3288
 
3069
3289
 
3070
3290
 
@@ -3085,13 +3305,17 @@ sceneServer.getSharedResources({
3085
3305
 
3086
3306
  <tr class="deep-level-1">
3087
3307
 
3088
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3308
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
3089
3309
 
3090
3310
 
3091
3311
  <td class="type">
3092
3312
 
3093
3313
 
3094
- <span class="param-type">String</span>
3314
+ <span class="param-type">
3315
+
3316
+ String
3317
+
3318
+ </span>
3095
3319
 
3096
3320
 
3097
3321
 
@@ -3112,13 +3336,17 @@ sceneServer.getSharedResources({
3112
3336
 
3113
3337
  <tr class="deep-level-1">
3114
3338
 
3115
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
3339
+ <td class="name"><code>resultRecordCount</code></td>
3116
3340
 
3117
3341
 
3118
3342
  <td class="type">
3119
3343
 
3120
3344
 
3121
- <span class="param-type">Number</span>
3345
+ <span class="param-type">
3346
+
3347
+ Number
3348
+
3349
+ </span>
3122
3350
 
3123
3351
 
3124
3352
 
@@ -3141,13 +3369,17 @@ sceneServer.getSharedResources({
3141
3369
 
3142
3370
  <tr class="deep-level-1">
3143
3371
 
3144
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
3372
+ <td class="name"><code>resultOffset</code></td>
3145
3373
 
3146
3374
 
3147
3375
  <td class="type">
3148
3376
 
3149
3377
 
3150
- <span class="param-type">Number</span>
3378
+ <span class="param-type">
3379
+
3380
+ Number
3381
+
3382
+ </span>
3151
3383
 
3152
3384
 
3153
3385
 
@@ -3168,13 +3400,17 @@ sceneServer.getSharedResources({
3168
3400
 
3169
3401
  <tr class="deep-level-1">
3170
3402
 
3171
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
3403
+ <td class="name"><code>outStatistics</code></td>
3172
3404
 
3173
3405
 
3174
3406
  <td class="type">
3175
3407
 
3176
3408
 
3177
- <span class="param-type">Array</span>
3409
+ <span class="param-type">
3410
+
3411
+ Array
3412
+
3413
+ </span>
3178
3414
 
3179
3415
 
3180
3416
 
@@ -3195,13 +3431,17 @@ sceneServer.getSharedResources({
3195
3431
 
3196
3432
  <tr class="deep-level-1">
3197
3433
 
3198
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3434
+ <td class="name"><code>returnGeometry</code></td>
3199
3435
 
3200
3436
 
3201
3437
  <td class="type">
3202
3438
 
3203
3439
 
3204
- <span class="param-type">Boolean</span>
3440
+ <span class="param-type">
3441
+
3442
+ Boolean
3443
+
3444
+ </span>
3205
3445
 
3206
3446
 
3207
3447
 
@@ -3224,13 +3464,17 @@ sceneServer.getSharedResources({
3224
3464
 
3225
3465
  <tr class="deep-level-1">
3226
3466
 
3227
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
3467
+ <td class="name"><code>returnAttribute</code></td>
3228
3468
 
3229
3469
 
3230
3470
  <td class="type">
3231
3471
 
3232
3472
 
3233
- <span class="param-type">Boolean</span>
3473
+ <span class="param-type">
3474
+
3475
+ Boolean
3476
+
3477
+ </span>
3234
3478
 
3235
3479
 
3236
3480
 
@@ -3253,13 +3497,17 @@ sceneServer.getSharedResources({
3253
3497
 
3254
3498
  <tr class="deep-level-1">
3255
3499
 
3256
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
3500
+ <td class="name"><code>returnStyle</code></td>
3257
3501
 
3258
3502
 
3259
3503
  <td class="type">
3260
3504
 
3261
3505
 
3262
- <span class="param-type">Boolean</span>
3506
+ <span class="param-type">
3507
+
3508
+ Boolean
3509
+
3510
+ </span>
3263
3511
 
3264
3512
 
3265
3513
 
@@ -3282,13 +3530,17 @@ sceneServer.getSharedResources({
3282
3530
 
3283
3531
  <tr class="deep-level-1">
3284
3532
 
3285
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3533
+ <td class="name"><code>returnIdsOnly</code></td>
3286
3534
 
3287
3535
 
3288
3536
  <td class="type">
3289
3537
 
3290
3538
 
3291
- <span class="param-type">Boolean</span>
3539
+ <span class="param-type">
3540
+
3541
+ Boolean
3542
+
3543
+ </span>
3292
3544
 
3293
3545
 
3294
3546
 
@@ -3311,13 +3563,17 @@ sceneServer.getSharedResources({
3311
3563
 
3312
3564
  <tr class="deep-level-1">
3313
3565
 
3314
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
3566
+ <td class="name"><code>returnCountOnly</code></td>
3315
3567
 
3316
3568
 
3317
3569
  <td class="type">
3318
3570
 
3319
3571
 
3320
- <span class="param-type">Boolean</span>
3572
+ <span class="param-type">
3573
+
3574
+ Boolean
3575
+
3576
+ </span>
3321
3577
 
3322
3578
 
3323
3579
 
@@ -3340,13 +3596,17 @@ sceneServer.getSharedResources({
3340
3596
 
3341
3597
  <tr class="deep-level-1">
3342
3598
 
3343
- <td class="name" id="returnExtentOnly"><code>returnExtentOnly</code></td>
3599
+ <td class="name"><code>returnExtentOnly</code></td>
3344
3600
 
3345
3601
 
3346
3602
  <td class="type">
3347
3603
 
3348
3604
 
3349
- <span class="param-type">Boolean</span>
3605
+ <span class="param-type">
3606
+
3607
+ Boolean
3608
+
3609
+ </span>
3350
3610
 
3351
3611
 
3352
3612
 
@@ -3369,13 +3629,17 @@ sceneServer.getSharedResources({
3369
3629
 
3370
3630
  <tr class="deep-level-1">
3371
3631
 
3372
- <td class="name" id="returnZ"><code>returnZ</code></td>
3632
+ <td class="name"><code>returnZ</code></td>
3373
3633
 
3374
3634
 
3375
3635
  <td class="type">
3376
3636
 
3377
3637
 
3378
- <span class="param-type">Boolean</span>
3638
+ <span class="param-type">
3639
+
3640
+ Boolean
3641
+
3642
+ </span>
3379
3643
 
3380
3644
 
3381
3645
 
@@ -3553,7 +3817,7 @@ sceneServer.queryFeatures({
3553
3817
 
3554
3818
  <tr class="deep-level-0">
3555
3819
 
3556
- <td class="name" id="options"><code>options</code></td>
3820
+ <td class="name"><code>options</code></td>
3557
3821
 
3558
3822
 
3559
3823
  <td class="type">
@@ -3574,13 +3838,17 @@ sceneServer.queryFeatures({
3574
3838
 
3575
3839
  <tr class="deep-level-1">
3576
3840
 
3577
- <td class="name" id="success"><code>success</code></td>
3841
+ <td class="name"><code>success</code></td>
3578
3842
 
3579
3843
 
3580
3844
  <td class="type">
3581
3845
 
3582
3846
 
3583
- <span class="param-type"><a link="queryFeaturesInLayersSuccess.html" onclick="getTypeHTML(event)" 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>
3584
3852
 
3585
3853
 
3586
3854
 
@@ -3601,13 +3869,17 @@ sceneServer.queryFeatures({
3601
3869
 
3602
3870
  <tr class="deep-level-1">
3603
3871
 
3604
- <td class="name" id="failure"><code>failure</code></td>
3872
+ <td class="name"><code>failure</code></td>
3605
3873
 
3606
3874
 
3607
3875
  <td class="type">
3608
3876
 
3609
3877
 
3610
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
3611
3883
 
3612
3884
 
3613
3885
 
@@ -3628,13 +3900,17 @@ sceneServer.queryFeatures({
3628
3900
 
3629
3901
  <tr class="deep-level-1">
3630
3902
 
3631
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
3903
+ <td class="name"><code>layerDefs</code></td>
3632
3904
 
3633
3905
 
3634
3906
  <td class="type">
3635
3907
 
3636
3908
 
3637
- <span class="param-type">Array</span>
3909
+ <span class="param-type">
3910
+
3911
+ Array
3912
+
3913
+ </span>
3638
3914
 
3639
3915
 
3640
3916
 
@@ -3655,13 +3931,17 @@ sceneServer.queryFeatures({
3655
3931
 
3656
3932
  <tr class="deep-level-1">
3657
3933
 
3658
- <td class="name" id="geometry"><code>geometry</code></td>
3934
+ <td class="name"><code>geometry</code></td>
3659
3935
 
3660
3936
 
3661
3937
  <td class="type">
3662
3938
 
3663
3939
 
3664
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
3665
3945
 
3666
3946
 
3667
3947
 
@@ -3682,13 +3962,17 @@ sceneServer.queryFeatures({
3682
3962
 
3683
3963
  <tr class="deep-level-1">
3684
3964
 
3685
- <td class="name" id="distance"><code>distance</code></td>
3965
+ <td class="name"><code>distance</code></td>
3686
3966
 
3687
3967
 
3688
3968
  <td class="type">
3689
3969
 
3690
3970
 
3691
- <span class="param-type">Number</span>
3971
+ <span class="param-type">
3972
+
3973
+ Number
3974
+
3975
+ </span>
3692
3976
 
3693
3977
 
3694
3978
 
@@ -3711,13 +3995,17 @@ sceneServer.queryFeatures({
3711
3995
 
3712
3996
  <tr class="deep-level-1">
3713
3997
 
3714
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3998
+ <td class="name"><code>geometryPrecision</code></td>
3715
3999
 
3716
4000
 
3717
4001
  <td class="type">
3718
4002
 
3719
4003
 
3720
- <span class="param-type">Number</span>
4004
+ <span class="param-type">
4005
+
4006
+ Number
4007
+
4008
+ </span>
3721
4009
 
3722
4010
 
3723
4011
 
@@ -3738,13 +4026,17 @@ sceneServer.queryFeatures({
3738
4026
 
3739
4027
  <tr class="deep-level-1">
3740
4028
 
3741
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
4029
+ <td class="name"><code>spatialRel</code></td>
3742
4030
 
3743
4031
 
3744
4032
  <td class="type">
3745
4033
 
3746
4034
 
3747
- <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" 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>
3748
4040
 
3749
4041
 
3750
4042
 
@@ -3765,13 +4057,17 @@ sceneServer.queryFeatures({
3765
4057
 
3766
4058
  <tr class="deep-level-1">
3767
4059
 
3768
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
4060
+ <td class="name"><code>resultRecordCount</code></td>
3769
4061
 
3770
4062
 
3771
4063
  <td class="type">
3772
4064
 
3773
4065
 
3774
- <span class="param-type">Number</span>
4066
+ <span class="param-type">
4067
+
4068
+ Number
4069
+
4070
+ </span>
3775
4071
 
3776
4072
 
3777
4073
 
@@ -3794,13 +4090,17 @@ sceneServer.queryFeatures({
3794
4090
 
3795
4091
  <tr class="deep-level-1">
3796
4092
 
3797
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4093
+ <td class="name"><code>returnGeometry</code></td>
3798
4094
 
3799
4095
 
3800
4096
  <td class="type">
3801
4097
 
3802
4098
 
3803
- <span class="param-type">Boolean</span>
4099
+ <span class="param-type">
4100
+
4101
+ Boolean
4102
+
4103
+ </span>
3804
4104
 
3805
4105
 
3806
4106
 
@@ -3823,13 +4123,17 @@ sceneServer.queryFeatures({
3823
4123
 
3824
4124
  <tr class="deep-level-1">
3825
4125
 
3826
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4126
+ <td class="name"><code>returnAttribute</code></td>
3827
4127
 
3828
4128
 
3829
4129
  <td class="type">
3830
4130
 
3831
4131
 
3832
- <span class="param-type">Boolean</span>
4132
+ <span class="param-type">
4133
+
4134
+ Boolean
4135
+
4136
+ </span>
3833
4137
 
3834
4138
 
3835
4139
 
@@ -3852,13 +4156,17 @@ sceneServer.queryFeatures({
3852
4156
 
3853
4157
  <tr class="deep-level-1">
3854
4158
 
3855
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4159
+ <td class="name"><code>returnStyle</code></td>
3856
4160
 
3857
4161
 
3858
4162
  <td class="type">
3859
4163
 
3860
4164
 
3861
- <span class="param-type">Boolean</span>
4165
+ <span class="param-type">
4166
+
4167
+ Boolean
4168
+
4169
+ </span>
3862
4170
 
3863
4171
 
3864
4172
 
@@ -3881,13 +4189,17 @@ sceneServer.queryFeatures({
3881
4189
 
3882
4190
  <tr class="deep-level-1">
3883
4191
 
3884
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4192
+ <td class="name"><code>returnIdsOnly</code></td>
3885
4193
 
3886
4194
 
3887
4195
  <td class="type">
3888
4196
 
3889
4197
 
3890
- <span class="param-type">Boolean</span>
4198
+ <span class="param-type">
4199
+
4200
+ Boolean
4201
+
4202
+ </span>
3891
4203
 
3892
4204
 
3893
4205
 
@@ -3910,13 +4222,17 @@ sceneServer.queryFeatures({
3910
4222
 
3911
4223
  <tr class="deep-level-1">
3912
4224
 
3913
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4225
+ <td class="name"><code>returnCountOnly</code></td>
3914
4226
 
3915
4227
 
3916
4228
  <td class="type">
3917
4229
 
3918
4230
 
3919
- <span class="param-type">Boolean</span>
4231
+ <span class="param-type">
4232
+
4233
+ Boolean
4234
+
4235
+ </span>
3920
4236
 
3921
4237
 
3922
4238
 
@@ -3939,13 +4255,17 @@ sceneServer.queryFeatures({
3939
4255
 
3940
4256
  <tr class="deep-level-1">
3941
4257
 
3942
- <td class="name" id="returnZ"><code>returnZ</code></td>
4258
+ <td class="name"><code>returnZ</code></td>
3943
4259
 
3944
4260
 
3945
4261
  <td class="type">
3946
4262
 
3947
4263
 
3948
- <span class="param-type">Boolean</span>
4264
+ <span class="param-type">
4265
+
4266
+ Boolean
4267
+
4268
+ </span>
3949
4269
 
3950
4270
 
3951
4271
 
@@ -4123,7 +4443,7 @@ sceneServer.queryFeaturesInLayers({
4123
4443
 
4124
4444
  <tr class="deep-level-0">
4125
4445
 
4126
- <td class="name" id="options"><code>options</code></td>
4446
+ <td class="name"><code>options</code></td>
4127
4447
 
4128
4448
 
4129
4449
  <td class="type">
@@ -4140,13 +4460,17 @@ sceneServer.queryFeaturesInLayers({
4140
4460
 
4141
4461
  <tr class="deep-level-1">
4142
4462
 
4143
- <td class="name" id="layerId"><code>layerId</code></td>
4463
+ <td class="name"><code>layerId</code></td>
4144
4464
 
4145
4465
 
4146
4466
  <td class="type">
4147
4467
 
4148
4468
 
4149
- <span class="param-type">String</span>
4469
+ <span class="param-type">
4470
+
4471
+ String
4472
+
4473
+ </span>
4150
4474
 
4151
4475
 
4152
4476
 
@@ -4163,13 +4487,17 @@ sceneServer.queryFeaturesInLayers({
4163
4487
 
4164
4488
  <tr class="deep-level-1">
4165
4489
 
4166
- <td class="name" id="success"><code>success</code></td>
4490
+ <td class="name"><code>success</code></td>
4167
4491
 
4168
4492
 
4169
4493
  <td class="type">
4170
4494
 
4171
4495
 
4172
- <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" 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>
4173
4501
 
4174
4502
 
4175
4503
 
@@ -4186,13 +4514,17 @@ sceneServer.queryFeaturesInLayers({
4186
4514
 
4187
4515
  <tr class="deep-level-1">
4188
4516
 
4189
- <td class="name" id="failure"><code>failure</code></td>
4517
+ <td class="name"><code>failure</code></td>
4190
4518
 
4191
4519
 
4192
4520
  <td class="type">
4193
4521
 
4194
4522
 
4195
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
4196
4528
 
4197
4529
 
4198
4530
 
@@ -4355,7 +4687,7 @@ server.then(function (result) {
4355
4687
 
4356
4688
  <tr class="deep-level-0">
4357
4689
 
4358
- <td class="name" id="options"><code>options</code></td>
4690
+ <td class="name"><code>options</code></td>
4359
4691
 
4360
4692
 
4361
4693
  <td class="type">
@@ -4372,13 +4704,17 @@ server.then(function (result) {
4372
4704
 
4373
4705
  <tr class="deep-level-1">
4374
4706
 
4375
- <td class="name" id="success"><code>success</code></td>
4707
+ <td class="name"><code>success</code></td>
4376
4708
 
4377
4709
 
4378
4710
  <td class="type">
4379
4711
 
4380
4712
 
4381
- <span class="param-type"><a link="queryLayerListInfoSuccess.html" onclick="getTypeHTML(event)" 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>
4382
4718
 
4383
4719
 
4384
4720
 
@@ -4395,13 +4731,17 @@ server.then(function (result) {
4395
4731
 
4396
4732
  <tr class="deep-level-1">
4397
4733
 
4398
- <td class="name" id="failure"><code>failure</code></td>
4734
+ <td class="name"><code>failure</code></td>
4399
4735
 
4400
4736
 
4401
4737
  <td class="type">
4402
4738
 
4403
4739
 
4404
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
4405
4745
 
4406
4746
 
4407
4747
 
@@ -4566,7 +4906,7 @@ server.then(function (result) {
4566
4906
 
4567
4907
  <tr class="deep-level-0">
4568
4908
 
4569
- <td class="name" id="options"><code>options</code></td>
4909
+ <td class="name"><code>options</code></td>
4570
4910
 
4571
4911
 
4572
4912
  <td class="type">
@@ -4583,13 +4923,17 @@ server.then(function (result) {
4583
4923
 
4584
4924
  <tr class="deep-level-1">
4585
4925
 
4586
- <td class="name" id="layerId"><code>layerId</code></td>
4926
+ <td class="name"><code>layerId</code></td>
4587
4927
 
4588
4928
 
4589
4929
  <td class="type">
4590
4930
 
4591
4931
 
4592
- <span class="param-type">String</span>
4932
+ <span class="param-type">
4933
+
4934
+ String
4935
+
4936
+ </span>
4593
4937
 
4594
4938
 
4595
4939
 
@@ -4606,13 +4950,17 @@ server.then(function (result) {
4606
4950
 
4607
4951
  <tr class="deep-level-1">
4608
4952
 
4609
- <td class="name" id="success"><code>success</code></td>
4953
+ <td class="name"><code>success</code></td>
4610
4954
 
4611
4955
 
4612
4956
  <td class="type">
4613
4957
 
4614
4958
 
4615
- <span class="param-type"><a link="queryM3DInfoSuccess.html" onclick="getTypeHTML(event)" 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>
4616
4964
 
4617
4965
 
4618
4966
 
@@ -4629,13 +4977,17 @@ server.then(function (result) {
4629
4977
 
4630
4978
  <tr class="deep-level-1">
4631
4979
 
4632
- <td class="name" id="failure"><code>failure</code></td>
4980
+ <td class="name"><code>failure</code></td>
4633
4981
 
4634
4982
 
4635
4983
  <td class="type">
4636
4984
 
4637
4985
 
4638
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
4639
4991
 
4640
4992
 
4641
4993
 
@@ -4799,7 +5151,7 @@ sceneServer.queryM3DInfo({
4799
5151
 
4800
5152
  <tr class="deep-level-0">
4801
5153
 
4802
- <td class="name" id="options"><code>options</code></td>
5154
+ <td class="name"><code>options</code></td>
4803
5155
 
4804
5156
 
4805
5157
  <td class="type">
@@ -4820,13 +5172,17 @@ sceneServer.queryM3DInfo({
4820
5172
 
4821
5173
  <tr class="deep-level-1">
4822
5174
 
4823
- <td class="name" id="layerId"><code>layerId</code></td>
5175
+ <td class="name"><code>layerId</code></td>
4824
5176
 
4825
5177
 
4826
5178
  <td class="type">
4827
5179
 
4828
5180
 
4829
- <span class="param-type">String</span>
5181
+ <span class="param-type">
5182
+
5183
+ String
5184
+
5185
+ </span>
4830
5186
 
4831
5187
 
4832
5188
 
@@ -4847,13 +5203,17 @@ sceneServer.queryM3DInfo({
4847
5203
 
4848
5204
  <tr class="deep-level-1">
4849
5205
 
4850
- <td class="name" id="nodeId"><code>nodeId</code></td>
5206
+ <td class="name"><code>nodeId</code></td>
4851
5207
 
4852
5208
 
4853
5209
  <td class="type">
4854
5210
 
4855
5211
 
4856
- <span class="param-type">String</span>
5212
+ <span class="param-type">
5213
+
5214
+ String
5215
+
5216
+ </span>
4857
5217
 
4858
5218
 
4859
5219
 
@@ -4874,13 +5234,17 @@ sceneServer.queryM3DInfo({
4874
5234
 
4875
5235
  <tr class="deep-level-1">
4876
5236
 
4877
- <td class="name" id="success"><code>success</code></td>
5237
+ <td class="name"><code>success</code></td>
4878
5238
 
4879
5239
 
4880
5240
  <td class="type">
4881
5241
 
4882
5242
 
4883
- <span class="param-type"><a link="queryNodeInfoSuccess.html" onclick="getTypeHTML(event)" 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>
4884
5248
 
4885
5249
 
4886
5250
 
@@ -4901,13 +5265,17 @@ sceneServer.queryM3DInfo({
4901
5265
 
4902
5266
  <tr class="deep-level-1">
4903
5267
 
4904
- <td class="name" id="failure"><code>failure</code></td>
5268
+ <td class="name"><code>failure</code></td>
4905
5269
 
4906
5270
 
4907
5271
  <td class="type">
4908
5272
 
4909
5273
 
4910
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
4911
5279
 
4912
5280
 
4913
5281
 
@@ -4928,13 +5296,17 @@ sceneServer.queryM3DInfo({
4928
5296
 
4929
5297
  <tr class="deep-level-1">
4930
5298
 
4931
- <td class="name" id="include"><code>include</code></td>
5299
+ <td class="name"><code>include</code></td>
4932
5300
 
4933
5301
 
4934
5302
  <td class="type">
4935
5303
 
4936
5304
 
4937
- <span class="param-type">String</span>
5305
+ <span class="param-type">
5306
+
5307
+ String
5308
+
5309
+ </span>
4938
5310
 
4939
5311
 
4940
5312
 
@@ -4955,13 +5327,17 @@ sceneServer.queryM3DInfo({
4955
5327
 
4956
5328
  <tr class="deep-level-1">
4957
5329
 
4958
- <td class="name" id="maxDepth"><code>maxDepth</code></td>
5330
+ <td class="name"><code>maxDepth</code></td>
4959
5331
 
4960
5332
 
4961
5333
  <td class="type">
4962
5334
 
4963
5335
 
4964
- <span class="param-type">Number</span>
5336
+ <span class="param-type">
5337
+
5338
+ Number
5339
+
5340
+ </span>
4965
5341
 
4966
5342
 
4967
5343
 
@@ -4984,13 +5360,17 @@ sceneServer.queryM3DInfo({
4984
5360
 
4985
5361
  <tr class="deep-level-1">
4986
5362
 
4987
- <td class="name" id="maxCount"><code>maxCount</code></td>
5363
+ <td class="name"><code>maxCount</code></td>
4988
5364
 
4989
5365
 
4990
5366
  <td class="type">
4991
5367
 
4992
5368
 
4993
- <span class="param-type">Number</span>
5369
+ <span class="param-type">
5370
+
5371
+ Number
5372
+
5373
+ </span>
4994
5374
 
4995
5375
 
4996
5376
 
@@ -5162,7 +5542,7 @@ sceneServer.queryNodeInfo({
5162
5542
 
5163
5543
  <tr class="deep-level-0">
5164
5544
 
5165
- <td class="name" id="options"><code>options</code></td>
5545
+ <td class="name"><code>options</code></td>
5166
5546
 
5167
5547
 
5168
5548
  <td class="type">
@@ -5183,13 +5563,17 @@ sceneServer.queryNodeInfo({
5183
5563
 
5184
5564
  <tr class="deep-level-1">
5185
5565
 
5186
- <td class="name" id="layerId"><code>layerId</code></td>
5566
+ <td class="name"><code>layerId</code></td>
5187
5567
 
5188
5568
 
5189
5569
  <td class="type">
5190
5570
 
5191
5571
 
5192
- <span class="param-type">String</span>
5572
+ <span class="param-type">
5573
+
5574
+ String
5575
+
5576
+ </span>
5193
5577
 
5194
5578
 
5195
5579
 
@@ -5210,13 +5594,17 @@ sceneServer.queryNodeInfo({
5210
5594
 
5211
5595
  <tr class="deep-level-1">
5212
5596
 
5213
- <td class="name" id="success"><code>success</code></td>
5597
+ <td class="name"><code>success</code></td>
5214
5598
 
5215
5599
 
5216
5600
  <td class="type">
5217
5601
 
5218
5602
 
5219
- <span class="param-type"><a link="queryRootNodeInfoSuccess.html" onclick="getTypeHTML(event)" 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>
5220
5608
 
5221
5609
 
5222
5610
 
@@ -5237,13 +5625,17 @@ sceneServer.queryNodeInfo({
5237
5625
 
5238
5626
  <tr class="deep-level-1">
5239
5627
 
5240
- <td class="name" id="failure"><code>failure</code></td>
5628
+ <td class="name"><code>failure</code></td>
5241
5629
 
5242
5630
 
5243
5631
  <td class="type">
5244
5632
 
5245
5633
 
5246
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" 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>
5247
5639
 
5248
5640
 
5249
5641
 
@@ -5264,13 +5656,17 @@ sceneServer.queryNodeInfo({
5264
5656
 
5265
5657
  <tr class="deep-level-1">
5266
5658
 
5267
- <td class="name" id="include"><code>include</code></td>
5659
+ <td class="name"><code>include</code></td>
5268
5660
 
5269
5661
 
5270
5662
  <td class="type">
5271
5663
 
5272
5664
 
5273
- <span class="param-type">String</span>
5665
+ <span class="param-type">
5666
+
5667
+ String
5668
+
5669
+ </span>
5274
5670
 
5275
5671
 
5276
5672
 
@@ -5291,13 +5687,17 @@ sceneServer.queryNodeInfo({
5291
5687
 
5292
5688
  <tr class="deep-level-1">
5293
5689
 
5294
- <td class="name" id="maxDepth"><code>maxDepth</code></td>
5690
+ <td class="name"><code>maxDepth</code></td>
5295
5691
 
5296
5692
 
5297
5693
  <td class="type">
5298
5694
 
5299
5695
 
5300
- <span class="param-type">Number</span>
5696
+ <span class="param-type">
5697
+
5698
+ Number
5699
+
5700
+ </span>
5301
5701
 
5302
5702
 
5303
5703
 
@@ -5320,13 +5720,17 @@ sceneServer.queryNodeInfo({
5320
5720
 
5321
5721
  <tr class="deep-level-1">
5322
5722
 
5323
- <td class="name" id="maxCount"><code>maxCount</code></td>
5723
+ <td class="name"><code>maxCount</code></td>
5324
5724
 
5325
5725
 
5326
5726
  <td class="type">
5327
5727
 
5328
5728
 
5329
- <span class="param-type">Number</span>
5729
+ <span class="param-type">
5730
+
5731
+ Number
5732
+
5733
+ </span>
5330
5734
 
5331
5735
 
5332
5736
 
@@ -5496,7 +5900,7 @@ sceneServer.queryRootNodeInfo({
5496
5900
 
5497
5901
  <tr class="deep-level-0">
5498
5902
 
5499
- <td class="name" id="options"><code>options</code></td>
5903
+ <td class="name"><code>options</code></td>
5500
5904
 
5501
5905
 
5502
5906
  <td class="type">
@@ -5517,13 +5921,17 @@ sceneServer.queryRootNodeInfo({
5517
5921
 
5518
5922
  <tr class="deep-level-1">
5519
5923
 
5520
- <td class="name" id="success"><code>success</code></td>
5924
+ <td class="name"><code>success</code></td>
5521
5925
 
5522
5926
 
5523
5927
  <td class="type">
5524
5928
 
5525
5929
 
5526
- <span class="param-type">function</span>
5930
+ <span class="param-type">
5931
+
5932
+ function
5933
+
5934
+ </span>
5527
5935
 
5528
5936
 
5529
5937
 
@@ -5546,13 +5954,17 @@ sceneServer.queryRootNodeInfo({
5546
5954
 
5547
5955
  <tr class="deep-level-1">
5548
5956
 
5549
- <td class="name" id="failure"><code>failure</code></td>
5957
+ <td class="name"><code>failure</code></td>
5550
5958
 
5551
5959
 
5552
5960
  <td class="type">
5553
5961
 
5554
5962
 
5555
- <span class="param-type">function</span>
5963
+ <span class="param-type">
5964
+
5965
+ function
5966
+
5967
+ </span>
5556
5968
 
5557
5969
 
5558
5970