@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">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">Number</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">Boolean</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -300,6 +310,7 @@
300
310
  <span class="param-type">Boolean</span>
301
311
 
302
312
 
313
+
303
314
 
304
315
  </td>
305
316
 
@@ -417,7 +428,7 @@
417
428
 
418
429
 
419
430
  <ul>
420
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
431
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
421
432
  </ul>
422
433
 
423
434
 
@@ -449,245 +460,264 @@
449
460
  <tbody>
450
461
 
451
462
  <tr class="deep-level-0">
452
- <td class="name"><code><a href="WorkFlowServer600334.html#attOptType">attOptType</a></code></td>
463
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
453
464
  <td class="name">
454
465
  <code>
455
466
 
456
467
  <span class="param-type">Number</span>
457
468
 
458
469
 
470
+
459
471
  </code>
460
472
  </td>
461
473
  <td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{&quot;activeValue&quot;:&quot;1&quot;,&quot;inactiveValue&quot;:&quot;0&quot;}</p></code></td>
462
474
  </tr>
463
475
 
464
476
  <tr class="deep-level-0">
465
- <td class="name"><code><a href="WorkFlowServer600334.html#clientId">clientId</a></code></td>
477
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
466
478
  <td class="name">
467
479
  <code>
468
480
 
469
481
  <span class="param-type">Boolean</span>
470
482
 
471
483
 
484
+
472
485
  </code>
473
486
  </td>
474
487
  <td class="name"><code><p>客户端id</p></code></td>
475
488
  </tr>
476
489
 
477
490
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="WorkFlowServer600334.html#description">description</a></code></td>
491
+ <td class="name"><code><a href="#description">description</a></code></td>
479
492
  <td class="name">
480
493
  <code>
481
494
 
482
495
  <span class="param-type">String</span>
483
496
 
484
497
 
498
+
485
499
  </code>
486
500
  </td>
487
501
  <td class="name"><code><p>高性能图层叠加分析(新)</p></code></td>
488
502
  </tr>
489
503
 
490
504
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="WorkFlowServer600334.html#desInfo">desInfo</a></code></td>
505
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
492
506
  <td class="name">
493
507
  <code>
494
508
 
495
509
  <span class="param-type">String</span>
496
510
 
497
511
 
512
+
498
513
  </code>
499
514
  </td>
500
515
  <td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayDes</p></code></td>
501
516
  </tr>
502
517
 
503
518
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="WorkFlowServer600334.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
519
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
505
520
  <td class="name">
506
521
  <code>
507
522
 
508
523
  <span class="param-type">Boolean</span>
509
524
 
510
525
 
526
+
511
527
  </code>
512
528
  </td>
513
529
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
514
530
  </tr>
515
531
 
516
532
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="WorkFlowServer600334.html#flowId">flowId</a></code></td>
533
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
518
534
  <td class="name">
519
535
  <code>
520
536
 
521
537
  <span class="param-type">Number</span>
522
538
 
523
539
 
540
+
524
541
  </code>
525
542
  </td>
526
543
  <td class="name"><code><p>600334</p></code></td>
527
544
  </tr>
528
545
 
529
546
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="WorkFlowServer600334.html#groupName">groupName</a></code></td>
547
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
531
548
  <td class="name">
532
549
  <code>
533
550
 
534
551
  <span class="param-type">String</span>
535
552
 
536
553
 
554
+
537
555
  </code>
538
556
  </td>
539
557
  <td class="name"><code><p>高性能叠加分析</p></code></td>
540
558
  </tr>
541
559
 
542
560
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="WorkFlowServer600334.html#headers">headers</a></code></td>
561
+ <td class="name"><code><a href="#headers">headers</a></code></td>
544
562
  <td class="name">
545
563
  <code>
546
564
 
547
565
  <span class="param-type">String</span>
548
566
 
549
567
 
568
+
550
569
  </code>
551
570
  </td>
552
571
  <td class="name"><code><p>请求头参数</p></code></td>
553
572
  </tr>
554
573
 
555
574
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="WorkFlowServer600334.html#infoOptType">infoOptType</a></code></td>
575
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
557
576
  <td class="name">
558
577
  <code>
559
578
 
560
579
  <span class="param-type">Number</span>
