@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -124,6 +126,7 @@
124
126
  <span class="param-type">String</span>
125
127
 
126
128
 
129
+
127
130
 
128
131
  </td>
129
132
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">String</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">String</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -303,7 +309,7 @@
303
309
 
304
310
 
305
311
  <ul>
306
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
312
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
307
313
  </ul>
308
314
 
309
315
 
@@ -335,180 +341,194 @@
335
341
  <tbody>
336
342
 
337
343
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="WorkFlowServer600368.html#clientId">clientId</a></code></td>
344
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
339
345
  <td class="name">
340
346
  <code>
341
347
 
342
348
  <span class="param-type">Boolean</span>
343
349
 
344
350
 
351
+
345
352
  </code>
346
353
  </td>
347
354
  <td class="name"><code><p>客户端id</p></code></td>
348
355
  </tr>
349
356
 
350
357
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="WorkFlowServer600368.html#description">description</a></code></td>
358
+ <td class="name"><code><a href="#description">description</a></code></td>
352
359
  <td class="name">
353
360
  <code>
354
361
 
355
362
  <span class="param-type">String</span>
356
363
 
357
364
 
365
+
358
366
  </code>
359
367
  </td>
360
368
  <td class="name"><code><p>三维体对象空间关系判定</p></code></td>
361
369
  </tr>
362
370
 
363
371
  <tr class="deep-level-0">
364
- <td class="name"><code><a href="WorkFlowServer600368.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
372
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
365
373
  <td class="name">
366
374
  <code>
367
375
 
368
376
  <span class="param-type">Boolean</span>
369
377
 
370
378
 
379
+
371
380
  </code>
372
381
  </td>
373
382
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
374
383
  </tr>
375
384
 
376
385
  <tr class="deep-level-0">
377
- <td class="name"><code><a href="WorkFlowServer600368.html#FID1">FID1</a></code></td>
386
+ <td class="name"><code><a href="#FID1">FID1</a></code></td>
378
387
  <td class="name">
379
388
  <code>
380
389
 
381
390
  <span class="param-type">String</span>
382
391
 
383
392
 
393
+
384
394
  </code>
385
395
  </td>
386
396
  <td class="name"><code><p>三维体对象简单要素类1的参与空间关系判定的要素ID,必传,例如:1</p></code></td>
387
397
  </tr>
388
398
 
389
399
  <tr class="deep-level-0">
390
- <td class="name"><code><a href="WorkFlowServer600368.html#FID2">FID2</a></code></td>
400
+ <td class="name"><code><a href="#FID2">FID2</a></code></td>
391
401
  <td class="name">
392
402
  <code>
393
403
 
394
404
  <span class="param-type">String</span>
395
405
 
396
406
 
407
+
397
408
  </code>
398
409
  </td>
399
410
  <td class="name"><code><p>三维体对象简单要素类2的参与空间关系判定的要素ID,必传,例如:2</p></code></td>
400
411
  </tr>
401
412
 
402
413
  <tr class="deep-level-0">
403
- <td class="name"><code><a href="WorkFlowServer600368.html#flowId">flowId</a></code></td>
414
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
404
415
  <td class="name">
405
416
  <code>
406
417
 
407
418
  <span class="param-type">Number</span>
408
419
 
409
420
 
421
+
410
422
  </code>
411
423
  </td>
412
424
  <td class="name"><code><p>600368</p></code></td>
413
425
  </tr>
414
426
 
415
427
  <tr class="deep-level-0">
416
- <td class="name"><code><a href="WorkFlowServer600368.html#groupName">groupName</a></code></td>
428
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
417
429
  <td class="name">
418
430
  <code>
419
431
 
420
432
  <span class="param-type">String</span>
421
433
 
422
434
 
435
+
423
436
  </code>
424
437
  </td>
425
438
  <td class="name"><code><p>三维分析</p></code></td>
426
439
  </tr>
427
440
 
428
441
  <tr class="deep-level-0">
429
- <td class="name"><code><a href="WorkFlowServer600368.html#headers">headers</a></code></td>
442
+ <td class="name"><code><a href="#headers">headers</a></code></td>
430
443
  <td class="name">
431
444
  <code>
432
445
 
433
446
  <span class="param-type">String</span>
434
447
 
435
448
 
449
+
436
450
  </code>
437
451
  </td>
