@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
 
@@ -1517,7 +1605,7 @@ BaseServer.url = '新URL';</code></pre>
1517
1605
 
1518
1606
  <tr class="deep-level-0">
1519
1607
 
1520
- <td class="name" id="options"><code>options</code></td>
1608
+ <td class="name"><code>options</code></td>
1521
1609
 
1522
1610
 
1523
1611
  <td class="type">
@@ -1534,13 +1622,17 @@ BaseServer.url = '新URL';</code></pre>
1534
1622
 
1535
1623
  <tr class="deep-level-1">
1536
1624
 
1537
- <td class="name" id="layerId"><code>layerId</code></td>
1625
+ <td class="name"><code>layerId</code></td>
1538
1626
 
1539
1627
 
1540
1628
  <td class="type">
1541
1629
 
1542
1630
 
1543
- <span class="param-type">String</span>
1631
+ <span class="param-type">
1632
+
1633
+ String
1634
+
1635
+ </span>
1544
1636
 
1545
1637
 
1546
1638
 
@@ -1557,13 +1649,17 @@ BaseServer.url = '新URL';</code></pre>
1557
1649
 
1558
1650
  <tr class="deep-level-1">
1559
1651
 
1560
- <td class="name" id="features"><code>features</code></td>
1652
+ <td class="name"><code>features</code></td>
1561
1653
 
1562
1654
 
1563
1655
  <td class="type">
1564
1656
 
1565
1657
 
1566
- <span class="param-type">Array</span>
1658
+ <span class="param-type">
1659
+
1660
+ Array
1661
+
1662
+ </span>
1567
1663
 
1568
1664
 
1569
1665
 
@@ -1580,13 +1676,17 @@ BaseServer.url = '新URL';</code></pre>
1580
1676
 
1581
1677
  <tr class="deep-level-1">
1582
1678
 
1583
- <td class="name" id="success"><code>success</code></td>
1679
+ <td class="name"><code>success</code></td>
1584
1680
 
1585
1681
 
1586
1682
  <td class="type">
1587
1683
 
1588
1684
 
1589
- <span class="param-type">function</span>
1685
+ <span class="param-type">
1686
+
1687
+ function
1688
+
1689
+ </span>
1590
1690
 
1591
1691
 
1592
1692
 
@@ -1603,13 +1703,17 @@ BaseServer.url = '新URL';</code></pre>
1603
1703
 
1604
1704
  <tr class="deep-level-1">
1605
1705
 
1606
- <td class="name" id="failure"><code>failure</code></td>
1706
+ <td class="name"><code>failure</code></td>
1607
1707
 
1608
1708
 
1609
1709
  <td class="type">
1610
1710
 
1611
1711
 
1612
- <span class="param-type">function</span>
1712
+ <span class="param-type">
1713
+
1714
+ function
1715
+
1716
+ </span>
1613
1717
 
1614
1718
 
1615
1719
 
@@ -1626,13 +1730,17 @@ BaseServer.url = '新URL';</code></pre>
1626
1730
 
1627
1731
  <tr class="deep-level-1">
1628
1732
 
1629
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
1733
+ <td class="name"><code>gdbVersion</code></td>
1630
1734
 
1631
1735
 
1632
1736
  <td class="type">
1633
1737
 
1634
1738
 
1635
- <span class="param-type">String</span>
1739
+ <span class="param-type">
1740
+
1741
+ String
1742
+
1743
+ </span>
1636
1744
 
1637
1745
 
1638
1746
 
@@ -1649,13 +1757,17 @@ BaseServer.url = '新URL';</code></pre>
1649
1757
 
1650
1758
  <tr class="deep-level-1">
1651
1759
 
1652
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
1760
+ <td class="name"><code>rollbackOnFailure</code></td>
1653
1761
 
1654
1762
 
1655
1763
  <td class="type">
1656
1764
 
1657
1765
 
1658
- <span class="param-type">String</span>
1766
+ <span class="param-type">
1767
+
1768
+ String
1769
+
1770
+ </span>
1659
1771
 
1660
1772
 
1661
1773
 
@@ -1793,7 +1905,7 @@ BaseServer.url = '新URL';</code></pre>
1793
1905
 
1794
1906
  <tr class="deep-level-0">
1795
1907
 
1796
- <td class="name" id="options"><code>options</code></td>
1908
+ <td class="name"><code>options</code></td>
1797
1909
 
1798
1910
 
1799
1911
  <td class="type">
@@ -1810,13 +1922,17 @@ BaseServer.url = '新URL';</code></pre>
1810
1922
 
1811
1923
  <tr class="deep-level-1">
1812
1924
 
1813
- <td class="name" id="layerId"><code>layerId</code></td>
1925
+ <td class="name"><code>layerId</code></td>
1814
1926
 
1815
1927
 
1816
1928
  <td class="type">
1817
1929
 
1818
1930
 
1819
- <span class="param-type">String</span>
1931
+ <span class="param-type">
1932
+
1933
+ String
1934
+
1935
+ </span>
1820
1936
 
1821
1937
 
1822
1938
 
@@ -1833,13 +1949,17 @@ BaseServer.url = '新URL';</code></pre>
1833
1949
 
1834
1950
  <tr class="deep-level-1">
1835
1951
 
1836
- <td class="name" id="success"><code>success</code></td>
1952
+ <td class="name"><code>success</code></td>
1837
1953
 
1838
1954
 
1839
1955
  <td class="type">
1840
1956
 
1841
1957
 
1842
- <span class="param-type">function</span>
1958
+ <span class="param-type">
1959
+
1960
+ function
1961
+
1962
+ </span>
1843
1963
 
