@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -124,6 +126,7 @@
124
126
  <span class="param-type">String</span>
125
127
 
126
128
 
129
+
127
130
 
128
131
  </td>
129
132
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">String</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">String</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">String</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -346,7 +354,7 @@
346
354
 
347
355
 
348
356
  <ul>
349
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
357
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
350
358
  </ul>
351
359
 
352
360
 
@@ -378,206 +386,222 @@
378
386
  <tbody>
379
387
 
380
388
  <tr class="deep-level-0">
381
- <td class="name"><code><a href="WorkFlowServer600370.html#cellSizeX">cellSizeX</a></code></td>
389
+ <td class="name"><code><a href="#cellSizeX">cellSizeX</a></code></td>
382
390
  <td class="name">
383
391
  <code>
384
392
 
385
393
  <span class="param-type">String</span>
386
394
 
387
395
 
396
+
388
397
  </code>
389
398
  </td>
390
399
  <td class="name"><code><p>输出结果的x分辨率,为空取集合中第一个数据的x分辨率</p></code></td>
391
400
  </tr>
392
401
 
393
402
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="WorkFlowServer600370.html#cellSizeY">cellSizeY</a></code></td>
403
+ <td class="name"><code><a href="#cellSizeY">cellSizeY</a></code></td>
395
404
  <td class="name">
396
405
  <code>
397
406
 
398
407
  <span class="param-type">String</span>
399
408
 
400
409
 
410
+
401
411
  </code>
402
412
  </td>
403
413
  <td class="name"><code><p>输出结果的y分辨率,为空取集合中第一个数据的y分辨率</p></code></td>
404
414
  </tr>
405
415
 
406
416
  <tr class="deep-level-0">
407
- <td class="name"><code><a href="WorkFlowServer600370.html#clientId">clientId</a></code></td>
417
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
408
418
  <td class="name">
409
419
  <code>
410
420
 
411
421
  <span class="param-type">Boolean</span>
412
422
 
413
423
 
424
+
414
425
  </code>
415
426
  </td>
416
427
  <td class="name"><code><p>客户端id</p></code></td>
417
428
  </tr>
418
429
 
419
430
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="WorkFlowServer600370.html#description">description</a></code></td>
431
+ <td class="name"><code><a href="#description">description</a></code></td>
421
432
  <td class="name">
422
433
  <code>
423
434
 
424
435
  <span class="param-type">String</span>
425
436
 
426
437
 
438
+
427
439
  </code>
428
440
  </td>
429
441
  <td class="name"><code><p>栅格代数运算</p></code></td>
430
442
  </tr>
431
443
 
432
444
  <tr class="deep-level-0">
433
- <td class="name"><code><a href="WorkFlowServer600370.html#desInfo">desInfo</a></code></td>
445
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
434
446
  <td class="name">
435
447
  <code>
436
448
 
437
449
  <span class="param-type">String</span>
438
450
 
439
451
 
452
+
440
453
  </code>
441
454
  </td>
442
455
  <td class="name"><code><p>输出结果路径,必传,例如:gdbp://MapGisLocal/sample/ras/影像数据_result或C://Users//lyd//Desktop//影像数据_result.tif</p></code></td>
443
456
  </tr>
444
457
 
445
458
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="WorkFlowServer600370.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
459
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
447
460
  <td class="name">
448
461
  <code>
449
462
 
450
463
  <span class="param-type">Boolean</span>
451
464
 
452
465
 
466
+
453
467
  </code>
454
468
  </td>
455
469
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
456
470
  </tr>
457
471
 
458
472
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="WorkFlowServer600370.html#expression">expression</a></code></td>
473
+ <td class="name"><code><a href="#expression">expression</a></code></td>
460
474
  <td class="name">
461
475
  <code>
462
476
 
463
477
  <span class="param-type">String</span>
464
478
 
465
479
 
480
+
466
481
  </code>
467
482
  </td>
468
483
  <td class="name"><code><p>运算表达式,支持基础运算和函数表达式,其中源栅格数据路径集合中的数据分别对应变量I1、I2、I3、.....、In,必传,例如:I1+200</p></code></td>
