@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
 
@@ -121,7 +123,8 @@
121
123
  <td class="type">
122
124
 
123
125
 
124
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
126
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
127
+
125
128
 
126
129
 
127
130
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">CAttStruct</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">Array.&lt;CAttDataRow></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">String</span>
301
311
 
302
312
 
313
+
303
314
 
304
315
  </td>
305
316
 
@@ -434,7 +445,7 @@
434
445
 
435
446
 
436
447
  <ul>
437
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
448
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
438
449
  </ul>
439
450
 
440
451
 
@@ -466,245 +477,264 @@
466
477
  <tbody>
467
478
 
468
479
  <tr class="deep-level-0">
469
- <td class="name"><code><a href="WorkFlowServer600238.html#attRows">attRows</a></code></td>
480
+ <td class="name"><code><a href="#attRows">attRows</a></code></td>
470
481
  <td class="name">
471
482
  <code>
472
483
 
473
484
  <span class="param-type">Array</span>
474
485
 
475
486
 
487
+
476
488
  </code>
477
489
  </td>
478
490
  <td class="name"><code><p>属性记录,类型为CAttDataRow[]</p></code></td>
479
491
  </tr>
480
492
 
481
493
  <tr class="deep-level-0">
482
- <td class="name"><code><a href="WorkFlowServer600238.html#attRows">attRows</a></code></td>
494
+ <td class="name"><code><a href="#attRows">attRows</a></code></td>
483
495
  <td class="name">
484
496
  <code>
485
497
 
486
498
  <span class="param-type">Array</span>
487
499
 
488
500
 
501
+
489
502
  </code>
490
503
  </td>
491
504
  <td class="name"><code><p>属性记录,类型为CAttDataRow[]</p></code></td>
492
505
  </tr>
493
506
 
494
507
  <tr class="deep-level-0">
495
- <td class="name"><code><a href="WorkFlowServer600238.html#attStrct">attStrct</a></code></td>
508
+ <td class="name"><code><a href="#attStrct">attStrct</a></code></td>
496
509
  <td class="name">
497
510
  <code>
498
511
 
499
512
  <span class="param-type">CAttStruct</span>
500
513
 
501
514
 
515
+
502
516
  </code>
503
517
  </td>
504
518
  <td class="name"><code><p>属性结构,CAttStruct数组</p></code></td>
505
519
  </tr>
506
520
 
507
521
  <tr class="deep-level-0">
508
- <td class="name"><code><a href="WorkFlowServer600238.html#attStrct">attStrct</a></code></td>
522
+ <td class="name"><code><a href="#attStrct">attStrct</a></code></td>
509
523
  <td class="name">
510
524
  <code>
511
525
 
512
526
  <span class="param-type">CAttStruct</span>
513
527
 
514
528
 
529
+
515
530
  </code>
516
531
  </td>
517
532
  <td class="name"><code><p>属性结构,CAttStruct数组</p></code></td>
518
533
  </tr>
519
534
 
520
535
  <tr class="deep-level-0">
521
- <td class="name"><code><a href="WorkFlowServer600238.html#clientId">clientId</a></code></td>
536
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
522
537
  <td class="name">
523
538
  <code>
524
539
 
525
540
  <span class="param-type">Boolean</span>
526
541
 
527
542
 
543
+
528
544
  </code>
529
545
  </td>
530
546
  <td class="name"><code><p>客户端id</p></code></td>
531
547
  </tr>
532
548
 
533
549
  <tr class="deep-level-0">
534
- <td class="name"><code><a href="WorkFlowServer600238.html#color">color</a></code></td>
550
+ <td class="name"><code><a href="#color">color</a></code></td>
535
551
  <td class="name">
536
552
  <code>
537
553
 
538
554
  <span class="param-type">Number</span>
539
555
 
540
556
 
557
+
541
558
  </code>
542
559
  </td>
543
560
  <td class="name"><code><p>颜色(新增),例如:1</p></code></td>