1844
1964
 
1845
1965
 
@@ -1856,13 +1976,17 @@ BaseServer.url = '新URL';</code></pre>
1856
1976
 
1857
1977
  <tr class="deep-level-1">
1858
1978
 
1859
- <td class="name" id="failure"><code>failure</code></td>
1979
+ <td class="name"><code>failure</code></td>
1860
1980
 
1861
1981
 
1862
1982
  <td class="type">
1863
1983
 
1864
1984
 
1865
- <span class="param-type">function</span>
1985
+ <span class="param-type">
1986
+
1987
+ function
1988
+
1989
+ </span>
1866
1990
 
1867
1991
 
1868
1992
 
@@ -1879,13 +2003,17 @@ BaseServer.url = '新URL';</code></pre>
1879
2003
 
1880
2004
  <tr class="deep-level-1">
1881
2005
 
1882
- <td class="name" id="objectIds"><code>objectIds</code></td>
2006
+ <td class="name"><code>objectIds</code></td>
1883
2007
 
1884
2008
 
1885
2009
  <td class="type">
1886
2010
 
1887
2011
 
1888
- <span class="param-type">String</span>
2012
+ <span class="param-type">
2013
+
2014
+ String
2015
+
2016
+ </span>
1889
2017
 
1890
2018
 
1891
2019
 
@@ -1902,13 +2030,17 @@ BaseServer.url = '新URL';</code></pre>
1902
2030
 
1903
2031
  <tr class="deep-level-1">
1904
2032
 
1905
- <td class="name" id="where"><code>where</code></td>
2033
+ <td class="name"><code>where</code></td>
1906
2034
 
1907
2035
 
1908
2036
  <td class="type">
1909
2037
 
1910
2038
 
1911
- <span class="param-type">String</span>
2039
+ <span class="param-type">
2040
+
2041
+ String
2042
+
2043
+ </span>
1912
2044
 
1913
2045
 
1914
2046
 
@@ -1925,13 +2057,17 @@ BaseServer.url = '新URL';</code></pre>
1925
2057
 
1926
2058
  <tr class="deep-level-1">
1927
2059
 
1928
- <td class="name" id="geometry"><code>geometry</code></td>
2060
+ <td class="name"><code>geometry</code></td>
1929
2061
 
1930
2062
 
1931
2063
  <td class="type">
1932
2064
 
1933
2065
 
1934
- <span class="param-type">Object</span>
2066
+ <span class="param-type">
2067
+
2068
+ Object
2069
+
2070
+ </span>
1935
2071
 
1936
2072
 
1937
2073
 
@@ -1948,13 +2084,17 @@ BaseServer.url = '新URL';</code></pre>
1948
2084
 
1949
2085
  <tr class="deep-level-1">
1950
2086
 
1951
- <td class="name" id="geometryType"><code>geometryType</code></td>
2087
+ <td class="name"><code>geometryType</code></td>
1952
2088
 
1953
2089
 
1954
2090
  <td class="type">
1955
2091
 
1956
2092
 
1957
- <span class="param-type">String</span>
2093
+ <span class="param-type">
2094
+
2095
+ String
2096
+
2097
+ </span>
1958
2098
 
1959
2099
 
1960
2100
 
@@ -1971,13 +2111,17 @@ BaseServer.url = '新URL';</code></pre>
1971
2111
 
1972
2112
  <tr class="deep-level-1">
1973
2113
 
1974
- <td class="name" id="inSR"><code>inSR</code></td>
2114
+ <td class="name"><code>inSR</code></td>
1975
2115
 
1976
2116
 
1977
2117
  <td class="type">
1978
2118
 
1979
2119
 
1980
- <span class="param-type">String</span>
2120
+ <span class="param-type">
2121
+
2122
+ String
2123
+
2124
+ </span>
1981
2125
 
1982
2126
 
1983
2127
 
@@ -1994,13 +2138,17 @@ BaseServer.url = '新URL';</code></pre>
1994
2138
 
1995
2139
  <tr class="deep-level-1">
1996
2140
 
1997
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
2141
+ <td class="name"><code>spatialRel</code></td>
1998
2142
 
1999
2143
 
2000
2144
  <td class="type">
2001
2145
 
2002
2146
 
2003
- <span class="param-type">String</span>
2147
+ <span class="param-type">
2148
+
2149
+ String
2150
+
2151
+ </span>
2004
2152
 
2005
2153
 
2006
2154
 
@@ -2017,13 +2165,17 @@ BaseServer.url = '新URL';</code></pre>
2017
2165
 
2018
2166
  <tr class="deep-level-1">
2019
2167
 
2020
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
2168
+ <td class="name"><code>gdbVersion</code></td>
2021
2169
 
2022
2170
 
2023
2171
  <td class="type">
2024
2172
 
2025
2173
 
2026
- <span class="param-type">String</span>
2174
+ <span class="param-type">
2175
+
2176
+ String
2177
+
2178
+ </span>
2027
2179
 
2028
2180
 
2029
2181
 
@@ -2040,13 +2192,17 @@ BaseServer.url = '新URL';</code></pre>
2040
2192
 
2041
2193
  <tr class="deep-level-1">
2042
2194
 
2043
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
2195
+ <td class="name"><code>rollbackOnFailure</code></td>
2044
2196
 
2045
2197
 
2046
2198
  <td class="type">
2047
2199
 
2048
2200
 
2049
- <span class="param-type">String</span>
2201
+ <span class="param-type">
2202
+
2203
+ String
2204
+
2205
+ </span>
2050
2206
 