469
484
  </tr>
470
485
 
471
486
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="WorkFlowServer600370.html#flowId">flowId</a></code></td>
487
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
473
488
  <td class="name">
474
489
  <code>
475
490
 
476
491
  <span class="param-type">Number</span>
477
492
 
478
493
 
494
+
479
495
  </code>
480
496
  </td>
481
497
  <td class="name"><code><p>600370</p></code></td>
482
498
  </tr>
483
499
 
484
500
  <tr class="deep-level-0">
485
- <td class="name"><code><a href="WorkFlowServer600370.html#groupName">groupName</a></code></td>
501
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
486
502
  <td class="name">
487
503
  <code>
488
504
 
489
505
  <span class="param-type">String</span>
490
506
 
491
507
 
508
+
492
509
  </code>
493
510
  </td>
494
511
  <td class="name"><code><p>其它</p></code></td>
495
512
  </tr>
496
513
 
497
514
  <tr class="deep-level-0">
498
- <td class="name"><code><a href="WorkFlowServer600370.html#headers">headers</a></code></td>
515
+ <td class="name"><code><a href="#headers">headers</a></code></td>
499
516
  <td class="name">
500
517
  <code>
501
518
 
502
519
  <span class="param-type">String</span>
503
520
 
504
521
 
522
+
505
523
  </code>
506
524
  </td>
507
525
  <td class="name"><code><p>请求头参数</p></code></td>
508
526
  </tr>
509
527
 
510
528
  <tr class="deep-level-0">
511
- <td class="name"><code><a href="WorkFlowServer600370.html#pixelType">pixelType</a></code></td>
529
+ <td class="name"><code><a href="#pixelType">pixelType</a></code></td>
512
530
  <td class="name">
513
531
  <code>
514
532
 
515
533
  <span class="param-type">Number</span>
516
534
 
517
535
 
536
+
518
537
  </code>
519
538
  </td>
520
539
  <td class="name"><code><p>输出结果的像素类型,-1:默认取集合中的第一个数据,1:8位无符号整数,2:16位无符号整数,4:32位无符号整数,5:32位有符号整数,6:32位浮点数据,7:64位浮点数据,必传,例如:{&quot;-1&quot;:&quot;默认取集合中的第一个数据&quot;,&quot;1&quot;:&quot;8位无符号整数&quot;,&quot;2&quot;:&quot;16位无符号整数&quot;,&quot;4&quot;:&quot;32位无符号整数&quot;,&quot;5&quot;:&quot;32位有符号整数&quot;,&quot;6&quot;:&quot;32位浮点数据&quot;,&quot;7&quot;:&quot;64位浮点数据&quot;}</p></code></td>
521
540
  </tr>
522
541
 
523
542
  <tr class="deep-level-0">
524
- <td class="name"><code><a href="WorkFlowServer600370.html#requestInterceptor">requestInterceptor</a></code></td>
543
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
525
544
  <td class="name">
526
545
  <code>
527
546
 
528
547
  <span class="param-type">function</span>
529
548
 
530
549
 
550
+
531
551
  </code>
532
552
  </td>
533
553
  <td class="name"><code><p>请求发送拦截器</p></code></td>
534
554
  </tr>
535
555
 
536
556
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="WorkFlowServer600370.html#requestTimeout">requestTimeout</a></code></td>
557
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
538
558
  <td class="name">
539
559
  <code>
540
560
 
541
561
  <span class="param-type">String</span>
542
562
 
543
563
 
564
+
544
565
  </code>
545
566
  </td>
546
567
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
547
568
  </tr>
548
569
 
549
570
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="WorkFlowServer600370.html#responseInterceptor">responseInterceptor</a></code></td>
571
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
551
572
  <td class="name">
552
573
  <code>
553
574
 
554
575
  <span class="param-type">function</span>
555
576
 
556
577
 
578
+
557
579
  </code>
558
580
  </td>
559
581
  <td class="name"><code><p>请求响应拦截器</p></code></td>