438
452
  <td class="name"><code><p>请求头参数</p></code></td>
439
453
  </tr>
440
454
 
441
455
  <tr class="deep-level-0">
442
- <td class="name"><code><a href="WorkFlowServer600368.html#requestInterceptor">requestInterceptor</a></code></td>
456
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
443
457
  <td class="name">
444
458
  <code>
445
459
 
446
460
  <span class="param-type">function</span>
447
461
 
448
462
 
463
+
449
464
  </code>
450
465
  </td>
451
466
  <td class="name"><code><p>请求发送拦截器</p></code></td>
452
467
  </tr>
453
468
 
454
469
  <tr class="deep-level-0">
455
- <td class="name"><code><a href="WorkFlowServer600368.html#requestTimeout">requestTimeout</a></code></td>
470
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
456
471
  <td class="name">
457
472
  <code>
458
473
 
459
474
  <span class="param-type">String</span>
460
475
 
461
476
 
477
+
462
478
  </code>
463
479
  </td>
464
480
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
465
481
  </tr>
466
482
 
467
483
  <tr class="deep-level-0">
468
- <td class="name"><code><a href="WorkFlowServer600368.html#responseInterceptor">responseInterceptor</a></code></td>
484
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
469
485
  <td class="name">
470
486
  <code>
471
487
 
472
488
  <span class="param-type">function</span>
473
489
 
474
490
 
491
+
475
492
  </code>
476
493
  </td>
477
494
  <td class="name"><code><p>请求响应拦截器</p></code></td>
478
495
  </tr>
479
496
 
480
497
  <tr class="deep-level-0">
481
- <td class="name"><code><a href="WorkFlowServer600368.html#srcInfo1">srcInfo1</a></code></td>
498
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
482
499
  <td class="name">
483
500
  <code>
484
501
 
485
502
  <span class="param-type">String</span>
486
503
 
487
504
 
505
+
488
506
  </code>
489
507
  </td>
490
508
  <td class="name"><code><p>三维体对象简单要素类1的URL,必传,例如:GDBP://MapGISLocal/Sample/sfcls/g3dSpatialRelDetermine1</p></code></td>
491
509
  </tr>
492
510
 
493
511
  <tr class="deep-level-0">
494
- <td class="name"><code><a href="WorkFlowServer600368.html#srcInfo2">srcInfo2</a></code></td>
512
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
495
513
  <td class="name">
496
514
  <code>
497
515
 
498
516
  <span class="param-type">String</span>
499
517
 
500
518
 
519
+
501
520
  </code>
502
521
  </td>
503
522
  <td class="name"><code><p>三维体对象简单要素类2的URL,必传,例如:GDBP://MapGISLocal/Sample/sfcls/g3dSpatialRelDetermine2</p></code></td>
504
523
  </tr>
505
524
 
506
525
  <tr class="deep-level-0">
507
- <td class="name"><code><a href="WorkFlowServer600368.html#tokenAttachType">tokenAttachType</a></code></td>
526
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
508
527
  <td class="name">
509
528
  <code>
510
529
 
511
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
530
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
531
+
512
532
 
513
533
 
514
534
  </code>
@@ -517,39 +537,42 @@
517
537
  </tr>
518
538
 
519
539
  <tr class="deep-level-0">
520
- <td class="name"><code><a href="WorkFlowServer600368.html#tokenKey">tokenKey</a></code></td>
540
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
521
541
  <td class="name">
522
542
  <code>
523
543
 
524
544
  <span class="param-type">String</span>
525
545
 
526
546
 
547
+
527
548
  </code>
528
549
  </td>
529
550
  <td class="name"><code><p>token名</p></code></td>
530
551
  </tr>
531
552
 
532
553
  <tr class="deep-level-0">
533
- <td class="name"><code><a href="WorkFlowServer600368.html#tokenValue">tokenValue</a></code></td>
554
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
534
555
  <td class="name">
535
556
  <code>
536
557
 
537
558
  <span class="param-type">String</span>
538
559
 
539
560
 
561
+
540
562
  </code>
541
563
  </td>
542
564
  <td class="name"><code><p>token值</p></code></td>
543
565
  </tr>
544
566
 
545
567
  <tr class="deep-level-0">
546
- <td class="name"><code><a href="WorkFlowServer600368.html#url">url</a></code></td>
568
+ <td class="name"><code><a href="#url">url</a></code></td>
547
569
  <td class="name">
