@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -124,6 +126,7 @@
124
126
  <span class="param-type">String</span>
125
127
 
126
128
 
129
+
127
130
 
128
131
  </td>
129
132
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">String</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">String</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">String</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Number</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">Number</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -300,6 +310,7 @@
300
310
  <span class="param-type">Number</span>
301
311
 
302
312
 
313
+
303
314
 
304
315
  </td>
305
316
 
@@ -416,7 +427,7 @@
416
427
 
417
428
 
418
429
  <ul>
419
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
430
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
420
431
  </ul>
421
432
 
422
433
 
@@ -448,232 +459,250 @@
448
459
  <tbody>
449
460
 
450
461
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="WorkFlowServer600230.html#attOptType">attOptType</a></code></td>
462
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
452
463
  <td class="name">
453
464
  <code>
454
465
 
455
466
  <span class="param-type">Number</span>
456
467
 
457
468
 
469
+
458
470
  </code>
459
471
  </td>
460
472
  <td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{&quot;activeValue&quot;:&quot;1&quot;,&quot;inactiveValue&quot;:&quot;0&quot;}</p></code></td>
461
473
  </tr>
462
474
 
463
475
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="WorkFlowServer600230.html#clientId">clientId</a></code></td>
476
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
465
477
  <td class="name">
466
478
  <code>
467
479
 
468
480
  <span class="param-type">Boolean</span>
469
481
 
470
482
 
483
+
471
484
  </code>
472
485
  </td>
473
486
  <td class="name"><code><p>客户端id</p></code></td>
474
487
  </tr>
475
488
 
476
489
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="WorkFlowServer600230.html#description">description</a></code></td>
490
+ <td class="name"><code><a href="#description">description</a></code></td>
478
491
  <td class="name">
479
492
  <code>
480
493
 
481
494
  <span class="param-type">String</span>
482
495
 
483
496
 
497
+
484
498
  </code>
485
499
  </td>
486
500
  <td class="name"><code><p>图层裁剪(sfcls/acls)</p></code></td>
487
501
  </tr>
488
502
 
489
503
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="WorkFlowServer600230.html#desInfo">desInfo</a></code></td>
504
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
491
505
  <td class="name">
492
506
  <code>
493
507
 
494
508
  <span class="param-type">String</span>
495
509
 
496
510
 
511
+
497
512
  </code>
498
513
  </td>
499
514
  <td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayDes</p></code></td>
500
515
  </tr>
501
516
 
502
517
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="WorkFlowServer600230.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
518
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
504
519
  <td class="name">
505
520
  <code>
506
521
 
507
522
  <span class="param-type">Boolean</span>
508
523
 
509
524
 
525
+
510
526
  </code>
511
527
  </td>
512
528
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
513
529
  </tr>
514
530
 
515
531
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="WorkFlowServer600230.html#flowId">flowId</a></code></td>
532
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
517
533
  <td class="name">
518
534
  <code>
519
535
 
520
536
  <span class="param-type">Number</span>
521
537
 
522
538
 
539
+
523
540
  </code>
524
541
  </td>
525
542
  <td class="name"><code><p>600230</p></code></td>
526
543
  </tr>
527
544
 
528
545
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="WorkFlowServer600230.html#groupName">groupName</a></code></td>
546
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
530
547
  <td class="name">
531
548
  <code>
532
549
 
533
550
  <span class="param-type">String</span>
534
551
 
535
552
 
553
+
536
554
  </code>
537
555
  </td>
538
556
  <td class="name"><code><p>裁剪分析</p></code></td>
539
557
  </tr>
540
558
 
541
559
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="WorkFlowServer600230.html#headers">headers</a></code></td>
560
+ <td class="name"><code><a href="#headers">headers</a></code></td>
543
561
  <td class="name">
544
562
  <code>
545
563
 
546
564
  <span class="param-type">String</span>
547
565
 
548
566
 
567
+
549
568
  </code>
550
569
  </td>
551
570
  <td class="name"><code><p>请求头参数</p></code></td>
552
571
  </tr>
553
572
 
554
573
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="WorkFlowServer600230.html#infoOptType">infoOptType</a></code></td>
574
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
556
575
  <td class="name">
557
576
  <code>
558
577
 
559
578
  <span class="param-type">Number</span>
560
579
 
561
580
 