560
582
  </tr>
561
583
 
562
584
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="WorkFlowServer600370.html#srcInfos">srcInfos</a></code></td>
585
+ <td class="name"><code><a href="#srcInfos">srcInfos</a></code></td>
564
586
  <td class="name">
565
587
  <code>
566
588
 
567
589
  <span class="param-type">String</span>
568
590
 
569
591
 
592
+
570
593
  </code>
571
594
  </td>
572
595
  <td class="name"><code><p>参与代数运算的源栅格数据路径集合,多个用英文逗号分隔,必须保证集合中栅格数据的波段数相同,必传,例如:gdbp://MapGisLocal/sample/ras/影像数据,‪C://Users//lyd//Desktop//影像数据.tif</p></code></td>
573
596
  </tr>
574
597
 
575
598
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="WorkFlowServer600370.html#tokenAttachType">tokenAttachType</a></code></td>
599
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
577
600
  <td class="name">
578
601
  <code>
579
602
 
580
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
603
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
604
+
581
605
 
582
606
 
583
607
  </code>
@@ -586,39 +610,42 @@
586
610
  </tr>
587
611
 
588
612
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="WorkFlowServer600370.html#tokenKey">tokenKey</a></code></td>
613
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
590
614
  <td class="name">
591
615
  <code>
592
616
 
593
617
  <span class="param-type">String</span>
594
618
 
595
619
 
620
+
596
621
  </code>
597
622
  </td>
598
623
  <td class="name"><code><p>token名</p></code></td>
599
624
  </tr>
600
625
 
601
626
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="WorkFlowServer600370.html#tokenValue">tokenValue</a></code></td>
627
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
603
628
  <td class="name">
604
629
  <code>
605
630
 
606
631
  <span class="param-type">String</span>
607
632
 
608
633
 
634
+
609
635
  </code>
610
636
  </td>
611
637
  <td class="name"><code><p>token值</p></code></td>
612
638
  </tr>
613
639
 
614
640
  <tr class="deep-level-0">
615
- <td class="name"><code><a href="WorkFlowServer600370.html#url">url</a></code></td>
641
+ <td class="name"><code><a href="#url">url</a></code></td>
616
642
  <td class="name">
617
643
  <code>
618
644
 
619
645
  <span class="param-type">String</span>
620
646
 
621
647
 
648
+
622
649
  </code>
623
650
  </td>
624
651
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -638,6 +665,7 @@
638
665
  <span class="param-type">String</span>
639
666
 
640
667
 
668
+
641
669
  </span>
642
670
 
643
671
  <h4 class="name" id="cellSizeX">
@@ -708,6 +736,7 @@
708
736
  <span class="param-type">String</span>
709
737
 
710
738
 
739
+
711
740
  </span>
712
741
 
713
742
  <h4 class="name" id="cellSizeY">
@@ -778,6 +807,7 @@
778
807
  <span class="param-type">Boolean</span>
779
808
 
780
809
 
810
+
781
811
  </span>
782
812
 
783
813
  <h4 class="name" id="clientId">
@@ -809,7 +839,7 @@
809
839
 
810
840
  <dt class="inherited-from">Inherited From:</dt>
811
841
  <dd class="inherited-from"><ul class="dummy"><li>
812
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
842
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
813
843
  </li></ul></dd>
814
844
 
815
845
 
@@ -853,6 +883,7 @@
853
883
  <span class="param-type">String</span>
854
884
 
855
885
 
886
+
856
887
  </span>
857
888
 
858
889
  <h4 class="name" id="description">
@@ -927,6 +958,7 @@
927
958
  <span class="param-type">String</span>
928
959
 
929
960
 
961
+
930
962
  </span>
931
963
 
932
964
  <h4 class="name" id="desInfo">
@@ -997,6 +1029,7 @@
997
1029
  <span class="param-type">Boolean</span>
998
1030
 
999
1031
 
1032
+
1000
1033
  </span>
1001
1034
 
1002
1035
  <h4 class="name" id="enableGlobeFetch">
