@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -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/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -246,7 +254,11 @@
246
254
  <td class="name">
247
255
  <code>
248
256
 
249
- <span class="param-type">Boolean</span>
257
+ <span class="param-type">
258
+
259
+ Boolean
260
+
261
+ </span>
250
262
 
251
263
 
252
264
 
@@ -260,7 +272,11 @@
260
272
  <td class="name">
261
273
  <code>
262
274
 
263
- <span class="param-type">Boolean</span>
275
+ <span class="param-type">
276
+
277
+ Boolean
278
+
279
+ </span>
264
280
 
265
281
 
266
282
 
@@ -274,7 +290,11 @@
274
290
  <td class="name">
275
291
  <code>
276
292
 
277
- <span class="param-type">String</span>
293
+ <span class="param-type">
294
+
295
+ String
296
+
297
+ </span>
278
298
 
279
299
 
280
300
 
@@ -288,7 +308,11 @@
288
308
  <td class="name">
289
309
  <code>
290
310
 
291
- <span class="param-type">function</span>
311
+ <span class="param-type">
312
+
313
+ function
314
+
315
+ </span>
292
316
 
293
317
 
294
318
 
@@ -302,7 +326,11 @@
302
326
  <td class="name">
303
327
  <code>
304
328
 
305
- <span class="param-type">String</span>
329
+ <span class="param-type">
330
+
331
+ String
332
+
333
+ </span>
306
334
 
307
335
 
308
336
 
@@ -316,7 +344,11 @@
316
344
  <td class="name">
317
345
  <code>
318
346
 
319
- <span class="param-type">function</span>
347
+ <span class="param-type">
348
+
349
+ function
350
+
351
+ </span>
320
352
 
321
353
 
322
354
 
@@ -330,7 +362,11 @@
330
362
  <td class="name">
331
363
  <code>
332
364
 
333
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
365
+ <span class="param-type">
366
+
367
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
368
+
369
+ </span>
334
370
 
335
371
 
336
372
 
@@ -344,7 +380,11 @@
344
380
  <td class="name">
345
381
  <code>
346
382
 
347
- <span class="param-type">String</span>
383
+ <span class="param-type">
384
+
385
+ String
386
+
387
+ </span>
348
388
 
349
389
 
350
390
 
@@ -358,7 +398,11 @@
358
398
  <td class="name">
359
399
  <code>
360
400
 
361
- <span class="param-type">String</span>
401
+ <span class="param-type">
402
+
403
+ String
404
+
405
+ </span>
362
406
 
363
407
 
364
408
 
@@ -372,7 +416,11 @@
372
416
  <td class="name">
373
417
  <code>
374
418
 
375
- <span class="param-type">String</span>
419
+ <span class="param-type">
420
+
421
+ String
422
+
423
+ </span>
376
424
 
377
425
 
378
426
 
@@ -392,7 +440,11 @@
392
440
  <span class="method-parameter is-pulled-right">
393
441
  <label>类型:</label>
394
442
 
395
- <span class="param-type">Boolean</span>
443
+ <span class="param-type">
444
+
445
+ Boolean
446
+
447
+ </span>
396
448
 
397
449
 
398
450
 
@@ -468,7 +520,11 @@
468
520
  <span class="method-parameter is-pulled-right">
469
521
  <label>类型:</label>
470
522
 
471
- <span class="param-type">Boolean</span>
523
+ <span class="param-type">
524
+
525
+ Boolean
526
+
527
+ </span>
472
528
 
473
529
 
474
530
 
@@ -565,7 +621,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
565
621
  <span class="method-parameter is-pulled-right">
566
622
  <label>类型:</label>
567
623
 
568
- <span class="param-type">String</span>
624
+ <span class="param-type">
625
+
626
+ String
627
+
628
+ </span>
569
629
 
570
630
 
571
631
 
@@ -663,7 +723,11 @@ BaseServer.headers.token = '新token';</code></pre>
663
723
  <span class="method-parameter is-pulled-right">
664
724
  <label>类型:</label>
665
725
 
666
- <span class="param-type">function</span>
726
+ <span class="param-type">
727
+
728
+ function
729
+
730
+ </span>
667
731
 
668
732
 
669
733
 
@@ -767,7 +831,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
767
831
  <span class="method-parameter is-pulled-right">
768
832
  <label>类型:</label>
769
833
 
770
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
771
839
 