544
561
  </tr>
545
562
 
546
563
  <tr class="deep-level-0">
547
- <td class="name"><code><a href="WorkFlowServer600238.html#description">description</a></code></td>
564
+ <td class="name"><code><a href="#description">description</a></code></td>
548
565
  <td class="name">
549
566
  <code>
550
567
 
551
568
  <span class="param-type">String</span>
552
569
 
553
570
 
571
+
554
572
  </code>
555
573
  </td>
556
574
  <td class="name"><code><p>要素缓冲分析(单圈)</p></code></td>
557
575
  </tr>
558
576
 
559
577
  <tr class="deep-level-0">
560
- <td class="name"><code><a href="WorkFlowServer600238.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
578
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
561
579
  <td class="name">
562
580
  <code>
563
581
 
564
582
  <span class="param-type">Boolean</span>
565
583
 
566
584
 
585
+
567
586
  </code>
568
587
  </td>
569
588
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
570
589
  </tr>
571
590
 
572
591
  <tr class="deep-level-0">
573
- <td class="name"><code><a href="WorkFlowServer600238.html#flowId">flowId</a></code></td>
592
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
574
593
  <td class="name">
575
594
  <code>
576
595
 
577
596
  <span class="param-type">Number</span>
578
597
 
579
598
 
599
+
580
600
  </code>
581
601
  </td>
582
602
  <td class="name"><code><p>600238</p></code></td>
583
603
  </tr>
584
604
 
585
605
  <tr class="deep-level-0">
586
- <td class="name"><code><a href="WorkFlowServer600238.html#groupName">groupName</a></code></td>
606
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
587
607
  <td class="name">
588
608
  <code>
589
609
 
590
610
  <span class="param-type">String</span>
591
611
 
592
612
 
613
+
593
614
  </code>
594
615
  </td>
595
616
  <td class="name"><code><p>缓冲分析</p></code></td>
596
617
  </tr>
597
618
 
598
619
  <tr class="deep-level-0">
599
- <td class="name"><code><a href="WorkFlowServer600238.html#headers">headers</a></code></td>
620
+ <td class="name"><code><a href="#headers">headers</a></code></td>
600
621
  <td class="name">
601
622
  <code>
602
623
 
603
624
  <span class="param-type">String</span>
604
625
 
605
626
 
627
+
606
628
  </code>
607
629
  </td>
608
630
  <td class="name"><code><p>请求头参数</p></code></td>
609
631
  </tr>
610
632
 
611
633
  <tr class="deep-level-0">
612
- <td class="name"><code><a href="WorkFlowServer600238.html#inFormat">inFormat</a></code></td>
634
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
613
635
  <td class="name">
614
636
  <code>
615
637
 
616
638
  <span class="param-type">String</span>
617
639
 
618
640
 
641
+
619
642
  </code>
620
643
  </td>
621
644
  <td class="name"><code><p>字符串格式,必传,例如:{&quot;JSON&quot;:&quot;JSON&quot;,&quot;XML&quot;:&quot;XML&quot;}</p></code></td>
622
645
  </tr>
623
646
 
624
647
  <tr class="deep-level-0">
625
- <td class="name"><code><a href="WorkFlowServer600238.html#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
648
+ <td class="name"><code><a href="#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
626
649
  <td class="name">
627
650
  <code>
628
651
 
629
652
  <span class="param-type">Boolean</span>
630
653
 
631
654
 
655
+
632
656
  </code>
633
657
  </td>
634
658
  <td class="name"><code><p>复合要素操作(新增),必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
635
659
  </tr>
636
660
 
637
661
  <tr class="deep-level-0">
638
- <td class="name"><code><a href="WorkFlowServer600238.html#leftRad">leftRad</a></code></td>
662
+ <td class="name"><code><a href="#leftRad">leftRad</a></code></td>
639
663
  <td class="name">
640
664
  <code>
641
665
 
642
666
  <span class="param-type">Number</span>
643
667
 