2051
2207
 
2052
2208
 
@@ -2184,7 +2340,7 @@ BaseServer.url = '新URL';</code></pre>
2184
2340
 
2185
2341
  <tr class="deep-level-0">
2186
2342
 
2187
- <td class="name" id="options"><code>options</code></td>
2343
+ <td class="name"><code>options</code></td>
2188
2344
 
2189
2345
 
2190
2346
  <td class="type">
@@ -2201,13 +2357,17 @@ BaseServer.url = '新URL';</code></pre>
2201
2357
 
2202
2358
  <tr class="deep-level-1">
2203
2359
 
2204
- <td class="name" id="layerId"><code>layerId</code></td>
2360
+ <td class="name"><code>layerId</code></td>
2205
2361
 
2206
2362
 
2207
2363
  <td class="type">
2208
2364
 
2209
2365
 
2210
- <span class="param-type">String</span>
2366
+ <span class="param-type">
2367
+
2368
+ String
2369
+
2370
+ </span>
2211
2371
 
2212
2372
 
2213
2373
 
@@ -2224,13 +2384,17 @@ BaseServer.url = '新URL';</code></pre>
2224
2384
 
2225
2385
  <tr class="deep-level-1">
2226
2386
 
2227
- <td class="name" id="features"><code>features</code></td>
2387
+ <td class="name"><code>features</code></td>
2228
2388
 
2229
2389
 
2230
2390
  <td class="type">
2231
2391
 
2232
2392
 
2233
- <span class="param-type">Array</span>
2393
+ <span class="param-type">
2394
+
2395
+ Array
2396
+
2397
+ </span>
2234
2398
 
2235
2399
 
2236
2400
 
@@ -2247,13 +2411,17 @@ BaseServer.url = '新URL';</code></pre>
2247
2411
 
2248
2412
  <tr class="deep-level-1">
2249
2413
 
2250
- <td class="name" id="success"><code>success</code></td>
2414
+ <td class="name"><code>success</code></td>
2251
2415
 
2252
2416
 
2253
2417
  <td class="type">
2254
2418
 
2255
2419
 
2256
- <span class="param-type">function</span>
2420
+ <span class="param-type">
2421
+
2422
+ function
2423
+
2424
+ </span>
2257
2425
 
2258
2426
 
2259
2427
 
@@ -2270,13 +2438,17 @@ BaseServer.url = '新URL';</code></pre>
2270
2438
 
2271
2439
  <tr class="deep-level-1">
2272
2440
 
2273
- <td class="name" id="failure"><code>failure</code></td>
2441
+ <td class="name"><code>failure</code></td>
2274
2442
 
2275
2443
 
2276
2444
  <td class="type">
2277
2445
 
2278
2446
 
2279
- <span class="param-type">function</span>
2447
+ <span class="param-type">
2448
+
2449
+ function
2450
+
2451
+ </span>
2280
2452
 
2281
2453
 
2282
2454
 
@@ -2293,13 +2465,17 @@ BaseServer.url = '新URL';</code></pre>
2293
2465
 
2294
2466
  <tr class="deep-level-1">
2295
2467
 
2296
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
2468
+ <td class="name"><code>gdbVersion</code></td>
2297
2469
 
2298
2470
 
2299
2471
  <td class="type">
2300
2472
 
2301
2473
 
2302
- <span class="param-type">String</span>
2474
+ <span class="param-type">
2475
+
2476
+ String
2477
+
2478
+ </span>
2303
2479
 
2304
2480
 
2305
2481
 
@@ -2316,13 +2492,17 @@ BaseServer.url = '新URL';</code></pre>
2316
2492
 
2317
2493
  <tr class="deep-level-1">
2318
2494
 
2319
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
2495
+ <td class="name"><code>rollbackOnFailure</code></td>
2320
2496
 
2321
2497
 
2322
2498
  <td class="type">
2323
2499
 
2324
2500
 
2325
- <span class="param-type">String</span>
2501
+ <span class="param-type">
2502
+
2503
+ String
2504
+
2505
+ </span>
2326
2506
 
2327
2507
 
2328
2508
 
@@ -2339,13 +2519,17 @@ BaseServer.url = '新URL';</code></pre>
2339
2519
 
2340
2520
  <tr class="deep-level-1">
2341
2521
 
2342
- <td class="name" id="adds"><code>adds</code></td>
2522
+ <td class="name"><code>adds</code></td>
2343
2523
 
2344
2524
 
2345
2525
  <td class="type">
2346
2526
 
2347
2527
 
2348
- <span class="param-type">String</span>
2528
+ <span class="param-type">
2529
+
2530
+ String
2531
+
2532
+ </span>
2349
2533
 
2350
2534
 
2351
2535
 
@@ -2362,13 +2546,17 @@ BaseServer.url = '新URL';</code></pre>
2362
2546
 
2363
2547
  <tr class="deep-level-1">
2364
2548
 
2365
- <td class="name" id="updates"><code>updates</code></td>
2549
+ <td class="name"><code>updates</code></td>
2366
2550
 
2367
2551
 
2368
2552
  <td class="type">
2369
2553
 
2370
2554
 
2371
- <span class="param-type">String</span>
2555
+ <span class="param-type">
2556
+
2557
+ String
2558
+
2559
+ </span>
2372
2560
 
2373
2561
 
2374
2562
 
@@ -2385,13 +2573,17 @@ BaseServer.url = '新URL';</code></pre>
2385
2573
 
2386
2574
  <tr class="deep-level-1">
2387
2575
 