561
580
 
562
581
 
582
+
563
583
  </code>
564
584
  </td>
565
585
  <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>
566
586
  </tr>
567
587
 
568
588
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="WorkFlowServer600334.html#isCreateDesCls">isCreateDesCls</a></code></td>
589
+ <td class="name"><code><a href="#isCreateDesCls">isCreateDesCls</a></code></td>
570
590
  <td class="name">
571
591
  <code>
572
592
 
573
593
  <span class="param-type">Boolean</span>
574
594
 
575
595
 
596
+
576
597
  </code>
577
598
  </td>
578
599
  <td class="name"><code><p>是否创建目标简单要素类,必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
579
600
  </tr>
580
601
 
581
602
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="WorkFlowServer600334.html#overType">overType</a></code></td>
603
+ <td class="name"><code><a href="#overType">overType</a></code></td>
583
604
  <td class="name">
584
605
  <code>
585
606
 
586
607
  <span class="param-type">Number</span>
587
608
 
588
609
 
610
+
589
611
  </code>
590
612
  </td>
591
613
  <td class="name"><code><p>图层叠加类型,0:求并,1:求交(默认),2:求差,3:内裁,4:外裁,5:叠加,6:对称差,7:判别,必传,例如:{&quot;0&quot;:&quot;求并&quot;,&quot;1&quot;:&quot;求交&quot;,&quot;2&quot;:&quot;求差&quot;,&quot;3&quot;:&quot;内裁&quot;,&quot;4&quot;:&quot;外裁&quot;,&quot;5&quot;:&quot;叠加&quot;,&quot;6&quot;:&quot;对称差&quot;,&quot;7&quot;:&quot;判别&quot;}</p></code></td>
592
614
  </tr>
593
615
 
594
616
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="WorkFlowServer600334.html#radius">radius</a></code></td>
617
+ <td class="name"><code><a href="#radius">radius</a></code></td>
596
618
  <td class="name">
597
619
  <code>
598
620
 
599
621
  <span class="param-type">Number</span>
600
622
 
601
623
 
624
+
602
625
  </code>
603
626
  </td>
604
627
  <td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
605
628
  </tr>
606
629
 
607
630
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="WorkFlowServer600334.html#requestInterceptor">requestInterceptor</a></code></td>
631
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
609
632
  <td class="name">
610
633
  <code>
611
634
 
612
635
  <span class="param-type">function</span>
613
636
 
614
637
 
638
+
615
639
  </code>
616
640
  </td>
617
641
  <td class="name"><code><p>请求发送拦截器</p></code></td>
618
642
  </tr>
619
643
 
620
644
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="WorkFlowServer600334.html#requestTimeout">requestTimeout</a></code></td>
645
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
622
646
  <td class="name">
623
647
  <code>
624
648
 
625
649
  <span class="param-type">String</span>
626
650
 
627
651
 
652
+
628
653
  </code>
629
654
  </td>
630
655
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
631
656
  </tr>
632
657
 
633
658
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="WorkFlowServer600334.html#responseInterceptor">responseInterceptor</a></code></td>
659
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
635
660
  <td class="name">
636
661
  <code>
637
662
 
638
663
  <span class="param-type">function</span>
639
664
 
640
665
 
666
+
641
667
  </code>
642
668
  </td>
643
669
  <td class="name"><code><p>请求响应拦截器</p></code></td>
644
670
  </tr>
645
671
 
646
672
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="WorkFlowServer600334.html#src1AttFilter">src1AttFilter</a></code></td>
673
+ <td class="name"><code><a href="#src1AttFilter">src1AttFilter</a></code></td>
648
674
  <td class="name">
649
675
  <code>
650
676
 
651
677
  <span class="param-type">Boolean</span>
652
678
 
653
679
 
680
+
654
681
  </code>
655
682
  </td>
656
683
  <td class="name"><code><p>srcInfo1属性过滤条件,例如:mpArea&gt;20000000</p></code></td>
657
684
  </tr>
658
685
 
659
686
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="WorkFlowServer600334.html#srcInfo1">srcInfo1</a></code></td>
687
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
661
688
  <td class="name">
662
689
  <code>
663
690
 
664
691
  <span class="param-type">String</span>
665
692
 
666
693
 