644
668
 
669
+
645
670
  </code>
646
671
  </td>
647
672
  <td class="name"><code><p>缓冲选项:左半径,例如:0.001</p></code></td>
648
673
  </tr>
649
674
 
650
675
  <tr class="deep-level-0">
651
- <td class="name"><code><a href="WorkFlowServer600238.html#requestInterceptor">requestInterceptor</a></code></td>
676
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
652
677
  <td class="name">
653
678
  <code>
654
679
 
655
680
  <span class="param-type">function</span>
656
681
 
657
682
 
683
+
658
684
  </code>
659
685
  </td>
660
686
  <td class="name"><code><p>请求发送拦截器</p></code></td>
661
687
  </tr>
662
688
 
663
689
  <tr class="deep-level-0">
664
- <td class="name"><code><a href="WorkFlowServer600238.html#requestTimeout">requestTimeout</a></code></td>
690
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
665
691
  <td class="name">
666
692
  <code>
667
693
 
668
694
  <span class="param-type">String</span>
669
695
 
670
696
 
697
+
671
698
  </code>
672
699
  </td>
673
700
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
674
701
  </tr>
675
702
 
676
703
  <tr class="deep-level-0">
677
- <td class="name"><code><a href="WorkFlowServer600238.html#responseInterceptor">responseInterceptor</a></code></td>
704
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
678
705
  <td class="name">
679
706
  <code>
680
707
 
681
708
  <span class="param-type">function</span>
682
709
 
683
710
 
711
+
684
712
  </code>
685
713
  </td>
686
714
  <td class="name"><code><p>请求响应拦截器</p></code></td>
687
715
  </tr>
688
716
 
689
717
  <tr class="deep-level-0">
690
- <td class="name"><code><a href="WorkFlowServer600238.html#rightRad">rightRad</a></code></td>
718
+ <td class="name"><code><a href="#rightRad">rightRad</a></code></td>
691
719
  <td class="name">
692
720
  <code>
693
721
 
694
722
  <span class="param-type">Number</span>
695
723
 
696
724
 
725
+
697
726
  </code>
698
727
  </td>
699
728
  <td class="name"><code><p>缓冲选项:右半径,例如:0.001</p></code></td>
700
729
  </tr>
701
730
 
702
731
  <tr class="deep-level-0">
703
- <td class="name"><code><a href="WorkFlowServer600238.html#tokenAttachType">tokenAttachType</a></code></td>
732
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
704
733
  <td class="name">
705
734
  <code>
706
735
 
707
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
736
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
737
+
708
738
 
709
739
 
710
740
  </code>
@@ -713,52 +743,56 @@
713
743
  </tr>
714
744
 
715
745
  <tr class="deep-level-0">
716
- <td class="name"><code><a href="WorkFlowServer600238.html#tokenKey">tokenKey</a></code></td>
746
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
717
747
  <td class="name">
718
748
  <code>
719
749
 
720
750
  <span class="param-type">String</span>
721
751
 
722
752
 
753
+
723
754
  </code>
724
755
  </td>
725
756
  <td class="name"><code><p>token名</p></code></td>
726
757
  </tr>
727
758
 
728
759
  <tr class="deep-level-0">
729
- <td class="name"><code><a href="WorkFlowServer600238.html#tokenValue">tokenValue</a></code></td>
760
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
730
761
  <td class="name">
731
762
  <code>
732
763
 
733
764
  <span class="param-type">String</span>
734
765
 
735
766
 
767
+
736
768
  </code>
737
769
  </td>
738
770
  <td class="name"><code><p>token值</p></code></td>
739
771
  </tr>
740
772
 
741
773
  <tr class="deep-level-0">
742
- <td class="name"><code><a href="WorkFlowServer600238.html#traceRadius">traceRadius</a></code></td>
774
+ <td class="name"><code><a href="#traceRadius">traceRadius</a></code></td>
743
775
  <td class="name">
744
776
  <code>
745
777
 