2388
- <td class="name" id="deletes"><code>deletes</code></td>
2576
+ <td class="name"><code>deletes</code></td>
2389
2577
 
2390
2578
 
2391
2579
  <td class="type">
2392
2580
 
2393
2581
 
2394
- <span class="param-type">String</span>
2582
+ <span class="param-type">
2583
+
2584
+ String
2585
+
2586
+ </span>
2395
2587
 
2396
2588
 
2397
2589
 
@@ -2529,7 +2721,7 @@ BaseServer.url = '新URL';</code></pre>
2529
2721
 
2530
2722
  <tr class="deep-level-0">
2531
2723
 
2532
- <td class="name" id="options"><code>options</code></td>
2724
+ <td class="name"><code>options</code></td>
2533
2725
 
2534
2726
 
2535
2727
  <td class="type">
@@ -2546,13 +2738,17 @@ BaseServer.url = '新URL';</code></pre>
2546
2738
 
2547
2739
  <tr class="deep-level-1">
2548
2740
 
2549
- <td class="name" id="layerId"><code>layerId</code></td>
2741
+ <td class="name"><code>layerId</code></td>
2550
2742
 
2551
2743
 
2552
2744
  <td class="type">
2553
2745
 
2554
2746
 
2555
- <span class="param-type">String</span>
2747
+ <span class="param-type">
2748
+
2749
+ String
2750
+
2751
+ </span>
2556
2752
 
2557
2753
 
2558
2754
 
@@ -2569,13 +2765,17 @@ BaseServer.url = '新URL';</code></pre>
2569
2765
 
2570
2766
  <tr class="deep-level-1">
2571
2767
 
2572
- <td class="name" id="featureId"><code>featureId</code></td>
2768
+ <td class="name"><code>featureId</code></td>
2573
2769
 
2574
2770
 
2575
2771
  <td class="type">
2576
2772
 
2577
2773
 
2578
- <span class="param-type">String</span>
2774
+ <span class="param-type">
2775
+
2776
+ String
2777
+
2778
+ </span>
2579
2779
 
2580
2780
 
2581
2781
 
@@ -2592,13 +2792,17 @@ BaseServer.url = '新URL';</code></pre>
2592
2792
 
2593
2793
  <tr class="deep-level-1">
2594
2794
 
2595
- <td class="name" id="success"><code>success</code></td>
2795
+ <td class="name"><code>success</code></td>
2596
2796
 
2597
2797
 
2598
2798
  <td class="type">
2599
2799
 
2600
2800
 
2601
- <span class="param-type">function</span>
2801
+ <span class="param-type">
2802
+
2803
+ function
2804
+
2805
+ </span>
2602
2806
 
2603
2807
 
2604
2808
 
@@ -2615,13 +2819,17 @@ BaseServer.url = '新URL';</code></pre>
2615
2819
 
2616
2820
  <tr class="deep-level-1">
2617
2821
 
2618
- <td class="name" id="failure"><code>failure</code></td>
2822
+ <td class="name"><code>failure</code></td>
2619
2823
 
2620
2824
 
2621
2825
  <td class="type">
2622
2826
 
2623
2827
 
2624
- <span class="param-type">function</span>
2828
+ <span class="param-type">
2829
+
2830
+ function
2831
+
2832
+ </span>
2625
2833
 
2626
2834
 
2627
2835
 
@@ -2759,7 +2967,7 @@ BaseServer.url = '新URL';</code></pre>
2759
2967
 
2760
2968
  <tr class="deep-level-0">
2761
2969
 
2762
- <td class="name" id="options"><code>options</code></td>
2970
+ <td class="name"><code>options</code></td>
2763
2971
 
2764
2972
 
2765
2973
  <td class="type">
@@ -2776,13 +2984,17 @@ BaseServer.url = '新URL';</code></pre>
2776
2984
 
2777
2985
  <tr class="deep-level-1">
2778
2986
 
2779
- <td class="name" id="success"><code>success</code></td>
2987
+ <td class="name"><code>success</code></td>
2780
2988
 
2781
2989
 
2782
2990
  <td class="type">
2783
2991
 
2784
2992
 
2785
- <span class="param-type">function</span>
2993
+ <span class="param-type">
2994
+
2995
+ function
2996
+
2997
+ </span>
2786
2998
 
2787
2999
 
2788
3000
 
@@ -2799,13 +3011,17 @@ BaseServer.url = '新URL';</code></pre>
2799
3011
 
2800
3012
  <tr class="deep-level-1">
2801
3013
 
2802
- <td class="name" id="failure"><code>failure</code></td>
3014
+ <td class="name"><code>failure</code></td>
2803
3015
 
2804
3016
 
2805
3017
  <td class="type">
2806
3018
 
2807
3019
 
2808
- <span class="param-type">function</span>
3020
+ <span class="param-type">
3021
+
3022
+ function
3023
+
3024
+ </span>
2809
3025
 
2810
3026
 
2811
3027
 
@@ -2822,13 +3038,17 @@ BaseServer.url = '新URL';</code></pre>
2822
3038
 
2823
3039
  <tr class="deep-level-1">
2824
3040
 
2825
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
3041
+ <td class="name"><code>layerDefs</code></td>
2826
3042
 
2827
3043
 
2828
3044
  <td class="type">
2829
3045
 
2830
3046
 
2831
- <span class="param-type">Array</span>
3047
+ <span class="param-type">
3048
+
3049
+ Array
3050
+
3051
+ </span>
2832
3052
 
2833
3053
 
2834
3054
 