@@ -1028,7 +1061,7 @@
1028
1061
 
1029
1062
  <dt class="inherited-from">Inherited From:</dt>
1030
1063
  <dd class="inherited-from"><ul class="dummy"><li>
1031
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1064
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1032
1065
  </li></ul></dd>
1033
1066
 
1034
1067
 
@@ -1093,6 +1126,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1093
1126
  <span class="param-type">String</span>
1094
1127
 
1095
1128
 
1129
+
1096
1130
  </span>
1097
1131
 
1098
1132
  <h4 class="name" id="expression">
@@ -1163,6 +1197,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1163
1197
  <span class="param-type">Number</span>
1164
1198
 
1165
1199
 
1200
+
1166
1201
  </span>
1167
1202
 
1168
1203
  <h4 class="name" id="flowId">
@@ -1237,6 +1272,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1237
1272
  <span class="param-type">String</span>
1238
1273
 
1239
1274
 
1275
+
1240
1276
  </span>
1241
1277
 
1242
1278
  <h4 class="name" id="groupName">
@@ -1311,6 +1347,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1311
1347
  <span class="param-type">String</span>
1312
1348
 
1313
1349
 
1350
+
1314
1351
  </span>
1315
1352
 
1316
1353
  <h4 class="name" id="headers">
@@ -1342,7 +1379,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1342
1379
 
1343
1380
  <dt class="inherited-from">Inherited From:</dt>
1344
1381
  <dd class="inherited-from"><ul class="dummy"><li>
1345
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1382
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1346
1383
  </li></ul></dd>
1347
1384
 
1348
1385
 
@@ -1408,6 +1445,7 @@ BaseServer.headers.token = '新token';</code></pre>
1408
1445
  <span class="param-type">Number</span>
1409
1446
 
1410
1447
 
1448
+
1411
1449
  </span>
1412
1450
 
1413
1451
  <h4 class="name" id="pixelType">
@@ -1478,6 +1516,7 @@ BaseServer.headers.token = '新token';</code></pre>
1478
1516
  <span class="param-type">function</span>
1479
1517
 
1480
1518
 
1519
+
1481
1520
  </span>
1482
1521
 
1483
1522
  <h4 class="name" id="requestInterceptor">
@@ -1509,7 +1548,7 @@ BaseServer.headers.token = '新token';</code></pre>
1509
1548
 
1510
1549
  <dt class="inherited-from">Inherited From:</dt>
1511
1550
  <dd class="inherited-from"><ul class="dummy"><li>
1512
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1551
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1513
1552
  </li></ul></dd>
1514
1553
 
1515
1554
 
@@ -1581,6 +1620,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1581
1620
  <span class="param-type">String</span>
1582
1621
 
1583
1622
 
1623
+
1584
1624
  </span>
1585
1625
 
1586
1626
  <h4 class="name" id="requestTimeout">
@@ -1612,7 +1652,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1612
1652
 
1613
1653
  <dt class="inherited-from">Inherited From:</dt>
1614
1654
  <dd class="inherited-from"><ul class="dummy"><li>
1615
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1655
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1616
1656
  </li></ul></dd>
1617
1657
 
1618
1658
 
@@ -1674,6 +1714,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1674
1714
  <span class="param-type">function</span>
1675
1715
 
1676
1716
 
1717
+
1677
1718
  </span>
1678
1719
 
1679
1720
  <h4 class="name" id="responseInterceptor">
@@ -1705,7 +1746,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1705
1746
 
1706
1747
  <dt class="inherited-from">Inherited From:</dt>
1707
1748
  <dd class="inherited-from"><ul class="dummy"><li>
1708
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1749
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1709
1750
  </li></ul></dd>
1710
1751
 
1711
1752
 
@@ -1779,6 +1820,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1779
1820
  <span class="param-type">String</span>
1780
1821
 
1781
1822
 
1823
+
1782
1824
  </span>
1783
1825
 
1784
1826
  <h4 class="name" id="srcInfos">