746
778
  <span class="param-type">Number</span>
747
779
 
748
780
 
781
+
749
782
  </code>
750
783
  </td>
751
784
  <td class="name"><code><p>缓冲选项:跟踪半径,必传,例如:0.0001</p></code></td>
752
785
  </tr>
753
786
 
754
787
  <tr class="deep-level-0">
755
- <td class="name"><code><a href="WorkFlowServer600238.html#url">url</a></code></td>
788
+ <td class="name"><code><a href="#url">url</a></code></td>
756
789
  <td class="name">
757
790
  <code>
758
791
 
759
792
  <span class="param-type">String</span>
760
793
 
761
794
 
795
+
762
796
  </code>
763
797
  </td>
764
798
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -778,6 +812,7 @@
778
812
  <span class="param-type">Array</span>
779
813
 
780
814
 
815
+
781
816
  </span>
782
817
 
783
818
  <h4 class="name" id="attRows">
@@ -848,6 +883,7 @@
848
883
  <span class="param-type">Array</span>
849
884
 
850
885
 
886
+
851
887
  </span>
852
888
 
853
889
  <h4 class="name" id="attRows">
@@ -918,6 +954,7 @@
918
954
  <span class="param-type">CAttStruct</span>
919
955
 
920
956
 
957
+
921
958
  </span>
922
959
 
923
960
  <h4 class="name" id="attStrct">
@@ -988,6 +1025,7 @@
988
1025
  <span class="param-type">CAttStruct</span>
989
1026
 
990
1027
 
1028
+
991
1029
  </span>
992
1030
 
993
1031
  <h4 class="name" id="attStrct">
@@ -1058,6 +1096,7 @@
1058
1096
  <span class="param-type">Boolean</span>
1059
1097
 
1060
1098
 
1099
+
1061
1100
  </span>
1062
1101
 
1063
1102
  <h4 class="name" id="clientId">
@@ -1089,7 +1128,7 @@
1089
1128
 
1090
1129
  <dt class="inherited-from">Inherited From:</dt>
1091
1130
  <dd class="inherited-from"><ul class="dummy"><li>
1092
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1131
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1093
1132
  </li></ul></dd>
1094
1133
 
1095
1134
 
@@ -1133,6 +1172,7 @@
1133
1172
  <span class="param-type">Number</span>
1134
1173
 
1135
1174
 
1175
+
1136
1176
  </span>
1137
1177
 
1138
1178
  <h4 class="name" id="color">
@@ -1203,6 +1243,7 @@
1203
1243
  <span class="param-type">String</span>
1204
1244
 
1205
1245
 
1246
+
1206
1247
  </span>
1207
1248
 
1208
1249
  <h4 class="name" id="description">
@@ -1277,6 +1318,7 @@
1277
1318
  <span class="param-type">Boolean</span>
1278
1319
 
1279
1320
 
1321
+
1280
1322
  </span>
1281
1323
 
1282
1324
  <h4 class="name" id="enableGlobeFetch">
@@ -1308,7 +1350,7 @@
1308
1350
 
1309
1351
  <dt class="inherited-from">Inherited From:</dt>
1310
1352
  <dd class="inherited-from"><ul class="dummy"><li>
1311
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1353
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1312
1354
  </li></ul></dd>
1313
1355
 
1314
1356
 
@@ -1373,6 +1415,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1373
1415
  <span class="param-type">Number</span>
1374
1416
 
1375
1417
 
1418
+
1376
1419
  </span>
1377
1420
 
1378
1421
  <h4 class="name" id="flowId">
@@ -1447,6 +1490,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1447
1490
  <span class="param-type">String</span>
1448
1491
 
1449
1492
 
1493
+
1450
1494
  </span>
1451
1495
 
1452
1496
  <h4 class="name" id="groupName">
@@ -1521,6 +1565,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1521
1565
  <span class="param-type">String</span>
1522
1566
 
1523
1567
 
1568
+
1524
1569
  </span>