581
+
562
582
  </code>
563
583
  </td>
564
584
  <td class="name"><code><p>共有部分的图形参数操作,0:随机,1:使用第一个类的图形参数,2:使用第二个类的图形参数,必传,例如:{&quot;0&quot;:&quot;随机&quot;,&quot;1&quot;:&quot;使用第一个类的图形参数&quot;,&quot;2&quot;:&quot;使用第二个类的图形参数&quot;}</p></code></td>
565
585
  </tr>
566
586
 
567
587
  <tr class="deep-level-0">
568
- <td class="name"><code><a href="WorkFlowServer600230.html#overType">overType</a></code></td>
588
+ <td class="name"><code><a href="#overType">overType</a></code></td>
569
589
  <td class="name">
570
590
  <code>
571
591
 
572
592
  <span class="param-type">Number</span>
573
593
 
574
594
 
595
+
575
596
  </code>
576
597
  </td>
577
598
  <td class="name"><code><p>图层裁剪类型,3:内裁,4:外裁,必传,例如:{&quot;3&quot;:&quot;内裁&quot;,&quot;4&quot;:&quot;外裁&quot;}</p></code></td>
578
599
  </tr>
579
600
 
580
601
  <tr class="deep-level-0">
581
- <td class="name"><code><a href="WorkFlowServer600230.html#requestInterceptor">requestInterceptor</a></code></td>
602
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
582
603
  <td class="name">
583
604
  <code>
584
605
 
585
606
  <span class="param-type">function</span>
586
607
 
587
608
 
609
+
588
610
  </code>
589
611
  </td>
590
612
  <td class="name"><code><p>请求发送拦截器</p></code></td>
591
613
  </tr>
592
614
 
593
615
  <tr class="deep-level-0">
594
- <td class="name"><code><a href="WorkFlowServer600230.html#requestTimeout">requestTimeout</a></code></td>
616
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
595
617
  <td class="name">
596
618
  <code>
597
619
 
598
620
  <span class="param-type">String</span>
599
621
 
600
622
 
623
+
601
624
  </code>
602
625
  </td>
603
626
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
604
627
  </tr>
605
628
 
606
629
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="WorkFlowServer600230.html#responseInterceptor">responseInterceptor</a></code></td>
630
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
608
631
  <td class="name">
609
632
  <code>
610
633
 
611
634
  <span class="param-type">function</span>
612
635
 
613
636
 
637
+
614
638
  </code>
615
639
  </td>
616
640
  <td class="name"><code><p>请求响应拦截器</p></code></td>
617
641
  </tr>
618
642
 
619
643
  <tr class="deep-level-0">
620
- <td class="name"><code><a href="WorkFlowServer600230.html#src1AttFilter">src1AttFilter</a></code></td>
644
+ <td class="name"><code><a href="#src1AttFilter">src1AttFilter</a></code></td>
621
645
  <td class="name">
622
646
  <code>
623
647
 
624
648
  <span class="param-type">String</span>
625
649
 
626
650
 
651
+
627
652
  </code>
628
653
  </td>
629
654
  <td class="name"><code><p>源简单要素类过滤条件,例如:mpArea&gt;20000000</p></code></td>
630
655
  </tr>
631
656
 
632
657
  <tr class="deep-level-0">
633
- <td class="name"><code><a href="WorkFlowServer600230.html#src2AttFilter">src2AttFilter</a></code></td>
658
+ <td class="name"><code><a href="#src2AttFilter">src2AttFilter</a></code></td>
634
659
  <td class="name">
635
660
  <code>
636
661
 
637
662
  <span class="param-type">String</span>
638
663
 
639
664
 
665
+
640
666
  </code>
641
667
  </td>
642
668
  <td class="name"><code><p>裁剪框简单要素类过滤条件,例如:mpArea&gt;20000000</p></code></td>
643
669
  </tr>
644
670
 
645
671
  <tr class="deep-level-0">
646
- <td class="name"><code><a href="WorkFlowServer600230.html#srcInfo1">srcInfo1</a></code></td>
672
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
647
673
  <td class="name">
648
674
  <code>
649
675
 
650
676
  <span class="param-type">String</span>
651
677
 
652
678
 
679
+
653
680
  </code>
654
681
  </td>
655
682
  <td class="name"><code><p>源简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayA</p></code></td>