@@ -1846,7 +1888,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1846
1888
  <span class="method-parameter is-pulled-right">
1847
1889
  <label>类型:</label>
1848
1890
 
1849
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1891
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1892
+
1850
1893
 
1851
1894
 
1852
1895
  </span>
@@ -1880,7 +1923,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1880
1923
 
1881
1924
  <dt class="inherited-from">Inherited From:</dt>
1882
1925
  <dd class="inherited-from"><ul class="dummy"><li>
1883
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1926
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1884
1927
  </li></ul></dd>
1885
1928
 
1886
1929
 
@@ -1946,6 +1989,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1946
1989
  <span class="param-type">String</span>
1947
1990
 
1948
1991
 
1992
+
1949
1993
  </span>
1950
1994
 
1951
1995
  <h4 class="name" id="tokenKey">
@@ -1977,7 +2021,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1977
2021
 
1978
2022
  <dt class="inherited-from">Inherited From:</dt>
1979
2023
  <dd class="inherited-from"><ul class="dummy"><li>
1980
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2024
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1981
2025
  </li></ul></dd>
1982
2026
 
1983
2027
 
@@ -2038,6 +2082,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2038
2082
  <span class="param-type">String</span>
2039
2083
 
2040
2084
 
2085
+
2041
2086
  </span>
2042
2087
 
2043
2088
  <h4 class="name" id="tokenValue">
@@ -2069,7 +2114,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2069
2114
 
2070
2115
  <dt class="inherited-from">Inherited From:</dt>
2071
2116
  <dd class="inherited-from"><ul class="dummy"><li>
2072
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2117
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2073
2118
  </li></ul></dd>
2074
2119
 
2075
2120
 
@@ -2130,6 +2175,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2130
2175
  <span class="param-type">String</span>
2131
2176
 
2132
2177
 
2178
+
2133
2179
  </span>
2134
2180
 
2135
2181
  <h4 class="name" id="url">
@@ -2218,7 +2264,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2218
2264
  <tbody>
2219
2265
 
2220
2266
  <tr class="deep-level-0">
2221
- <td class="name"><code><a href="WorkFlowServer600370.html#execute">execute</a></code></td>
2267
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2222
2268
  <td class="name">
2223
2269
  <code>
2224
2270
 
@@ -2226,6 +2272,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2226
2272
  <span class="param-type">Promise.&lt;Object></span>
2227
2273
 
2228
2274
 
2275
+
2229
2276
 
2230
2277
  </code>
2231
2278
  </td>
@@ -2233,7 +2280,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2233
2280
  </tr>
2234
2281
 
2235
2282
  <tr class="deep-level-0">
2236
- <td class="name"><code><a href="WorkFlowServer600370.html#queryServerInfo">queryServerInfo</a></code></td>
2283
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2237
2284
  <td class="name">
2238
2285
  <code>
2239
2286
 
@@ -2243,7 +2290,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2243
2290
  </tr>
2244
2291
 
2245
2292
  <tr class="deep-level-0">
2246
- <td class="name"><code><a href="WorkFlowServer600370.html#queryTaskResult">queryTaskResult</a></code></td>
2293
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2247
2294
  <td class="name">
2248
2295
  <code>
2249
2296
 
@@ -2251,6 +2298,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2251
2298
  <span class="param-type">Promise.&lt;String></span>
2252
2299
 
2253
2300
 
2301
+
2254
2302
 
2255
2303
  </code>
2256
2304
  </td>
@@ -2258,7 +2306,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2258
2306
  </tr>
2259
2307
 
2260
2308
  <tr class="deep-level-0">
2261
- <td class="name"><code><a href="WorkFlowServer600370.html#queryTaskStatus">queryTaskStatus</a></code></td>
2309
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2262
2310
  <td class="name">
2263
2311
  <code>
2264
2312
 
@@ -2266,6 +2314,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2266
2314
  <span class="param-type">Promise.&lt;String></span>
2267
2315
 
2268
2316
 
2317
+
2269
2318
 
2270
2319
  </code>
2271
2320
  </td>