@@ -2845,13 +3065,17 @@ BaseServer.url = '新URL';</code></pre>
2845
3065
 
2846
3066
  <tr class="deep-level-1">
2847
3067
 
2848
- <td class="name" id="geometries"><code>geometries</code></td>
3068
+ <td class="name"><code>geometries</code></td>
2849
3069
 
2850
3070
 
2851
3071
  <td class="type">
2852
3072
 
2853
3073
 
2854
- <span class="param-type">Object</span>
3074
+ <span class="param-type">
3075
+
3076
+ Object
3077
+
3078
+ </span>
2855
3079
 
2856
3080
 
2857
3081
 
@@ -2868,13 +3092,17 @@ BaseServer.url = '新URL';</code></pre>
2868
3092
 
2869
3093
  <tr class="deep-level-1">
2870
3094
 
2871
- <td class="name" id="geometryType"><code>geometryType</code></td>
3095
+ <td class="name"><code>geometryType</code></td>
2872
3096
 
2873
3097
 
2874
3098
  <td class="type">
2875
3099
 
2876
3100
 
2877
- <span class="param-type">String</span>
3101
+ <span class="param-type">
3102
+
3103
+ String
3104
+
3105
+ </span>
2878
3106
 
2879
3107
 
2880
3108
 
@@ -2891,13 +3119,17 @@ BaseServer.url = '新URL';</code></pre>
2891
3119
 
2892
3120
  <tr class="deep-level-1">
2893
3121
 
2894
- <td class="name" id="inSR"><code>inSR</code></td>
3122
+ <td class="name"><code>inSR</code></td>
2895
3123
 
2896
3124
 
2897
3125
  <td class="type">
2898
3126
 
2899
3127
 
2900
- <span class="param-type">String</span>
3128
+ <span class="param-type">
3129
+
3130
+ String
3131
+
3132
+ </span>
2901
3133
 
2902
3134
 
2903
3135
 
@@ -2914,13 +3146,17 @@ BaseServer.url = '新URL';</code></pre>
2914
3146
 
2915
3147
  <tr class="deep-level-1">
2916
3148
 
2917
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3149
+ <td class="name"><code>spatialRel</code></td>
2918
3150
 
2919
3151
 
2920
3152
  <td class="type">
2921
3153
 
2922
3154
 
2923
- <span class="param-type">String</span>
3155
+ <span class="param-type">
3156
+
3157
+ String
3158
+
3159
+ </span>
2924
3160
 
2925
3161
 
2926
3162
 
@@ -2937,13 +3173,17 @@ BaseServer.url = '新URL';</code></pre>
2937
3173
 
2938
3174
  <tr class="deep-level-1">
2939
3175
 
2940
- <td class="name" id="time"><code>time</code></td>
3176
+ <td class="name"><code>time</code></td>
2941
3177
 
2942
3178
 
2943
3179
  <td class="type">
2944
3180
 
2945
3181
 
2946
- <span class="param-type">Number</span>
3182
+ <span class="param-type">
3183
+
3184
+ Number
3185
+
3186
+ </span>
2947
3187
 
2948
3188
 
2949
3189
 
@@ -2960,13 +3200,17 @@ BaseServer.url = '新URL';</code></pre>
2960
3200
 
2961
3201
  <tr class="deep-level-1">
2962
3202
 
2963
- <td class="name" id="outSR"><code>outSR</code></td>
3203
+ <td class="name"><code>outSR</code></td>
2964
3204
 
2965
3205
 
2966
3206
  <td class="type">
2967
3207
 
2968
3208
 
2969
- <span class="param-type">String</span>
3209
+ <span class="param-type">
3210
+
3211
+ String
3212
+
3213
+ </span>
2970
3214
 
2971
3215
 
2972
3216
 
@@ -2983,13 +3227,17 @@ BaseServer.url = '新URL';</code></pre>
2983
3227
 
2984
3228
  <tr class="deep-level-1">
2985
3229
 
2986
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
3230
+ <td class="name"><code>gdbVersion</code></td>
2987
3231
 
2988
3232
 
2989
3233
  <td class="type">
2990
3234
 
2991
3235
 
2992
- <span class="param-type">String</span>
3236
+ <span class="param-type">
3237
+
3238
+ String
3239
+
3240
+ </span>
2993
3241
 
2994
3242
 
2995
3243
 
@@ -3006,13 +3254,17 @@ BaseServer.url = '新URL';</code></pre>
3006
3254
 
3007
3255
  <tr class="deep-level-1">
3008
3256
 
3009
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3257
+ <td class="name"><code>returnGeometry</code></td>
3010
3258
 
3011
3259
 
3012
3260
  <td class="type">
3013
3261
 
3014
3262
 
3015
- <span class="param-type">Boolean</span>
3263
+ <span class="param-type">
3264
+
3265
+ Boolean
3266
+
3267
+ </span>
3016
3268
 
3017
3269
 
3018
3270
 
@@ -3029,13 +3281,17 @@ BaseServer.url = '新URL';</code></pre>
3029
3281
 
3030
3282
  <tr class="deep-level-1">
3031
3283
 
3032
- <td class="name" id="maxAllowableOffset"><code>maxAllowableOffset</code></td>
3284
+ <td class="name"><code>maxAllowableOffset</code></td>
3033
3285
 
3034
3286
 
3035
3287
  <td class="type">
3036
3288
 
3037
3289
 
3038
- <span class="param-type">Number</span>
3290
+ <span class="param-type">
3291
+
3292
+ Number
3293
+
3294
+ </span>
3039
3295
 
3040
3296
 
3041
3297
 