656
683
  </tr>
657
684
 
658
685
  <tr class="deep-level-0">
659
- <td class="name"><code><a href="WorkFlowServer600230.html#srcInfo2">srcInfo2</a></code></td>
686
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
660
687
  <td class="name">
661
688
  <code>
662
689
 
663
690
  <span class="param-type">String</span>
664
691
 
665
692
 
693
+
666
694
  </code>
667
695
  </td>
668
696
  <td class="name"><code><p>裁剪框简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayB</p></code></td>
669
697
  </tr>
670
698
 
671
699
  <tr class="deep-level-0">
672
- <td class="name"><code><a href="WorkFlowServer600230.html#tokenAttachType">tokenAttachType</a></code></td>
700
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
673
701
  <td class="name">
674
702
  <code>
675
703
 
676
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
704
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
705
+
677
706
 
678
707
 
679
708
  </code>
@@ -682,52 +711,56 @@
682
711
  </tr>
683
712
 
684
713
  <tr class="deep-level-0">
685
- <td class="name"><code><a href="WorkFlowServer600230.html#tokenKey">tokenKey</a></code></td>
714
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
686
715
  <td class="name">
687
716
  <code>
688
717
 
689
718
  <span class="param-type">String</span>
690
719
 
691
720
 
721
+
692
722
  </code>
693
723
  </td>
694
724
  <td class="name"><code><p>token名</p></code></td>
695
725
  </tr>
696
726
 
697
727
  <tr class="deep-level-0">
698
- <td class="name"><code><a href="WorkFlowServer600230.html#tokenValue">tokenValue</a></code></td>
728
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
699
729
  <td class="name">
700
730
  <code>
701
731
 
702
732
  <span class="param-type">String</span>
703
733
 
704
734
 
735
+
705
736
  </code>
706
737
  </td>
707
738
  <td class="name"><code><p>token值</p></code></td>
708
739
  </tr>
709
740
 
710
741
  <tr class="deep-level-0">
711
- <td class="name"><code><a href="WorkFlowServer600230.html#tolerance">tolerance</a></code></td>
742
+ <td class="name"><code><a href="#tolerance">tolerance</a></code></td>
712
743
  <td class="name">
713
744
  <code>
714
745
 
715
746
  <span class="param-type">Number</span>
716
747
 
717
748
 
749
+
718
750
  </code>
719
751
  </td>
720
752
  <td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
721
753
  </tr>
722
754
 
723
755
  <tr class="deep-level-0">
724
- <td class="name"><code><a href="WorkFlowServer600230.html#url">url</a></code></td>
756
+ <td class="name"><code><a href="#url">url</a></code></td>
725
757
  <td class="name">
726
758
  <code>
727
759
 
728
760
  <span class="param-type">String</span>
729
761
 
730
762
 
763
+
731
764
  </code>
732
765
  </td>
733
766
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -747,6 +780,7 @@
747
780
  <span class="param-type">Number</span>
748
781
 
749
782
 
783
+
750
784
  </span>
751
785
 
752
786
  <h4 class="name" id="attOptType">
@@ -817,6 +851,7 @@
817
851
  <span class="param-type">Boolean</span>
818
852
 
819
853
 
854
+
820
855
  </span>
821
856
 
822
857
  <h4 class="name" id="clientId">
@@ -848,7 +883,7 @@
848
883
 
849
884
  <dt class="inherited-from">Inherited From:</dt>
850
885
  <dd class="inherited-from"><ul class="dummy"><li>
851
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
886
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
852
887
  </li></ul></dd>
853
888
 
854
889
 
@@ -892,6 +927,7 @@
892
927
  <span class="param-type">String</span>
893
928
 
894
929
 
930
+
895
931
  </span>
896
932
 
897
933
  <h4 class="name" id="description">
@@ -966,6 +1002,7 @@
966
1002
  <span class="param-type">String</span>
967
1003
 
968
1004
 
1005
+
969
1006
  </span>
970
1007
 
971
1008
  <h4 class="name" id="desInfo">
@@ -1036,6 +1073,7 @@
1036
1073
  <span class="param-type">Boolean</span>
1037
1074
 
1038
1075
 
1076
+
1039
1077
  </span>
1040
1078
 
1041
1079
  <h4 class="name" id="enableGlobeFetch">
