@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
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -263,7 +271,11 @@ const featureServer = new FeatureServer({
263
271
  <td class="name">
264
272
  <code>
265
273
 
266
- <span class="param-type">Boolean</span>
274
+ <span class="param-type">
275
+
276
+ Boolean
277
+
278
+ </span>
267
279
 
268
280
 
269
281
 
@@ -277,7 +289,11 @@ const featureServer = new FeatureServer({
277
289
  <td class="name">
278
290
  <code>
279
291
 
280
- <span class="param-type">Boolean</span>
292
+ <span class="param-type">
293
+
294
+ Boolean
295
+
296
+ </span>
281
297
 
282
298
 
283
299
 
@@ -291,7 +307,11 @@ const featureServer = new FeatureServer({
291
307
  <td class="name">
292
308
  <code>
293
309
 
294
- <span class="param-type">String</span>
310
+ <span class="param-type">
311
+
312
+ String
313
+
314
+ </span>
295
315
 
296
316
 
297
317
 
@@ -305,7 +325,11 @@ const featureServer = new FeatureServer({
305
325
  <td class="name">
306
326
  <code>
307
327
 
308
- <span class="param-type">function</span>
328
+ <span class="param-type">
329
+
330
+ function
331
+
332
+ </span>
309
333
 
310
334
 
311
335
 
@@ -319,7 +343,11 @@ const featureServer = new FeatureServer({
319
343
  <td class="name">
320
344
  <code>
321
345
 
322
- <span class="param-type">String</span>
346
+ <span class="param-type">
347
+
348
+ String
349
+
350
+ </span>
323
351
 
324
352
 
325
353
 
@@ -333,7 +361,11 @@ const featureServer = new FeatureServer({
333
361
  <td class="name">
334
362
  <code>
335
363
 
336
- <span class="param-type">function</span>
364
+ <span class="param-type">
365
+
366
+ function
367
+
368
+ </span>
337
369
 
338
370
 
339
371
 
@@ -347,7 +379,11 @@ const featureServer = new FeatureServer({
347
379
  <td class="name">
348
380
  <code>
349
381
 
350
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
382
+ <span class="param-type">
383
+
384
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
385
+
386
+ </span>
351
387
 
352
388
 
353
389
 
@@ -361,7 +397,11 @@ const featureServer = new FeatureServer({
361
397
  <td class="name">
362
398
  <code>
363
399
 
364
- <span class="param-type">String</span>
400
+ <span class="param-type">
401
+
402
+ String
403
+
404
+ </span>
365
405
 
366
406
 
367
407
 
@@ -375,7 +415,11 @@ const featureServer = new FeatureServer({
375
415
  <td class="name">
376
416
  <code>
377
417
 
378
- <span class="param-type">String</span>
418
+ <span class="param-type">
419
+
420
+ String
421
+
422
+ </span>
379
423
 
380
424
 
381
425
 
@@ -389,7 +433,11 @@ const featureServer = new FeatureServer({
389
433
  <td class="name">
390
434
  <code>
391
435
 
392
- <span class="param-type">String</span>
436
+ <span class="param-type">
437
+
438
+ String
439
+
440
+ </span>
393
441
 
394
442
 
395
443
 
@@ -409,7 +457,11 @@ const featureServer = new FeatureServer({
409
457
  <span class="method-parameter is-pulled-right">
410
458
  <label>类型:</label>
411
459
 
412
- <span class="param-type">Boolean</span>
460
+ <span class="param-type">
461
+
462
+ Boolean
463
+
464
+ </span>
413
465
 
414
466
 
415
467
 
@@ -485,7 +537,11 @@ const featureServer = new FeatureServer({
485
537
  <span class="method-parameter is-pulled-right">
486
538
  <label>类型:</label>
487
539
 
488
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
489
545
 
490
546
 
491
547
 
@@ -582,7 +638,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
582
638
  <span class="method-parameter is-pulled-right">
583
639
  <label>类型:</label>
584
640
 
585
- <span class="param-type">String</span>
641
+ <span class="param-type">
642
+
643
+ String
644
+
645
+ </span>
586
646
 
587
647
 
588
648
 
@@ -680,7 +740,11 @@ BaseServer.headers.token = '新token';</code></pre>
680
740
  <span class="method-parameter is-pulled-right">
681
741
  <label>类型:</label>
682
742
 
683
- <span class="param-type">function</span>
743
+ <span class="param-type">
744
+
745
+ function
746
+
747
+ </span>
684
748
 
685
749
 
686
750
 
@@ -784,7 +848,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
784
848
  <span class="method-parameter is-pulled-right">
785
849
  <label>类型:</label>
786
850
 
787
- <span class="param-type">String</span>
851
+ <span class="param-type">
852
+
853
+ String
854
+
855
+ </span>
788
856
 
789
857
 
790
858
 
@@ -878,7 +946,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
878
946
  <span class="method-parameter is-pulled-right">
879
947
  <label>类型:</label>
880
948
 
881
- <span class="param-type">function</span>
949
+ <span class="param-type">
950
+
951
+ function
952
+
953
+ </span>
882
954
 
883
955
 
884
956
 
@@ -984,7 +1056,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
984
1056
  <span class="method-parameter is-pulled-right">
985
1057
  <label>类型:</label>
986
1058
 
987
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1059
+ <span class="param-type">
1060
+
1061
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1062
+
1063
+ </span>
988
1064
 
989
1065
 
990
1066
 
@@ -1082,7 +1158,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1082
1158
  <span class="method-parameter is-pulled-right">
1083
1159
  <label>类型:</label>
1084
1160
 
1085
- <span class="param-type">String</span>
1161
+ <span class="param-type">
1162
+
1163
+ String
1164
+
1165
+ </span>
1086
1166
 
1087
1167
 
1088
1168
 
@@ -1175,7 +1255,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1175
1255
  <span class="method-parameter is-pulled-right">
1176
1256
  <label>类型:</label>
1177
1257
 
1178
- <span class="param-type">String</span>
1258
+ <span class="param-type">
1259
+
1260
+ String
1261
+
1262
+ </span>
1179
1263
 
1180
1264
 
1181
1265
 
@@ -1268,7 +1352,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1268
1352
  <span class="method-parameter is-pulled-right">
1269
1353
  <label>类型:</label>
1270
1354
 
1271
- <span class="param-type">String</span>
1355
+ <span class="param-type">
1356
+
1357
+ String
1358
+
1359
+ </span>
1272
1360
 
1273
1361
 
1274
1362
 
@@ -1382,7 +1470,11 @@ BaseServer.url = '新URL';</code></pre>
1382
1470
  <code>
1383
1471
 
1384
1472
 
1385
- <span class="param-type">Promise.&lt;Object></span>
1473
+ <span class="param-type">
1474
+
1475
+ Promise.&lt;Object>
1476
+
1477
+ </span>
1386
1478
 
1387
1479
 
1388
1480
 
@@ -1398,7 +1490,11 @@ BaseServer.url = '新URL';</code></pre>
1398
1490
  <code>
1399
1491
 
1400
1492
 
1401
- <span class="param-type">Promise.&lt;Object></span>
1493
+ <span class="param-type">
1494
+
1495
+ Promise.&lt;Object>
1496
+
1497
+ </span>
1402
1498
 
1403
1499
 
1404
1500
 
@@ -1414,7 +1510,11 @@ BaseServer.url = '新URL';</code></pre>
1414
1510
  <code>
1415
1511
 
1416
1512
 
1417
- <span class="param-type">Promise.&lt;Object></span>
1513
+ <span class="param-type">
1514
+
1515
+ Promise.&lt;Object>
1516
+
1517
+ </span>
1418
1518
 
1419
1519
 
1420
1520
 
@@ -1430,7 +1530,11 @@ BaseServer.url = '新URL';</code></pre>
1430
1530
  <code>
1431
1531
 
1432
1532
 
1433
- <span class="param-type">Promise.&lt;Object></span>
1533
+ <span class="param-type">
1534
+
1535
+ Promise.&lt;Object>
1536
+
1537
+ </span>
1434
1538
 
1435
1539
 
1436
1540
 
@@ -1446,7 +1550,11 @@ BaseServer.url = '新URL';</code></pre>
1446
1550
  <code>
1447
1551
 
1448
1552
 
1449
- <span class="param-type">Promise.&lt;Object></span>
1553
+ <span class="param-type">
1554
+
1555
+ Promise.&lt;Object>
1556
+
1557
+ </span>
1450
1558
 
1451
1559
 
1452
1560
 
@@ -1462,7 +1570,11 @@ BaseServer.url = '新URL';</code></pre>
1462
1570
  <code>
1463
1571
 
1464
1572
 
1465
- <span class="param-type">Promise.&lt;Object></span>
1573
+ <span class="param-type">
1574
+
1575
+ Promise.&lt;Object>
1576
+
1577
+ </span>
1466
1578
 
1467
1579
 
1468
1580
 
@@ -1488,7 +1600,11 @@ BaseServer.url = '新URL';</code></pre>
1488
1600
  <code>
1489
1601
 
1490
1602
 
1491
- <span class="param-type">Promise.&lt;Object></span>
1603
+ <span class="param-type">
1604
+
1605
+ Promise.&lt;Object>
1606
+
1607
+ </span>
1492
1608
 
1493
1609
 
1494
1610
 
@@ -1558,7 +1674,7 @@ BaseServer.url = '新URL';</code></pre>
1558
1674
 
1559
1675
  <tr class="deep-level-0">
1560
1676
 
1561
- <td class="name" id="options"><code>options</code></td>
1677
+ <td class="name"><code>options</code></td>
1562
1678
 
1563
1679
 
1564
1680
  <td class="type">
@@ -1579,13 +1695,17 @@ BaseServer.url = '新URL';</code></pre>
1579
1695
 
1580
1696
  <tr class="deep-level-1">
1581
1697
 
1582
- <td class="name" id="layerId"><code>layerId</code></td>
1698
+ <td class="name"><code>layerId</code></td>
1583
1699
 
1584
1700
 
1585
1701
  <td class="type">
1586
1702
 
1587
1703
 
1588
- <span class="param-type">String</span>
1704
+ <span class="param-type">
1705
+
1706
+ String
1707
+
1708
+ </span>
1589
1709
 
1590
1710
 
1591
1711
 
@@ -1608,13 +1728,17 @@ BaseServer.url = '新URL';</code></pre>
1608
1728
 
1609
1729
  <tr class="deep-level-1">
1610
1730
 
1611
- <td class="name" id="method"><code>method</code></td>
1731
+ <td class="name"><code>method</code></td>
1612
1732
 
1613
1733
 
1614
1734
  <td class="type">
1615
1735
 
1616
1736
 
1617
- <span class="param-type">String</span>
1737
+ <span class="param-type">
1738
+
1739
+ String
1740
+
1741
+ </span>
1618
1742
 
1619
1743
 
1620
1744
 
@@ -1637,13 +1761,17 @@ BaseServer.url = '新URL';</code></pre>
1637
1761
 
1638
1762
  <tr class="deep-level-1">
1639
1763
 
1640
- <td class="name" id="success"><code>success</code></td>
1764
+ <td class="name"><code>success</code></td>
1641
1765
 
1642
1766
 
1643
1767
  <td class="type">
1644
1768
 
1645
1769
 
1646
- <span class="param-type">function</span>
1770
+ <span class="param-type">
1771
+
1772
+ function
1773
+
1774
+ </span>
1647
1775
 
1648
1776
 
1649
1777
 
@@ -1664,13 +1792,17 @@ BaseServer.url = '新URL';</code></pre>
1664
1792
 
1665
1793
  <tr class="deep-level-1">
1666
1794
 
1667
- <td class="name" id="failure"><code>failure</code></td>
1795
+ <td class="name"><code>failure</code></td>
1668
1796
 
1669
1797
 
1670
1798
  <td class="type">
1671
1799
 
1672
1800
 
1673
- <span class="param-type">function</span>
1801
+ <span class="param-type">
1802
+
1803
+ function
1804
+
1805
+ </span>
1674
1806
 
1675
1807
 
1676
1808
 
@@ -1691,13 +1823,17 @@ BaseServer.url = '新URL';</code></pre>
1691
1823
 
1692
1824
  <tr class="deep-level-1">
1693
1825
 
1694
- <td class="name" id="features"><code>features</code></td>
1826
+ <td class="name"><code>features</code></td>
1695
1827
 
1696
1828
 
1697
1829
  <td class="type">
1698
1830
 
1699
1831
 
1700
- <span class="param-type">Array</span>
1832
+ <span class="param-type">
1833
+
1834
+ Array
1835
+
1836
+ </span>
1701
1837
 
1702
1838
 
1703
1839
 
@@ -1725,7 +1861,7 @@ BaseServer.url = '新URL';</code></pre>
1725
1861
 
1726
1862
  <tr class="deep-level-0">
1727
1863
 
1728
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
1864
+ <td class="name"><code>GDBPOptions</code></td>
1729
1865
 
1730
1866
 
1731
1867
  <td class="type">
@@ -1746,13 +1882,17 @@ BaseServer.url = '新URL';</code></pre>
1746
1882
 
1747
1883
  <tr class="deep-level-1">
1748
1884
 
1749
- <td class="name" id="gdbp"><code>gdbp</code></td>
1885
+ <td class="name"><code>gdbp</code></td>
1750
1886
 
1751
1887
 
1752
1888
  <td class="type">
1753
1889
 
1754
1890
 
1755
- <span class="param-type">String</span>
1891
+ <span class="param-type">
1892
+
1893
+ String
1894
+
1895
+ </span>
1756
1896
 
1757
1897
 
1758
1898
 
@@ -1773,13 +1913,17 @@ BaseServer.url = '新URL';</code></pre>
1773
1913
 
1774
1914
  <tr class="deep-level-1">
1775
1915
 
1776
- <td class="name" id="featureSet"><code>featureSet</code></td>
1916
+ <td class="name"><code>featureSet</code></td>
1777
1917
 
1778
1918
 
1779
1919
  <td class="type">
1780
1920
 
1781
1921
 
1782
- <span class="param-type">Object</span>
1922
+ <span class="param-type">
1923
+
1924
+ Object
1925
+
1926
+ </span>
1783
1927
 
1784
1928
 
1785
1929
 
@@ -1805,7 +1949,7 @@ BaseServer.url = '新URL';</code></pre>
1805
1949
 
1806
1950
  <tr class="deep-level-0">
1807
1951
 
1808
- <td class="name" id="DocOptions"><code>DocOptions</code></td>
1952
+ <td class="name"><code>DocOptions</code></td>
1809
1953
 
1810
1954
 
1811
1955
  <td class="type">
@@ -1826,13 +1970,17 @@ BaseServer.url = '新URL';</code></pre>
1826
1970
 
1827
1971
  <tr class="deep-level-1">
1828
1972
 
1829
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
1973
+ <td class="name"><code>mapIndex</code></td>
1830
1974
 
1831
1975
 
1832
1976
  <td class="type">
1833
1977
 
1834
1978
 
1835
- <span class="param-type">String</span>
1979
+ <span class="param-type">
1980
+
1981
+ String
1982
+
1983
+ </span>
1836
1984
 
1837
1985
 
1838
1986
 
@@ -1853,13 +2001,17 @@ BaseServer.url = '新URL';</code></pre>
1853
2001
 
1854
2002
  <tr class="deep-level-1">
1855
2003
 
1856
- <td class="name" id="featureSet"><code>featureSet</code></td>
2004
+ <td class="name"><code>featureSet</code></td>
1857
2005
 
1858
2006
 
1859
2007
  <td class="type">
1860
2008
 
1861
2009
 
1862
- <span class="param-type">Object</span>
2010
+ <span class="param-type">
2011
+
2012
+ Object
2013
+
2014
+ </span>
1863
2015
 
1864
2016
 
1865
2017
 
@@ -1955,7 +2107,11 @@ BaseServer.url = '新URL';</code></pre>
1955
2107
  <div class='column is-5 has-text-left'>
1956
2108
  <label>类型: </label>
1957
2109
 
1958
- <span class="param-type">Promise.&lt;Object></span>
2110
+ <span class="param-type">
2111
+
2112
+ Promise.&lt;Object>
2113
+
2114
+ </span>
1959
2115
 
1960
2116
 
1961
2117
 
@@ -2233,7 +2389,7 @@ resourceServer.queryGDBPInfo({
2233
2389
 
2234
2390
  <tr class="deep-level-0">
2235
2391
 
2236
- <td class="name" id="options"><code>options</code></td>
2392
+ <td class="name"><code>options</code></td>
2237
2393
 
2238
2394
 
2239
2395
  <td class="type">
@@ -2254,13 +2410,17 @@ resourceServer.queryGDBPInfo({
2254
2410
 
2255
2411
  <tr class="deep-level-1">
2256
2412
 
2257
- <td class="name" id="layerId"><code>layerId</code></td>
2413
+ <td class="name"><code>layerId</code></td>
2258
2414
 
2259
2415
 
2260
2416
  <td class="type">
2261
2417
 
2262
2418
 
2263
- <span class="param-type">String</span>
2419
+ <span class="param-type">
2420
+
2421
+ String
2422
+
2423
+ </span>
2264
2424
 
2265
2425
 
2266
2426
 
@@ -2281,13 +2441,17 @@ resourceServer.queryGDBPInfo({
2281
2441
 
2282
2442
  <tr class="deep-level-1">
2283
2443
 
2284
- <td class="name" id="method"><code>method</code></td>
2444
+ <td class="name"><code>method</code></td>
2285
2445
 
2286
2446
 
2287
2447
  <td class="type">
2288
2448
 
2289
2449
 
2290
- <span class="param-type">String</span>
2450
+ <span class="param-type">
2451
+
2452
+ String
2453
+
2454
+ </span>
2291
2455
 
2292
2456
 
2293
2457
 
@@ -2310,13 +2474,17 @@ resourceServer.queryGDBPInfo({
2310
2474
 
2311
2475
  <tr class="deep-level-1">
2312
2476
 
2313
- <td class="name" id="success"><code>success</code></td>
2477
+ <td class="name"><code>success</code></td>
2314
2478
 
2315
2479
 
2316
2480
  <td class="type">
2317
2481
 
2318
2482
 
2319
- <span class="param-type">function</span>
2483
+ <span class="param-type">
2484
+
2485
+ function
2486
+
2487
+ </span>
2320
2488
 
2321
2489
 
2322
2490
 
@@ -2337,13 +2505,17 @@ resourceServer.queryGDBPInfo({
2337
2505
 
2338
2506
  <tr class="deep-level-1">
2339
2507
 
2340
- <td class="name" id="failure"><code>failure</code></td>
2508
+ <td class="name"><code>failure</code></td>
2341
2509
 
2342
2510
 
2343
2511
  <td class="type">
2344
2512
 
2345
2513
 
2346
- <span class="param-type">function</span>
2514
+ <span class="param-type">
2515
+
2516
+ function
2517
+
2518
+ </span>
2347
2519
 
2348
2520
 
2349
2521
 
@@ -2364,13 +2536,17 @@ resourceServer.queryGDBPInfo({
2364
2536
 
2365
2537
  <tr class="deep-level-1">
2366
2538
 
2367
- <td class="name" id="objectIds"><code>objectIds</code></td>
2539
+ <td class="name"><code>objectIds</code></td>
2368
2540
 
2369
2541
 
2370
2542
  <td class="type">
2371
2543
 
2372
2544
 
2373
- <span class="param-type">String</span>
2545
+ <span class="param-type">
2546
+
2547
+ String
2548
+
2549
+ </span>
2374
2550
 
2375
2551
 
2376
2552
 
@@ -2391,13 +2567,17 @@ resourceServer.queryGDBPInfo({
2391
2567
 
2392
2568
  <tr class="deep-level-1">
2393
2569
 
2394
- <td class="name" id="where"><code>where</code></td>
2570
+ <td class="name"><code>where</code></td>
2395
2571
 
2396
2572
 
2397
2573
  <td class="type">
2398
2574
 
2399
2575
 
2400
- <span class="param-type">String</span>
2576
+ <span class="param-type">
2577
+
2578
+ String
2579
+
2580
+ </span>
2401
2581
 
2402
2582
 
2403
2583
 
@@ -2418,13 +2598,17 @@ resourceServer.queryGDBPInfo({
2418
2598
 
2419
2599
  <tr class="deep-level-1">
2420
2600
 
2421
- <td class="name" id="geometry"><code>geometry</code></td>
2601
+ <td class="name"><code>geometry</code></td>
2422
2602
 
2423
2603
 
2424
2604
  <td class="type">
2425
2605
 
2426
2606
 
2427
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2607
+ <span class="param-type">
2608
+
2609
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2610
+
2611
+ </span>
2428
2612
 
2429
2613
 
2430
2614
 
@@ -2445,13 +2629,17 @@ resourceServer.queryGDBPInfo({
2445
2629
 
2446
2630
  <tr class="deep-level-1">
2447
2631
 
2448
- <td class="name" id="distance"><code>distance</code></td>
2632
+ <td class="name"><code>distance</code></td>
2449
2633
 
2450
2634
 
2451
2635
  <td class="type">
2452
2636
 
2453
2637
 
2454
- <span class="param-type">Number</span>
2638
+ <span class="param-type">
2639
+
2640
+ Number
2641
+
2642
+ </span>
2455
2643
 
2456
2644
 
2457
2645
 
@@ -2472,13 +2660,17 @@ resourceServer.queryGDBPInfo({
2472
2660
 
2473
2661
  <tr class="deep-level-1">
2474
2662
 
2475
- <td class="name" id="returnDeleteResults"><code>returnDeleteResults</code></td>
2663
+ <td class="name"><code>returnDeleteResults</code></td>
2476
2664
 
2477
2665
 
2478
2666
  <td class="type">
2479
2667
 
2480
2668
 
2481
- <span class="param-type">Boolean</span>
2669
+ <span class="param-type">
2670
+
2671
+ Boolean
2672
+
2673
+ </span>
2482
2674
 
2483
2675
 
2484
2676
 
@@ -2506,7 +2698,7 @@ resourceServer.queryGDBPInfo({
2506
2698
 
2507
2699
  <tr class="deep-level-0">
2508
2700
 
2509
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
2701
+ <td class="name"><code>GDBPOptions</code></td>
2510
2702
 
2511
2703
 
2512
2704
  <td class="type">
@@ -2527,13 +2719,17 @@ resourceServer.queryGDBPInfo({
2527
2719
 
2528
2720
  <tr class="deep-level-1">
2529
2721
 
2530
- <td class="name" id="gdbp"><code>gdbp</code></td>
2722
+ <td class="name"><code>gdbp</code></td>
2531
2723
 
2532
2724
 
2533
2725
  <td class="type">
2534
2726
 
2535
2727
 
2536
- <span class="param-type">String</span>
2728
+ <span class="param-type">
2729
+
2730
+ String
2731
+
2732
+ </span>
2537
2733
 
2538
2734
 
2539
2735
 
@@ -2555,13 +2751,17 @@ gdbp=gdbp://MapGisLocal/示例数据/ds/世界地图/sfcls/海洋陆地;gdbp://s
2555
2751
 
2556
2752
  <tr class="deep-level-1">
2557
2753
 
2558
- <td class="name" id="objectIds"><code>objectIds</code></td>
2754
+ <td class="name"><code>objectIds</code></td>
2559
2755
 
2560
2756
 
2561
2757
  <td class="type">
2562
2758
 
2563
2759
 
2564
- <span class="param-type">String</span>
2760
+ <span class="param-type">
2761
+
2762
+ String
2763
+
2764
+ </span>
2565
2765
 
2566
2766
 
2567
2767
 
@@ -2588,7 +2788,7 @@ objectIds=1,2,3;2,3,4;8</p></td>
2588
2788
 
2589
2789
  <tr class="deep-level-0">
2590
2790
 
2591
- <td class="name" id="DocOptions"><code>DocOptions</code></td>
2791
+ <td class="name"><code>DocOptions</code></td>
2592
2792
 
2593
2793
 
2594
2794
  <td class="type">
@@ -2609,13 +2809,17 @@ objectIds=1,2,3;2,3,4;8</p></td>
2609
2809
 
2610
2810
  <tr class="deep-level-1">
2611
2811
 
2612
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
2812
+ <td class="name"><code>mapIndex</code></td>
2613
2813
 
2614
2814
 
2615
2815
  <td class="type">
2616
2816
 
2617
2817
 
2618
- <span class="param-type">String</span>
2818
+ <span class="param-type">
2819
+
2820
+ String
2821
+
2822
+ </span>
2619
2823
 
2620
2824
 
2621
2825
 
@@ -2636,13 +2840,17 @@ objectIds=1,2,3;2,3,4;8</p></td>
2636
2840
 
2637
2841
  <tr class="deep-level-1">
2638
2842
 
2639
- <td class="name" id="layerIndex"><code>layerIndex</code></td>
2843
+ <td class="name"><code>layerIndex</code></td>
2640
2844
 
2641
2845
 
2642
2846
  <td class="type">
2643
2847
 
2644
2848
 
2645
- <span class="param-type">String</span>
2849
+ <span class="param-type">
2850
+
2851
+ String
2852
+
2853
+ </span>
2646
2854
 
2647
2855
 
2648
2856
 
@@ -2663,13 +2871,17 @@ objectIds=1,2,3;2,3,4;8</p></td>
2663
2871
 
2664
2872
  <tr class="deep-level-1">
2665
2873
 
2666
- <td class="name" id="objectIds"><code>objectIds</code></td>
2874
+ <td class="name"><code>objectIds</code></td>
2667
2875
 
2668
2876
 
2669
2877
  <td class="type">
2670
2878
 
2671
2879
 
2672
- <span class="param-type">String</span>
2880
+ <span class="param-type">
2881
+
2882
+ String
2883
+
2884
+ </span>
2673
2885
 
2674
2886
 
2675
2887
 
@@ -2765,7 +2977,11 @@ objectIds=1,2,3;2,3,4;8</p></td>
2765
2977
  <div class='column is-5 has-text-left'>
2766
2978
  <label>类型: </label>
2767
2979
 
2768
- <span class="param-type">Promise.&lt;Object></span>
2980
+ <span class="param-type">
2981
+
2982
+ Promise.&lt;Object>
2983
+
2984
+ </span>
2769
2985
 
2770
2986
 
2771
2987
 
@@ -2898,7 +3114,7 @@ featureServer.deleteFeature({
2898
3114
 
2899
3115
  <tr class="deep-level-0">
2900
3116
 
2901
- <td class="name" id="options"><code>options</code></td>
3117
+ <td class="name"><code>options</code></td>
2902
3118
 
2903
3119
 
2904
3120
  <td class="type">
@@ -2919,13 +3135,17 @@ featureServer.deleteFeature({
2919
3135
 
2920
3136
  <tr class="deep-level-1">
2921
3137
 
2922
- <td class="name" id="layerId"><code>layerId</code></td>
3138
+ <td class="name"><code>layerId</code></td>
2923
3139
 
2924
3140
 
2925
3141
  <td class="type">
2926
3142
 
2927
3143
 
2928
- <span class="param-type">String</span>
3144
+ <span class="param-type">
3145
+
3146
+ String
3147
+
3148
+ </span>
2929
3149
 
2930
3150
 
2931
3151
 
@@ -2946,13 +3166,17 @@ featureServer.deleteFeature({
2946
3166
 
2947
3167
  <tr class="deep-level-1">
2948
3168
 
2949
- <td class="name" id="featureId"><code>featureId</code></td>
3169
+ <td class="name"><code>featureId</code></td>
2950
3170
 
2951
3171
 
2952
3172
  <td class="type">
2953
3173
 
2954
3174
 
2955
- <span class="param-type">Array</span>
3175
+ <span class="param-type">
3176
+
3177
+ Array
3178
+
3179
+ </span>
2956
3180
 
2957
3181
 
2958
3182
 
@@ -2973,13 +3197,17 @@ featureServer.deleteFeature({
2973
3197
 
2974
3198
  <tr class="deep-level-1">
2975
3199
 
2976
- <td class="name" id="method"><code>method</code></td>
3200
+ <td class="name"><code>method</code></td>
2977
3201
 
2978
3202
 
2979
3203
  <td class="type">
2980
3204
 
2981
3205
 
2982
- <span class="param-type">String</span>
3206
+ <span class="param-type">
3207
+
3208
+ String
3209
+
3210
+ </span>
2983
3211
 
2984
3212
 
2985
3213
 
@@ -3002,13 +3230,17 @@ featureServer.deleteFeature({
3002
3230
 
3003
3231
  <tr class="deep-level-1">
3004
3232
 
3005
- <td class="name" id="success"><code>success</code></td>
3233
+ <td class="name"><code>success</code></td>
3006
3234
 
3007
3235
 
3008
3236
  <td class="type">
3009
3237
 
3010
3238
 
3011
- <span class="param-type">function</span>
3239
+ <span class="param-type">
3240
+
3241
+ function
3242
+
3243
+ </span>
3012
3244
 
3013
3245
 
3014
3246
 
@@ -3029,13 +3261,17 @@ featureServer.deleteFeature({
3029
3261
 
3030
3262
  <tr class="deep-level-1">
3031
3263
 
3032
- <td class="name" id="failure"><code>failure</code></td>
3264
+ <td class="name"><code>failure</code></td>
3033
3265
 
3034
3266
 
3035
3267
  <td class="type">
3036
3268
 
3037
3269
 
3038
- <span class="param-type">function</span>
3270
+ <span class="param-type">
3271
+
3272
+ function
3273
+
3274
+ </span>
3039
3275
 
3040
3276
 
3041
3277
 
@@ -3131,7 +3367,11 @@ featureServer.deleteFeature({
3131
3367
  <div class='column is-5 has-text-left'>
3132
3368
  <label>类型: </label>
3133
3369
 
3134
- <span class="param-type">Promise.&lt;Object></span>
3370
+ <span class="param-type">
3371
+
3372
+ Promise.&lt;Object>
3373
+
3374
+ </span>
3135
3375
 
3136
3376
 
3137
3377
 
@@ -3225,7 +3465,7 @@ featureServer.deleteFeature({
3225
3465
 
3226
3466
  <tr class="deep-level-0">
3227
3467
 
3228
- <td class="name" id="options"><code>options</code></td>
3468
+ <td class="name"><code>options</code></td>
3229
3469
 
3230
3470
 
3231
3471
  <td class="type">
@@ -3246,13 +3486,17 @@ featureServer.deleteFeature({
3246
3486
 
3247
3487
  <tr class="deep-level-1">
3248
3488
 
3249
- <td class="name" id="layerId"><code>layerId</code></td>
3489
+ <td class="name"><code>layerId</code></td>
3250
3490
 
3251
3491
 
3252
3492
  <td class="type">
3253
3493
 
3254
3494
 
3255
- <span class="param-type">String</span>
3495
+ <span class="param-type">
3496
+
3497
+ String
3498
+
3499
+ </span>
3256
3500
 
3257
3501
 
3258
3502
 
@@ -3273,13 +3517,17 @@ featureServer.deleteFeature({
3273
3517
 
3274
3518
  <tr class="deep-level-1">
3275
3519
 
3276
- <td class="name" id="method"><code>method</code></td>
3520
+ <td class="name"><code>method</code></td>
3277
3521
 
3278
3522
 
3279
3523
  <td class="type">
3280
3524
 
3281
3525
 
3282
- <span class="param-type">String</span>
3526
+ <span class="param-type">
3527
+
3528
+ String
3529
+
3530
+ </span>
3283
3531
 
3284
3532
 
3285
3533
 
@@ -3302,13 +3550,17 @@ featureServer.deleteFeature({
3302
3550
 
3303
3551
  <tr class="deep-level-1">
3304
3552
 
3305
- <td class="name" id="success"><code>success</code></td>
3553
+ <td class="name"><code>success</code></td>
3306
3554
 
3307
3555
 
3308
3556
  <td class="type">
3309
3557
 
3310
3558
 
3311
- <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
3559
+ <span class="param-type">
3560
+
3561
+ <a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a>
3562
+
3563
+ </span>
3312
3564
 
3313
3565
 
3314
3566
 
@@ -3329,13 +3581,17 @@ featureServer.deleteFeature({
3329
3581
 
3330
3582
  <tr class="deep-level-1">
3331
3583
 
3332
- <td class="name" id="failure"><code>failure</code></td>
3584
+ <td class="name"><code>failure</code></td>
3333
3585
 
3334
3586
 
3335
3587
  <td class="type">
3336
3588
 
3337
3589
 
3338
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3590
+ <span class="param-type">
3591
+
3592
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
3593
+
3594
+ </span>
3339
3595
 
3340
3596
 
3341
3597
 
@@ -3356,13 +3612,17 @@ featureServer.deleteFeature({
3356
3612
 
3357
3613
  <tr class="deep-level-1">
3358
3614
 
3359
- <td class="name" id="geometry"><code>geometry</code></td>
3615
+ <td class="name"><code>geometry</code></td>
3360
3616
 
3361
3617
 
3362
3618
  <td class="type">
3363
3619
 
3364
3620
 
3365
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3621
+ <span class="param-type">
3622
+
3623
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3624
+
3625
+ </span>
3366
3626
 
3367
3627
 
3368
3628
 
@@ -3383,13 +3643,17 @@ featureServer.deleteFeature({
3383
3643
 
3384
3644
  <tr class="deep-level-1">
3385
3645
 
3386
- <td class="name" id="geometryType"><code>geometryType</code></td>
3646
+ <td class="name"><code>geometryType</code></td>
3387
3647
 
3388
3648
 
3389
3649
  <td class="type">
3390
3650
 
3391
3651
 
3392
- <span class="param-type">String</span>
3652
+ <span class="param-type">
3653
+
3654
+ String
3655
+
3656
+ </span>
3393
3657
 
3394
3658
 
3395
3659
 
@@ -3410,13 +3674,17 @@ featureServer.deleteFeature({
3410
3674
 
3411
3675
  <tr class="deep-level-1">
3412
3676
 
3413
- <td class="name" id="where"><code>where</code></td>
3677
+ <td class="name"><code>where</code></td>
3414
3678
 
3415
3679
 
3416
3680
  <td class="type">
3417
3681
 
3418
3682
 
3419
- <span class="param-type">String</span>
3683
+ <span class="param-type">
3684
+
3685
+ String
3686
+
3687
+ </span>
3420
3688
 
3421
3689
 
3422
3690
 
@@ -3437,13 +3705,17 @@ featureServer.deleteFeature({
3437
3705
 
3438
3706
  <tr class="deep-level-1">
3439
3707
 
3440
- <td class="name" id="outFields"><code>outFields</code></td>
3708
+ <td class="name"><code>outFields</code></td>
3441
3709
 
3442
3710
 
3443
3711
  <td class="type">
3444
3712
 
3445
3713
 
3446
- <span class="param-type">String</span>
3714
+ <span class="param-type">
3715
+
3716
+ String
3717
+
3718
+ </span>
3447
3719
 
3448
3720
 
3449
3721
 
@@ -3464,13 +3736,17 @@ featureServer.deleteFeature({
3464
3736
 
3465
3737
  <tr class="deep-level-1">
3466
3738
 
3467
- <td class="name" id="objectIds"><code>objectIds</code></td>
3739
+ <td class="name"><code>objectIds</code></td>
3468
3740
 
3469
3741
 
3470
3742
  <td class="type">
3471
3743
 
3472
3744
 
3473
- <span class="param-type">String</span>
3745
+ <span class="param-type">
3746
+
3747
+ String
3748
+
3749
+ </span>
3474
3750
 
3475
3751
 
3476
3752
 
@@ -3491,13 +3767,17 @@ featureServer.deleteFeature({
3491
3767
 
3492
3768
  <tr class="deep-level-1">
3493
3769
 
3494
- <td class="name" id="distance"><code>distance</code></td>
3770
+ <td class="name"><code>distance</code></td>
3495
3771
 
3496
3772
 
3497
3773
  <td class="type">
3498
3774
 
3499
3775
 
3500
- <span class="param-type">Number</span>
3776
+ <span class="param-type">
3777
+
3778
+ Number
3779
+
3780
+ </span>
3501
3781
 
3502
3782
 
3503
3783
 
@@ -3520,13 +3800,17 @@ featureServer.deleteFeature({
3520
3800
 
3521
3801
  <tr class="deep-level-1">
3522
3802
 
3523
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3803
+ <td class="name"><code>geometryPrecision</code></td>
3524
3804
 
3525
3805
 
3526
3806
  <td class="type">
3527
3807
 
3528
3808
 
3529
- <span class="param-type">Number</span>
3809
+ <span class="param-type">
3810
+
3811
+ Number
3812
+
3813
+ </span>
3530
3814
 
3531
3815
 
3532
3816
 
@@ -3547,13 +3831,17 @@ featureServer.deleteFeature({
3547
3831
 
3548
3832
  <tr class="deep-level-1">
3549
3833
 
3550
- <td class="name" id="rule"><code>rule</code></td>
3834
+ <td class="name"><code>rule</code></td>
3551
3835
 
3552
3836
 
3553
3837
  <td class="type">
3554
3838
 
3555
3839
 
3556
- <span class="param-type">Object</span>
3840
+ <span class="param-type">
3841
+
3842
+ Object
3843
+
3844
+ </span>
3557
3845
 
3558
3846
 
3559
3847
 
@@ -3574,13 +3862,17 @@ featureServer.deleteFeature({
3574
3862
 
3575
3863
  <tr class="deep-level-1">
3576
3864
 
3577
- <td class="name" id="isAsc"><code>isAsc</code></td>
3865
+ <td class="name"><code>isAsc</code></td>
3578
3866
 
3579
3867
 
3580
3868
  <td class="type">
3581
3869
 
3582
3870
 
3583
- <span class="param-type">Boolean</span>
3871
+ <span class="param-type">
3872
+
3873
+ Boolean
3874
+
3875
+ </span>
3584
3876
 
3585
3877
 
3586
3878
 
@@ -3601,13 +3893,17 @@ featureServer.deleteFeature({
3601
3893
 
3602
3894
  <tr class="deep-level-1">
3603
3895
 
3604
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3896
+ <td class="name"><code>spatialRel</code></td>
3605
3897
 
3606
3898
 
3607
3899
  <td class="type">
3608
3900
 
3609
3901
 
3610
- <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3902
+ <span class="param-type">
3903
+
3904
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
3905
+
3906
+ </span>
3611
3907
 
3612
3908
 
3613
3909
 
@@ -3628,13 +3924,17 @@ featureServer.deleteFeature({
3628
3924
 
3629
3925
  <tr class="deep-level-1">
3630
3926
 
3631
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
3927
+ <td class="name"><code>orderByFields</code></td>
3632
3928
 
3633
3929
 
3634
3930
  <td class="type">
3635
3931
 
3636
3932
 
3637
- <span class="param-type">String</span>
3933
+ <span class="param-type">
3934
+
3935
+ String
3936
+
3937
+ </span>
3638
3938
 
3639
3939
 
3640
3940
 
@@ -3655,16 +3955,24 @@ featureServer.deleteFeature({
3655
3955
 
3656
3956
  <tr class="deep-level-1">
3657
3957
 
3658
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3958
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
3659
3959
 
3660
3960
 
3661
3961
  <td class="type">
3662
3962
 
3663
3963
 
3664
- <span class="param-type">String</span>
3964
+ <span class="param-type">
3965
+
3966
+ String
3967
+
3968
+ </span>
3665
3969
  |
3666
3970
 
3667
- <span class="param-type">Array.&lt;Object></span>
3971
+ <span class="param-type">
3972
+
3973
+ Array.&lt;Object>
3974
+
3975
+ </span>
3668
3976
 
3669
3977
 
3670
3978
 
@@ -3685,13 +3993,17 @@ featureServer.deleteFeature({
3685
3993
 
3686
3994
  <tr class="deep-level-1">
3687
3995
 
3688
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
3996
+ <td class="name"><code>resultRecordCount</code></td>
3689
3997
 
3690
3998
 
3691
3999
  <td class="type">
3692
4000
 
3693
4001
 
3694
- <span class="param-type">Number</span>
4002
+ <span class="param-type">
4003
+
4004
+ Number
4005
+
4006
+ </span>
3695
4007
 
3696
4008
 
3697
4009
 
@@ -3714,13 +4026,17 @@ featureServer.deleteFeature({
3714
4026
 
3715
4027
  <tr class="deep-level-1">
3716
4028
 
3717
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
4029
+ <td class="name"><code>resultOffset</code></td>
3718
4030
 
3719
4031
 
3720
4032
  <td class="type">
3721
4033
 
3722
4034
 
3723
- <span class="param-type">Number</span>
4035
+ <span class="param-type">
4036
+
4037
+ Number
4038
+
4039
+ </span>
3724
4040
 
3725
4041
 
3726
4042
 
@@ -3741,13 +4057,17 @@ featureServer.deleteFeature({
3741
4057
 
3742
4058
  <tr class="deep-level-1">
3743
4059
 
3744
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
4060
+ <td class="name"><code>outStatistics</code></td>
3745
4061
 
3746
4062
 
3747
4063
  <td class="type">
3748
4064
 
3749
4065
 
3750
- <span class="param-type">Array</span>
4066
+ <span class="param-type">
4067
+
4068
+ Array
4069
+
4070
+ </span>
3751
4071
 
3752
4072
 
3753
4073
 
@@ -3768,13 +4088,17 @@ featureServer.deleteFeature({
3768
4088
 
3769
4089
  <tr class="deep-level-1">
3770
4090
 
3771
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4091
+ <td class="name"><code>returnGeometry</code></td>
3772
4092
 
3773
4093
 
3774
4094
  <td class="type">
3775
4095
 
3776
4096
 
3777
- <span class="param-type">Boolean</span>
4097
+ <span class="param-type">
4098
+
4099
+ Boolean
4100
+
4101
+ </span>
3778
4102
 
3779
4103
 
3780
4104
 
@@ -3797,13 +4121,17 @@ featureServer.deleteFeature({
3797
4121
 
3798
4122
  <tr class="deep-level-1">
3799
4123
 
3800
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4124
+ <td class="name"><code>returnAttribute</code></td>
3801
4125
 
3802
4126
 
3803
4127
  <td class="type">
3804
4128
 
3805
4129
 
3806
- <span class="param-type">Boolean</span>
4130
+ <span class="param-type">
4131
+
4132
+ Boolean
4133
+
4134
+ </span>
3807
4135
 
3808
4136
 
3809
4137
 
@@ -3826,13 +4154,17 @@ featureServer.deleteFeature({
3826
4154
 
3827
4155
  <tr class="deep-level-1">
3828
4156
 
3829
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4157
+ <td class="name"><code>returnStyle</code></td>
3830
4158
 
3831
4159
 
3832
4160
  <td class="type">
3833
4161
 
3834
4162
 
3835
- <span class="param-type">Boolean</span>
4163
+ <span class="param-type">
4164
+
4165
+ Boolean
4166
+
4167
+ </span>
3836
4168
 
3837
4169
 
3838
4170
 
@@ -3855,13 +4187,17 @@ featureServer.deleteFeature({
3855
4187
 
3856
4188
  <tr class="deep-level-1">
3857
4189
 
3858
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4190
+ <td class="name"><code>returnIdsOnly</code></td>
3859
4191
 
3860
4192
 
3861
4193
  <td class="type">
3862
4194
 
3863
4195
 
3864
- <span class="param-type">Boolean</span>
4196
+ <span class="param-type">
4197
+
4198
+ Boolean
4199
+
4200
+ </span>
3865
4201
 
3866
4202
 
3867
4203
 
@@ -3884,13 +4220,17 @@ featureServer.deleteFeature({
3884
4220
 
3885
4221
  <tr class="deep-level-1">
3886
4222
 
3887
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4223
+ <td class="name"><code>returnCountOnly</code></td>
3888
4224
 
3889
4225
 
3890
4226
  <td class="type">
3891
4227
 
3892
4228
 
3893
- <span class="param-type">Boolean</span>
4229
+ <span class="param-type">
4230
+
4231
+ Boolean
4232
+
4233
+ </span>
3894
4234
 
3895
4235
 
3896
4236
 
@@ -3913,13 +4253,17 @@ featureServer.deleteFeature({
3913
4253
 
3914
4254
  <tr class="deep-level-1">
3915
4255
 
3916
- <td class="name" id="returnExtentOnly"><code>returnExtentOnly</code></td>
4256
+ <td class="name"><code>returnExtentOnly</code></td>
3917
4257
 
3918
4258
 
3919
4259
  <td class="type">
3920
4260
 
3921
4261
 
3922
- <span class="param-type">Boolean</span>
4262
+ <span class="param-type">
4263
+
4264
+ Boolean
4265
+
4266
+ </span>
3923
4267
 
3924
4268
 
3925
4269
 
@@ -3942,13 +4286,17 @@ featureServer.deleteFeature({
3942
4286
 
3943
4287
  <tr class="deep-level-1">
3944
4288
 
3945
- <td class="name" id="returnZ"><code>returnZ</code></td>
4289
+ <td class="name"><code>returnZ</code></td>
3946
4290
 
3947
4291
 
3948
4292
  <td class="type">
3949
4293
 
3950
4294
 
3951
- <span class="param-type">Boolean</span>
4295
+ <span class="param-type">
4296
+
4297
+ Boolean
4298
+
4299
+ </span>
3952
4300
 
3953
4301
 
3954
4302
 
@@ -3971,13 +4319,17 @@ featureServer.deleteFeature({
3971
4319
 
3972
4320
  <tr class="deep-level-1">
3973
4321
 
3974
- <td class="name" id="inSrs"><code>inSrs</code></td>
4322
+ <td class="name"><code>inSrs</code></td>
3975
4323
 
3976
4324
 
3977
4325
  <td class="type">
3978
4326
 
3979
4327
 
3980
- <span class="param-type">String</span>
4328
+ <span class="param-type">
4329
+
4330
+ String
4331
+
4332
+ </span>
3981
4333
 
3982
4334
 
3983
4335
 
@@ -3998,13 +4350,17 @@ featureServer.deleteFeature({
3998
4350
 
3999
4351
  <tr class="deep-level-1">
4000
4352
 
4001
- <td class="name" id="outSrs"><code>outSrs</code></td>
4353
+ <td class="name"><code>outSrs</code></td>
4002
4354
 
4003
4355
 
4004
4356
  <td class="type">
4005
4357
 
4006
4358
 
4007
- <span class="param-type">String</span>
4359
+ <span class="param-type">
4360
+
4361
+ String
4362
+
4363
+ </span>
4008
4364
 
4009
4365
 
4010
4366
 
@@ -4100,7 +4456,11 @@ featureServer.deleteFeature({
4100
4456
  <div class='column is-5 has-text-left'>
4101
4457
  <label>类型: </label>
4102
4458
 
4103
- <span class="param-type">Promise.&lt;Object></span>
4459
+ <span class="param-type">
4460
+
4461
+ Promise.&lt;Object>
4462
+
4463
+ </span>
4104
4464
 
4105
4465
 
4106
4466
 
@@ -4194,7 +4554,7 @@ featureServer.deleteFeature({
4194
4554
 
4195
4555
  <tr class="deep-level-0">
4196
4556
 
4197
- <td class="name" id="options"><code>options</code></td>
4557
+ <td class="name"><code>options</code></td>
4198
4558
 
4199
4559
 
4200
4560
  <td class="type">
@@ -4215,13 +4575,17 @@ featureServer.deleteFeature({
4215
4575
 
4216
4576
  <tr class="deep-level-1">
4217
4577
 
4218
- <td class="name" id="method"><code>method</code></td>
4578
+ <td class="name"><code>method</code></td>
4219
4579
 
4220
4580
 
4221
4581
  <td class="type">
4222
4582
 
4223
4583
 
4224
- <span class="param-type">String</span>
4584
+ <span class="param-type">
4585
+
4586
+ String
4587
+
4588
+ </span>
4225
4589
 
4226
4590
 
4227
4591
 
@@ -4244,13 +4608,17 @@ featureServer.deleteFeature({
4244
4608
 
4245
4609
  <tr class="deep-level-1">
4246
4610
 
4247
- <td class="name" id="success"><code>success</code></td>
4611
+ <td class="name"><code>success</code></td>
4248
4612
 
4249
4613
 
4250
4614
  <td class="type">
4251
4615
 
4252
4616
 
4253
- <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4617
+ <span class="param-type">
4618
+
4619
+ <a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a>
4620
+
4621
+ </span>
4254
4622
 
4255
4623
 
4256
4624
 
@@ -4271,13 +4639,17 @@ featureServer.deleteFeature({
4271
4639
 
4272
4640
  <tr class="deep-level-1">
4273
4641
 
4274
- <td class="name" id="failure"><code>failure</code></td>
4642
+ <td class="name"><code>failure</code></td>
4275
4643
 
4276
4644
 
4277
4645
  <td class="type">
4278
4646
 
4279
4647
 
4280
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4648
+ <span class="param-type">
4649
+
4650
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
4651
+
4652
+ </span>
4281
4653
 
4282
4654
 
4283
4655
 
@@ -4298,13 +4670,17 @@ featureServer.deleteFeature({
4298
4670
 
4299
4671
  <tr class="deep-level-1">
4300
4672
 
4301
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
4673
+ <td class="name"><code>layerDefs</code></td>
4302
4674
 
4303
4675
 
4304
4676
  <td class="type">
4305
4677
 
4306
4678
 
4307
- <span class="param-type">Array</span>
4679
+ <span class="param-type">
4680
+
4681
+ Array
4682
+
4683
+ </span>
4308
4684
 
4309
4685
 
4310
4686
 
@@ -4325,13 +4701,17 @@ featureServer.deleteFeature({
4325
4701
 
4326
4702
  <tr class="deep-level-1">
4327
4703
 
4328
- <td class="name" id="geometry"><code>geometry</code></td>
4704
+ <td class="name"><code>geometry</code></td>
4329
4705
 
4330
4706
 
4331
4707
  <td class="type">
4332
4708
 
4333
4709
 
4334
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4710
+ <span class="param-type">
4711
+
4712
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4713
+
4714
+ </span>
4335
4715
 
4336
4716
 
4337
4717
 
@@ -4352,13 +4732,17 @@ featureServer.deleteFeature({
4352
4732
 
4353
4733
  <tr class="deep-level-1">
4354
4734
 
4355
- <td class="name" id="distance"><code>distance</code></td>
4735
+ <td class="name"><code>distance</code></td>
4356
4736
 
4357
4737
 
4358
4738
  <td class="type">
4359
4739
 
4360
4740
 
4361
- <span class="param-type">Number</span>
4741
+ <span class="param-type">
4742
+
4743
+ Number
4744
+
4745
+ </span>
4362
4746
 
4363
4747
 
4364
4748
 
@@ -4381,13 +4765,17 @@ featureServer.deleteFeature({
4381
4765
 
4382
4766
  <tr class="deep-level-1">
4383
4767
 
4384
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
4768
+ <td class="name"><code>geometryPrecision</code></td>
4385
4769
 
4386
4770
 
4387
4771
  <td class="type">
4388
4772
 
4389
4773
 
4390
- <span class="param-type">Number</span>
4774
+ <span class="param-type">
4775
+
4776
+ Number
4777
+
4778
+ </span>
4391
4779
 
4392
4780
 
4393
4781
 
@@ -4408,13 +4796,17 @@ featureServer.deleteFeature({
4408
4796
 
4409
4797
  <tr class="deep-level-1">
4410
4798
 
4411
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
4799
+ <td class="name"><code>spatialRel</code></td>
4412
4800
 
4413
4801
 
4414
4802
  <td class="type">
4415
4803
 
4416
4804
 
4417
- <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4805
+ <span class="param-type">
4806
+
4807
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
4808
+
4809
+ </span>
4418
4810
 
4419
4811
 
4420
4812
 
@@ -4435,13 +4827,17 @@ featureServer.deleteFeature({
4435
4827
 
4436
4828
  <tr class="deep-level-1">
4437
4829
 
4438
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
4830
+ <td class="name"><code>resultRecordCount</code></td>
4439
4831
 
4440
4832
 
4441
4833
  <td class="type">
4442
4834
 
4443
4835
 
4444
- <span class="param-type">Number</span>
4836
+ <span class="param-type">
4837
+
4838
+ Number
4839
+
4840
+ </span>
4445
4841
 
4446
4842
 
4447
4843
 
@@ -4464,13 +4860,17 @@ featureServer.deleteFeature({
4464
4860
 
4465
4861
  <tr class="deep-level-1">
4466
4862
 
4467
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4863
+ <td class="name"><code>returnGeometry</code></td>
4468
4864
 
4469
4865
 
4470
4866
  <td class="type">
4471
4867
 
4472
4868
 
4473
- <span class="param-type">Boolean</span>
4869
+ <span class="param-type">
4870
+
4871
+ Boolean
4872
+
4873
+ </span>
4474
4874
 
4475
4875
 
4476
4876
 
@@ -4493,13 +4893,17 @@ featureServer.deleteFeature({
4493
4893
 
4494
4894
  <tr class="deep-level-1">
4495
4895
 
4496
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4896
+ <td class="name"><code>returnAttribute</code></td>
4497
4897
 
4498
4898
 
4499
4899
  <td class="type">
4500
4900
 
4501
4901
 
4502
- <span class="param-type">Boolean</span>
4902
+ <span class="param-type">
4903
+
4904
+ Boolean
4905
+
4906
+ </span>
4503
4907
 
4504
4908
 
4505
4909
 
@@ -4522,13 +4926,17 @@ featureServer.deleteFeature({
4522
4926
 
4523
4927
  <tr class="deep-level-1">
4524
4928
 
4525
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4929
+ <td class="name"><code>returnStyle</code></td>
4526
4930
 
4527
4931
 
4528
4932
  <td class="type">
4529
4933
 
4530
4934
 
4531
- <span class="param-type">Boolean</span>
4935
+ <span class="param-type">
4936
+
4937
+ Boolean
4938
+
4939
+ </span>
4532
4940
 
4533
4941
 
4534
4942
 
@@ -4551,13 +4959,17 @@ featureServer.deleteFeature({
4551
4959
 
4552
4960
  <tr class="deep-level-1">
4553
4961
 
4554
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4962
+ <td class="name"><code>returnIdsOnly</code></td>
4555
4963
 
4556
4964
 
4557
4965
  <td class="type">
4558
4966
 
4559
4967
 
4560
- <span class="param-type">Boolean</span>
4968
+ <span class="param-type">
4969
+
4970
+ Boolean
4971
+
4972
+ </span>
4561
4973
 
4562
4974
 
4563
4975
 
@@ -4580,13 +4992,17 @@ featureServer.deleteFeature({
4580
4992
 
4581
4993
  <tr class="deep-level-1">
4582
4994
 
4583
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4995
+ <td class="name"><code>returnCountOnly</code></td>
4584
4996
 
4585
4997
 
4586
4998
  <td class="type">
4587
4999
 
4588
5000
 
4589
- <span class="param-type">Boolean</span>
5001
+ <span class="param-type">
5002
+
5003
+ Boolean
5004
+
5005
+ </span>
4590
5006
 
4591
5007
 
4592
5008
 
@@ -4609,13 +5025,17 @@ featureServer.deleteFeature({
4609
5025
 
4610
5026
  <tr class="deep-level-1">
4611
5027
 
4612
- <td class="name" id="returnZ"><code>returnZ</code></td>
5028
+ <td class="name"><code>returnZ</code></td>
4613
5029
 
4614
5030
 
4615
5031
  <td class="type">
4616
5032
 
4617
5033
 
4618
- <span class="param-type">Boolean</span>
5034
+ <span class="param-type">
5035
+
5036
+ Boolean
5037
+
5038
+ </span>
4619
5039
 
4620
5040
 
4621
5041
 
@@ -4638,13 +5058,17 @@ featureServer.deleteFeature({
4638
5058
 
4639
5059
  <tr class="deep-level-1">
4640
5060
 
4641
- <td class="name" id="inSrs"><code>inSrs</code></td>
5061
+ <td class="name"><code>inSrs</code></td>
4642
5062
 
4643
5063
 
4644
5064
  <td class="type">
4645
5065
 
4646
5066
 
4647
- <span class="param-type">String</span>
5067
+ <span class="param-type">
5068
+
5069
+ String
5070
+
5071
+ </span>
4648
5072
 
4649
5073
 
4650
5074
 
@@ -4665,13 +5089,17 @@ featureServer.deleteFeature({
4665
5089
 
4666
5090
  <tr class="deep-level-1">
4667
5091
 
4668
- <td class="name" id="outSrs"><code>outSrs</code></td>
5092
+ <td class="name"><code>outSrs</code></td>
4669
5093
 
4670
5094
 
4671
5095
  <td class="type">
4672
5096
 
4673
5097
 
4674
- <span class="param-type">String</span>
5098
+ <span class="param-type">
5099
+
5100
+ String
5101
+
5102
+ </span>
4675
5103
 
4676
5104
 
4677
5105
 
@@ -4697,7 +5125,7 @@ featureServer.deleteFeature({
4697
5125
 
4698
5126
  <tr class="deep-level-0">
4699
5127
 
4700
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
5128
+ <td class="name"><code>GDBPOptions</code></td>
4701
5129
 
4702
5130
 
4703
5131
  <td class="type">
@@ -4718,13 +5146,17 @@ featureServer.deleteFeature({
4718
5146
 
4719
5147
  <tr class="deep-level-1">
4720
5148
 
4721
- <td class="name" id="gdbp"><code>gdbp</code></td>
5149
+ <td class="name"><code>gdbp</code></td>
4722
5150
 
4723
5151
 
4724
5152
  <td class="type">
4725
5153
 
4726
5154
 
4727
- <span class="param-type">String</span>
5155
+ <span class="param-type">
5156
+
5157
+ String
5158
+
5159
+ </span>
4728
5160
 
4729
5161
 
4730
5162
 
@@ -4745,13 +5177,17 @@ featureServer.deleteFeature({
4745
5177
 
4746
5178
  <tr class="deep-level-1">
4747
5179
 
4748
- <td class="name" id="geometry"><code>geometry</code></td>
5180
+ <td class="name"><code>geometry</code></td>
4749
5181
 
4750
5182
 
4751
5183
  <td class="type">
4752
5184
 
4753
5185
 
4754
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5186
+ <span class="param-type">
5187
+
5188
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5189
+
5190
+ </span>
4755
5191
 
4756
5192
 
4757
5193
 
@@ -4772,13 +5208,17 @@ featureServer.deleteFeature({
4772
5208
 
4773
5209
  <tr class="deep-level-1">
4774
5210
 
4775
- <td class="name" id="where"><code>where</code></td>
5211
+ <td class="name"><code>where</code></td>
4776
5212
 
4777
5213
 
4778
5214
  <td class="type">
4779
5215
 
4780
5216
 
4781
- <span class="param-type">String</span>
5217
+ <span class="param-type">
5218
+
5219
+ String
5220
+
5221
+ </span>
4782
5222
 
4783
5223
 
4784
5224
 
@@ -4799,13 +5239,17 @@ featureServer.deleteFeature({
4799
5239
 
4800
5240
  <tr class="deep-level-1">
4801
5241
 
4802
- <td class="name" id="objectIds"><code>objectIds</code></td>
5242
+ <td class="name"><code>objectIds</code></td>
4803
5243
 
4804
5244
 
4805
5245
  <td class="type">
4806
5246
 
4807
5247
 
4808
- <span class="param-type">String</span>
5248
+ <span class="param-type">
5249
+
5250
+ String
5251
+
5252
+ </span>
4809
5253
 
4810
5254
 
4811
5255
 
@@ -4826,13 +5270,17 @@ featureServer.deleteFeature({
4826
5270
 
4827
5271
  <tr class="deep-level-1">
4828
5272
 
4829
- <td class="name" id="page"><code>page</code></td>
5273
+ <td class="name"><code>page</code></td>
4830
5274
 
4831
5275
 
4832
5276
  <td class="type">
4833
5277
 
4834
5278
 
4835
- <span class="param-type">Number</span>
5279
+ <span class="param-type">
5280
+
5281
+ Number
5282
+
5283
+ </span>
4836
5284
 
4837
5285
 
4838
5286
 
@@ -4855,13 +5303,17 @@ featureServer.deleteFeature({
4855
5303
 
4856
5304
  <tr class="deep-level-1">
4857
5305
 
4858
- <td class="name" id="pageCount"><code>pageCount</code></td>
5306
+ <td class="name"><code>pageCount</code></td>
4859
5307
 
4860
5308
 
4861
5309
  <td class="type">
4862
5310
 
4863
5311
 
4864
- <span class="param-type">Number</span>
5312
+ <span class="param-type">
5313
+
5314
+ Number
5315
+
5316
+ </span>
4865
5317
 
4866
5318
 
4867
5319
 
@@ -4884,13 +5336,17 @@ featureServer.deleteFeature({
4884
5336
 
4885
5337
  <tr class="deep-level-1">
4886
5338
 
4887
- <td class="name" id="rule"><code>rule</code></td>
5339
+ <td class="name"><code>rule</code></td>
4888
5340
 
4889
5341
 
4890
5342
  <td class="type">
4891
5343
 
4892
5344
 
4893
- <span class="param-type">Object</span>
5345
+ <span class="param-type">
5346
+
5347
+ Object
5348
+
5349
+ </span>
4894
5350
 
4895
5351
 
4896
5352
 
@@ -4912,13 +5368,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4912
5368
 
4913
5369
  <tr class="deep-level-1">
4914
5370
 
4915
- <td class="name" id="structs"><code>structs</code></td>
5371
+ <td class="name"><code>structs</code></td>
4916
5372
 
4917
5373
 
4918
5374
  <td class="type">
4919
5375
 
4920
5376
 
4921
- <span class="param-type">Object</span>
5377
+ <span class="param-type">
5378
+
5379
+ Object
5380
+
5381
+ </span>
4922
5382
 
4923
5383
 
4924
5384
 
@@ -4939,13 +5399,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4939
5399
 
4940
5400
  <tr class="deep-level-1">
4941
5401
 
4942
- <td class="name" id="orderField"><code>orderField</code></td>
5402
+ <td class="name"><code>orderField</code></td>
4943
5403
 
4944
5404
 
4945
5405
  <td class="type">
4946
5406
 
4947
5407
 
4948
- <span class="param-type">String</span>
5408
+ <span class="param-type">
5409
+
5410
+ String
5411
+
5412
+ </span>
4949
5413
 
4950
5414
 
4951
5415
 
@@ -4966,13 +5430,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4966
5430
 
4967
5431
  <tr class="deep-level-1">
4968
5432
 
4969
- <td class="name" id="isAsc"><code>isAsc</code></td>
5433
+ <td class="name"><code>isAsc</code></td>
4970
5434
 
4971
5435
 
4972
5436
  <td class="type">
4973
5437
 
4974
5438
 
4975
- <span class="param-type">Boolean</span>
5439
+ <span class="param-type">
5440
+
5441
+ Boolean
5442
+
5443
+ </span>
4976
5444
 
4977
5445
 
4978
5446
 
@@ -4998,7 +5466,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4998
5466
 
4999
5467
  <tr class="deep-level-0">
5000
5468
 
5001
- <td class="name" id="DocsOptions"><code>DocsOptions</code></td>
5469
+ <td class="name"><code>DocsOptions</code></td>
5002
5470
 
5003
5471
 
5004
5472
  <td class="type">
@@ -5019,13 +5487,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5019
5487
 
5020
5488
  <tr class="deep-level-1">
5021
5489
 
5022
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
5490
+ <td class="name"><code>mapIndex</code></td>
5023
5491
 
5024
5492
 
5025
5493
  <td class="type">
5026
5494
 
5027
5495
 
5028
- <span class="param-type">Number</span>
5496
+ <span class="param-type">
5497
+
5498
+ Number
5499
+
5500
+ </span>
5029
5501
 
5030
5502
 
5031
5503
 
@@ -5046,13 +5518,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5046
5518
 
5047
5519
  <tr class="deep-level-1">
5048
5520
 
5049
- <td class="name" id="layerIndexes"><code>layerIndexes</code></td>
5521
+ <td class="name"><code>layerIndexes</code></td>
5050
5522
 
5051
5523
 
5052
5524
  <td class="type">
5053
5525
 
5054
5526
 
5055
- <span class="param-type">String</span>
5527
+ <span class="param-type">
5528
+
5529
+ String
5530
+
5531
+ </span>
5056
5532
 
5057
5533
 
5058
5534
 
@@ -5073,13 +5549,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5073
5549
 
5074
5550
  <tr class="deep-level-1">
5075
5551
 
5076
- <td class="name" id="geometry"><code>geometry</code></td>
5552
+ <td class="name"><code>geometry</code></td>
5077
5553
 
5078
5554
 
5079
5555
  <td class="type">
5080
5556
 
5081
5557
 
5082
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5558
+ <span class="param-type">
5559
+
5560
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5561
+
5562
+ </span>
5083
5563
 
5084
5564
 
5085
5565
 
@@ -5100,13 +5580,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5100
5580
 
5101
5581
  <tr class="deep-level-1">
5102
5582
 
5103
- <td class="name" id="where"><code>where</code></td>
5583
+ <td class="name"><code>where</code></td>
5104
5584
 
5105
5585
 
5106
5586
  <td class="type">
5107
5587
 
5108
5588
 
5109
- <span class="param-type">String</span>
5589
+ <span class="param-type">
5590
+
5591
+ String
5592
+
5593
+ </span>
5110
5594
 
5111
5595
 
5112
5596
 
@@ -5127,13 +5611,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5127
5611
 
5128
5612
  <tr class="deep-level-1">
5129
5613
 
5130
- <td class="name" id="objectIds"><code>objectIds</code></td>
5614
+ <td class="name"><code>objectIds</code></td>
5131
5615
 
5132
5616
 
5133
5617
  <td class="type">
5134
5618
 
5135
5619
 
5136
- <span class="param-type">String</span>
5620
+ <span class="param-type">
5621
+
5622
+ String
5623
+
5624
+ </span>
5137
5625
 
5138
5626
 
5139
5627
 
@@ -5154,13 +5642,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5154
5642
 
5155
5643
  <tr class="deep-level-1">
5156
5644
 
5157
- <td class="name" id="page"><code>page</code></td>
5645
+ <td class="name"><code>page</code></td>
5158
5646
 
5159
5647
 
5160
5648
  <td class="type">
5161
5649
 
5162
5650
 
5163
- <span class="param-type">Number</span>
5651
+ <span class="param-type">
5652
+
5653
+ Number
5654
+
5655
+ </span>
5164
5656
 
5165
5657
 
5166
5658
 
@@ -5183,13 +5675,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5183
5675
 
5184
5676
  <tr class="deep-level-1">
5185
5677
 
5186
- <td class="name" id="pageCount"><code>pageCount</code></td>
5678
+ <td class="name"><code>pageCount</code></td>
5187
5679
 
5188
5680
 
5189
5681
  <td class="type">
5190
5682
 
5191
5683
 
5192
- <span class="param-type">Number</span>
5684
+ <span class="param-type">
5685
+
5686
+ Number
5687
+
5688
+ </span>
5193
5689
 
5194
5690
 
5195
5691
 
@@ -5212,13 +5708,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5212
5708
 
5213
5709
  <tr class="deep-level-1">
5214
5710
 
5215
- <td class="name" id="rule"><code>rule</code></td>
5711
+ <td class="name"><code>rule</code></td>
5216
5712
 
5217
5713
 
5218
5714
  <td class="type">
5219
5715
 
5220
5716
 
5221
- <span class="param-type">Object</span>
5717
+ <span class="param-type">
5718
+
5719
+ Object
5720
+
5721
+ </span>
5222
5722
 
5223
5723
 
5224
5724
 
@@ -5240,13 +5740,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5240
5740
 
5241
5741
  <tr class="deep-level-1">
5242
5742
 
5243
- <td class="name" id="structs"><code>structs</code></td>
5743
+ <td class="name"><code>structs</code></td>
5244
5744
 
5245
5745
 
5246
5746
  <td class="type">
5247
5747
 
5248
5748
 
5249
- <span class="param-type">Object</span>
5749
+ <span class="param-type">
5750
+
5751
+ Object
5752
+
5753
+ </span>
5250
5754
 
5251
5755
 
5252
5756
 
@@ -5267,13 +5771,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5267
5771
 
5268
5772
  <tr class="deep-level-1">
5269
5773
 
5270
- <td class="name" id="orderField"><code>orderField</code></td>
5774
+ <td class="name"><code>orderField</code></td>
5271
5775
 
5272
5776
 
5273
5777
  <td class="type">
5274
5778
 
5275
5779
 
5276
- <span class="param-type">String</span>
5780
+ <span class="param-type">
5781
+
5782
+ String
5783
+
5784
+ </span>
5277
5785
 
5278
5786
 
5279
5787
 
@@ -5294,13 +5802,17 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5294
5802
 
5295
5803
  <tr class="deep-level-1">
5296
5804
 
5297
- <td class="name" id="isAsc"><code>isAsc</code></td>
5805
+ <td class="name"><code>isAsc</code></td>
5298
5806
 
5299
5807
 
5300
5808
  <td class="type">
5301
5809
 
5302
5810
 
5303
- <span class="param-type">Boolean</span>
5811
+ <span class="param-type">
5812
+
5813
+ Boolean
5814
+
5815
+ </span>
5304
5816
 
5305
5817
 
5306
5818
 
@@ -5396,7 +5908,11 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5396
5908
  <div class='column is-5 has-text-left'>
5397
5909
  <label>类型: </label>
5398
5910
 
5399
- <span class="param-type">Promise.&lt;Object></span>
5911
+ <span class="param-type">
5912
+
5913
+ Promise.&lt;Object>
5914
+
5915
+ </span>
5400
5916
 
5401
5917
 
5402
5918
 
@@ -5535,7 +6051,7 @@ import { Polygon } from "@mapgis/webclient-common"
5535
6051
 
5536
6052
  <tr class="deep-level-0">
5537
6053
 
5538
- <td class="name" id="options"><code>options</code></td>
6054
+ <td class="name"><code>options</code></td>
5539
6055
 
5540
6056
 
5541
6057
  <td class="type">
@@ -5552,13 +6068,17 @@ import { Polygon } from "@mapgis/webclient-common"
5552
6068
 
5553
6069
  <tr class="deep-level-1">
5554
6070
 
5555
- <td class="name" id="layerId"><code>layerId</code></td>
6071
+ <td class="name"><code>layerId</code></td>
5556
6072
 
5557
6073
 
5558
6074
  <td class="type">
5559
6075
 
5560
6076
 
5561
- <span class="param-type">String</span>
6077
+ <span class="param-type">
6078
+
6079
+ String
6080
+
6081
+ </span>
5562
6082
 
5563
6083
 
5564
6084
 
@@ -5575,13 +6095,17 @@ import { Polygon } from "@mapgis/webclient-common"
5575
6095
 
5576
6096
  <tr class="deep-level-1">
5577
6097
 
5578
- <td class="name" id="success"><code>success</code></td>
6098
+ <td class="name"><code>success</code></td>
5579
6099
 
5580
6100
 
5581
6101
  <td class="type">
5582
6102
 
5583
6103
 
5584
- <span class="param-type">function</span>
6104
+ <span class="param-type">
6105
+
6106
+ function
6107
+
6108
+ </span>
5585
6109
 
5586
6110
 
5587
6111
 
@@ -5598,13 +6122,17 @@ import { Polygon } from "@mapgis/webclient-common"
5598
6122
 
5599
6123
  <tr class="deep-level-1">
5600
6124
 
5601
- <td class="name" id="failure"><code>failure</code></td>
6125
+ <td class="name"><code>failure</code></td>
5602
6126
 
5603
6127
 
5604
6128
  <td class="type">
5605
6129
 
5606
6130
 
5607
- <span class="param-type">function</span>
6131
+ <span class="param-type">
6132
+
6133
+ function
6134
+
6135
+ </span>
5608
6136
 
5609
6137
 
5610
6138
 
@@ -5696,7 +6224,11 @@ import { Polygon } from "@mapgis/webclient-common"
5696
6224
  <div class='column is-5 has-text-left'>
5697
6225
  <label>类型: </label>
5698
6226
 
5699
- <span class="param-type">Promise.&lt;Object></span>
6227
+ <span class="param-type">
6228
+
6229
+ Promise.&lt;Object>
6230
+
6231
+ </span>
5700
6232
 
5701
6233
 
5702
6234
 
@@ -5788,7 +6320,7 @@ import { Polygon } from "@mapgis/webclient-common"
5788
6320
 
5789
6321
  <tr class="deep-level-0">
5790
6322
 
5791
- <td class="name" id="options"><code>options</code></td>
6323
+ <td class="name"><code>options</code></td>
5792
6324
 
5793
6325
 
5794
6326
  <td class="type">
@@ -5809,13 +6341,17 @@ import { Polygon } from "@mapgis/webclient-common"
5809
6341
 
5810
6342
  <tr class="deep-level-1">
5811
6343
 
5812
- <td class="name" id="success"><code>success</code></td>
6344
+ <td class="name"><code>success</code></td>
5813
6345
 
5814
6346
 
5815
6347
  <td class="type">
5816
6348
 
5817
6349
 
5818
- <span class="param-type">function</span>
6350
+ <span class="param-type">
6351
+
6352
+ function
6353
+
6354
+ </span>
5819
6355
 
5820
6356
 
5821
6357
 
@@ -5838,13 +6374,17 @@ import { Polygon } from "@mapgis/webclient-common"
5838
6374
 
5839
6375
  <tr class="deep-level-1">
5840
6376
 
5841
- <td class="name" id="failure"><code>failure</code></td>
6377
+ <td class="name"><code>failure</code></td>
5842
6378
 
5843
6379
 
5844
6380
  <td class="type">
5845
6381
 
5846
6382
 
5847
- <span class="param-type">function</span>
6383
+ <span class="param-type">
6384
+
6385
+ function
6386
+
6387
+ </span>
5848
6388
 
5849
6389
 
5850
6390
 
@@ -6023,7 +6563,7 @@ import { Polygon } from "@mapgis/webclient-common"
6023
6563
 
6024
6564
  <tr class="deep-level-0">
6025
6565
 
6026
- <td class="name" id="options"><code>options</code></td>
6566
+ <td class="name"><code>options</code></td>
6027
6567
 
6028
6568
 
6029
6569
  <td class="type">
@@ -6044,13 +6584,17 @@ import { Polygon } from "@mapgis/webclient-common"
6044
6584
 
6045
6585
  <tr class="deep-level-1">
6046
6586
 
6047
- <td class="name" id="layerId"><code>layerId</code></td>
6587
+ <td class="name"><code>layerId</code></td>
6048
6588
 
6049
6589
 
6050
6590
  <td class="type">
6051
6591
 
6052
6592
 
6053
- <span class="param-type">String</span>
6593
+ <span class="param-type">
6594
+
6595
+ String
6596
+
6597
+ </span>
6054
6598
 
6055
6599
 
6056
6600
 
@@ -6071,13 +6615,17 @@ import { Polygon } from "@mapgis/webclient-common"
6071
6615
 
6072
6616
  <tr class="deep-level-1">
6073
6617
 
6074
- <td class="name" id="method"><code>method</code></td>
6618
+ <td class="name"><code>method</code></td>
6075
6619
 
6076
6620
 
6077
6621
  <td class="type">
6078
6622
 
6079
6623
 
6080
- <span class="param-type">String</span>
6624
+ <span class="param-type">
6625
+
6626
+ String
6627
+
6628
+ </span>
6081
6629
 
6082
6630
 
6083
6631
 
@@ -6100,13 +6648,17 @@ import { Polygon } from "@mapgis/webclient-common"
6100
6648
 
6101
6649
  <tr class="deep-level-1">
6102
6650
 
6103
- <td class="name" id="success"><code>success</code></td>
6651
+ <td class="name"><code>success</code></td>
6104
6652
 
6105
6653
 
6106
6654
  <td class="type">
6107
6655
 
6108
6656
 
6109
- <span class="param-type">function</span>
6657
+ <span class="param-type">
6658
+
6659
+ function
6660
+
6661
+ </span>
6110
6662
 
6111
6663
 
6112
6664
 
@@ -6127,13 +6679,17 @@ import { Polygon } from "@mapgis/webclient-common"
6127
6679
 
6128
6680
  <tr class="deep-level-1">
6129
6681
 
6130
- <td class="name" id="failure"><code>failure</code></td>
6682
+ <td class="name"><code>failure</code></td>
6131
6683
 
6132
6684
 
6133
6685
  <td class="type">
6134
6686
 
6135
6687
 
6136
- <span class="param-type">function</span>
6688
+ <span class="param-type">
6689
+
6690
+ function
6691
+
6692
+ </span>
6137
6693
 
6138
6694
 
6139
6695
 
@@ -6154,13 +6710,17 @@ import { Polygon } from "@mapgis/webclient-common"
6154
6710
 
6155
6711
  <tr class="deep-level-1">
6156
6712
 
6157
- <td class="name" id="features"><code>features</code></td>
6713
+ <td class="name"><code>features</code></td>
6158
6714
 
6159
6715
 
6160
6716
  <td class="type">
6161
6717
 
6162
6718
 
6163
- <span class="param-type">Array</span>
6719
+ <span class="param-type">
6720
+
6721
+ Array
6722
+
6723
+ </span>
6164
6724
 
6165
6725
 
6166
6726
 
@@ -6188,7 +6748,7 @@ import { Polygon } from "@mapgis/webclient-common"
6188
6748
 
6189
6749
  <tr class="deep-level-0">
6190
6750
 
6191
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
6751
+ <td class="name"><code>GDBPOptions</code></td>
6192
6752
 
6193
6753
 
6194
6754
  <td class="type">
@@ -6209,13 +6769,17 @@ import { Polygon } from "@mapgis/webclient-common"
6209
6769
 
6210
6770
  <tr class="deep-level-1">
6211
6771
 
6212
- <td class="name" id="gdbp"><code>gdbp</code></td>
6772
+ <td class="name"><code>gdbp</code></td>
6213
6773
 
6214
6774
 
6215
6775
  <td class="type">
6216
6776
 
6217
6777
 
6218
- <span class="param-type">String</span>
6778
+ <span class="param-type">
6779
+
6780
+ String
6781
+
6782
+ </span>
6219
6783
 
6220
6784
 
6221
6785
 
@@ -6236,13 +6800,17 @@ import { Polygon } from "@mapgis/webclient-common"
6236
6800
 
6237
6801
  <tr class="deep-level-1">
6238
6802
 
6239
- <td class="name" id="featureSet"><code>featureSet</code></td>
6803
+ <td class="name"><code>featureSet</code></td>
6240
6804
 
6241
6805
 
6242
6806
  <td class="type">
6243
6807
 
6244
6808
 
6245
- <span class="param-type">Object</span>
6809
+ <span class="param-type">
6810
+
6811
+ Object
6812
+
6813
+ </span>
6246
6814
 
6247
6815
 
6248
6816
 
@@ -6338,7 +6906,11 @@ import { Polygon } from "@mapgis/webclient-common"
6338
6906
  <div class='column is-5 has-text-left'>
6339
6907
  <label>类型: </label>
6340
6908
 
6341
- <span class="param-type">Promise.&lt;Object></span>
6909
+ <span class="param-type">
6910
+
6911
+ Promise.&lt;Object>
6912
+
6913
+ </span>
6342
6914
 
6343
6915
 
6344
6916