@@ -3052,13 +3308,17 @@ BaseServer.url = '新URL';</code></pre>
3052
3308
 
3053
3309
  <tr class="deep-level-1">
3054
3310
 
3055
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3311
+ <td class="name"><code>returnIdsOnly</code></td>
3056
3312
 
3057
3313
 
3058
3314
  <td class="type">
3059
3315
 
3060
3316
 
3061
- <span class="param-type">Boolean</span>
3317
+ <span class="param-type">
3318
+
3319
+ Boolean
3320
+
3321
+ </span>
3062
3322
 
3063
3323
 
3064
3324
 
@@ -3075,13 +3335,17 @@ BaseServer.url = '新URL';</code></pre>
3075
3335
 
3076
3336
  <tr class="deep-level-1">
3077
3337
 
3078
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
3338
+ <td class="name"><code>returnCountOnly</code></td>
3079
3339
 
3080
3340
 
3081
3341
  <td class="type">
3082
3342
 
3083
3343
 
3084
- <span class="param-type">Boolean</span>
3344
+ <span class="param-type">
3345
+
3346
+ Boolean
3347
+
3348
+ </span>
3085
3349
 
3086
3350
 
3087
3351
 
@@ -3098,13 +3362,17 @@ BaseServer.url = '新URL';</code></pre>
3098
3362
 
3099
3363
  <tr class="deep-level-1">
3100
3364
 
3101
- <td class="name" id="returnZ"><code>returnZ</code></td>
3365
+ <td class="name"><code>returnZ</code></td>
3102
3366
 
3103
3367
 
3104
3368
  <td class="type">
3105
3369
 
3106
3370
 
3107
- <span class="param-type">Boolean</span>
3371
+ <span class="param-type">
3372
+
3373
+ Boolean
3374
+
3375
+ </span>
3108
3376
 
3109
3377
 
3110
3378
 
@@ -3121,13 +3389,17 @@ BaseServer.url = '新URL';</code></pre>
3121
3389
 
3122
3390
  <tr class="deep-level-1">
3123
3391
 
3124
- <td class="name" id="returnM"><code>returnM</code></td>
3392
+ <td class="name"><code>returnM</code></td>
3125
3393
 
3126
3394
 
3127
3395
  <td class="type">
3128
3396
 
3129
3397
 
3130
- <span class="param-type">Boolean</span>
3398
+ <span class="param-type">
3399
+
3400
+ Boolean
3401
+
3402
+ </span>
3131
3403
 
3132
3404
 
3133
3405
 
@@ -3144,13 +3416,17 @@ BaseServer.url = '新URL';</code></pre>
3144
3416
 
3145
3417
  <tr class="deep-level-1">
3146
3418
 
3147
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3419
+ <td class="name"><code>geometryPrecision</code></td>
3148
3420
 
3149
3421
 
3150
3422
  <td class="type">
3151
3423
 
3152
3424
 
3153
- <span class="param-type">Number</span>
3425
+ <span class="param-type">
3426
+
3427
+ Number
3428
+
3429
+ </span>
3154
3430
 
3155
3431
 
3156
3432
 
@@ -3288,7 +3564,7 @@ BaseServer.url = '新URL';</code></pre>
3288
3564
 
3289
3565
  <tr class="deep-level-0">
3290
3566
 
3291
- <td class="name" id="options"><code>options</code></td>
3567
+ <td class="name"><code>options</code></td>
3292
3568
 
3293
3569
 
3294
3570
  <td class="type">
@@ -3305,13 +3581,17 @@ BaseServer.url = '新URL';</code></pre>
3305
3581
 
3306
3582
  <tr class="deep-level-1">
3307
3583
 
3308
- <td class="name" id="layerId"><code>layerId</code></td>
3584
+ <td class="name"><code>layerId</code></td>
3309
3585
 
3310
3586
 
3311
3587
  <td class="type">
3312
3588
 
3313
3589
 
3314
- <span class="param-type">String</span>
3590
+ <span class="param-type">
3591
+
3592
+ String
3593
+
3594
+ </span>
3315
3595
 
3316
3596
 
3317
3597
 
@@ -3328,13 +3608,17 @@ BaseServer.url = '新URL';</code></pre>
3328
3608
 
3329
3609
  <tr class="deep-level-1">
3330
3610
 
3331
- <td class="name" id="where"><code>where</code></td>
3611
+ <td class="name"><code>where</code></td>
3332
3612
 
3333
3613
 
3334
3614
  <td class="type">
3335
3615
 
3336
3616
 
3337
- <span class="param-type">String</span>
3617
+ <span class="param-type">
3618
+
3619
+ String
3620
+
3621
+ </span>
3338
3622
 
3339
3623
 
3340
3624
 
@@ -3351,13 +3635,17 @@ BaseServer.url = '新URL';</code></pre>
3351
3635
 
3352
3636
  <tr class="deep-level-1">
3353
3637
 
3354
- <td class="name" id="success"><code>success</code></td>
3638
+ <td class="name"><code>success</code></td>
3355
3639
 
3356
3640
 
3357
3641
  <td class="type">
3358
3642
 
3359
3643
 
3360
- <span class="param-type">function</span>
3644
+ <span class="param-type">
3645
+
3646
+ function
3647
+
3648
+ </span>
3361
3649
 
3362
3650
 
3363
3651
 
@@ -3374,13 +3662,17 @@ BaseServer.url = '新URL';</code></pre>
3374
3662
 
3375
3663
  <tr class="deep-level-1">
3376
3664
 
3377
- <td class="name" id="failure"><code>failure</code></td>
3665
+ <td class="name"><code>failure</code></td>
3378
3666
 