772
840
 
773
841
 
@@ -861,7 +929,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
861
929
  <span class="method-parameter is-pulled-right">
862
930
  <label>类型:</label>
863
931
 
864
- <span class="param-type">function</span>
932
+ <span class="param-type">
933
+
934
+ function
935
+
936
+ </span>
865
937
 
866
938
 
867
939
 
@@ -967,7 +1039,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
967
1039
  <span class="method-parameter is-pulled-right">
968
1040
  <label>类型:</label>
969
1041
 
970
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1042
+ <span class="param-type">
1043
+
1044
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1045
+
1046
+ </span>
971
1047
 
972
1048
 
973
1049
 
@@ -1065,7 +1141,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1065
1141
  <span class="method-parameter is-pulled-right">
1066
1142
  <label>类型:</label>
1067
1143
 
1068
- <span class="param-type">String</span>
1144
+ <span class="param-type">
1145
+
1146
+ String
1147
+
1148
+ </span>
1069
1149
 
1070
1150
 
1071
1151
 
@@ -1158,7 +1238,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1158
1238
  <span class="method-parameter is-pulled-right">
1159
1239
  <label>类型:</label>
1160
1240
 
1161
- <span class="param-type">String</span>
1241
+ <span class="param-type">
1242
+
1243
+ String
1244
+
1245
+ </span>
1162
1246
 
1163
1247
 
1164
1248
 
@@ -1251,7 +1335,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1251
1335
  <span class="method-parameter is-pulled-right">
1252
1336
  <label>类型:</label>
1253
1337
 
1254
- <span class="param-type">String</span>
1338
+ <span class="param-type">
1339
+
1340
+ String
1341
+
1342
+ </span>
1255
1343
 
1256
1344
 
1257
1345
 
@@ -1489,7 +1577,7 @@ BaseServer.url = '新URL';</code></pre>
1489
1577
 
1490
1578
  <tr class="deep-level-0">
1491
1579
 
1492
- <td class="name" id="options"><code>options</code></td>
1580
+ <td class="name"><code>options</code></td>
1493
1581
 
1494
1582
 
1495
1583
  <td class="type">
@@ -1510,13 +1598,17 @@ BaseServer.url = '新URL';</code></pre>
1510
1598
 
1511
1599
  <tr class="deep-level-1">
1512
1600
 
1513
- <td class="name" id="searchText"><code>searchText</code></td>
1601
+ <td class="name"><code>searchText</code></td>
1514
1602
 
1515
1603
 
1516
1604
  <td class="type">
1517
1605
 
1518
1606
 
1519
- <span class="param-type">String</span>
1607
+ <span class="param-type">
1608
+
1609
+ String
1610
+
1611
+ </span>
1520
1612
 
1521
1613
 
1522
1614
 
@@ -1537,13 +1629,17 @@ BaseServer.url = '新URL';</code></pre>
1537
1629
 
1538
1630
  <tr class="deep-level-1">
1539
1631
 
1540
- <td class="name" id="layers"><code>layers</code></td>
1632
+ <td class="name"><code>layers</code></td>
1541
1633
 
1542
1634
 
1543
1635
  <td class="type">
1544
1636
 
1545
1637
 
1546
- <span class="param-type">String</span>
1638
+ <span class="param-type">
1639
+
1640
+ String
1641
+
1642
+ </span>
1547
1643
 
1548
1644
 
1549
1645
 
@@ -1564,13 +1660,17 @@ BaseServer.url = '新URL';</code></pre>
1564
1660
 
1565
1661
  <tr class="deep-level-1">
1566
1662
 
1567
- <td class="name" id="success"><code>success</code></td>
1663
+ <td class="name"><code>success</code></td>
1568
1664
 
1569
1665
 
1570
1666
  <td class="type">
1571
1667
 
1572
1668
 
1573
- <span class="param-type">function</span>
1669
+ <span class="param-type">
1670
+
1671
+ function
1672
+
1673
+ </span>
1574
1674
 
1575
1675
 
1576
1676
 
@@ -1591,13 +1691,17 @@ BaseServer.url = '新URL';</code></pre>
1591
1691
 
1592
1692
  <tr class="deep-level-1">
1593
1693
 
1594
- <td class="name" id="failure"><code>failure</code></td>
1694
+ <td class="name"><code>failure</code></td>
1595
1695
 
1596
1696
 