694
+
667
695
  </code>
668
696
  </td>
669
697
  <td class="name"><code><p>被叠加简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayA</p></code></td>
670
698
  </tr>
671
699
 
672
700
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="WorkFlowServer600334.html#srcInfo2">srcInfo2</a></code></td>
701
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
674
702
  <td class="name">
675
703
  <code>
676
704
 
677
705
  <span class="param-type">String</span>
678
706
 
679
707
 
708
+
680
709
  </code>
681
710
  </td>
682
711
  <td class="name"><code><p>叠加简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayB</p></code></td>
683
712
  </tr>
684
713
 
685
714
  <tr class="deep-level-0">
686
- <td class="name"><code><a href="WorkFlowServer600334.html#tokenAttachType">tokenAttachType</a></code></td>
715
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
687
716
  <td class="name">
688
717
  <code>
689
718
 
690
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
719
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
720
+
691
721
 
692
722
 
693
723
  </code>
@@ -696,39 +726,42 @@
696
726
  </tr>
697
727
 
698
728
  <tr class="deep-level-0">
699
- <td class="name"><code><a href="WorkFlowServer600334.html#tokenKey">tokenKey</a></code></td>
729
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
700
730
  <td class="name">
701
731
  <code>
702
732
 
703
733
  <span class="param-type">String</span>
704
734
 
705
735
 
736
+
706
737
  </code>
707
738
  </td>
708
739
  <td class="name"><code><p>token名</p></code></td>
709
740
  </tr>
710
741
 
711
742
  <tr class="deep-level-0">
712
- <td class="name"><code><a href="WorkFlowServer600334.html#tokenValue">tokenValue</a></code></td>
743
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
713
744
  <td class="name">
714
745
  <code>
715
746
 
716
747
  <span class="param-type">String</span>
717
748
 
718
749
 
750
+
719
751
  </code>
720
752
  </td>
721
753
  <td class="name"><code><p>token值</p></code></td>
722
754
  </tr>
723
755
 
724
756
  <tr class="deep-level-0">
725
- <td class="name"><code><a href="WorkFlowServer600334.html#url">url</a></code></td>
757
+ <td class="name"><code><a href="#url">url</a></code></td>
726
758
  <td class="name">
727
759
  <code>
728
760
 
729
761
  <span class="param-type">String</span>
730
762
 
731
763
 
764
+
732
765
  </code>
733
766
  </td>
734
767
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -748,6 +781,7 @@
748
781
  <span class="param-type">Number</span>
749
782
 
750
783
 
784
+
751
785
  </span>
752
786
 
753
787
  <h4 class="name" id="attOptType">
@@ -818,6 +852,7 @@
818
852
  <span class="param-type">Boolean</span>
819
853
 
820
854
 
855
+
821
856
  </span>
822
857
 
823
858
  <h4 class="name" id="clientId">
@@ -849,7 +884,7 @@
849
884
 
850
885
  <dt class="inherited-from">Inherited From:</dt>
851
886
  <dd class="inherited-from"><ul class="dummy"><li>
852
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
887
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
853
888
  </li></ul></dd>
854
889
 
855
890
 
@@ -893,6 +928,7 @@
893
928
  <span class="param-type">String</span>
894
929
 
895
930
 
931
+
896
932
  </span>
897
933
 
898
934
  <h4 class="name" id="description">
@@ -967,6 +1003,7 @@
967
1003
  <span class="param-type">String</span>
968
1004
 
969
1005
 
1006
+
970
1007
  </span>
971
1008
 
972
1009
  <h4 class="name" id="desInfo">
@@ -1037,6 +1074,7 @@
1037
1074
  <span class="param-type">Boolean</span>
1038
1075
 
1039
1076
 
1077
+
1040
1078
  </span>
1041
1079
 
1042
1080
  <h4 class="name" id="enableGlobeFetch">
@@ -1068,7 +1106,7 @@
1068
1106
 
1069
1107
  <dt class="inherited-from">Inherited From:</dt>
1070
1108
  <dd class="inherited-from"><ul class="dummy"><li>
1071
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1109
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1072
1110
  </li></ul></dd>
1073
1111
 
1074
1112
 
@@ -1133,6 +1171,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1133
1171
  <span class="param-type">Number</span>