3379
3667
 
3380
3668
  <td class="type">
3381
3669
 
3382
3670
 
3383
- <span class="param-type">function</span>
3671
+ <span class="param-type">
3672
+
3673
+ function
3674
+
3675
+ </span>
3384
3676
 
3385
3677
 
3386
3678
 
@@ -3518,7 +3810,7 @@ BaseServer.url = '新URL';</code></pre>
3518
3810
 
3519
3811
  <tr class="deep-level-0">
3520
3812
 
3521
- <td class="name" id="options"><code>options</code></td>
3813
+ <td class="name"><code>options</code></td>
3522
3814
 
3523
3815
 
3524
3816
  <td class="type">
@@ -3535,13 +3827,17 @@ BaseServer.url = '新URL';</code></pre>
3535
3827
 
3536
3828
  <tr class="deep-level-1">
3537
3829
 
3538
- <td class="name" id="layerId"><code>layerId</code></td>
3830
+ <td class="name"><code>layerId</code></td>
3539
3831
 
3540
3832
 
3541
3833
  <td class="type">
3542
3834
 
3543
3835
 
3544
- <span class="param-type">String</span>
3836
+ <span class="param-type">
3837
+
3838
+ String
3839
+
3840
+ </span>
3545
3841
 
3546
3842
 
3547
3843
 
@@ -3558,13 +3854,17 @@ BaseServer.url = '新URL';</code></pre>
3558
3854
 
3559
3855
  <tr class="deep-level-1">
3560
3856
 
3561
- <td class="name" id="success"><code>success</code></td>
3857
+ <td class="name"><code>success</code></td>
3562
3858
 
3563
3859
 
3564
3860
  <td class="type">
3565
3861
 
3566
3862
 
3567
- <span class="param-type">function</span>
3863
+ <span class="param-type">
3864
+
3865
+ function
3866
+
3867
+ </span>
3568
3868
 
3569
3869
 
3570
3870
 
@@ -3581,13 +3881,17 @@ BaseServer.url = '新URL';</code></pre>
3581
3881
 
3582
3882
  <tr class="deep-level-1">
3583
3883
 
3584
- <td class="name" id="failure"><code>failure</code></td>
3884
+ <td class="name"><code>failure</code></td>
3585
3885
 
3586
3886
 
3587
3887
  <td class="type">
3588
3888
 
3589
3889
 
3590
- <span class="param-type">function</span>
3890
+ <span class="param-type">
3891
+
3892
+ function
3893
+
3894
+ </span>
3591
3895
 
3592
3896
 
3593
3897
 
@@ -3727,7 +4031,7 @@ BaseServer.url = '新URL';</code></pre>
3727
4031
 
3728
4032
  <tr class="deep-level-0">
3729
4033
 
3730
- <td class="name" id="options"><code>options</code></td>
4034
+ <td class="name"><code>options</code></td>
3731
4035
 
3732
4036
 
3733
4037
  <td class="type">
@@ -3748,13 +4052,17 @@ BaseServer.url = '新URL';</code></pre>
3748
4052
 
3749
4053
  <tr class="deep-level-1">
3750
4054
 
3751
- <td class="name" id="success"><code>success</code></td>
4055
+ <td class="name"><code>success</code></td>
3752
4056
 
3753
4057
 
3754
4058
  <td class="type">
3755
4059
 
3756
4060
 
3757
- <span class="param-type">function</span>
4061
+ <span class="param-type">
4062
+
4063
+ function
4064
+
4065
+ </span>
3758
4066
 
3759
4067
 
3760
4068
 
@@ -3777,13 +4085,17 @@ BaseServer.url = '新URL';</code></pre>
3777
4085
 
3778
4086
  <tr class="deep-level-1">
3779
4087
 
3780
- <td class="name" id="failure"><code>failure</code></td>
4088
+ <td class="name"><code>failure</code></td>
3781
4089
 
3782
4090
 
3783
4091
  <td class="type">
3784
4092
 
3785
4093
 
3786
- <span class="param-type">function</span>
4094
+ <span class="param-type">
4095
+
4096
+ function
4097
+
4098
+ </span>
3787
4099
 
3788
4100
 
3789
4101
 
@@ -3960,7 +4272,7 @@ BaseServer.url = '新URL';</code></pre>
3960
4272
 
3961
4273
  <tr class="deep-level-0">
3962
4274
 
3963
- <td class="name" id="options"><code>options</code></td>
4275
+ <td class="name"><code>options</code></td>
3964
4276
 
3965
4277
 
3966
4278
  <td class="type">
@@ -3977,13 +4289,17 @@ BaseServer.url = '新URL';</code></pre>
3977
4289
 
3978
4290
  <tr class="deep-level-1">
3979
4291
 
3980
- <td class="name" id="geometries"><code>geometries</code></td>
4292
+ <td class="name"><code>geometries</code></td>
3981
4293
 
3982
4294
 
3983
4295
  <td class="type">
3984
4296
 
3985
4297
 
3986
- <span class="param-type">Object</span>
4298
+ <span class="param-type">
4299
+
4300
+ Object
4301
+
4302
+ </span>
3987
4303
 
3988
4304
 
3989
4305
 
@@ -4000,13 +4316,17 @@ BaseServer.url = '新URL';</code></pre>
4000
4316
 
4001
4317
  <tr class="deep-level-1">
4002
4318
 
4003
- <td class="name" id="sr"><code>sr</code></td>
4319
+ <td class="name"><code>sr</code></td>
4004
4320
 