1597
1697
  <td class="type">
1598
1698
 
1599
1699
 
1600
- <span class="param-type">function</span>
1700
+ <span class="param-type">
1701
+
1702
+ function
1703
+
1704
+ </span>
1601
1705
 
1602
1706
 
1603
1707
 
@@ -1618,13 +1722,17 @@ BaseServer.url = '新URL';</code></pre>
1618
1722
 
1619
1723
  <tr class="deep-level-1">
1620
1724
 
1621
- <td class="name" id="contains"><code>contains</code></td>
1725
+ <td class="name"><code>contains</code></td>
1622
1726
 
1623
1727
 
1624
1728
  <td class="type">
1625
1729
 
1626
1730
 
1627
- <span class="param-type">Boolean</span>
1731
+ <span class="param-type">
1732
+
1733
+ Boolean
1734
+
1735
+ </span>
1628
1736
 
1629
1737
 
1630
1738
 
@@ -1647,13 +1755,17 @@ BaseServer.url = '新URL';</code></pre>
1647
1755
 
1648
1756
  <tr class="deep-level-1">
1649
1757
 
1650
- <td class="name" id="searchFields"><code>searchFields</code></td>
1758
+ <td class="name"><code>searchFields</code></td>
1651
1759
 
1652
1760
 
1653
1761
  <td class="type">
1654
1762
 
1655
1763
 
1656
- <span class="param-type">String</span>
1764
+ <span class="param-type">
1765
+
1766
+ String
1767
+
1768
+ </span>
1657
1769
 
1658
1770
 
1659
1771
 
@@ -1674,13 +1786,17 @@ BaseServer.url = '新URL';</code></pre>
1674
1786
 
1675
1787
  <tr class="deep-level-1">
1676
1788
 
1677
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
1789
+ <td class="name"><code>returnGeometry</code></td>
1678
1790
 
1679
1791
 
1680
1792
  <td class="type">
1681
1793
 
1682
1794
 
1683
- <span class="param-type">Boolean</span>
1795
+ <span class="param-type">
1796
+
1797
+ Boolean
1798
+
1799
+ </span>
1684
1800
 
1685
1801
 
1686
1802
 
@@ -1703,13 +1819,17 @@ BaseServer.url = '新URL';</code></pre>
1703
1819
 
1704
1820
  <tr class="deep-level-1">
1705
1821
 
1706
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
1822
+ <td class="name"><code>geometryPrecision</code></td>
1707
1823
 
1708
1824
 
1709
1825
  <td class="type">
1710
1826
 
1711
1827
 
1712
- <span class="param-type">Number</span>
1828
+ <span class="param-type">
1829
+
1830
+ Number
1831
+
1832
+ </span>
1713
1833
 
1714
1834
 
1715
1835
 
@@ -1853,7 +1973,7 @@ BaseServer.url = '新URL';</code></pre>
1853
1973
 
1854
1974
  <tr class="deep-level-0">
1855
1975
 
1856
- <td class="name" id="options"><code>options</code></td>
1976
+ <td class="name"><code>options</code></td>
1857
1977
 
1858
1978
 
1859
1979
  <td class="type">
@@ -1870,13 +1990,17 @@ BaseServer.url = '新URL';</code></pre>
1870
1990
 
1871
1991
  <tr class="deep-level-1">
1872
1992
 
1873
- <td class="name" id="success"><code>success</code></td>
1993
+ <td class="name"><code>success</code></td>
1874
1994
 
1875
1995
 
1876
1996
  <td class="type">
1877
1997
 
1878
1998
 
1879
- <span class="param-type">function</span>
1999
+ <span class="param-type">
2000
+
2001
+ function
2002
+
2003
+ </span>
1880
2004
 
1881
2005
 
1882
2006
 
@@ -1893,13 +2017,17 @@ BaseServer.url = '新URL';</code></pre>
1893
2017
 
1894
2018
  <tr class="deep-level-1">
1895
2019
 
1896
- <td class="name" id="failure"><code>failure</code></td>
2020
+ <td class="name"><code>failure</code></td>
1897
2021
 
1898
2022
 
1899
2023
  <td class="type">
1900
2024
 
1901
2025
 
1902
- <span class="param-type">function</span>
2026
+ <span class="param-type">
2027
+
2028
+ function
2029
+
2030
+ </span>
1903
2031
 
1904
2032
 
1905
2033
 