548
570
  <code>
549
571
 
550
572
  <span class="param-type">String</span>
551
573
 
552
574
 
575
+
553
576
  </code>
554
577
  </td>
555
578
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -569,6 +592,7 @@
569
592
  <span class="param-type">Boolean</span>
570
593
 
571
594
 
595
+
572
596
  </span>
573
597
 
574
598
  <h4 class="name" id="clientId">
@@ -600,7 +624,7 @@
600
624
 
601
625
  <dt class="inherited-from">Inherited From:</dt>
602
626
  <dd class="inherited-from"><ul class="dummy"><li>
603
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
627
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
604
628
  </li></ul></dd>
605
629
 
606
630
 
@@ -644,6 +668,7 @@
644
668
  <span class="param-type">String</span>
645
669
 
646
670
 
671
+
647
672
  </span>
648
673
 
649
674
  <h4 class="name" id="description">
@@ -718,6 +743,7 @@
718
743
  <span class="param-type">Boolean</span>
719
744
 
720
745
 
746
+
721
747
  </span>
722
748
 
723
749
  <h4 class="name" id="enableGlobeFetch">
@@ -749,7 +775,7 @@
749
775
 
750
776
  <dt class="inherited-from">Inherited From:</dt>
751
777
  <dd class="inherited-from"><ul class="dummy"><li>
752
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
778
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
753
779
  </li></ul></dd>
754
780
 
755
781
 
@@ -814,6 +840,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
814
840
  <span class="param-type">String</span>
815
841
 
816
842
 
843
+
817
844
  </span>
818
845
 
819
846
  <h4 class="name" id="FID1">
@@ -884,6 +911,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
884
911
  <span class="param-type">String</span>
885
912
 
886
913
 
914
+
887
915
  </span>
888
916
 
889
917
  <h4 class="name" id="FID2">
@@ -954,6 +982,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
954
982
  <span class="param-type">Number</span>
955
983
 
956
984
 
985
+
957
986
  </span>
958
987
 
959
988
  <h4 class="name" id="flowId">
@@ -1028,6 +1057,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1028
1057
  <span class="param-type">String</span>
1029
1058
 
1030
1059
 
1060
+
1031
1061
  </span>
1032
1062
 
1033
1063
  <h4 class="name" id="groupName">
@@ -1102,6 +1132,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1102
1132
  <span class="param-type">String</span>
1103
1133
 
1104
1134
 
1135
+
1105
1136
  </span>
1106
1137
 
1107
1138
  <h4 class="name" id="headers">
@@ -1133,7 +1164,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1133
1164
 
1134
1165
  <dt class="inherited-from">Inherited From:</dt>
1135
1166
  <dd class="inherited-from"><ul class="dummy"><li>
1136
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1167
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1137
1168
  </li></ul></dd>
1138
1169
 
1139
1170
 
@@ -1199,6 +1230,7 @@ BaseServer.headers.token = '新token';</code></pre>
1199
1230
  <span class="param-type">function</span>
1200
1231
 
1201
1232
 
1233
+
1202
1234
  </span>
1203
1235
 
1204
1236
  <h4 class="name" id="requestInterceptor">
@@ -1230,7 +1262,7 @@ BaseServer.headers.token = '新token';</code></pre>
1230
1262
 
1231
1263
  <dt class="inherited-from">Inherited From:</dt>
1232
1264
  <dd class="inherited-from"><ul class="dummy"><li>
1233
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1265
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1234
1266
  </li></ul></dd>
1235
1267
 
1236
1268
 
@@ -1302,6 +1334,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1302
1334
  <span class="param-type">String</span>
1303
1335
 
1304
1336
 
1337
+
1305
1338
  </span>
1306
1339
 
1307
1340
  <h4 class="name" id="requestTimeout">
@@ -1333,7 +1366,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1333
1366
 
1334
1367
  <dt class="inherited-from">Inherited From:</dt>
1335
1368
  <dd class="inherited-from"><ul class="dummy"><li>
1336
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1369
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1337
1370
  </li></ul></dd>
1338
1371
 
1339
1372
 
@@ -1395,6 +1428,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1395
1428
  <span class="param-type">function</span>
1396
1429
 
1397
1430
 
1431
+
1398
1432
  </span>
1399
1433
 