1525
1570
 
1526
1571
  <h4 class="name" id="headers">
@@ -1552,7 +1597,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1552
1597
 
1553
1598
  <dt class="inherited-from">Inherited From:</dt>
1554
1599
  <dd class="inherited-from"><ul class="dummy"><li>
1555
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1600
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1556
1601
  </li></ul></dd>
1557
1602
 
1558
1603
 
@@ -1618,6 +1663,7 @@ BaseServer.headers.token = '新token';</code></pre>
1618
1663
  <span class="param-type">String</span>
1619
1664
 
1620
1665
 
1666
+
1621
1667
  </span>
1622
1668
 
1623
1669
  <h4 class="name" id="inFormat">
@@ -1688,6 +1734,7 @@ BaseServer.headers.token = '新token';</code></pre>
1688
1734
  <span class="param-type">Boolean</span>
1689
1735
 
1690
1736
 
1737
+
1691
1738
  </span>
1692
1739
 
1693
1740
  <h4 class="name" id="isMultiFeatureOpr">
@@ -1758,6 +1805,7 @@ BaseServer.headers.token = '新token';</code></pre>
1758
1805
  <span class="param-type">Number</span>
1759
1806
 
1760
1807
 
1808
+
1761
1809
  </span>
1762
1810
 
1763
1811
  <h4 class="name" id="leftRad">
@@ -1828,6 +1876,7 @@ BaseServer.headers.token = '新token';</code></pre>
1828
1876
  <span class="param-type">function</span>
1829
1877
 
1830
1878
 
1879
+
1831
1880
  </span>
1832
1881
 
1833
1882
  <h4 class="name" id="requestInterceptor">
@@ -1859,7 +1908,7 @@ BaseServer.headers.token = '新token';</code></pre>
1859
1908
 
1860
1909
  <dt class="inherited-from">Inherited From:</dt>
1861
1910
  <dd class="inherited-from"><ul class="dummy"><li>
1862
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1911
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1863
1912
  </li></ul></dd>
1864
1913
 
1865
1914
 
@@ -1931,6 +1980,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1931
1980
  <span class="param-type">String</span>
1932
1981
 
1933
1982
 
1983
+
1934
1984
  </span>
1935
1985
 
1936
1986
  <h4 class="name" id="requestTimeout">
@@ -1962,7 +2012,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1962
2012
 
1963
2013
  <dt class="inherited-from">Inherited From:</dt>
1964
2014
  <dd class="inherited-from"><ul class="dummy"><li>
1965
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2015
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1966
2016
  </li></ul></dd>
1967
2017
 
1968
2018
 
@@ -2024,6 +2074,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2024
2074
  <span class="param-type">function</span>
2025
2075
 
2026
2076
 
2077
+
2027
2078
  </span>
2028
2079
 
2029
2080
  <h4 class="name" id="responseInterceptor">
@@ -2055,7 +2106,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2055
2106
 
2056
2107
  <dt class="inherited-from">Inherited From:</dt>
2057
2108
  <dd class="inherited-from"><ul class="dummy"><li>
2058
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2109
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2059
2110
  </li></ul></dd>
2060
2111
 
2061
2112
 
@@ -2129,6 +2180,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2129
2180
  <span class="param-type">Number</span>
2130
2181
 
2131
2182
 
2183
+
2132
2184
  </span>
2133
2185
 
2134
2186
  <h4 class="name" id="rightRad">
@@ -2196,7 +2248,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2196
2248
  <span class="method-parameter is-pulled-right">
2197
2249
  <label>类型:</label>
2198
2250
 
2199
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2251
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2252
+
2200
2253
 
2201
2254
 
2202
2255
  </span>
@@ -2230,7 +2283,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2230
2283
 
2231
2284
  <dt class="inherited-from">Inherited From:</dt>
2232
2285
  <dd class="inherited-from"><ul class="dummy"><li>
2233
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2286
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2234
2287
  </li></ul></dd>
2235
2288
 