4005
4321
 
4006
4322
  <td class="type">
4007
4323
 
4008
4324
 
4009
- <span class="param-type">String</span>
4325
+ <span class="param-type">
4326
+
4327
+ String
4328
+
4329
+ </span>
4010
4330
 
4011
4331
 
4012
4332
 
@@ -4023,13 +4343,17 @@ BaseServer.url = '新URL';</code></pre>
4023
4343
 
4024
4344
  <tr class="deep-level-1">
4025
4345
 
4026
- <td class="name" id="success"><code>success</code></td>
4346
+ <td class="name"><code>success</code></td>
4027
4347
 
4028
4348
 
4029
4349
  <td class="type">
4030
4350
 
4031
4351
 
4032
- <span class="param-type">function</span>
4352
+ <span class="param-type">
4353
+
4354
+ function
4355
+
4356
+ </span>
4033
4357
 
4034
4358
 
4035
4359
 
@@ -4046,13 +4370,17 @@ BaseServer.url = '新URL';</code></pre>
4046
4370
 
4047
4371
  <tr class="deep-level-1">
4048
4372
 
4049
- <td class="name" id="failure"><code>failure</code></td>
4373
+ <td class="name"><code>failure</code></td>
4050
4374
 
4051
4375
 
4052
4376
  <td class="type">
4053
4377
 
4054
4378
 
4055
- <span class="param-type">function</span>
4379
+ <span class="param-type">
4380
+
4381
+ function
4382
+
4383
+ </span>
4056
4384
 
4057
4385
 
4058
4386
 
@@ -4190,7 +4518,7 @@ BaseServer.url = '新URL';</code></pre>
4190
4518
 
4191
4519
  <tr class="deep-level-0">
4192
4520
 
4193
- <td class="name" id="options"><code>options</code></td>
4521
+ <td class="name"><code>options</code></td>
4194
4522
 
4195
4523
 
4196
4524
  <td class="type">
@@ -4207,13 +4535,17 @@ BaseServer.url = '新URL';</code></pre>
4207
4535
 
4208
4536
  <tr class="deep-level-1">
4209
4537
 
4210
- <td class="name" id="layerId"><code>layerId</code></td>
4538
+ <td class="name"><code>layerId</code></td>
4211
4539
 
4212
4540
 
4213
4541
  <td class="type">
4214
4542
 
4215
4543
 
4216
- <span class="param-type">String</span>
4544
+ <span class="param-type">
4545
+
4546
+ String
4547
+
4548
+ </span>
4217
4549
 
4218
4550
 
4219
4551
 
@@ -4230,13 +4562,17 @@ BaseServer.url = '新URL';</code></pre>
4230
4562
 
4231
4563
  <tr class="deep-level-1">
4232
4564
 
4233
- <td class="name" id="features"><code>features</code></td>
4565
+ <td class="name"><code>features</code></td>
4234
4566
 
4235
4567
 
4236
4568
  <td class="type">
4237
4569
 
4238
4570
 
4239
- <span class="param-type">Array</span>
4571
+ <span class="param-type">
4572
+
4573
+ Array
4574
+
4575
+ </span>
4240
4576
 
4241
4577
 
4242
4578
 
@@ -4253,13 +4589,17 @@ BaseServer.url = '新URL';</code></pre>
4253
4589
 
4254
4590
  <tr class="deep-level-1">
4255
4591
 
4256
- <td class="name" id="success"><code>success</code></td>
4592
+ <td class="name"><code>success</code></td>
4257
4593
 
4258
4594
 
4259
4595
  <td class="type">
4260
4596
 
4261
4597
 
4262
- <span class="param-type">function</span>
4598
+ <span class="param-type">
4599
+
4600
+ function
4601
+
4602
+ </span>
4263
4603
 
4264
4604
 
4265
4605
 
@@ -4276,13 +4616,17 @@ BaseServer.url = '新URL';</code></pre>
4276
4616
 
4277
4617
  <tr class="deep-level-1">
4278
4618
 
4279
- <td class="name" id="failure"><code>failure</code></td>
4619
+ <td class="name"><code>failure</code></td>
4280
4620
 
4281
4621
 
4282
4622
  <td class="type">
4283
4623
 
4284
4624
 
4285
- <span class="param-type">function</span>
4625
+ <span class="param-type">
4626
+
4627
+ function
4628
+
4629
+ </span>
4286
4630
 
4287
4631
 
4288
4632
 
@@ -4299,13 +4643,17 @@ BaseServer.url = '新URL';</code></pre>
4299
4643
 
4300
4644
  <tr class="deep-level-1">
4301
4645
 
4302
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
4646
+ <td class="name"><code>gdbVersion</code></td>
4303
4647
 
4304
4648
 
4305
4649
  <td class="type">
4306
4650
 
4307
4651
 
4308
- <span class="param-type">String</span>
4652
+ <span class="param-type">
4653
+
4654
+ String
4655
+
4656
+ </span>
4309
4657
 
4310
4658
 
4311
4659
 
@@ -4322,13 +4670,17 @@ BaseServer.url = '新URL';</code></pre>
4322
4670
 
4323
4671
  <tr class="deep-level-1">
4324
4672
 
4325
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
4673
+ <td class="name"><code>rollbackOnFailure</code></td>
4326
4674
 
4327
4675
 
4328
4676
  <td class="type">
4329
4677
 
4330
4678
 
4331
- <span class="param-type">String</span>
4679
+ <span class="param-type">
4680
+
4681
+ String
4682
+
4683
+ </span>
4332
4684
 
4333
4685
 
4334
4686