1134
1172
 
1135
1173
 
1174
+
1136
1175
  </span>
1137
1176
 
1138
1177
  <h4 class="name" id="flowId">
@@ -1207,6 +1246,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1207
1246
  <span class="param-type">String</span>
1208
1247
 
1209
1248
 
1249
+
1210
1250
  </span>
1211
1251
 
1212
1252
  <h4 class="name" id="groupName">
@@ -1281,6 +1321,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1281
1321
  <span class="param-type">String</span>
1282
1322
 
1283
1323
 
1324
+
1284
1325
  </span>
1285
1326
 
1286
1327
  <h4 class="name" id="headers">
@@ -1312,7 +1353,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1312
1353
 
1313
1354
  <dt class="inherited-from">Inherited From:</dt>
1314
1355
  <dd class="inherited-from"><ul class="dummy"><li>
1315
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1356
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1316
1357
  </li></ul></dd>
1317
1358
 
1318
1359
 
@@ -1378,6 +1419,7 @@ BaseServer.headers.token = '新token';</code></pre>
1378
1419
  <span class="param-type">Number</span>
1379
1420
 
1380
1421
 
1422
+
1381
1423
  </span>
1382
1424
 
1383
1425
  <h4 class="name" id="infoOptType">
@@ -1448,6 +1490,7 @@ BaseServer.headers.token = '新token';</code></pre>
1448
1490
  <span class="param-type">Boolean</span>
1449
1491
 
1450
1492
 
1493
+
1451
1494
  </span>
1452
1495
 
1453
1496
  <h4 class="name" id="isCreateDesCls">
@@ -1518,6 +1561,7 @@ BaseServer.headers.token = '新token';</code></pre>
1518
1561
  <span class="param-type">Number</span>
1519
1562
 
1520
1563
 
1564
+
1521
1565
  </span>
1522
1566
 
1523
1567
  <h4 class="name" id="overType">
@@ -1588,6 +1632,7 @@ BaseServer.headers.token = '新token';</code></pre>
1588
1632
  <span class="param-type">Number</span>
1589
1633
 
1590
1634
 
1635
+
1591
1636
  </span>
1592
1637
 
1593
1638
  <h4 class="name" id="radius">
@@ -1658,6 +1703,7 @@ BaseServer.headers.token = '新token';</code></pre>
1658
1703
  <span class="param-type">function</span>
1659
1704
 
1660
1705
 
1706
+
1661
1707
  </span>
1662
1708
 
1663
1709
  <h4 class="name" id="requestInterceptor">
@@ -1689,7 +1735,7 @@ BaseServer.headers.token = '新token';</code></pre>
1689
1735
 
1690
1736
  <dt class="inherited-from">Inherited From:</dt>
1691
1737
  <dd class="inherited-from"><ul class="dummy"><li>
1692
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1738
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1693
1739
  </li></ul></dd>
1694
1740
 
1695
1741
 
@@ -1761,6 +1807,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1761
1807
  <span class="param-type">String</span>
1762
1808
 
1763
1809
 
1810
+
1764
1811
  </span>
1765
1812
 
1766
1813
  <h4 class="name" id="requestTimeout">
@@ -1792,7 +1839,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1792
1839
 
1793
1840
  <dt class="inherited-from">Inherited From:</dt>
1794
1841
  <dd class="inherited-from"><ul class="dummy"><li>
1795
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1842
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1796
1843
  </li></ul></dd>
1797
1844
 
1798
1845
 
@@ -1854,6 +1901,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1854
1901
  <span class="param-type">function</span>
1855
1902
 
1856
1903
 
1904
+
1857
1905
  </span>
1858
1906
 
1859
1907
  <h4 class="name" id="responseInterceptor">
@@ -1885,7 +1933,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1885
1933
 
1886
1934
  <dt class="inherited-from">Inherited From:</dt>
1887
1935
  <dd class="inherited-from"><ul class="dummy"><li>
1888
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1936
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1889
1937
  </li></ul></dd>
1890
1938
 
1891
1939
 
@@ -1959,6 +2007,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1959
2007
  <span class="param-type">Boolean</span>
1960
2008
 
1961
2009
 
2010
+
1962
2011
  </span>
1963
2012
 