@@ -1067,7 +1105,7 @@
1067
1105
 
1068
1106
  <dt class="inherited-from">Inherited From:</dt>
1069
1107
  <dd class="inherited-from"><ul class="dummy"><li>
1070
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1108
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1071
1109
  </li></ul></dd>
1072
1110
 
1073
1111
 
@@ -1132,6 +1170,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1132
1170
  <span class="param-type">Number</span>
1133
1171
 
1134
1172
 
1173
+
1135
1174
  </span>
1136
1175
 
1137
1176
  <h4 class="name" id="flowId">
@@ -1206,6 +1245,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1206
1245
  <span class="param-type">String</span>
1207
1246
 
1208
1247
 
1248
+
1209
1249
  </span>
1210
1250
 
1211
1251
  <h4 class="name" id="groupName">
@@ -1280,6 +1320,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1280
1320
  <span class="param-type">String</span>
1281
1321
 
1282
1322
 
1323
+
1283
1324
  </span>
1284
1325
 
1285
1326
  <h4 class="name" id="headers">
@@ -1311,7 +1352,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1311
1352
 
1312
1353
  <dt class="inherited-from">Inherited From:</dt>
1313
1354
  <dd class="inherited-from"><ul class="dummy"><li>
1314
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1355
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1315
1356
  </li></ul></dd>
1316
1357
 
1317
1358
 
@@ -1377,6 +1418,7 @@ BaseServer.headers.token = '新token';</code></pre>
1377
1418
  <span class="param-type">Number</span>
1378
1419
 
1379
1420
 
1421
+
1380
1422
  </span>
1381
1423
 
1382
1424
  <h4 class="name" id="infoOptType">
@@ -1447,6 +1489,7 @@ BaseServer.headers.token = '新token';</code></pre>
1447
1489
  <span class="param-type">Number</span>
1448
1490
 
1449
1491
 
1492
+
1450
1493
  </span>
1451
1494
 
1452
1495
  <h4 class="name" id="overType">
@@ -1517,6 +1560,7 @@ BaseServer.headers.token = '新token';</code></pre>
1517
1560
  <span class="param-type">function</span>
1518
1561
 
1519
1562
 
1563
+
1520
1564
  </span>
1521
1565
 
1522
1566
  <h4 class="name" id="requestInterceptor">
@@ -1548,7 +1592,7 @@ BaseServer.headers.token = '新token';</code></pre>
1548
1592
 
1549
1593
  <dt class="inherited-from">Inherited From:</dt>
1550
1594
  <dd class="inherited-from"><ul class="dummy"><li>
1551
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1595
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1552
1596
  </li></ul></dd>
1553
1597
 
1554
1598
 
@@ -1620,6 +1664,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1620
1664
  <span class="param-type">String</span>
1621
1665
 
1622
1666
 
1667
+
1623
1668
  </span>
1624
1669
 
1625
1670
  <h4 class="name" id="requestTimeout">
@@ -1651,7 +1696,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1651
1696
 
1652
1697
  <dt class="inherited-from">Inherited From:</dt>
1653
1698
  <dd class="inherited-from"><ul class="dummy"><li>
1654
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1699
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1655
1700
  </li></ul></dd>
1656
1701
 
1657
1702
 
@@ -1713,6 +1758,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1713
1758
  <span class="param-type">function</span>
1714
1759
 
1715
1760
 
1761
+
1716
1762
  </span>
1717
1763
 
1718
1764
  <h4 class="name" id="responseInterceptor">
@@ -1744,7 +1790,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1744
1790
 
1745
1791
  <dt class="inherited-from">Inherited From:</dt>
1746
1792
  <dd class="inherited-from"><ul class="dummy"><li>
1747
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1793
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1748
1794
  </li></ul></dd>
1749
1795
 
1750
1796
 
@@ -1818,6 +1864,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1818
1864
  <span class="param-type">String</span>
1819
1865
 
1820
1866
 
1867
+
1821
1868
  </span>
1822
1869
 
1823
1870
  <h4 class="name" id="src1AttFilter">
@@ -1888,6 +1935,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1888
1935
  <span class="param-type">String</span>
1889
1936
 
1890
1937
 
1938
+
1891
1939
  </span>
1892
1940
 
1893
1941
  <h4 class="name" id="src2AttFilter">