1400
1434
  <h4 class="name" id="responseInterceptor">
@@ -1426,7 +1460,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1426
1460
 
1427
1461
  <dt class="inherited-from">Inherited From:</dt>
1428
1462
  <dd class="inherited-from"><ul class="dummy"><li>
1429
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1463
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1430
1464
  </li></ul></dd>
1431
1465
 
1432
1466
 
@@ -1500,6 +1534,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1500
1534
  <span class="param-type">String</span>
1501
1535
 
1502
1536
 
1537
+
1503
1538
  </span>
1504
1539
 
1505
1540
  <h4 class="name" id="srcInfo1">
@@ -1570,6 +1605,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1570
1605
  <span class="param-type">String</span>
1571
1606
 
1572
1607
 
1608
+
1573
1609
  </span>
1574
1610
 
1575
1611
  <h4 class="name" id="srcInfo2">
@@ -1637,7 +1673,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1637
1673
  <span class="method-parameter is-pulled-right">
1638
1674
  <label>类型:</label>
1639
1675
 
1640
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1676
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1677
+
1641
1678
 
1642
1679
 
1643
1680
  </span>
@@ -1671,7 +1708,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1671
1708
 
1672
1709
  <dt class="inherited-from">Inherited From:</dt>
1673
1710
  <dd class="inherited-from"><ul class="dummy"><li>
1674
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1711
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1675
1712
  </li></ul></dd>
1676
1713
 
1677
1714
 
@@ -1737,6 +1774,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1737
1774
  <span class="param-type">String</span>
1738
1775
 
1739
1776
 
1777
+
1740
1778
  </span>
1741
1779
 
1742
1780
  <h4 class="name" id="tokenKey">
@@ -1768,7 +1806,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1768
1806
 
1769
1807
  <dt class="inherited-from">Inherited From:</dt>
1770
1808
  <dd class="inherited-from"><ul class="dummy"><li>
1771
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1809
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1772
1810
  </li></ul></dd>
1773
1811
 
1774
1812
 
@@ -1829,6 +1867,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1829
1867
  <span class="param-type">String</span>
1830
1868
 
1831
1869
 
1870
+
1832
1871
  </span>
1833
1872
 
1834
1873
  <h4 class="name" id="tokenValue">
@@ -1860,7 +1899,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1860
1899
 
1861
1900
  <dt class="inherited-from">Inherited From:</dt>
1862
1901
  <dd class="inherited-from"><ul class="dummy"><li>
1863
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1902
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1864
1903
  </li></ul></dd>
1865
1904
 
1866
1905
 
@@ -1921,6 +1960,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1921
1960
  <span class="param-type">String</span>
1922
1961
 
1923
1962
 
1963
+
1924
1964
  </span>
1925
1965
 
1926
1966
  <h4 class="name" id="url">
@@ -2009,7 +2049,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2009
2049
  <tbody>
2010
2050
 
2011
2051
  <tr class="deep-level-0">
2012
- <td class="name"><code><a href="WorkFlowServer600368.html#execute">execute</a></code></td>
2052
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2013
2053
  <td class="name">
2014
2054
  <code>
2015
2055
 
@@ -2017,6 +2057,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2017
2057
  <span class="param-type">Promise.&lt;Object></span>
2018
2058
 
2019
2059
 
2060
+
2020
2061
 
2021
2062
  </code>
2022
2063
  </td>
@@ -2024,7 +2065,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2024
2065
  </tr>
2025
2066
 
2026
2067
  <tr class="deep-level-0">
2027
- <td class="name"><code><a href="WorkFlowServer600368.html#queryServerInfo">queryServerInfo</a></code></td>
2068
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2028
2069
  <td class="name">
2029
2070
  <code>
2030
2071
 
@@ -2034,7 +2075,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2034
2075
  </tr>
2035
2076
 
2036
2077
  <tr class="deep-level-0">
2037
- <td class="name"><code><a href="WorkFlowServer600368.html#queryTaskResult">queryTaskResult</a></code></td>
2078
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2038
2079
  <td class="name">
2039
2080
  <code>
2040
2081
 
@@ -2042,6 +2083,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2042
2083
  <span class="param-type">Promise.&lt;String></span>
2043
2084
 
2044
2085
 
2086
+
2045
2087
 
2046
2088
  </code>
2047
2089
  </td>