1964
2013
  <h4 class="name" id="src1AttFilter">
@@ -2029,6 +2078,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2029
2078
  <span class="param-type">String</span>
2030
2079
 
2031
2080
 
2081
+
2032
2082
  </span>
2033
2083
 
2034
2084
  <h4 class="name" id="srcInfo1">
@@ -2099,6 +2149,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2099
2149
  <span class="param-type">String</span>
2100
2150
 
2101
2151
 
2152
+
2102
2153
  </span>
2103
2154
 
2104
2155
  <h4 class="name" id="srcInfo2">
@@ -2166,7 +2217,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2166
2217
  <span class="method-parameter is-pulled-right">
2167
2218
  <label>类型:</label>
2168
2219
 
2169
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2220
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2221
+
2170
2222
 
2171
2223
 
2172
2224
  </span>
@@ -2200,7 +2252,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2200
2252
 
2201
2253
  <dt class="inherited-from">Inherited From:</dt>
2202
2254
  <dd class="inherited-from"><ul class="dummy"><li>
2203
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2255
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2204
2256
  </li></ul></dd>
2205
2257
 
2206
2258
 
@@ -2266,6 +2318,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2266
2318
  <span class="param-type">String</span>
2267
2319
 
2268
2320
 
2321
+
2269
2322
  </span>
2270
2323
 
2271
2324
  <h4 class="name" id="tokenKey">
@@ -2297,7 +2350,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2297
2350
 
2298
2351
  <dt class="inherited-from">Inherited From:</dt>
2299
2352
  <dd class="inherited-from"><ul class="dummy"><li>
2300
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2353
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2301
2354
  </li></ul></dd>
2302
2355
 
2303
2356
 
@@ -2358,6 +2411,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2358
2411
  <span class="param-type">String</span>
2359
2412
 
2360
2413
 
2414
+
2361
2415
  </span>
2362
2416
 
2363
2417
  <h4 class="name" id="tokenValue">
@@ -2389,7 +2443,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2389
2443
 
2390
2444
  <dt class="inherited-from">Inherited From:</dt>
2391
2445
  <dd class="inherited-from"><ul class="dummy"><li>
2392
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2446
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2393
2447
  </li></ul></dd>
2394
2448
 
2395
2449
 
@@ -2450,6 +2504,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2450
2504
  <span class="param-type">String</span>
2451
2505
 
2452
2506
 
2507
+
2453
2508
  </span>
2454
2509
 
2455
2510
  <h4 class="name" id="url">
@@ -2538,7 +2593,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2538
2593
  <tbody>
2539
2594
 
2540
2595
  <tr class="deep-level-0">
2541
- <td class="name"><code><a href="WorkFlowServer600334.html#execute">execute</a></code></td>
2596
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2542
2597
  <td class="name">
2543
2598
  <code>
2544
2599
 
@@ -2546,6 +2601,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2546
2601
  <span class="param-type">Promise.&lt;Object></span>
2547
2602
 
2548
2603
 
2604
+
2549
2605
 
2550
2606
  </code>
2551
2607
  </td>
@@ -2553,7 +2609,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2553
2609
  </tr>
2554
2610
 
2555
2611
  <tr class="deep-level-0">
2556
- <td class="name"><code><a href="WorkFlowServer600334.html#queryServerInfo">queryServerInfo</a></code></td>
2612
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2557
2613
  <td class="name">
2558
2614
  <code>
2559
2615
 
@@ -2563,7 +2619,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2563
2619
  </tr>
2564
2620
 
2565
2621
  <tr class="deep-level-0">
2566
- <td class="name"><code><a href="WorkFlowServer600334.html#queryTaskResult">queryTaskResult</a></code></td>
2622
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2567
2623
  <td class="name">
2568
2624
  <code>
2569
2625
 
@@ -2571,6 +2627,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2571
2627
  <span class="param-type">Promise.&lt;String></span>
2572
2628
 
2573
2629
 
2630
+
2574
2631
 
2575
2632
  </code>
2576
2633
  </td>
@@ -2578,7 +2635,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2578
2635
  </tr>
2579
2636
 
2580
2637
  <tr class="deep-level-0">