@@ -1958,6 +2006,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1958
2006
  <span class="param-type">String</span>
1959
2007
 
1960
2008
 
2009
+
1961
2010
  </span>
1962
2011
 
1963
2012
  <h4 class="name" id="srcInfo1">
@@ -2028,6 +2077,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2028
2077
  <span class="param-type">String</span>
2029
2078
 
2030
2079
 
2080
+
2031
2081
  </span>
2032
2082
 
2033
2083
  <h4 class="name" id="srcInfo2">
@@ -2095,7 +2145,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2095
2145
  <span class="method-parameter is-pulled-right">
2096
2146
  <label>类型:</label>
2097
2147
 
2098
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2148
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2149
+
2099
2150
 
2100
2151
 
2101
2152
  </span>
@@ -2129,7 +2180,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2129
2180
 
2130
2181
  <dt class="inherited-from">Inherited From:</dt>
2131
2182
  <dd class="inherited-from"><ul class="dummy"><li>
2132
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2183
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2133
2184
  </li></ul></dd>
2134
2185
 
2135
2186
 
@@ -2195,6 +2246,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2195
2246
  <span class="param-type">String</span>
2196
2247
 
2197
2248
 
2249
+
2198
2250
  </span>
2199
2251
 
2200
2252
  <h4 class="name" id="tokenKey">
@@ -2226,7 +2278,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2226
2278
 
2227
2279
  <dt class="inherited-from">Inherited From:</dt>
2228
2280
  <dd class="inherited-from"><ul class="dummy"><li>
2229
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2281
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2230
2282
  </li></ul></dd>
2231
2283
 
2232
2284
 
@@ -2287,6 +2339,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2287
2339
  <span class="param-type">String</span>
2288
2340
 
2289
2341
 
2342
+
2290
2343
  </span>
2291
2344
 
2292
2345
  <h4 class="name" id="tokenValue">
@@ -2318,7 +2371,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2318
2371
 
2319
2372
  <dt class="inherited-from">Inherited From:</dt>
2320
2373
  <dd class="inherited-from"><ul class="dummy"><li>
2321
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2374
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2322
2375
  </li></ul></dd>
2323
2376
 
2324
2377
 
@@ -2379,6 +2432,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2379
2432
  <span class="param-type">Number</span>
2380
2433
 
2381
2434
 
2435
+
2382
2436
  </span>
2383
2437
 
2384
2438
  <h4 class="name" id="tolerance">
@@ -2449,6 +2503,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2449
2503
  <span class="param-type">String</span>
2450
2504
 
2451
2505
 
2506
+
2452
2507
  </span>
2453
2508
 
2454
2509
  <h4 class="name" id="url">
@@ -2537,7 +2592,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2537
2592
  <tbody>
2538
2593
 
2539
2594
  <tr class="deep-level-0">
2540
- <td class="name"><code><a href="WorkFlowServer600230.html#execute">execute</a></code></td>
2595
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2541
2596
  <td class="name">
2542
2597
  <code>
2543
2598
 
@@ -2545,6 +2600,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2545
2600
  <span class="param-type">Promise.&lt;Object></span>
2546
2601
 
2547
2602
 
2603
+
2548
2604
 
2549
2605
  </code>
2550
2606
  </td>
@@ -2552,7 +2608,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2552
2608
  </tr>
2553
2609
 
2554
2610
  <tr class="deep-level-0">
2555
- <td class="name"><code><a href="WorkFlowServer600230.html#queryServerInfo">queryServerInfo</a></code></td>
2611
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2556
2612
  <td class="name">
2557
2613
  <code>
2558
2614
 
@@ -2562,7 +2618,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2562
2618
  </tr>
2563
2619
 
2564
2620
  <tr class="deep-level-0">
2565
- <td class="name"><code><a href="WorkFlowServer600230.html#queryTaskResult">queryTaskResult</a></code></td>
2621
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2566
2622
  <td class="name">
2567
2623
  <code>
2568
2624
 
@@ -2570,6 +2626,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2570
2626
  <span class="param-type">Promise.&lt;String></span>
2571
2627
 
2572
2628
 
2629
+
2573
2630
 
2574
2631
  </code>
2575
2632
  </td>
@@ -2577,7 +2634,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2577
2634
  </tr>
2578
2635
 