@@ -2049,7 +2091,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2049
2091
  </tr>
2050
2092
 
2051
2093
  <tr class="deep-level-0">
2052
- <td class="name"><code><a href="WorkFlowServer600368.html#queryTaskStatus">queryTaskStatus</a></code></td>
2094
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2053
2095
  <td class="name">
2054
2096
  <code>
2055
2097
 
@@ -2057,6 +2099,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2057
2099
  <span class="param-type">Promise.&lt;String></span>
2058
2100
 
2059
2101
 
2102
+
2060
2103
 
2061
2104
  </code>
2062
2105
  </td>
@@ -2064,7 +2107,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2064
2107
  </tr>
2065
2108
 
2066
2109
  <tr class="deep-level-0">
2067
- <td class="name"><code><a href="WorkFlowServer600368.html#submit">submit</a></code></td>
2110
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2068
2111
  <td class="name">
2069
2112
  <code>
2070
2113
 
@@ -2072,6 +2115,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2072
2115
  <span class="param-type">Promise.&lt;String></span>
2073
2116
 
2074
2117
 
2118
+
2075
2119
 
2076
2120
  </code>
2077
2121
  </td>
@@ -2147,6 +2191,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2147
2191
  <span class="param-type">Object</span>
2148
2192
 
2149
2193
 
2194
+
2150
2195
 
2151
2196
  </td>
2152
2197
 
@@ -2173,6 +2218,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2173
2218
  <span class="param-type">String</span>
2174
2219
 
2175
2220
 
2221
+
2176
2222
 
2177
2223
  </td>
2178
2224
 
@@ -2199,6 +2245,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2199
2245
  <span class="param-type">String</span>
2200
2246
 
2201
2247
 
2248
+
2202
2249
 
2203
2250
  </td>
2204
2251
 
@@ -2227,6 +2274,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2227
2274
  <span class="param-type">function</span>
2228
2275
 
2229
2276
 
2277
+
2230
2278
 
2231
2279
  </td>
2232
2280
 
@@ -2253,6 +2301,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2253
2301
  <span class="param-type">function</span>
2254
2302
 
2255
2303
 
2304
+
2256
2305
 
2257
2306
  </td>
2258
2307
 
@@ -2289,7 +2338,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2289
2338
 
2290
2339
  <dt class="inherited-from">Inherited From:</dt>
2291
2340
  <dd class="inherited-from"><ul class="dummy"><li>
2292
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2341
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2293
2342
  </li></ul></dd>
2294
2343
 
2295
2344
 
@@ -2351,6 +2400,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2351
2400
  <span class="param-type">Promise.&lt;Object></span>
2352
2401
 
2353
2402
 
2403
+
2354
2404
  </div>
2355
2405
 
2356
2406
  </div>
@@ -2463,6 +2513,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2463
2513
  <span class="param-type">function</span>
2464
2514
 
2465
2515
 
2516
+
2466
2517
 
2467
2518
  </td>
2468
2519
 
@@ -2491,6 +2542,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2491
2542
  <span class="param-type">function</span>
2492
2543
 
2493
2544
 
2545
+
2494
2546
 
2495
2547
  </td>
2496
2548
 
@@ -2529,7 +2581,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2529
2581
 
2530
2582
  <dt class="inherited-from">Inherited From:</dt>
2531
2583
  <dd class="inherited-from"><ul class="dummy"><li>
2532
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2584
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2533
2585
  </li></ul></dd>
2534
2586
 
2535
2587
 
@@ -2675,6 +2727,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2675
2727
  <span class="param-type">Object</span>
2676
2728
 
2677
2729
 
2730
+
2678
2731
 
2679
2732
  </td>
2680
2733
 
@@ -2701,6 +2754,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2701
2754
  <span class="param-type">String</span>
2702
2755
 
2703
2756
 
2757
+
2704
2758
 
2705
2759
  </td>
2706
2760
 
@@ -2727,6 +2781,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2727
2781
  <span class="param-type">String</span>
2728
2782
 
2729
2783
 
2784
+
2730
2785
 
2731
2786
  </td>
2732
2787
 
@@ -2753,6 +2808,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2753
2808
  <span class="param-type">String</span>
2754
2809
 
2755
2810
 
2811
+
2756
2812
 
2757
2813
  </td>
2758
2814
 
@@ -2781,6 +2837,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2781
2837
  <span class="param-type">function</span>