@@ -1916,13 +2044,17 @@ BaseServer.url = '新URL';</code></pre>
1916
2044
 
1917
2045
  <tr class="deep-level-1">
1918
2046
 
1919
- <td class="name" id="callback"><code>callback</code></td>
2047
+ <td class="name"><code>callback</code></td>
1920
2048
 
1921
2049
 
1922
2050
  <td class="type">
1923
2051
 
1924
2052
 
1925
- <span class="param-type">String</span>
2053
+ <span class="param-type">
2054
+
2055
+ String
2056
+
2057
+ </span>
1926
2058
 
1927
2059
 
1928
2060
 
@@ -2062,7 +2194,7 @@ BaseServer.url = '新URL';</code></pre>
2062
2194
 
2063
2195
  <tr class="deep-level-0">
2064
2196
 
2065
- <td class="name" id="options"><code>options</code></td>
2197
+ <td class="name"><code>options</code></td>
2066
2198
 
2067
2199
 
2068
2200
  <td class="type">
@@ -2083,13 +2215,17 @@ BaseServer.url = '新URL';</code></pre>
2083
2215
 
2084
2216
  <tr class="deep-level-1">
2085
2217
 
2086
- <td class="name" id="success"><code>success</code></td>
2218
+ <td class="name"><code>success</code></td>
2087
2219
 
2088
2220
 
2089
2221
  <td class="type">
2090
2222
 
2091
2223
 
2092
- <span class="param-type">function</span>
2224
+ <span class="param-type">
2225
+
2226
+ function
2227
+
2228
+ </span>
2093
2229
 
2094
2230
 
2095
2231
 
@@ -2110,13 +2246,17 @@ BaseServer.url = '新URL';</code></pre>
2110
2246
 
2111
2247
  <tr class="deep-level-1">
2112
2248
 
2113
- <td class="name" id="failure"><code>failure</code></td>
2249
+ <td class="name"><code>failure</code></td>
2114
2250
 
2115
2251
 
2116
2252
  <td class="type">
2117
2253
 
2118
2254
 
2119
- <span class="param-type">function</span>
2255
+ <span class="param-type">
2256
+
2257
+ function
2258
+
2259
+ </span>
2120
2260
 
2121
2261
 
2122
2262
 
@@ -2137,13 +2277,17 @@ BaseServer.url = '新URL';</code></pre>
2137
2277
 
2138
2278
  <tr class="deep-level-1">
2139
2279
 
2140
- <td class="name" id="dpi"><code>dpi</code></td>
2280
+ <td class="name"><code>dpi</code></td>
2141
2281
 
2142
2282
 
2143
2283
  <td class="type">
2144
2284
 
2145
2285
 
2146
- <span class="param-type">Number</span>
2286
+ <span class="param-type">
2287
+
2288
+ Number
2289
+
2290
+ </span>
2147
2291
 
2148
2292
 
2149
2293
 
@@ -2166,13 +2310,17 @@ BaseServer.url = '新URL';</code></pre>
2166
2310
 
2167
2311
  <tr class="deep-level-1">
2168
2312
 
2169
- <td class="name" id="size"><code>size</code></td>
2313
+ <td class="name"><code>size</code></td>
2170
2314
 
2171
2315
 
2172
2316
  <td class="type">
2173
2317
 
2174
2318
 
2175
- <span class="param-type">String</span>
2319
+ <span class="param-type">
2320
+
2321
+ String
2322
+
2323
+ </span>
2176
2324
 
2177
2325
 
2178
2326
 
@@ -2316,7 +2464,7 @@ BaseServer.url = '新URL';</code></pre>
2316
2464
 
2317
2465
  <tr class="deep-level-0">
2318
2466
 
2319
- <td class="name" id="options"><code>options</code></td>
2467
+ <td class="name"><code>options</code></td>
2320
2468
 
2321
2469
 
2322
2470
  <td class="type">
@@ -2333,13 +2481,17 @@ BaseServer.url = '新URL';</code></pre>
2333
2481
 
2334
2482
  <tr class="deep-level-1">
2335
2483
 
2336
- <td class="name" id="success"><code>success</code></td>
2484
+ <td class="name"><code>success</code></td>
2337
2485
 
2338
2486
 
2339
2487
  <td class="type">
2340
2488
 
2341
2489
 