2579
2636
  <tr class="deep-level-0">
2580
- <td class="name"><code><a href="WorkFlowServer600230.html#queryTaskStatus">queryTaskStatus</a></code></td>
2637
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2581
2638
  <td class="name">
2582
2639
  <code>
2583
2640
 
@@ -2585,6 +2642,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2585
2642
  <span class="param-type">Promise.&lt;String></span>
2586
2643
 
2587
2644
 
2645
+
2588
2646
 
2589
2647
  </code>
2590
2648
  </td>
@@ -2592,7 +2650,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2592
2650
  </tr>
2593
2651
 
2594
2652
  <tr class="deep-level-0">
2595
- <td class="name"><code><a href="WorkFlowServer600230.html#submit">submit</a></code></td>
2653
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2596
2654
  <td class="name">
2597
2655
  <code>
2598
2656
 
@@ -2600,6 +2658,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2600
2658
  <span class="param-type">Promise.&lt;String></span>
2601
2659
 
2602
2660
 
2661
+
2603
2662
 
2604
2663
  </code>
2605
2664
  </td>
@@ -2675,6 +2734,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2675
2734
  <span class="param-type">Object</span>
2676
2735
 
2677
2736
 
2737
+
2678
2738
 
2679
2739
  </td>
2680
2740
 
@@ -2701,6 +2761,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2701
2761
  <span class="param-type">String</span>
2702
2762
 
2703
2763
 
2764
+
2704
2765
 
2705
2766
  </td>
2706
2767
 
@@ -2727,6 +2788,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2727
2788
  <span class="param-type">String</span>
2728
2789
 
2729
2790
 
2791
+
2730
2792
 
2731
2793
  </td>
2732
2794
 
@@ -2755,6 +2817,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2755
2817
  <span class="param-type">function</span>
2756
2818
 
2757
2819
 
2820
+
2758
2821
 
2759
2822
  </td>
2760
2823
 
@@ -2781,6 +2844,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2781
2844
  <span class="param-type">function</span>
2782
2845
 
2783
2846
 
2847
+
2784
2848
 
2785
2849
  </td>
2786
2850
 
@@ -2817,7 +2881,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2817
2881
 
2818
2882
  <dt class="inherited-from">Inherited From:</dt>
2819
2883
  <dd class="inherited-from"><ul class="dummy"><li>
2820
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2884
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2821
2885
  </li></ul></dd>
2822
2886
 
2823
2887
 
@@ -2879,6 +2943,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2879
2943
  <span class="param-type">Promise.&lt;Object></span>
2880
2944
 
2881
2945
 
2946
+
2882
2947
  </div>
2883
2948
 
2884
2949
  </div>
@@ -2991,6 +3056,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2991
3056
  <span class="param-type">function</span>
2992
3057
 
2993
3058
 
3059
+
2994
3060
 
2995
3061
  </td>
2996
3062
 
@@ -3019,6 +3085,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3019
3085
  <span class="param-type">function</span>
3020
3086
 
3021
3087
 
3088
+
3022
3089
 
3023
3090
  </td>
3024
3091
 
@@ -3057,7 +3124,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3057
3124
 
3058
3125
  <dt class="inherited-from">Inherited From:</dt>
3059
3126
  <dd class="inherited-from"><ul class="dummy"><li>
3060
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3127
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3061
3128
  </li></ul></dd>
3062
3129
 
3063
3130
 
@@ -3203,6 +3270,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3203
3270
  <span class="param-type">Object</span>
3204
3271
 
3205
3272
 
3273
+
3206
3274
 
3207
3275
  </td>
3208
3276
 
@@ -3229,6 +3297,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3229
3297
  <span class="param-type">String</span>
3230
3298
 
3231
3299
 
3300
+
3232
3301
 
3233
3302
  </td>
3234
3303
 
@@ -3255,6 +3324,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3255
3324
  <span class="param-type">String</span>
3256
3325
 
3257
3326
 
3327
+
3258
3328
 
3259
3329
  </td>
3260
3330
 
@@ -3281,6 +3351,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3281
3351
  <span class="param-type">String</span>
3282
3352
 
3283
3353
 
3354
+
3284
3355
 
3285
3356
  </td>
3286
3357
 
@@ -3309,6 +3380,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3309
3380
  <span class="param-type">function</span>