2236
2289
 
@@ -2296,6 +2349,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2296
2349
  <span class="param-type">String</span>
2297
2350
 
2298
2351
 
2352
+
2299
2353
  </span>
2300
2354
 
2301
2355
  <h4 class="name" id="tokenKey">
@@ -2327,7 +2381,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2327
2381
 
2328
2382
  <dt class="inherited-from">Inherited From:</dt>
2329
2383
  <dd class="inherited-from"><ul class="dummy"><li>
2330
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2384
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2331
2385
  </li></ul></dd>
2332
2386
 
2333
2387
 
@@ -2388,6 +2442,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2388
2442
  <span class="param-type">String</span>
2389
2443
 
2390
2444
 
2445
+
2391
2446
  </span>
2392
2447
 
2393
2448
  <h4 class="name" id="tokenValue">
@@ -2419,7 +2474,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2419
2474
 
2420
2475
  <dt class="inherited-from">Inherited From:</dt>
2421
2476
  <dd class="inherited-from"><ul class="dummy"><li>
2422
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2477
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2423
2478
  </li></ul></dd>
2424
2479
 
2425
2480
 
@@ -2480,6 +2535,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2480
2535
  <span class="param-type">Number</span>
2481
2536
 
2482
2537
 
2538
+
2483
2539
  </span>
2484
2540
 
2485
2541
  <h4 class="name" id="traceRadius">
@@ -2550,6 +2606,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2550
2606
  <span class="param-type">String</span>
2551
2607
 
2552
2608
 
2609
+
2553
2610
  </span>
2554
2611
 
2555
2612
  <h4 class="name" id="url">
@@ -2638,7 +2695,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2638
2695
  <tbody>
2639
2696
 
2640
2697
  <tr class="deep-level-0">
2641
- <td class="name"><code><a href="WorkFlowServer600238.html#execute">execute</a></code></td>
2698
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2642
2699
  <td class="name">
2643
2700
  <code>
2644
2701
 
@@ -2646,6 +2703,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2646
2703
  <span class="param-type">Promise.&lt;Object></span>
2647
2704
 
2648
2705
 
2706
+
2649
2707
 
2650
2708
  </code>
2651
2709
  </td>
@@ -2653,7 +2711,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2653
2711
  </tr>
2654
2712
 
2655
2713
  <tr class="deep-level-0">
2656
- <td class="name"><code><a href="WorkFlowServer600238.html#queryServerInfo">queryServerInfo</a></code></td>
2714
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2657
2715
  <td class="name">
2658
2716
  <code>
2659
2717
 
@@ -2663,7 +2721,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2663
2721
  </tr>
2664
2722
 
2665
2723
  <tr class="deep-level-0">
2666
- <td class="name"><code><a href="WorkFlowServer600238.html#queryTaskResult">queryTaskResult</a></code></td>
2724
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2667
2725
  <td class="name">
2668
2726
  <code>
2669
2727
 
@@ -2671,6 +2729,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2671
2729
  <span class="param-type">Promise.&lt;String></span>
2672
2730
 
2673
2731
 
2732
+
2674
2733
 
2675
2734
  </code>
2676
2735
  </td>
@@ -2678,7 +2737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2678
2737
  </tr>
2679
2738
 
2680
2739
  <tr class="deep-level-0">
2681
- <td class="name"><code><a href="WorkFlowServer600238.html#queryTaskStatus">queryTaskStatus</a></code></td>
2740
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2682
2741
  <td class="name">
2683
2742
  <code>
2684
2743
 
@@ -2686,6 +2745,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2686
2745
  <span class="param-type">Promise.&lt;String></span>
2687
2746
 
2688
2747
 
2748
+
2689
2749
 
2690
2750
  </code>
2691
2751
  </td>
@@ -2693,7 +2753,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2693
2753
  </tr>
2694
2754
 
2695
2755
  <tr class="deep-level-0">