2782
2838
 
2783
2839
 
2840
+
2784
2841
 
2785
2842
  </td>
2786
2843
 
@@ -2807,6 +2864,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2807
2864
  <span class="param-type">function</span>
2808
2865
 
2809
2866
 
2867
+
2810
2868
 
2811
2869
  </td>
2812
2870
 
@@ -2843,7 +2901,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2843
2901
 
2844
2902
  <dt class="inherited-from">Inherited From:</dt>
2845
2903
  <dd class="inherited-from"><ul class="dummy"><li>
2846
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
2904
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
2847
2905
  </li></ul></dd>
2848
2906
 
2849
2907
 
@@ -2905,6 +2963,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2905
2963
  <span class="param-type">Promise.&lt;String></span>
2906
2964
 
2907
2965
 
2966
+
2908
2967
  </div>
2909
2968
 
2910
2969
  </div>
@@ -2996,6 +3055,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2996
3055
  <span class="param-type">Object</span>
2997
3056
 
2998
3057
 
3058
+
2999
3059
 
3000
3060
  </td>
3001
3061
 
@@ -3022,6 +3082,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3022
3082
  <span class="param-type">String</span>
3023
3083
 
3024
3084
 
3085
+
3025
3086
 
3026
3087
  </td>
3027
3088
 
@@ -3048,6 +3109,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3048
3109
  <span class="param-type">String</span>
3049
3110
 
3050
3111
 
3112
+
3051
3113
 
3052
3114
  </td>
3053
3115
 
@@ -3074,6 +3136,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3074
3136
  <span class="param-type">String</span>
3075
3137
 
3076
3138
 
3139
+
3077
3140
 
3078
3141
  </td>
3079
3142
 
@@ -3102,6 +3165,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3102
3165
  <span class="param-type">function</span>
3103
3166
 
3104
3167
 
3168
+
3105
3169
 
3106
3170
  </td>
3107
3171
 
@@ -3128,6 +3192,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3128
3192
  <span class="param-type">function</span>
3129
3193
 
3130
3194
 
3195
+
3131
3196
 
3132
3197
  </td>
3133
3198
 
@@ -3164,7 +3229,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3164
3229
 
3165
3230
  <dt class="inherited-from">Inherited From:</dt>
3166
3231
  <dd class="inherited-from"><ul class="dummy"><li>
3167
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3232
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3168
3233
  </li></ul></dd>
3169
3234
 
3170
3235
 
@@ -3226,6 +3291,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3226
3291
  <span class="param-type">Promise.&lt;String></span>
3227
3292
 
3228
3293
 
3294
+
3229
3295
  </div>
3230
3296
 
3231
3297
  </div>
@@ -3317,6 +3383,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3317
3383
  <span class="param-type">Object</span>
3318
3384
 
3319
3385
 
3386
+
3320
3387
 
3321
3388
  </td>
3322
3389
 
@@ -3343,6 +3410,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3343
3410
  <span class="param-type">String</span>
3344
3411
 
3345
3412
 
3413
+
3346
3414
 
3347
3415
  </td>
3348
3416
 
@@ -3369,6 +3437,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3369
3437
  <span class="param-type">String</span>
3370
3438
 
3371
3439
 
3440
+
3372
3441
 
3373
3442
  </td>
3374
3443
 
@@ -3397,6 +3466,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3397
3466
  <span class="param-type">function</span>
3398
3467
 
3399
3468
 
3469
+
3400
3470
 
3401
3471
  </td>
3402
3472
 
@@ -3423,6 +3493,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3423
3493
  <span class="param-type">function</span>
3424
3494
 
3425
3495
 
3496
+
3426
3497
 
3427
3498
  </td>
3428
3499
 
@@ -3459,7 +3530,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3459
3530
 
3460
3531
  <dt class="inherited-from">Inherited From:</dt>
3461
3532
  <dd class="inherited-from"><ul class="dummy"><li>
3462
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3533
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3463
3534
  </li></ul></dd>
3464
3535
 
3465
3536
 
@@ -3528,6 +3599,7 @@ console.log(&quot;submit: &quot;, res);
3528
3599
  <span class="param-type">Promise.&lt;String></span>
3529
3600
 
3530
3601
 
3602
+
3531
3603
  </div>
3532
3604
 
3533
3605
  </div>