3310
3381
 
3311
3382
 
3383
+
3312
3384
 
3313
3385
  </td>
3314
3386
 
@@ -3335,6 +3407,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3335
3407
  <span class="param-type">function</span>
3336
3408
 
3337
3409
 
3410
+
3338
3411
 
3339
3412
  </td>
3340
3413
 
@@ -3371,7 +3444,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3371
3444
 
3372
3445
  <dt class="inherited-from">Inherited From:</dt>
3373
3446
  <dd class="inherited-from"><ul class="dummy"><li>
3374
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3447
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3375
3448
  </li></ul></dd>
3376
3449
 
3377
3450
 
@@ -3433,6 +3506,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3433
3506
  <span class="param-type">Promise.&lt;String></span>
3434
3507
 
3435
3508
 
3509
+
3436
3510
  </div>
3437
3511
 
3438
3512
  </div>
@@ -3524,6 +3598,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3524
3598
  <span class="param-type">Object</span>
3525
3599
 
3526
3600
 
3601
+
3527
3602
 
3528
3603
  </td>
3529
3604
 
@@ -3550,6 +3625,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3550
3625
  <span class="param-type">String</span>
3551
3626
 
3552
3627
 
3628
+
3553
3629
 
3554
3630
  </td>
3555
3631
 
@@ -3576,6 +3652,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3576
3652
  <span class="param-type">String</span>
3577
3653
 
3578
3654
 
3655
+
3579
3656
 
3580
3657
  </td>
3581
3658
 
@@ -3602,6 +3679,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3602
3679
  <span class="param-type">String</span>
3603
3680
 
3604
3681
 
3682
+
3605
3683
 
3606
3684
  </td>
3607
3685
 
@@ -3630,6 +3708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3630
3708
  <span class="param-type">function</span>
3631
3709
 
3632
3710
 
3711
+
3633
3712
 
3634
3713
  </td>
3635
3714
 
@@ -3656,6 +3735,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3656
3735
  <span class="param-type">function</span>
3657
3736
 
3658
3737
 
3738
+
3659
3739
 
3660
3740
  </td>
3661
3741
 
@@ -3692,7 +3772,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3692
3772
 
3693
3773
  <dt class="inherited-from">Inherited From:</dt>
3694
3774
  <dd class="inherited-from"><ul class="dummy"><li>
3695
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3775
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3696
3776
  </li></ul></dd>
3697
3777
 
3698
3778
 
@@ -3754,6 +3834,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3754
3834
  <span class="param-type">Promise.&lt;String></span>
3755
3835
 
3756
3836
 
3837
+
3757
3838
  </div>
3758
3839
 
3759
3840
  </div>
@@ -3845,6 +3926,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3845
3926
  <span class="param-type">Object</span>
3846
3927
 
3847
3928
 
3929
+
3848
3930
 
3849
3931
  </td>
3850
3932
 
@@ -3871,6 +3953,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3871
3953
  <span class="param-type">String</span>
3872
3954
 
3873
3955
 
3956
+
3874
3957
 
3875
3958
  </td>
3876
3959
 
@@ -3897,6 +3980,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3897
3980
  <span class="param-type">String</span>
3898
3981
 
3899
3982
 
3983
+
3900
3984
 
3901
3985
  </td>
3902
3986
 
@@ -3925,6 +4009,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3925
4009
  <span class="param-type">function</span>
3926
4010
 
3927
4011
 
4012
+
3928
4013
 
3929
4014
  </td>
3930
4015
 
@@ -3951,6 +4036,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3951
4036
  <span class="param-type">function</span>
3952
4037
 
3953
4038
 
4039
+
3954
4040
 
3955
4041
  </td>
3956
4042
 
@@ -3987,7 +4073,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3987
4073
 
3988
4074
  <dt class="inherited-from">Inherited From:</dt>
3989
4075
  <dd class="inherited-from"><ul class="dummy"><li>
3990
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4076
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3991
4077
  </li></ul></dd>
3992
4078
 
3993
4079
 
@@ -4056,6 +4142,7 @@ console.log(&quot;submit: &quot;, res);
4056
4142
  <span class="param-type">Promise.&lt;String></span>
4057
4143
 
4058
4144
 
4145
+
4059
4146
  </div>
4060
4147
 
4061
4148
  </div>