2696
- <td class="name"><code><a href="WorkFlowServer600238.html#submit">submit</a></code></td>
2756
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2697
2757
  <td class="name">
2698
2758
  <code>
2699
2759
 
@@ -2701,6 +2761,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2701
2761
  <span class="param-type">Promise.&lt;String></span>
2702
2762
 
2703
2763
 
2764
+
2704
2765
 
2705
2766
  </code>
2706
2767
  </td>
@@ -2776,6 +2837,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2776
2837
  <span class="param-type">Object</span>
2777
2838
 
2778
2839
 
2840
+
2779
2841
 
2780
2842
  </td>
2781
2843
 
@@ -2802,6 +2864,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2802
2864
  <span class="param-type">String</span>
2803
2865
 
2804
2866
 
2867
+
2805
2868
 
2806
2869
  </td>
2807
2870
 
@@ -2828,6 +2891,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2828
2891
  <span class="param-type">String</span>
2829
2892
 
2830
2893
 
2894
+
2831
2895
 
2832
2896
  </td>
2833
2897
 
@@ -2856,6 +2920,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2856
2920
  <span class="param-type">function</span>
2857
2921
 
2858
2922
 
2923
+
2859
2924
 
2860
2925
  </td>
2861
2926
 
@@ -2882,6 +2947,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2882
2947
  <span class="param-type">function</span>
2883
2948
 
2884
2949
 
2950
+
2885
2951
 
2886
2952
  </td>
2887
2953
 
@@ -2918,7 +2984,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2918
2984
 
2919
2985
  <dt class="inherited-from">Inherited From:</dt>
2920
2986
  <dd class="inherited-from"><ul class="dummy"><li>
2921
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2987
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2922
2988
  </li></ul></dd>
2923
2989
 
2924
2990
 
@@ -2980,6 +3046,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2980
3046
  <span class="param-type">Promise.&lt;Object></span>
2981
3047
 
2982
3048
 
3049
+
2983
3050
  </div>
2984
3051
 
2985
3052
  </div>
@@ -3092,6 +3159,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3092
3159
  <span class="param-type">function</span>
3093
3160
 
3094
3161
 
3162
+
3095
3163
 
3096
3164
  </td>
3097
3165
 
@@ -3120,6 +3188,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3120
3188
  <span class="param-type">function</span>
3121
3189
 
3122
3190
 
3191
+
3123
3192
 
3124
3193
  </td>
3125
3194
 
@@ -3158,7 +3227,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3158
3227
 
3159
3228
  <dt class="inherited-from">Inherited From:</dt>
3160
3229
  <dd class="inherited-from"><ul class="dummy"><li>
3161
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3230
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3162
3231
  </li></ul></dd>
3163
3232
 
3164
3233
 
@@ -3304,6 +3373,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3304
3373
  <span class="param-type">Object</span>
3305
3374
 
3306
3375
 
3376
+
3307
3377
 
3308
3378
  </td>
3309
3379
 
@@ -3330,6 +3400,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3330
3400
  <span class="param-type">String</span>
3331
3401
 
3332
3402
 
3403
+
3333
3404
 
3334
3405
  </td>
3335
3406
 
@@ -3356,6 +3427,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3356
3427
  <span class="param-type">String</span>
3357
3428
 
3358
3429
 
3430
+
3359
3431
 
3360
3432
  </td>
3361
3433
 
@@ -3382,6 +3454,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3382
3454
  <span class="param-type">String</span>
3383
3455
 
3384
3456
 
3457
+
3385
3458
 
3386
3459
  </td>
3387
3460
 
@@ -3410,6 +3483,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3410
3483
  <span class="param-type">function</span>
3411
3484
 
3412
3485
 
3486
+
3413
3487
 
3414
3488
  </td>
3415
3489
 
@@ -3436,6 +3510,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3436
3510
  <span class="param-type">function</span>
3437
3511
 
3438
3512
 
3513
+
3439
3514
 
3440
3515
  </td>
3441
3516
 
