@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
 
@@ -158,7 +166,7 @@
158
166
  <dt class="tag-see">See:</dt>
159
167
  <dd class="tag-see">
160
168
  <ul>
161
- <li><p><a href="tutorial-工作流.html"><h4>不同工作流参数配置</h4></a></p></li>
169
+ <li><a onclick="getTypeHTML(event)" link="tutorial-工作流.html">不同工作流参数配置<a></li>
162
170
  </ul>
163
171
  </dd>
164
172
 
@@ -254,7 +262,11 @@ const workflow = WorkFlowServer.createWorkFlow({
254
262
  <td class="name">
255
263
  <code>
256
264
 
257
- <span class="param-type">Boolean</span>
265
+ <span class="param-type">
266
+
267
+ Boolean
268
+
269
+ </span>
258
270
 
259
271
 
260
272
 
@@ -268,7 +280,11 @@ const workflow = WorkFlowServer.createWorkFlow({
268
280
  <td class="name">
269
281
  <code>
270
282
 
271
- <span class="param-type">Boolean</span>
283
+ <span class="param-type">
284
+
285
+ Boolean
286
+
287
+ </span>
272
288
 
273
289
 
274
290
 
@@ -282,7 +298,11 @@ const workflow = WorkFlowServer.createWorkFlow({
282
298
  <td class="name">
283
299
  <code>
284
300
 
285
- <span class="param-type">String</span>
301
+ <span class="param-type">
302
+
303
+ String
304
+
305
+ </span>
286
306
 
287
307
 
288
308
 
@@ -296,7 +316,11 @@ const workflow = WorkFlowServer.createWorkFlow({
296
316
  <td class="name">
297
317
  <code>
298
318
 
299
- <span class="param-type">function</span>
319
+ <span class="param-type">
320
+
321
+ function
322
+
323
+ </span>
300
324
 
301
325
 
302
326
 
@@ -310,7 +334,11 @@ const workflow = WorkFlowServer.createWorkFlow({
310
334
  <td class="name">
311
335
  <code>
312
336
 
313
- <span class="param-type">String</span>
337
+ <span class="param-type">
338
+
339
+ String
340
+
341
+ </span>
314
342
 
315
343
 
316
344
 
@@ -324,7 +352,11 @@ const workflow = WorkFlowServer.createWorkFlow({
324
352
  <td class="name">
325
353
  <code>
326
354
 
327
- <span class="param-type">function</span>
355
+ <span class="param-type">
356
+
357
+ function
358
+
359
+ </span>
328
360
 
329
361
 
330
362
 
@@ -338,7 +370,11 @@ const workflow = WorkFlowServer.createWorkFlow({
338
370
  <td class="name">
339
371
  <code>
340
372
 
341
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
373
+ <span class="param-type">
374
+
375
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
376
+
377
+ </span>
342
378
 
343
379
 
344
380
 
@@ -352,7 +388,11 @@ const workflow = WorkFlowServer.createWorkFlow({
352
388
  <td class="name">
353
389
  <code>
354
390
 
355
- <span class="param-type">String</span>
391
+ <span class="param-type">
392
+
393
+ String
394
+
395
+ </span>
356
396
 
357
397
 
358
398
 
@@ -366,7 +406,11 @@ const workflow = WorkFlowServer.createWorkFlow({
366
406
  <td class="name">
367
407
  <code>
368
408
 
369
- <span class="param-type">String</span>
409
+ <span class="param-type">
410
+
411
+ String
412
+
413
+ </span>
370
414
 
371
415
 
372
416
 
@@ -380,7 +424,11 @@ const workflow = WorkFlowServer.createWorkFlow({
380
424
  <td class="name">
381
425
  <code>
382
426
 
383
- <span class="param-type">String</span>
427
+ <span class="param-type">
428
+
429
+ String
430
+
431
+ </span>
384
432
 
385
433
 
386
434
 
@@ -400,7 +448,11 @@ const workflow = WorkFlowServer.createWorkFlow({
400
448
  <span class="method-parameter is-pulled-right">
401
449
  <label>类型:</label>
402
450
 
403
- <span class="param-type">Boolean</span>
451
+ <span class="param-type">
452
+
453
+ Boolean
454
+
455
+ </span>
404
456
 
405
457
 
406
458
 
@@ -476,7 +528,11 @@ const workflow = WorkFlowServer.createWorkFlow({
476
528
  <span class="method-parameter is-pulled-right">
477
529
  <label>类型:</label>
478
530
 
479
- <span class="param-type">Boolean</span>
531
+ <span class="param-type">
532
+
533
+ Boolean
534
+
535
+ </span>
480
536
 
481
537
 
482
538
 
@@ -573,7 +629,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
573
629
  <span class="method-parameter is-pulled-right">
574
630
  <label>类型:</label>
575
631
 
576
- <span class="param-type">String</span>
632
+ <span class="param-type">
633
+
634
+ String
635
+
636
+ </span>
577
637
 
578
638
 
579
639
 
@@ -671,7 +731,11 @@ BaseServer.headers.token = '新token';</code></pre>
671
731
  <span class="method-parameter is-pulled-right">
672
732
  <label>类型:</label>
673
733
 
674
- <span class="param-type">function</span>
734
+ <span class="param-type">
735
+
736
+ function
737
+
738
+ </span>
675
739
 
676
740
 
677
741
 
@@ -775,7 +839,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
775
839
  <span class="method-parameter is-pulled-right">
776
840
  <label>类型:</label>
777
841
 
778
- <span class="param-type">String</span>
842
+ <span class="param-type">
843
+
844
+ String
845
+
846
+ </span>
779
847
 
780
848
 
781
849
 
@@ -869,7 +937,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
869
937
  <span class="method-parameter is-pulled-right">
870
938
  <label>类型:</label>
871
939
 
872
- <span class="param-type">function</span>
940
+ <span class="param-type">
941
+
942
+ function
943
+
944
+ </span>
873
945
 
874
946
 
875
947
 
@@ -975,7 +1047,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
975
1047
  <span class="method-parameter is-pulled-right">
976
1048
  <label>类型:</label>
977
1049
 
978
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1050
+ <span class="param-type">
1051
+
1052
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1053
+
1054
+ </span>
979
1055
 
980
1056
 
981
1057
 
@@ -1073,7 +1149,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1073
1149
  <span class="method-parameter is-pulled-right">
1074
1150
  <label>类型:</label>
1075
1151
 
1076
- <span class="param-type">String</span>
1152
+ <span class="param-type">
1153
+
1154
+ String
1155
+
1156
+ </span>
1077
1157
 
1078
1158
 
1079
1159
 
@@ -1166,7 +1246,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1166
1246
  <span class="method-parameter is-pulled-right">
1167
1247
  <label>类型:</label>
1168
1248
 
1169
- <span class="param-type">String</span>
1249
+ <span class="param-type">
1250
+
1251
+ String
1252
+
1253
+ </span>
1170
1254
 
1171
1255
 
1172
1256
 
@@ -1259,7 +1343,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1259
1343
  <span class="method-parameter is-pulled-right">
1260
1344
  <label>类型:</label>
1261
1345
 
1262
- <span class="param-type">String</span>
1346
+ <span class="param-type">
1347
+
1348
+ String
1349
+
1350
+ </span>
1263
1351
 
1264
1352
 
1265
1353
 
@@ -1373,7 +1461,11 @@ BaseServer.url = '新URL';</code></pre>
1373
1461
  <code>
1374
1462
 
1375
1463
 
1376
- <span class="param-type"><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></span>
1464
+ <span class="param-type">
1465
+
1466
+ <a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a>
1467
+
1468
+ </span>
1377
1469
 
1378
1470
 
1379
1471
 
@@ -1389,7 +1481,11 @@ BaseServer.url = '新URL';</code></pre>
1389
1481
  <code>
1390
1482
 
1391
1483
 
1392
- <span class="param-type">Promise.&lt;Object></span>
1484
+ <span class="param-type">
1485
+
1486
+ Promise.&lt;Object>
1487
+
1488
+ </span>
1393
1489
 
1394
1490
 
1395
1491
 
@@ -1415,7 +1511,11 @@ BaseServer.url = '新URL';</code></pre>
1415
1511
  <code>
1416
1512
 
1417
1513
 
1418
- <span class="param-type">Promise.&lt;String></span>
1514
+ <span class="param-type">
1515
+
1516
+ Promise.&lt;String>
1517
+
1518
+ </span>
1419
1519
 
1420
1520
 
1421
1521
 
@@ -1431,7 +1531,11 @@ BaseServer.url = '新URL';</code></pre>
1431
1531
  <code>
1432
1532
 
1433
1533
 
1434
- <span class="param-type">Promise.&lt;String></span>
1534
+ <span class="param-type">
1535
+
1536
+ Promise.&lt;String>
1537
+
1538
+ </span>
1435
1539
 
1436
1540
 
1437
1541
 
@@ -1447,7 +1551,11 @@ BaseServer.url = '新URL';</code></pre>
1447
1551
  <code>
1448
1552
 
1449
1553
 
1450
- <span class="param-type">Promise.&lt;String></span>
1554
+ <span class="param-type">
1555
+
1556
+ Promise.&lt;String>
1557
+
1558
+ </span>
1451
1559
 
1452
1560
 
1453
1561
 
@@ -1519,13 +1627,17 @@ BaseServer.url = '新URL';</code></pre>
1519
1627
 
1520
1628
  <tr class="deep-level-0">
1521
1629
 
1522
- <td class="name" id="工作流参数"><code>工作流参数</code></td>
1630
+ <td class="name"><code>工作流参数</code></td>
1523
1631
 
1524
1632
 
1525
1633
  <td class="type">
1526
1634
 
1527
1635
 
1528
- <span class="param-type">Object</span>
1636
+ <span class="param-type">
1637
+
1638
+ Object
1639
+
1640
+ </span>
1529
1641
 
1530
1642
 
1531
1643
 
@@ -1612,7 +1724,11 @@ BaseServer.url = '新URL';</code></pre>
1612
1724
  <div class='column is-5 has-text-left'>
1613
1725
  <label>类型: </label>
1614
1726
 
1615
- <span class="param-type"><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></span>
1727
+ <span class="param-type">
1728
+
1729
+ <a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a>
1730
+
1731
+ </span>
1616
1732
 
1617
1733
 
1618
1734
 
@@ -1698,13 +1814,17 @@ BaseServer.url = '新URL';</code></pre>
1698
1814
 
1699
1815
  <tr class="deep-level-0">
1700
1816
 
1701
- <td class="name" id="options"><code>options</code></td>
1817
+ <td class="name"><code>options</code></td>
1702
1818
 
1703
1819
 
1704
1820
  <td class="type">
1705
1821
 
1706
1822
 
1707
- <span class="param-type">Object</span>
1823
+ <span class="param-type">
1824
+
1825
+ Object
1826
+
1827
+ </span>
1708
1828
 
1709
1829
 
1710
1830
 
@@ -1725,13 +1845,17 @@ BaseServer.url = '新URL';</code></pre>
1725
1845
 
1726
1846
  <tr class="deep-level-1">
1727
1847
 
1728
- <td class="name" id="headers"><code>headers</code></td>
1848
+ <td class="name"><code>headers</code></td>
1729
1849
 
1730
1850
 
1731
1851
  <td class="type">
1732
1852
 
1733
1853
 
1734
- <span class="param-type">String</span>
1854
+ <span class="param-type">
1855
+
1856
+ String
1857
+
1858
+ </span>
1735
1859
 
1736
1860
 
1737
1861
 
@@ -1752,13 +1876,17 @@ BaseServer.url = '新URL';</code></pre>
1752
1876
 
1753
1877
  <tr class="deep-level-1">
1754
1878
 
1755
- <td class="name" id="method"><code>method</code></td>
1879
+ <td class="name"><code>method</code></td>
1756
1880
 
1757
1881
 
1758
1882
  <td class="type">
1759
1883
 
1760
1884
 
1761
- <span class="param-type">String</span>
1885
+ <span class="param-type">
1886
+
1887
+ String
1888
+
1889
+ </span>
1762
1890
 
1763
1891
 
1764
1892
 
@@ -1781,13 +1909,17 @@ BaseServer.url = '新URL';</code></pre>
1781
1909
 
1782
1910
  <tr class="deep-level-1">
1783
1911
 
1784
- <td class="name" id="success"><code>success</code></td>
1912
+ <td class="name"><code>success</code></td>
1785
1913
 
1786
1914
 
1787
1915
  <td class="type">
1788
1916
 
1789
1917
 
1790
- <span class="param-type">function</span>
1918
+ <span class="param-type">
1919
+
1920
+ function
1921
+
1922
+ </span>
1791
1923
 
1792
1924
 
1793
1925
 
@@ -1808,13 +1940,17 @@ BaseServer.url = '新URL';</code></pre>
1808
1940
 
1809
1941
  <tr class="deep-level-1">
1810
1942
 
1811
- <td class="name" id="failure"><code>failure</code></td>
1943
+ <td class="name"><code>failure</code></td>
1812
1944
 
1813
1945
 
1814
1946
  <td class="type">
1815
1947
 
1816
1948
 
1817
- <span class="param-type">function</span>
1949
+ <span class="param-type">
1950
+
1951
+ function
1952
+
1953
+ </span>
1818
1954
 
1819
1955
 
1820
1956
 
@@ -1908,7 +2044,11 @@ BaseServer.url = '新URL';</code></pre>
1908
2044
  <div class='column is-5 has-text-left'>
1909
2045
  <label>类型: </label>
1910
2046
 
1911
- <span class="param-type">Promise.&lt;Object></span>
2047
+ <span class="param-type">
2048
+
2049
+ Promise.&lt;Object>
2050
+
2051
+ </span>
1912
2052
 
1913
2053
 
1914
2054
 
@@ -1994,7 +2134,7 @@ BaseServer.url = '新URL';</code></pre>
1994
2134
 
1995
2135
  <tr class="deep-level-0">
1996
2136
 
1997
- <td class="name" id="options"><code>options</code></td>
2137
+ <td class="name"><code>options</code></td>
1998
2138
 
1999
2139
 
2000
2140
  <td class="type">
@@ -2015,13 +2155,17 @@ BaseServer.url = '新URL';</code></pre>
2015
2155
 
2016
2156
  <tr class="deep-level-1">
2017
2157
 
2018
- <td class="name" id="success"><code>success</code></td>
2158
+ <td class="name"><code>success</code></td>
2019
2159
 
2020
2160
 
2021
2161
  <td class="type">
2022
2162
 
2023
2163
 
2024
- <span class="param-type">function</span>
2164
+ <span class="param-type">
2165
+
2166
+ function
2167
+
2168
+ </span>
2025
2169
 
2026
2170
 
2027
2171
 
@@ -2044,13 +2188,17 @@ BaseServer.url = '新URL';</code></pre>
2044
2188
 
2045
2189
  <tr class="deep-level-1">
2046
2190
 
2047
- <td class="name" id="failure"><code>failure</code></td>
2191
+ <td class="name"><code>failure</code></td>
2048
2192
 
2049
2193
 
2050
2194
  <td class="type">
2051
2195
 
2052
2196
 
2053
- <span class="param-type">function</span>
2197
+ <span class="param-type">
2198
+
2199
+ function
2200
+
2201
+ </span>
2054
2202
 
2055
2203
 
2056
2204
 
@@ -2229,13 +2377,17 @@ BaseServer.url = '新URL';</code></pre>
2229
2377
 
2230
2378
  <tr class="deep-level-0">
2231
2379
 
2232
- <td class="name" id="options"><code>options</code></td>
2380
+ <td class="name"><code>options</code></td>
2233
2381
 
2234
2382
 
2235
2383
  <td class="type">
2236
2384
 
2237
2385
 
2238
- <span class="param-type">Object</span>
2386
+ <span class="param-type">
2387
+
2388
+ Object
2389
+
2390
+ </span>
2239
2391
 
2240
2392
 
2241
2393
 
@@ -2256,13 +2408,17 @@ BaseServer.url = '新URL';</code></pre>
2256
2408
 
2257
2409
  <tr class="deep-level-1">
2258
2410
 
2259
- <td class="name" id="taskId"><code>taskId</code></td>
2411
+ <td class="name"><code>taskId</code></td>
2260
2412
 
2261
2413
 
2262
2414
  <td class="type">
2263
2415
 
2264
2416
 
2265
- <span class="param-type">String</span>
2417
+ <span class="param-type">
2418
+
2419
+ String
2420
+
2421
+ </span>
2266
2422
 
2267
2423
 
2268
2424
 
@@ -2283,13 +2439,17 @@ BaseServer.url = '新URL';</code></pre>
2283
2439
 
2284
2440
  <tr class="deep-level-1">
2285
2441
 
2286
- <td class="name" id="headers"><code>headers</code></td>
2442
+ <td class="name"><code>headers</code></td>
2287
2443
 
2288
2444
 
2289
2445
  <td class="type">
2290
2446
 
2291
2447
 
2292
- <span class="param-type">String</span>
2448
+ <span class="param-type">
2449
+
2450
+ String
2451
+
2452
+ </span>
2293
2453
 
2294
2454
 
2295
2455
 
@@ -2310,13 +2470,17 @@ BaseServer.url = '新URL';</code></pre>
2310
2470
 
2311
2471
  <tr class="deep-level-1">
2312
2472
 
2313
- <td class="name" id="method"><code>method</code></td>
2473
+ <td class="name"><code>method</code></td>
2314
2474
 
2315
2475
 
2316
2476
  <td class="type">
2317
2477
 
2318
2478
 
2319
- <span class="param-type">String</span>
2479
+ <span class="param-type">
2480
+
2481
+ String
2482
+
2483
+ </span>
2320
2484
 
2321
2485
 
2322
2486
 
@@ -2339,13 +2503,17 @@ BaseServer.url = '新URL';</code></pre>
2339
2503
 
2340
2504
  <tr class="deep-level-1">
2341
2505
 
2342
- <td class="name" id="success"><code>success</code></td>
2506
+ <td class="name"><code>success</code></td>
2343
2507
 
2344
2508
 
2345
2509
  <td class="type">
2346
2510
 
2347
2511
 
2348
- <span class="param-type">function</span>
2512
+ <span class="param-type">
2513
+
2514
+ function
2515
+
2516
+ </span>
2349
2517
 
2350
2518
 
2351
2519
 
@@ -2366,13 +2534,17 @@ BaseServer.url = '新URL';</code></pre>
2366
2534
 
2367
2535
  <tr class="deep-level-1">
2368
2536
 
2369
- <td class="name" id="failure"><code>failure</code></td>
2537
+ <td class="name"><code>failure</code></td>
2370
2538
 
2371
2539
 
2372
2540
  <td class="type">
2373
2541
 
2374
2542
 
2375
- <span class="param-type">function</span>
2543
+ <span class="param-type">
2544
+
2545
+ function
2546
+
2547
+ </span>
2376
2548
 
2377
2549
 
2378
2550
 
@@ -2466,7 +2638,11 @@ BaseServer.url = '新URL';</code></pre>
2466
2638
  <div class='column is-5 has-text-left'>
2467
2639
  <label>类型: </label>
2468
2640
 
2469
- <span class="param-type">Promise.&lt;String></span>
2641
+ <span class="param-type">
2642
+
2643
+ Promise.&lt;String>
2644
+
2645
+ </span>
2470
2646
 
2471
2647
 
2472
2648
 
@@ -2552,13 +2728,17 @@ BaseServer.url = '新URL';</code></pre>
2552
2728
 
2553
2729
  <tr class="deep-level-0">
2554
2730
 
2555
- <td class="name" id="options"><code>options</code></td>
2731
+ <td class="name"><code>options</code></td>
2556
2732
 
2557
2733
 
2558
2734
  <td class="type">
2559
2735
 
2560
2736
 
2561
- <span class="param-type">Object</span>
2737
+ <span class="param-type">
2738
+
2739
+ Object
2740
+
2741
+ </span>
2562
2742
 
2563
2743
 
2564
2744
 
@@ -2579,13 +2759,17 @@ BaseServer.url = '新URL';</code></pre>
2579
2759
 
2580
2760
  <tr class="deep-level-1">
2581
2761
 
2582
- <td class="name" id="taskId"><code>taskId</code></td>
2762
+ <td class="name"><code>taskId</code></td>
2583
2763
 
2584
2764
 
2585
2765
  <td class="type">
2586
2766
 
2587
2767
 
2588
- <span class="param-type">String</span>
2768
+ <span class="param-type">
2769
+
2770
+ String
2771
+
2772
+ </span>
2589
2773
 
2590
2774
 
2591
2775
 
@@ -2606,13 +2790,17 @@ BaseServer.url = '新URL';</code></pre>
2606
2790
 
2607
2791
  <tr class="deep-level-1">
2608
2792
 
2609
- <td class="name" id="headers"><code>headers</code></td>
2793
+ <td class="name"><code>headers</code></td>
2610
2794
 
2611
2795
 
2612
2796
  <td class="type">
2613
2797
 
2614
2798
 
2615
- <span class="param-type">String</span>
2799
+ <span class="param-type">
2800
+
2801
+ String
2802
+
2803
+ </span>
2616
2804
 
2617
2805
 
2618
2806
 
@@ -2633,13 +2821,17 @@ BaseServer.url = '新URL';</code></pre>
2633
2821
 
2634
2822
  <tr class="deep-level-1">
2635
2823
 
2636
- <td class="name" id="method"><code>method</code></td>
2824
+ <td class="name"><code>method</code></td>
2637
2825
 
2638
2826
 
2639
2827
  <td class="type">
2640
2828
 
2641
2829
 
2642
- <span class="param-type">String</span>
2830
+ <span class="param-type">
2831
+
2832
+ String
2833
+
2834
+ </span>
2643
2835
 
2644
2836
 
2645
2837
 
@@ -2662,13 +2854,17 @@ BaseServer.url = '新URL';</code></pre>
2662
2854
 
2663
2855
  <tr class="deep-level-1">
2664
2856
 
2665
- <td class="name" id="success"><code>success</code></td>
2857
+ <td class="name"><code>success</code></td>
2666
2858
 
2667
2859
 
2668
2860
  <td class="type">
2669
2861
 
2670
2862
 
2671
- <span class="param-type">function</span>
2863
+ <span class="param-type">
2864
+
2865
+ function
2866
+
2867
+ </span>
2672
2868
 
2673
2869
 
2674
2870
 
@@ -2689,13 +2885,17 @@ BaseServer.url = '新URL';</code></pre>
2689
2885
 
2690
2886
  <tr class="deep-level-1">
2691
2887
 
2692
- <td class="name" id="failure"><code>failure</code></td>
2888
+ <td class="name"><code>failure</code></td>
2693
2889
 
2694
2890
 
2695
2891
  <td class="type">
2696
2892
 
2697
2893
 
2698
- <span class="param-type">function</span>
2894
+ <span class="param-type">
2895
+
2896
+ function
2897
+
2898
+ </span>
2699
2899
 
2700
2900
 
2701
2901
 
@@ -2789,7 +2989,11 @@ BaseServer.url = '新URL';</code></pre>
2789
2989
  <div class='column is-5 has-text-left'>
2790
2990
  <label>类型: </label>
2791
2991
 
2792
- <span class="param-type">Promise.&lt;String></span>
2992
+ <span class="param-type">
2993
+
2994
+ Promise.&lt;String>
2995
+
2996
+ </span>
2793
2997
 
2794
2998
 
2795
2999
 
@@ -2875,13 +3079,17 @@ BaseServer.url = '新URL';</code></pre>
2875
3079
 
2876
3080
  <tr class="deep-level-0">
2877
3081
 
2878
- <td class="name" id="options"><code>options</code></td>
3082
+ <td class="name"><code>options</code></td>
2879
3083
 
2880
3084
 
2881
3085
  <td class="type">
2882
3086
 
2883
3087
 
2884
- <span class="param-type">Object</span>
3088
+ <span class="param-type">
3089
+
3090
+ Object
3091
+
3092
+ </span>
2885
3093
 
2886
3094
 
2887
3095
 
@@ -2902,13 +3110,17 @@ BaseServer.url = '新URL';</code></pre>
2902
3110
 
2903
3111
  <tr class="deep-level-1">
2904
3112
 
2905
- <td class="name" id="headers"><code>headers</code></td>
3113
+ <td class="name"><code>headers</code></td>
2906
3114
 
2907
3115
 
2908
3116
  <td class="type">
2909
3117
 
2910
3118
 
2911
- <span class="param-type">String</span>
3119
+ <span class="param-type">
3120
+
3121
+ String
3122
+
3123
+ </span>
2912
3124
 
2913
3125
 
2914
3126
 
@@ -2929,13 +3141,17 @@ BaseServer.url = '新URL';</code></pre>
2929
3141
 
2930
3142
  <tr class="deep-level-1">
2931
3143
 
2932
- <td class="name" id="method"><code>method</code></td>
3144
+ <td class="name"><code>method</code></td>
2933
3145
 
2934
3146
 
2935
3147
  <td class="type">
2936
3148
 
2937
3149
 
2938
- <span class="param-type">String</span>
3150
+ <span class="param-type">
3151
+
3152
+ String
3153
+
3154
+ </span>
2939
3155
 
2940
3156
 
2941
3157
 
@@ -2958,13 +3174,17 @@ BaseServer.url = '新URL';</code></pre>
2958
3174
 
2959
3175
  <tr class="deep-level-1">
2960
3176
 
2961
- <td class="name" id="success"><code>success</code></td>
3177
+ <td class="name"><code>success</code></td>
2962
3178
 
2963
3179
 
2964
3180
  <td class="type">
2965
3181
 
2966
3182
 
2967
- <span class="param-type">function</span>
3183
+ <span class="param-type">
3184
+
3185
+ function
3186
+
3187
+ </span>
2968
3188
 
2969
3189
 
2970
3190
 
@@ -2985,13 +3205,17 @@ BaseServer.url = '新URL';</code></pre>
2985
3205
 
2986
3206
  <tr class="deep-level-1">
2987
3207
 
2988
- <td class="name" id="failure"><code>failure</code></td>
3208
+ <td class="name"><code>failure</code></td>
2989
3209
 
2990
3210
 
2991
3211
  <td class="type">
2992
3212
 
2993
3213
 
2994
- <span class="param-type">function</span>
3214
+ <span class="param-type">
3215
+
3216
+ function
3217
+
3218
+ </span>
2995
3219
 
2996
3220
 
2997
3221
 
@@ -3092,7 +3316,11 @@ console.log(&quot;submit: &quot;, res);
3092
3316
  <div class='column is-5 has-text-left'>
3093
3317
  <label>类型: </label>
3094
3318
 
3095
- <span class="param-type">Promise.&lt;String></span>
3319
+ <span class="param-type">
3320
+
3321
+ Promise.&lt;String>
3322
+
3323
+ </span>
3096
3324
 
3097
3325
 
3098
3326