2342
- <span class="param-type">function</span>
2490
+ <span class="param-type">
2491
+
2492
+ function
2493
+
2494
+ </span>
2343
2495
 
2344
2496
 
2345
2497
 
@@ -2356,13 +2508,17 @@ BaseServer.url = '新URL';</code></pre>
2356
2508
 
2357
2509
  <tr class="deep-level-1">
2358
2510
 
2359
- <td class="name" id="failure"><code>failure</code></td>
2511
+ <td class="name"><code>failure</code></td>
2360
2512
 
2361
2513
 
2362
2514
  <td class="type">
2363
2515
 
2364
2516
 
2365
- <span class="param-type">function</span>
2517
+ <span class="param-type">
2518
+
2519
+ function
2520
+
2521
+ </span>
2366
2522
 
2367
2523
 
2368
2524
 
@@ -2502,7 +2658,7 @@ BaseServer.url = '新URL';</code></pre>
2502
2658
 
2503
2659
  <tr class="deep-level-0">
2504
2660
 
2505
- <td class="name" id="options"><code>options</code></td>
2661
+ <td class="name"><code>options</code></td>
2506
2662
 
2507
2663
 
2508
2664
  <td class="type">
@@ -2523,13 +2679,17 @@ BaseServer.url = '新URL';</code></pre>
2523
2679
 
2524
2680
  <tr class="deep-level-1">
2525
2681
 
2526
- <td class="name" id="layerId"><code>layerId</code></td>
2682
+ <td class="name"><code>layerId</code></td>
2527
2683
 
2528
2684
 
2529
2685
  <td class="type">
2530
2686
 
2531
2687
 
2532
- <span class="param-type">String</span>
2688
+ <span class="param-type">
2689
+
2690
+ String
2691
+
2692
+ </span>
2533
2693
 
2534
2694
 
2535
2695
 
@@ -2550,13 +2710,17 @@ BaseServer.url = '新URL';</code></pre>
2550
2710
 
2551
2711
  <tr class="deep-level-1">
2552
2712
 
2553
- <td class="name" id="geometry"><code>geometry</code></td>
2713
+ <td class="name"><code>geometry</code></td>
2554
2714
 
2555
2715
 
2556
2716
  <td class="type">
2557
2717
 
2558
2718
 
2559
- <span class="param-type">String</span>
2719
+ <span class="param-type">
2720
+
2721
+ String
2722
+
2723
+ </span>
2560
2724
 
2561
2725
 
2562
2726
 
@@ -2577,13 +2741,17 @@ BaseServer.url = '新URL';</code></pre>
2577
2741
 
2578
2742
  <tr class="deep-level-1">
2579
2743
 
2580
- <td class="name" id="geometryType"><code>geometryType</code></td>
2744
+ <td class="name"><code>geometryType</code></td>
2581
2745
 
2582
2746
 
2583
2747
  <td class="type">
2584
2748
 
2585
2749
 
2586
- <span class="param-type">String</span>
2750
+ <span class="param-type">
2751
+
2752
+ String
2753
+
2754
+ </span>
2587
2755
 
2588
2756
 
2589
2757
 
@@ -2604,13 +2772,17 @@ BaseServer.url = '新URL';</code></pre>
2604
2772
 
2605
2773
  <tr class="deep-level-1">
2606
2774
 
2607
- <td class="name" id="inSR"><code>inSR</code></td>
2775
+ <td class="name"><code>inSR</code></td>
2608
2776
 
2609
2777
 
2610
2778
  <td class="type">
2611
2779
 
2612
2780
 
2613
- <span class="param-type">String</span>
2781
+ <span class="param-type">
2782
+
2783
+ String
2784
+
2785
+ </span>
2614
2786
 
2615
2787
 
2616
2788
 
@@ -2631,13 +2803,17 @@ BaseServer.url = '新URL';</code></pre>
2631
2803
 
2632
2804
  <tr class="deep-level-1">
2633
2805
 
2634
- <td class="name" id="outSR"><code>outSR</code></td>
2806
+ <td class="name"><code>outSR</code></td>
2635
2807
 
2636
2808
 
2637
2809
  <td class="type">
2638
2810
 
2639
2811
 
2640
- <span class="param-type">String</span>
2812
+ <span class="param-type">
2813
+
2814
+ String
2815
+
2816
+ </span>
2641
2817
 
2642
2818
 
2643
2819
 