@@ -2273,7 +2322,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2273
2322
  </tr>
2274
2323
 
2275
2324
  <tr class="deep-level-0">
2276
- <td class="name"><code><a href="WorkFlowServer600370.html#submit">submit</a></code></td>
2325
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2277
2326
  <td class="name">
2278
2327
  <code>
2279
2328
 
@@ -2281,6 +2330,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2281
2330
  <span class="param-type">Promise.&lt;String></span>
2282
2331
 
2283
2332
 
2333
+
2284
2334
 
2285
2335
  </code>
2286
2336
  </td>
@@ -2356,6 +2406,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2356
2406
  <span class="param-type">Object</span>
2357
2407
 
2358
2408
 
2409
+
2359
2410
 
2360
2411
  </td>
2361
2412
 
@@ -2382,6 +2433,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2382
2433
  <span class="param-type">String</span>
2383
2434
 
2384
2435
 
2436
+
2385
2437
 
2386
2438
  </td>
2387
2439
 
@@ -2408,6 +2460,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2408
2460
  <span class="param-type">String</span>
2409
2461
 
2410
2462
 
2463
+
2411
2464
 
2412
2465
  </td>
2413
2466
 
@@ -2436,6 +2489,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2436
2489
  <span class="param-type">function</span>
2437
2490
 
2438
2491
 
2492
+
2439
2493
 
2440
2494
  </td>
2441
2495
 
@@ -2462,6 +2516,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2462
2516
  <span class="param-type">function</span>
2463
2517
 
2464
2518
 
2519
+
2465
2520
 
2466
2521
  </td>
2467
2522
 
@@ -2498,7 +2553,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2498
2553
 
2499
2554
  <dt class="inherited-from">Inherited From:</dt>
2500
2555
  <dd class="inherited-from"><ul class="dummy"><li>
2501
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2556
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2502
2557
  </li></ul></dd>
2503
2558
 
2504
2559
 
@@ -2560,6 +2615,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2560
2615
  <span class="param-type">Promise.&lt;Object></span>
2561
2616
 
2562
2617
 
2618
+
2563
2619
  </div>
2564
2620
 
2565
2621
  </div>
@@ -2672,6 +2728,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2672
2728
  <span class="param-type">function</span>
2673
2729
 
2674
2730
 
2731
+
2675
2732
 
2676
2733
  </td>
2677
2734
 
@@ -2700,6 +2757,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2700
2757
  <span class="param-type">function</span>
2701
2758
 
2702
2759
 
2760
+
2703
2761
 
2704
2762
  </td>
2705
2763
 
@@ -2738,7 +2796,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2738
2796
 
2739
2797
  <dt class="inherited-from">Inherited From:</dt>
2740
2798
  <dd class="inherited-from"><ul class="dummy"><li>
2741
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2799
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2742
2800
  </li></ul></dd>
2743
2801
 
2744
2802
 
@@ -2884,6 +2942,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2884
2942
  <span class="param-type">Object</span>
2885
2943
 
2886
2944
 
2945
+
2887
2946
 
2888
2947
  </td>
2889
2948
 
@@ -2910,6 +2969,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2910
2969
  <span class="param-type">String</span>
2911
2970
 
2912
2971
 
2972
+
2913
2973
 
2914
2974
  </td>
2915
2975
 
@@ -2936,6 +2996,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2936
2996
  <span class="param-type">String</span>
2937
2997
 
2938
2998
 
2999
+
2939
3000
 
2940
3001
  </td>
2941
3002
 
@@ -2962,6 +3023,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2962
3023
  <span class="param-type">String</span>
2963
3024
 
2964
3025
 
3026
+
2965
3027
 
2966
3028
  </td>
2967
3029
 
@@ -2990,6 +3052,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2990
3052
  <span class="param-type">function</span>
2991
3053
 
2992
3054
 
3055
+
2993
3056
 
2994
3057
  </td>
2995
3058
 
@@ -3016,6 +3079,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3016
3079
  <span class="param-type">function</span>
3017
3080
 
3018
3081
 