2581
- <td class="name"><code><a href="WorkFlowServer600334.html#queryTaskStatus">queryTaskStatus</a></code></td>
2638
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2582
2639
  <td class="name">
2583
2640
  <code>
2584
2641
 
@@ -2586,6 +2643,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2586
2643
  <span class="param-type">Promise.&lt;String></span>
2587
2644
 
2588
2645
 
2646
+
2589
2647
 
2590
2648
  </code>
2591
2649
  </td>
@@ -2593,7 +2651,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2593
2651
  </tr>
2594
2652
 
2595
2653
  <tr class="deep-level-0">
2596
- <td class="name"><code><a href="WorkFlowServer600334.html#submit">submit</a></code></td>
2654
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2597
2655
  <td class="name">
2598
2656
  <code>
2599
2657
 
@@ -2601,6 +2659,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2601
2659
  <span class="param-type">Promise.&lt;String></span>
2602
2660
 
2603
2661
 
2662
+
2604
2663
 
2605
2664
  </code>
2606
2665
  </td>
@@ -2676,6 +2735,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2676
2735
  <span class="param-type">Object</span>
2677
2736
 
2678
2737
 
2738
+
2679
2739
 
2680
2740
  </td>
2681
2741
 
@@ -2702,6 +2762,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2702
2762
  <span class="param-type">String</span>
2703
2763
 
2704
2764
 
2765
+
2705
2766
 
2706
2767
  </td>
2707
2768
 
@@ -2728,6 +2789,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2728
2789
  <span class="param-type">String</span>
2729
2790
 
2730
2791
 
2792
+
2731
2793
 
2732
2794
  </td>
2733
2795
 
@@ -2756,6 +2818,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2756
2818
  <span class="param-type">function</span>
2757
2819
 
2758
2820
 
2821
+
2759
2822
 
2760
2823
  </td>
2761
2824
 
@@ -2782,6 +2845,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2782
2845
  <span class="param-type">function</span>
2783
2846
 
2784
2847
 
2848
+
2785
2849
 
2786
2850
  </td>
2787
2851
 
@@ -2818,7 +2882,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2818
2882
 
2819
2883
  <dt class="inherited-from">Inherited From:</dt>
2820
2884
  <dd class="inherited-from"><ul class="dummy"><li>
2821
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2885
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2822
2886
  </li></ul></dd>
2823
2887
 
2824
2888
 
@@ -2880,6 +2944,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2880
2944
  <span class="param-type">Promise.&lt;Object></span>
2881
2945
 
2882
2946
 
2947
+
2883
2948
  </div>
2884
2949
 
2885
2950
  </div>
@@ -2992,6 +3057,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2992
3057
  <span class="param-type">function</span>
2993
3058
 
2994
3059
 
3060
+
2995
3061
 
2996
3062
  </td>
2997
3063
 
@@ -3020,6 +3086,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3020
3086
  <span class="param-type">function</span>
3021
3087
 
3022
3088
 
3089
+
3023
3090
 
3024
3091
  </td>
3025
3092
 
@@ -3058,7 +3125,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3058
3125
 
3059
3126
  <dt class="inherited-from">Inherited From:</dt>
3060
3127
  <dd class="inherited-from"><ul class="dummy"><li>
3061
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3128
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3062
3129
  </li></ul></dd>
3063
3130
 
3064
3131
 
@@ -3204,6 +3271,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3204
3271
  <span class="param-type">Object</span>
3205
3272
 
3206
3273
 
3274
+
3207
3275
 
3208
3276
  </td>
3209
3277
 
@@ -3230,6 +3298,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3230
3298
  <span class="param-type">String</span>
3231
3299
 
3232
3300
 
3301
+
3233
3302
 
3234
3303
  </td>
3235
3304
 
@@ -3256,6 +3325,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3256
3325
  <span class="param-type">String</span>
3257
3326
 
3258
3327
 
3328
+
3259
3329
 
3260
3330
  </td>
3261
3331
 
@@ -3282,6 +3352,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3282
3352
  <span class="param-type">String</span>
3283
3353
 
3284
3354
 
3355
+
3285
3356
 
3286
3357
  </td>
3287
3358
 
@@ -3310,6 +3381,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3310
3381
  <span class="param-type">function</span>
3311
3382
 
3312
3383
 
3384
+
3313
3385
 