@@ -2658,13 +2834,17 @@ BaseServer.url = '新URL';</code></pre>
2658
2834
 
2659
2835
  <tr class="deep-level-1">
2660
2836
 
2661
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
2837
+ <td class="name"><code>spatialRel</code></td>
2662
2838
 
2663
2839
 
2664
2840
  <td class="type">
2665
2841
 
2666
2842
 
2667
- <span class="param-type">String</span>
2843
+ <span class="param-type">
2844
+
2845
+ String
2846
+
2847
+ </span>
2668
2848
 
2669
2849
 
2670
2850
 
@@ -2685,13 +2865,17 @@ BaseServer.url = '新URL';</code></pre>
2685
2865
 
2686
2866
  <tr class="deep-level-1">
2687
2867
 
2688
- <td class="name" id="units"><code>units</code></td>
2868
+ <td class="name"><code>units</code></td>
2689
2869
 
2690
2870
 
2691
2871
  <td class="type">
2692
2872
 
2693
2873
 
2694
- <span class="param-type">String</span>
2874
+ <span class="param-type">
2875
+
2876
+ String
2877
+
2878
+ </span>
2695
2879
 
2696
2880
 
2697
2881
 
@@ -2712,13 +2896,17 @@ BaseServer.url = '新URL';</code></pre>
2712
2896
 
2713
2897
  <tr class="deep-level-1">
2714
2898
 
2715
- <td class="name" id="where"><code>where</code></td>
2899
+ <td class="name"><code>where</code></td>
2716
2900
 
2717
2901
 
2718
2902
  <td class="type">
2719
2903
 
2720
2904
 
2721
- <span class="param-type">String</span>
2905
+ <span class="param-type">
2906
+
2907
+ String
2908
+
2909
+ </span>
2722
2910
 
2723
2911
 
2724
2912
 
@@ -2739,13 +2927,17 @@ BaseServer.url = '新URL';</code></pre>
2739
2927
 
2740
2928
  <tr class="deep-level-1">
2741
2929
 
2742
- <td class="name" id="objectIds"><code>objectIds</code></td>
2930
+ <td class="name"><code>objectIds</code></td>
2743
2931
 
2744
2932
 
2745
2933
  <td class="type">
2746
2934
 
2747
2935
 
2748
- <span class="param-type">String</span>
2936
+ <span class="param-type">
2937
+
2938
+ String
2939
+
2940
+ </span>
2749
2941
 
2750
2942
 
2751
2943
 
@@ -2766,13 +2958,17 @@ BaseServer.url = '新URL';</code></pre>
2766
2958
 
2767
2959
  <tr class="deep-level-1">
2768
2960
 
2769
- <td class="name" id="outFields"><code>outFields</code></td>
2961
+ <td class="name"><code>outFields</code></td>
2770
2962
 
2771
2963
 
2772
2964
  <td class="type">
2773
2965
 
2774
2966
 
2775
- <span class="param-type">String</span>
2967
+ <span class="param-type">
2968
+
2969
+ String
2970
+
2971
+ </span>
2776
2972
 
2777
2973
 
2778
2974
 
@@ -2793,13 +2989,17 @@ BaseServer.url = '新URL';</code></pre>
2793
2989
 
2794
2990
  <tr class="deep-level-1">
2795
2991
 
2796
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
2992
+ <td class="name"><code>orderByFields</code></td>
2797
2993
 
2798
2994
 
2799
2995
  <td class="type">
2800
2996
 
2801
2997
 
2802
- <span class="param-type">String</span>
2998
+ <span class="param-type">
2999
+
3000
+ String
3001
+
3002
+ </span>
2803
3003
 
2804
3004
 
2805
3005
 
@@ -2820,13 +3020,17 @@ BaseServer.url = '新URL';</code></pre>
2820
3020
 
2821
3021
  <tr class="deep-level-1">
2822
3022
 
2823
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
3023
+ <td class="name"><code>outStatistics</code></td>
2824
3024
 
2825
3025
 
2826
3026
  <td class="type">
2827
3027
 
2828
3028
 
2829
- <span class="param-type">Array.&lt;<a link="Array.<OutStatistic>.html" onclick="getTypeHTML(event)" href="OutStatistic.html">OutStatistic</a>></span>
3029
+ <span class="param-type">
3030
+
3031
+ Array.&lt;<a onclick="getTypeHTML(event)" link="OutStatistic.html">OutStatistic</a>>
3032
+
3033
+ </span>
2830
3034
 