@@ -3472,7 +3547,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3472
3547
 
3473
3548
  <dt class="inherited-from">Inherited From:</dt>
3474
3549
  <dd class="inherited-from"><ul class="dummy"><li>
3475
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3550
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3476
3551
  </li></ul></dd>
3477
3552
 
3478
3553
 
@@ -3534,6 +3609,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3534
3609
  <span class="param-type">Promise.&lt;String></span>
3535
3610
 
3536
3611
 
3612
+
3537
3613
  </div>
3538
3614
 
3539
3615
  </div>
@@ -3625,6 +3701,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3625
3701
  <span class="param-type">Object</span>
3626
3702
 
3627
3703
 
3704
+
3628
3705
 
3629
3706
  </td>
3630
3707
 
@@ -3651,6 +3728,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3651
3728
  <span class="param-type">String</span>
3652
3729
 
3653
3730
 
3731
+
3654
3732
 
3655
3733
  </td>
3656
3734
 
@@ -3677,6 +3755,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3677
3755
  <span class="param-type">String</span>
3678
3756
 
3679
3757
 
3758
+
3680
3759
 
3681
3760
  </td>
3682
3761
 
@@ -3703,6 +3782,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3703
3782
  <span class="param-type">String</span>
3704
3783
 
3705
3784
 
3785
+
3706
3786
 
3707
3787
  </td>
3708
3788
 
@@ -3731,6 +3811,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3731
3811
  <span class="param-type">function</span>
3732
3812
 
3733
3813
 
3814
+
3734
3815
 
3735
3816
  </td>
3736
3817
 
@@ -3757,6 +3838,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3757
3838
  <span class="param-type">function</span>
3758
3839
 
3759
3840
 
3841
+
3760
3842
 
3761
3843
  </td>
3762
3844
 
@@ -3793,7 +3875,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3793
3875
 
3794
3876
  <dt class="inherited-from">Inherited From:</dt>
3795
3877
  <dd class="inherited-from"><ul class="dummy"><li>
3796
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3878
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3797
3879
  </li></ul></dd>
3798
3880
 
3799
3881
 
@@ -3855,6 +3937,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3855
3937
  <span class="param-type">Promise.&lt;String></span>
3856
3938
 
3857
3939
 
3940
+
3858
3941
  </div>
3859
3942
 
3860
3943
  </div>
@@ -3946,6 +4029,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3946
4029
  <span class="param-type">Object</span>
3947
4030
 
3948
4031
 
4032
+
3949
4033
 
3950
4034
  </td>
3951
4035
 
@@ -3972,6 +4056,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3972
4056
  <span class="param-type">String</span>
3973
4057
 
3974
4058
 
4059
+
3975
4060
 
3976
4061
  </td>
3977
4062
 
@@ -3998,6 +4083,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3998
4083
  <span class="param-type">String</span>
3999
4084
 
4000
4085
 
4086
+
4001
4087
 
4002
4088
  </td>
4003
4089
 
@@ -4026,6 +4112,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4026
4112
  <span class="param-type">function</span>
4027
4113
 
4028
4114
 
4115
+
4029
4116
 
4030
4117
  </td>
4031
4118
 
@@ -4052,6 +4139,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4052
4139
  <span class="param-type">function</span>
4053
4140
 
4054
4141
 
4142
+
4055
4143
 
4056
4144
  </td>
4057
4145
 
@@ -4088,7 +4176,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4088
4176
 
4089
4177
  <dt class="inherited-from">Inherited From:</dt>
4090
4178
  <dd class="inherited-from"><ul class="dummy"><li>
4091
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4179
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4092
4180
  </li></ul></dd>
4093
4181
 
4094
4182
 
@@ -4157,6 +4245,7 @@ console.log(&quot;submit: &quot;, res);
4157
4245
  <span class="param-type">Promise.&lt;String></span>
4158
4246
 
4159
4247
 
4248
+
4160
4249
  </div>
4161
4250
 
4162
4251
  </div>