3314
3386
  </td>
3315
3387
 
@@ -3336,6 +3408,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3336
3408
  <span class="param-type">function</span>
3337
3409
 
3338
3410
 
3411
+
3339
3412
 
3340
3413
  </td>
3341
3414
 
@@ -3372,7 +3445,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3372
3445
 
3373
3446
  <dt class="inherited-from">Inherited From:</dt>
3374
3447
  <dd class="inherited-from"><ul class="dummy"><li>
3375
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3448
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3376
3449
  </li></ul></dd>
3377
3450
 
3378
3451
 
@@ -3434,6 +3507,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3434
3507
  <span class="param-type">Promise.&lt;String></span>
3435
3508
 
3436
3509
 
3510
+
3437
3511
  </div>
3438
3512
 
3439
3513
  </div>
@@ -3525,6 +3599,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3525
3599
  <span class="param-type">Object</span>
3526
3600
 
3527
3601
 
3602
+
3528
3603
 
3529
3604
  </td>
3530
3605
 
@@ -3551,6 +3626,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3551
3626
  <span class="param-type">String</span>
3552
3627
 
3553
3628
 
3629
+
3554
3630
 
3555
3631
  </td>
3556
3632
 
@@ -3577,6 +3653,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3577
3653
  <span class="param-type">String</span>
3578
3654
 
3579
3655
 
3656
+
3580
3657
 
3581
3658
  </td>
3582
3659
 
@@ -3603,6 +3680,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3603
3680
  <span class="param-type">String</span>
3604
3681
 
3605
3682
 
3683
+
3606
3684
 
3607
3685
  </td>
3608
3686
 
@@ -3631,6 +3709,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3631
3709
  <span class="param-type">function</span>
3632
3710
 
3633
3711
 
3712
+
3634
3713
 
3635
3714
  </td>
3636
3715
 
@@ -3657,6 +3736,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3657
3736
  <span class="param-type">function</span>
3658
3737
 
3659
3738
 
3739
+
3660
3740
 
3661
3741
  </td>
3662
3742
 
@@ -3693,7 +3773,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3693
3773
 
3694
3774
  <dt class="inherited-from">Inherited From:</dt>
3695
3775
  <dd class="inherited-from"><ul class="dummy"><li>
3696
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3776
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3697
3777
  </li></ul></dd>
3698
3778
 
3699
3779
 
@@ -3755,6 +3835,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3755
3835
  <span class="param-type">Promise.&lt;String></span>
3756
3836
 
3757
3837
 
3838
+
3758
3839
  </div>
3759
3840
 
3760
3841
  </div>
@@ -3846,6 +3927,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3846
3927
  <span class="param-type">Object</span>
3847
3928
 
3848
3929
 
3930
+
3849
3931
 
3850
3932
  </td>
3851
3933
 
@@ -3872,6 +3954,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3872
3954
  <span class="param-type">String</span>
3873
3955
 
3874
3956
 
3957
+
3875
3958
 
3876
3959
  </td>
3877
3960
 
@@ -3898,6 +3981,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3898
3981
  <span class="param-type">String</span>
3899
3982
 
3900
3983
 
3984
+
3901
3985
 
3902
3986
  </td>
3903
3987
 
@@ -3926,6 +4010,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3926
4010
  <span class="param-type">function</span>
3927
4011
 
3928
4012
 
4013
+
3929
4014
 
3930
4015
  </td>
3931
4016
 
@@ -3952,6 +4037,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3952
4037
  <span class="param-type">function</span>
3953
4038
 
3954
4039
 
4040
+
3955
4041
 
3956
4042
  </td>
3957
4043
 
@@ -3988,7 +4074,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3988
4074
 
3989
4075
  <dt class="inherited-from">Inherited From:</dt>
3990
4076
  <dd class="inherited-from"><ul class="dummy"><li>
3991
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4077
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3992
4078
  </li></ul></dd>
3993
4079
 
3994
4080
 
@@ -4057,6 +4143,7 @@ console.log(&quot;submit: &quot;, res);
4057
4143
  <span class="param-type">Promise.&lt;String></span>
4058
4144
 
4059
4145
 
4146
+
4060
4147
  </div>
4061
4148
 
4062
4149
  </div>