2831
3035
 
2832
3036
 
@@ -2847,13 +3051,17 @@ BaseServer.url = '新URL';</code></pre>
2847
3051
 
2848
3052
  <tr class="deep-level-1">
2849
3053
 
2850
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3054
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
2851
3055
 
2852
3056
 
2853
3057
  <td class="type">
2854
3058
 
2855
3059
 
2856
- <span class="param-type">String</span>
3060
+ <span class="param-type">
3061
+
3062
+ String
3063
+
3064
+ </span>
2857
3065
 
2858
3066
 
2859
3067
 
@@ -2874,13 +3082,17 @@ BaseServer.url = '新URL';</code></pre>
2874
3082
 
2875
3083
  <tr class="deep-level-1">
2876
3084
 
2877
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3085
+ <td class="name"><code>geometryPrecision</code></td>
2878
3086
 
2879
3087
 
2880
3088
  <td class="type">
2881
3089
 
2882
3090
 
2883
- <span class="param-type">String</span>
3091
+ <span class="param-type">
3092
+
3093
+ String
3094
+
3095
+ </span>
2884
3096
 
2885
3097
 
2886
3098
 
@@ -2901,13 +3113,17 @@ BaseServer.url = '新URL';</code></pre>
2901
3113
 
2902
3114
  <tr class="deep-level-1">
2903
3115
 
2904
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
3116
+ <td class="name"><code>resultOffset</code></td>
2905
3117
 
2906
3118
 
2907
3119
  <td class="type">
2908
3120
 
2909
3121
 
2910
- <span class="param-type">Number</span>
3122
+ <span class="param-type">
3123
+
3124
+ Number
3125
+
3126
+ </span>
2911
3127
 
2912
3128
 
2913
3129
 
@@ -2930,13 +3146,17 @@ BaseServer.url = '新URL';</code></pre>
2930
3146
 
2931
3147
  <tr class="deep-level-1">
2932
3148
 
2933
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3149
+ <td class="name"><code>returnIdsOnly</code></td>
2934
3150
 
2935
3151
 
2936
3152
  <td class="type">
2937
3153
 
2938
3154
 
2939
- <span class="param-type">Boolean</span>
3155
+ <span class="param-type">
3156
+
3157
+ Boolean
3158
+
3159
+ </span>
2940
3160
 
2941
3161
 
2942
3162
 
@@ -2959,13 +3179,17 @@ BaseServer.url = '新URL';</code></pre>
2959
3179
 
2960
3180
  <tr class="deep-level-1">
2961
3181
 
2962
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
3182
+ <td class="name"><code>returnCountOnly</code></td>
2963
3183
 
2964
3184
 
2965
3185
  <td class="type">
2966
3186
 
2967
3187
 
2968
- <span class="param-type">Boolean</span>
3188
+ <span class="param-type">
3189
+
3190
+ Boolean
3191
+
3192
+ </span>
2969
3193
 
2970
3194
 
2971
3195
 
@@ -2988,13 +3212,17 @@ BaseServer.url = '新URL';</code></pre>
2988
3212
 
2989
3213
  <tr class="deep-level-1">
2990
3214
 
2991
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3215
+ <td class="name"><code>returnGeometry</code></td>
2992
3216
 
2993
3217
 
2994
3218
  <td class="type">
2995
3219
 
2996
3220
 
2997
- <span class="param-type">Boolean</span>
3221
+ <span class="param-type">
3222
+
3223
+ Boolean
3224
+
3225
+ </span>
2998
3226
 
2999
3227
 
3000
3228
 
@@ -3017,13 +3245,17 @@ BaseServer.url = '新URL';</code></pre>
3017
3245
 
3018
3246
  <tr class="deep-level-1">
3019
3247
 
3020
- <td class="name" id="returnZ"><code>returnZ</code></td>
3248
+ <td class="name"><code>returnZ</code></td>
3021
3249
 
3022
3250
 
3023
3251
  <td class="type">
3024
3252
 
3025
3253
 
3026
- <span class="param-type">Boolean</span>
3254
+ <span class="param-type">
3255
+
3256
+ Boolean
3257
+
3258
+ </span>
3027
3259
 
3028
3260
 
3029
3261
 
@@ -3046,13 +3278,17 @@ BaseServer.url = '新URL';</code></pre>
3046
3278
 