3082
+
3019
3083
 
3020
3084
  </td>
3021
3085
 
@@ -3052,7 +3116,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3052
3116
 
3053
3117
  <dt class="inherited-from">Inherited From:</dt>
3054
3118
  <dd class="inherited-from"><ul class="dummy"><li>
3055
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3119
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3056
3120
  </li></ul></dd>
3057
3121
 
3058
3122
 
@@ -3114,6 +3178,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3114
3178
  <span class="param-type">Promise.&lt;String></span>
3115
3179
 
3116
3180
 
3181
+
3117
3182
  </div>
3118
3183
 
3119
3184
  </div>
@@ -3205,6 +3270,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3205
3270
  <span class="param-type">Object</span>
3206
3271
 
3207
3272
 
3273
+
3208
3274
 
3209
3275
  </td>
3210
3276
 
@@ -3231,6 +3297,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3231
3297
  <span class="param-type">String</span>
3232
3298
 
3233
3299
 
3300
+
3234
3301
 
3235
3302
  </td>
3236
3303
 
@@ -3257,6 +3324,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3257
3324
  <span class="param-type">String</span>
3258
3325
 
3259
3326
 
3327
+
3260
3328
 
3261
3329
  </td>
3262
3330
 
@@ -3283,6 +3351,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3283
3351
  <span class="param-type">String</span>
3284
3352
 
3285
3353
 
3354
+
3286
3355
 
3287
3356
  </td>
3288
3357
 
@@ -3311,6 +3380,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3311
3380
  <span class="param-type">function</span>
3312
3381
 
3313
3382
 
3383
+
3314
3384
 
3315
3385
  </td>
3316
3386
 
@@ -3337,6 +3407,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3337
3407
  <span class="param-type">function</span>
3338
3408
 
3339
3409
 
3410
+
3340
3411
 
3341
3412
  </td>
3342
3413
 
@@ -3373,7 +3444,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3444
 
3374
3445
  <dt class="inherited-from">Inherited From:</dt>
3375
3446
  <dd class="inherited-from"><ul class="dummy"><li>
3376
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3447
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3377
3448
  </li></ul></dd>
3378
3449
 
3379
3450
 
@@ -3435,6 +3506,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3435
3506
  <span class="param-type">Promise.&lt;String></span>
3436
3507
 
3437
3508
 
3509
+
3438
3510
  </div>
3439
3511
 
3440
3512
  </div>
@@ -3526,6 +3598,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3526
3598
  <span class="param-type">Object</span>
3527
3599
 
3528
3600
 
3601
+
3529
3602
 
3530
3603
  </td>
3531
3604
 
@@ -3552,6 +3625,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3552
3625
  <span class="param-type">String</span>
3553
3626
 
3554
3627
 
3628
+
3555
3629
 
3556
3630
  </td>
3557
3631
 
@@ -3578,6 +3652,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3578
3652
  <span class="param-type">String</span>
3579
3653
 
3580
3654
 
3655
+
3581
3656
 
3582
3657
  </td>
3583
3658
 
@@ -3606,6 +3681,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3606
3681
  <span class="param-type">function</span>
3607
3682
 
3608
3683
 
3684
+
3609
3685
 
3610
3686
  </td>
3611
3687
 
@@ -3632,6 +3708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3632
3708
  <span class="param-type">function</span>
3633
3709
 
3634
3710
 
3711
+
3635
3712
 
3636
3713
  </td>
3637
3714
 
@@ -3668,7 +3745,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3668
3745
 
3669
3746
  <dt class="inherited-from">Inherited From:</dt>
3670
3747
  <dd class="inherited-from"><ul class="dummy"><li>
3671
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3748
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3672
3749
  </li></ul></dd>
3673
3750
 
3674
3751
 
@@ -3737,6 +3814,7 @@ console.log(&quot;submit: &quot;, res);
3737
3814
  <span class="param-type">Promise.&lt;String></span>
3738
3815
 
3739
3816
 
3817
+
3740
3818
  </div>
3741
3819
 
3742
3820
  </div>