3047
3279
  <tr class="deep-level-1">
3048
3280
 
3049
- <td class="name" id="success"><code>success</code></td>
3281
+ <td class="name"><code>success</code></td>
3050
3282
 
3051
3283
 
3052
3284
  <td class="type">
3053
3285
 
3054
3286
 
3055
- <span class="param-type">function</span>
3287
+ <span class="param-type">
3288
+
3289
+ function
3290
+
3291
+ </span>
3056
3292
 
3057
3293
 
3058
3294
 
@@ -3073,13 +3309,17 @@ BaseServer.url = '新URL';</code></pre>
3073
3309
 
3074
3310
  <tr class="deep-level-1">
3075
3311
 
3076
- <td class="name" id="failure"><code>failure</code></td>
3312
+ <td class="name"><code>failure</code></td>
3077
3313
 
3078
3314
 
3079
3315
  <td class="type">
3080
3316
 
3081
3317
 
3082
- <span class="param-type">function</span>
3318
+ <span class="param-type">
3319
+
3320
+ function
3321
+
3322
+ </span>
3083
3323
 
3084
3324
 
3085
3325
 
@@ -3221,7 +3461,7 @@ BaseServer.url = '新URL';</code></pre>
3221
3461
 
3222
3462
  <tr class="deep-level-0">
3223
3463
 
3224
- <td class="name" id="options"><code>options</code></td>
3464
+ <td class="name"><code>options</code></td>
3225
3465
 
3226
3466
 
3227
3467
  <td class="type">
@@ -3238,13 +3478,17 @@ BaseServer.url = '新URL';</code></pre>
3238
3478
 
3239
3479
  <tr class="deep-level-1">
3240
3480
 
3241
- <td class="name" id="success"><code>success</code></td>
3481
+ <td class="name"><code>success</code></td>
3242
3482
 
3243
3483
 
3244
3484
  <td class="type">
3245
3485
 
3246
3486
 
3247
- <span class="param-type">function</span>
3487
+ <span class="param-type">
3488
+
3489
+ function
3490
+
3491
+ </span>
3248
3492
 
3249
3493
 
3250
3494
 
@@ -3261,13 +3505,17 @@ BaseServer.url = '新URL';</code></pre>
3261
3505
 
3262
3506
  <tr class="deep-level-1">
3263
3507
 
3264
- <td class="name" id="failure"><code>failure</code></td>
3508
+ <td class="name"><code>failure</code></td>
3265
3509
 
3266
3510
 
3267
3511
  <td class="type">
3268
3512
 
3269
3513
 
3270
- <span class="param-type">function</span>
3514
+ <span class="param-type">
3515
+
3516
+ function
3517
+
3518
+ </span>
3271
3519
 
3272
3520
 
3273
3521
 
@@ -3407,7 +3655,7 @@ BaseServer.url = '新URL';</code></pre>
3407
3655
 
3408
3656
  <tr class="deep-level-0">
3409
3657
 
3410
- <td class="name" id="options"><code>options</code></td>
3658
+ <td class="name"><code>options</code></td>
3411
3659
 
3412
3660
 
3413
3661
  <td class="type">
@@ -3428,13 +3676,17 @@ BaseServer.url = '新URL';</code></pre>
3428
3676
 
3429
3677
  <tr class="deep-level-1">
3430
3678
 
3431
- <td class="name" id="success"><code>success</code></td>
3679
+ <td class="name"><code>success</code></td>
3432
3680
 
3433
3681
 
3434
3682
  <td class="type">
3435
3683
 
3436
3684
 
3437
- <span class="param-type">function</span>
3685
+ <span class="param-type">
3686
+
3687
+ function
3688
+
3689
+ </span>
3438
3690
 
3439
3691
 
3440
3692
 
@@ -3457,13 +3709,17 @@ BaseServer.url = '新URL';</code></pre>
3457
3709
 
3458
3710
  <tr class="deep-level-1">
3459
3711
 
3460
- <td class="name" id="failure"><code>failure</code></td>
3712
+ <td class="name"><code>failure</code></td>
3461
3713
 
3462
3714
 
3463
3715
  <td class="type">
3464
3716
 
3465
3717
 
3466
- <span class="param-type">function</span>
3718
+ <span class="param-type">
3719
+
3720
+ function
3721
+
3722
+ </span>
3467
3723
 
3468
3724
 
3469
3725