@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">Number</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">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Number</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">Number</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -300,6 +310,7 @@
300
310
  <span class="param-type">Number</span>
301
311
 
302
312
 
313
+
303
314
 
304
315
  </td>
305
316
 
@@ -322,6 +333,7 @@
322
333
  <span class="param-type">Boolean</span>
323
334
 
324
335
 
336
+
325
337
 
326
338
  </td>
327
339
 
@@ -441,7 +453,7 @@
441
453
 
442
454
 
443
455
  <ul>
444
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
456
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
445
457
  </ul>
446
458
 
447
459
 
@@ -473,258 +485,278 @@
473
485
  <tbody>
474
486
 
475
487
  <tr class="deep-level-0">
476
- <td class="name"><code><a href="WorkFlowServer600314.html#clientId">clientId</a></code></td>
488
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
477
489
  <td class="name">
478
490
  <code>
479
491
 
480
492
  <span class="param-type">Boolean</span>
481
493
 
482
494
 
495
+
483
496
  </code>
484
497
  </td>
485
498
  <td class="name"><code><p>客户端id</p></code></td>
486
499
  </tr>
487
500
 
488
501
  <tr class="deep-level-0">
489
- <td class="name"><code><a href="WorkFlowServer600314.html#colorMode">colorMode</a></code></td>
502
+ <td class="name"><code><a href="#colorMode">colorMode</a></code></td>
490
503
  <td class="name">
491
504
  <code>
492
505
 
493
506
  <span class="param-type">Number</span>
494
507
 
495
508
 
509
+
496
510
  </code>
497
511
  </td>
498
512
  <td class="name"><code><p>颜色模式,3:RGB,4:CMYK,必传,例如:{&quot;3&quot;:&quot;RGB&quot;,&quot;4&quot;:&quot;CMYK&quot;}</p></code></td>
499
513
  </tr>
500
514
 
501
515
  <tr class="deep-level-0">
502
- <td class="name"><code><a href="WorkFlowServer600314.html#description">description</a></code></td>
516
+ <td class="name"><code><a href="#description">description</a></code></td>
503
517
  <td class="name">
504
518
  <code>
505
519
 
506
520
  <span class="param-type">String</span>
507
521
 
508
522
 
523
+
509
524
  </code>
510
525
  </td>
511
526
  <td class="name"><code><p>地图打印</p></code></td>
512
527
  </tr>
513
528
 
514
529
  <tr class="deep-level-0">
515
- <td class="name"><code><a href="WorkFlowServer600314.html#dpi">dpi</a></code></td>
530
+ <td class="name"><code><a href="#dpi">dpi</a></code></td>
516
531
  <td class="name">
517
532
  <code>
518
533
 
519
534
  <span class="param-type">Number</span>
520
535
 
521
536
 
537
+
522
538
  </code>
523
539
  </td>
524
540
  <td class="name"><code><p>dpi,例如:72</p></code></td>
525
541
  </tr>
526
542
 
527
543
  <tr class="deep-level-0">
528
- <td class="name"><code><a href="WorkFlowServer600314.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
544
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
529
545
  <td class="name">
530
546
  <code>
531
547
 
532
548
  <span class="param-type">Boolean</span>
533
549
 
534
550
 
551
+
535
552
  </code>
536
553
  </td>
537
554
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
538
555
  </tr>
539
556
 
540
557
  <tr class="deep-level-0">
541
- <td class="name"><code><a href="WorkFlowServer600314.html#flowId">flowId</a></code></td>
558
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
542
559
  <td class="name">
543
560
  <code>
544
561
 
545
562
  <span class="param-type">Number</span>
546
563
 
547
564
 
565
+
548
566
  </code>
549
567
  </td>
550
568
  <td class="name"><code><p>600314</p></code></td>
551
569
  </tr>
552
570
 
553
571
  <tr class="deep-level-0">
554
- <td class="name"><code><a href="WorkFlowServer600314.html#groupName">groupName</a></code></td>
572
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
555
573
  <td class="name">
556
574
  <code>
557
575
 
558
576
  <span class="param-type">String</span>
559
577
 
560
578
 
579
+
561
580
  </code>
562
581
  </td>
563
582
  <td class="name"><code><p>地图操作</p></code></td>
564
583
  </tr>
565
584
 
566
585
  <tr class="deep-level-0">
567
- <td class="name"><code><a href="WorkFlowServer600314.html#headers">headers</a></code></td>
586
+ <td class="name"><code><a href="#headers">headers</a></code></td>
568
587
  <td class="name">
569
588
  <code>
570
589
 
571
590
  <span class="param-type">String</span>
572
591
 
573
592
 
593
+
574
594
  </code>
575
595
  </td>
576
596
  <td class="name"><code><p>请求头参数</p></code></td>
577
597
  </tr>
578
598
 
579
599
  <tr class="deep-level-0">
580
- <td class="name"><code><a href="WorkFlowServer600314.html#imageFilePath">imageFilePath</a></code></td>
600
+ <td class="name"><code><a href="#imageFilePath">imageFilePath</a></code></td>
581
601
  <td class="name">
582
602
  <code>
583
603
 
584
604
  <span class="param-type">String</span>
585
605
 
586
606
 
607
+
587
608
  </code>
588
609
  </td>
589
610
  <td class="name"><code><p>输出数据的路径,必传,例如:C://RasterOutput//raster.jpg</p></code></td>
590
611
  </tr>
591
612
 
592
613
  <tr class="deep-level-0">
593
- <td class="name"><code><a href="WorkFlowServer600314.html#layerURLStr">layerURLStr</a></code></td>
614
+ <td class="name"><code><a href="#layerURLStr">layerURLStr</a></code></td>
594
615
  <td class="name">
595
616
  <code>
596
617
 
597
618
  <span class="param-type">String</span>
598
619
 
599
620
 
621
+
600
622
  </code>
601
623
  </td>
602
624
  <td class="name"><code><p>待打印的图层URL,多个使用逗号分隔,必传,例如:GDBP://mapgislocal/Sample/sfcls/test</p></code></td>
603
625
  </tr>
604
626
 
605
627
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="WorkFlowServer600314.html#layoutHeight">layoutHeight</a></code></td>
628
+ <td class="name"><code><a href="#layoutHeight">layoutHeight</a></code></td>
607
629
  <td class="name">
608
630
  <code>
609
631
 
610
632
  <span class="param-type">Number</span>
611
633
 
612
634
 
635
+
613
636
  </code>
614
637
  </td>
615
638
  <td class="name"><code><p>地图版面高,单位mm,必传,例如:250</p></code></td>
616
639
  </tr>
617
640
 
618
641
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="WorkFlowServer600314.html#layoutWidth">layoutWidth</a></code></td>
642
+ <td class="name"><code><a href="#layoutWidth">layoutWidth</a></code></td>
620
643
  <td class="name">
621
644
  <code>
622
645
 
623
646
  <span class="param-type">Number</span>
624
647
 
625
648
 
649
+
626
650
  </code>
627
651
  </td>
628
652
  <td class="name"><code><p>地图版面宽,单位mm,必传,例如:250</p></code></td>
629
653
  </tr>
630
654
 
631
655
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="WorkFlowServer600314.html#mapRectStr">mapRectStr</a></code></td>
656
+ <td class="name"><code><a href="#mapRectStr">mapRectStr</a></code></td>
633
657
  <td class="name">
634
658
  <code>
635
659
 
636
660
  <span class="param-type">String</span>
637
661
 
638
662
 
663
+
639
664
  </code>
640
665
  </td>
641
666
  <td class="name"><code><p>地图范围,格式:xmin,ymin,xmax,ymax,必传,例如:-180,-90,180,90</p></code></td>
642
667
  </tr>
643
668
 
644
669
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="WorkFlowServer600314.html#pageHeight">pageHeight</a></code></td>
670
+ <td class="name"><code><a href="#pageHeight">pageHeight</a></code></td>
646
671
  <td class="name">
647
672
  <code>
648
673
 
649
674
  <span class="param-type">Number</span>
650
675
 
651
676
 
677
+
652
678
  </code>
653
679
  </td>
654
680
  <td class="name"><code><p>纸张高度,单位mm,必传,例如:250</p></code></td>
655
681
  </tr>
656
682
 
657
683
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="WorkFlowServer600314.html#pageWidth">pageWidth</a></code></td>
684
+ <td class="name"><code><a href="#pageWidth">pageWidth</a></code></td>
659
685
  <td class="name">
660
686
  <code>
661
687
 
662
688
  <span class="param-type">Number</span>
663
689
 
664
690
 
691
+
665
692
  </code>
666
693
  </td>
667
694
  <td class="name"><code><p>纸张宽度,单位mm,必传,例如:250</p></code></td>
668
695
  </tr>
669
696
 
670
697
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="WorkFlowServer600314.html#requestInterceptor">requestInterceptor</a></code></td>
698
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
672
699
  <td class="name">
673
700
  <code>
674
701
 
675
702
  <span class="param-type">function</span>
676
703
 
677
704
 
705
+
678
706
  </code>
679
707
  </td>
680
708
  <td class="name"><code><p>请求发送拦截器</p></code></td>
681
709
  </tr>
682
710
 
683
711
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="WorkFlowServer600314.html#requestTimeout">requestTimeout</a></code></td>
712
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
685
713
  <td class="name">
686
714
  <code>
687
715
 
688
716
  <span class="param-type">String</span>
689
717
 
690
718
 
719
+
691
720
  </code>
692
721
  </td>
693
722
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
694
723
  </tr>
695
724
 
696
725
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="WorkFlowServer600314.html#responseInterceptor">responseInterceptor</a></code></td>
726
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
698
727
  <td class="name">
699
728
  <code>
700
729
 
701
730
  <span class="param-type">function</span>
702
731
 
703
732
 
733
+
704
734
  </code>
705
735
  </td>
706
736
  <td class="name"><code><p>请求响应拦截器</p></code></td>
707
737
  </tr>
708
738
 
709
739
  <tr class="deep-level-0">
710
- <td class="name"><code><a href="WorkFlowServer600314.html#sOrig">sOrig</a></code></td>
740
+ <td class="name"><code><a href="#sOrig">sOrig</a></code></td>
711
741
  <td class="name">
712
742
  <code>
713
743
 
714
744
  <span class="param-type">Boolean</span>
715
745
 
716
746
 
747
+
717
748
  </code>
718
749
  </td>
719
750
  <td class="name"><code><p>是否还原显示,1:是 0:否,必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
720
751
  </tr>
721
752
 
722
753
  <tr class="deep-level-0">
723
- <td class="name"><code><a href="WorkFlowServer600314.html#tokenAttachType">tokenAttachType</a></code></td>
754
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
724
755
  <td class="name">
725
756
  <code>
726
757
 
727
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
758
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
759
+
728
760
 
729
761
 
730
762
  </code>
@@ -733,39 +765,42 @@
733
765
  </tr>
734
766
 
735
767
  <tr class="deep-level-0">
736
- <td class="name"><code><a href="WorkFlowServer600314.html#tokenKey">tokenKey</a></code></td>
768
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
737
769
  <td class="name">
738
770
  <code>
739
771
 
740
772
  <span class="param-type">String</span>
741
773
 
742
774
 
775
+
743
776
  </code>
744
777
  </td>
745
778
  <td class="name"><code><p>token名</p></code></td>
746
779
  </tr>
747
780
 
748
781
  <tr class="deep-level-0">
749
- <td class="name"><code><a href="WorkFlowServer600314.html#tokenValue">tokenValue</a></code></td>
782
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
750
783
  <td class="name">
751
784
  <code>
752
785
 
753
786
  <span class="param-type">String</span>
754
787
 
755
788
 
789
+
756
790
  </code>
757
791
  </td>
758
792
  <td class="name"><code><p>token值</p></code></td>
759
793
  </tr>
760
794
 
761
795
  <tr class="deep-level-0">
762
- <td class="name"><code><a href="WorkFlowServer600314.html#url">url</a></code></td>
796
+ <td class="name"><code><a href="#url">url</a></code></td>
763
797
  <td class="name">
764
798
  <code>
765
799
 
766
800
  <span class="param-type">String</span>
767
801
 
768
802
 
803
+
769
804
  </code>
770
805
  </td>
771
806
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -785,6 +820,7 @@
785
820
  <span class="param-type">Boolean</span>
786
821
 
787
822
 
823
+
788
824
  </span>
789
825
 
790
826
  <h4 class="name" id="clientId">
@@ -816,7 +852,7 @@
816
852
 
817
853
  <dt class="inherited-from">Inherited From:</dt>
818
854
  <dd class="inherited-from"><ul class="dummy"><li>
819
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
855
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
820
856
  </li></ul></dd>
821
857
 
822
858
 
@@ -860,6 +896,7 @@
860
896
  <span class="param-type">Number</span>
861
897
 
862
898
 
899
+
863
900
  </span>
864
901
 
865
902
  <h4 class="name" id="colorMode">
@@ -930,6 +967,7 @@
930
967
  <span class="param-type">String</span>
931
968
 
932
969
 
970
+
933
971
  </span>
934
972
 
935
973
  <h4 class="name" id="description">
@@ -1004,6 +1042,7 @@
1004
1042
  <span class="param-type">Number</span>
1005
1043
 
1006
1044
 
1045
+
1007
1046
  </span>
1008
1047
 
1009
1048
  <h4 class="name" id="dpi">
@@ -1074,6 +1113,7 @@
1074
1113
  <span class="param-type">Boolean</span>
1075
1114
 
1076
1115
 
1116
+
1077
1117
  </span>
1078
1118
 
1079
1119
  <h4 class="name" id="enableGlobeFetch">
@@ -1105,7 +1145,7 @@
1105
1145
 
1106
1146
  <dt class="inherited-from">Inherited From:</dt>
1107
1147
  <dd class="inherited-from"><ul class="dummy"><li>
1108
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1148
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1109
1149
  </li></ul></dd>
1110
1150
 
1111
1151
 
@@ -1170,6 +1210,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1170
1210
  <span class="param-type">Number</span>
1171
1211
 
1172
1212
 
1213
+
1173
1214
  </span>
1174
1215
 
1175
1216
  <h4 class="name" id="flowId">
@@ -1244,6 +1285,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1244
1285
  <span class="param-type">String</span>
1245
1286
 
1246
1287
 
1288
+
1247
1289
  </span>
1248
1290
 
1249
1291
  <h4 class="name" id="groupName">
@@ -1318,6 +1360,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1318
1360
  <span class="param-type">String</span>
1319
1361
 
1320
1362
 
1363
+
1321
1364
  </span>
1322
1365
 
1323
1366
  <h4 class="name" id="headers">
@@ -1349,7 +1392,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1349
1392
 
1350
1393
  <dt class="inherited-from">Inherited From:</dt>
1351
1394
  <dd class="inherited-from"><ul class="dummy"><li>
1352
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1395
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1353
1396
  </li></ul></dd>
1354
1397
 
1355
1398
 
@@ -1415,6 +1458,7 @@ BaseServer.headers.token = '新token';</code></pre>
1415
1458
  <span class="param-type">String</span>
1416
1459
 
1417
1460
 
1461
+
1418
1462
  </span>
1419
1463
 
1420
1464
  <h4 class="name" id="imageFilePath">
@@ -1485,6 +1529,7 @@ BaseServer.headers.token = '新token';</code></pre>
1485
1529
  <span class="param-type">String</span>
1486
1530
 
1487
1531
 
1532
+
1488
1533
  </span>
1489
1534
 
1490
1535
  <h4 class="name" id="layerURLStr">
@@ -1555,6 +1600,7 @@ BaseServer.headers.token = '新token';</code></pre>
1555
1600
  <span class="param-type">Number</span>
1556
1601
 
1557
1602
 
1603
+
1558
1604
  </span>
1559
1605
 
1560
1606
  <h4 class="name" id="layoutHeight">
@@ -1625,6 +1671,7 @@ BaseServer.headers.token = '新token';</code></pre>
1625
1671
  <span class="param-type">Number</span>
1626
1672
 
1627
1673
 
1674
+
1628
1675
  </span>
1629
1676
 
1630
1677
  <h4 class="name" id="layoutWidth">
@@ -1695,6 +1742,7 @@ BaseServer.headers.token = '新token';</code></pre>
1695
1742
  <span class="param-type">String</span>
1696
1743
 
1697
1744
 
1745
+
1698
1746
  </span>
1699
1747
 
1700
1748
  <h4 class="name" id="mapRectStr">
@@ -1765,6 +1813,7 @@ BaseServer.headers.token = '新token';</code></pre>
1765
1813
  <span class="param-type">Number</span>
1766
1814
 
1767
1815
 
1816
+
1768
1817
  </span>
1769
1818
 
1770
1819
  <h4 class="name" id="pageHeight">
@@ -1835,6 +1884,7 @@ BaseServer.headers.token = '新token';</code></pre>
1835
1884
  <span class="param-type">Number</span>
1836
1885
 
1837
1886
 
1887
+
1838
1888
  </span>
1839
1889
 
1840
1890
  <h4 class="name" id="pageWidth">
@@ -1905,6 +1955,7 @@ BaseServer.headers.token = '新token';</code></pre>
1905
1955
  <span class="param-type">function</span>
1906
1956
 
1907
1957
 
1958
+
1908
1959
  </span>
1909
1960
 
1910
1961
  <h4 class="name" id="requestInterceptor">
@@ -1936,7 +1987,7 @@ BaseServer.headers.token = '新token';</code></pre>
1936
1987
 
1937
1988
  <dt class="inherited-from">Inherited From:</dt>
1938
1989
  <dd class="inherited-from"><ul class="dummy"><li>
1939
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1990
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1940
1991
  </li></ul></dd>
1941
1992
 
1942
1993
 
@@ -2008,6 +2059,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2008
2059
  <span class="param-type">String</span>
2009
2060
 
2010
2061
 
2062
+
2011
2063
  </span>
2012
2064
 
2013
2065
  <h4 class="name" id="requestTimeout">
@@ -2039,7 +2091,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2039
2091
 
2040
2092
  <dt class="inherited-from">Inherited From:</dt>
2041
2093
  <dd class="inherited-from"><ul class="dummy"><li>
2042
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2094
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2043
2095
  </li></ul></dd>
2044
2096
 
2045
2097
 
@@ -2101,6 +2153,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2101
2153
  <span class="param-type">function</span>
2102
2154
 
2103
2155
 
2156
+
2104
2157
  </span>
2105
2158
 
2106
2159
  <h4 class="name" id="responseInterceptor">
@@ -2132,7 +2185,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2132
2185
 
2133
2186
  <dt class="inherited-from">Inherited From:</dt>
2134
2187
  <dd class="inherited-from"><ul class="dummy"><li>
2135
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2188
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2136
2189
  </li></ul></dd>
2137
2190
 
2138
2191
 
@@ -2206,6 +2259,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2206
2259
  <span class="param-type">Boolean</span>
2207
2260
 
2208
2261
 
2262
+
2209
2263
  </span>
2210
2264
 
2211
2265
  <h4 class="name" id="sOrig">
@@ -2273,7 +2327,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2273
2327
  <span class="method-parameter is-pulled-right">
2274
2328
  <label>类型:</label>
2275
2329
 
2276
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2330
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2331
+
2277
2332
 
2278
2333
 
2279
2334
  </span>
@@ -2307,7 +2362,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2307
2362
 
2308
2363
  <dt class="inherited-from">Inherited From:</dt>
2309
2364
  <dd class="inherited-from"><ul class="dummy"><li>
2310
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2365
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2311
2366
  </li></ul></dd>
2312
2367
 
2313
2368
 
@@ -2373,6 +2428,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2373
2428
  <span class="param-type">String</span>
2374
2429
 
2375
2430
 
2431
+
2376
2432
  </span>
2377
2433
 
2378
2434
  <h4 class="name" id="tokenKey">
@@ -2404,7 +2460,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2404
2460
 
2405
2461
  <dt class="inherited-from">Inherited From:</dt>
2406
2462
  <dd class="inherited-from"><ul class="dummy"><li>
2407
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2463
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2408
2464
  </li></ul></dd>
2409
2465
 
2410
2466
 
@@ -2465,6 +2521,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2465
2521
  <span class="param-type">String</span>
2466
2522
 
2467
2523
 
2524
+
2468
2525
  </span>
2469
2526
 
2470
2527
  <h4 class="name" id="tokenValue">
@@ -2496,7 +2553,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2496
2553
 
2497
2554
  <dt class="inherited-from">Inherited From:</dt>
2498
2555
  <dd class="inherited-from"><ul class="dummy"><li>
2499
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2556
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2500
2557
  </li></ul></dd>
2501
2558
 
2502
2559
 
@@ -2557,6 +2614,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2557
2614
  <span class="param-type">String</span>
2558
2615
 
2559
2616
 
2617
+
2560
2618
  </span>
2561
2619
 
2562
2620
  <h4 class="name" id="url">
@@ -2645,7 +2703,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2645
2703
  <tbody>
2646
2704
 
2647
2705
  <tr class="deep-level-0">
2648
- <td class="name"><code><a href="WorkFlowServer600314.html#execute">execute</a></code></td>
2706
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2649
2707
  <td class="name">
2650
2708
  <code>
2651
2709
 
@@ -2653,6 +2711,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2653
2711
  <span class="param-type">Promise.&lt;Object></span>
2654
2712
 
2655
2713
 
2714
+
2656
2715
 
2657
2716
  </code>
2658
2717
  </td>
@@ -2660,7 +2719,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2660
2719
  </tr>
2661
2720
 
2662
2721
  <tr class="deep-level-0">
2663
- <td class="name"><code><a href="WorkFlowServer600314.html#queryServerInfo">queryServerInfo</a></code></td>
2722
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2664
2723
  <td class="name">
2665
2724
  <code>
2666
2725
 
@@ -2670,7 +2729,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2670
2729
  </tr>
2671
2730
 
2672
2731
  <tr class="deep-level-0">
2673
- <td class="name"><code><a href="WorkFlowServer600314.html#queryTaskResult">queryTaskResult</a></code></td>
2732
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2674
2733
  <td class="name">
2675
2734
  <code>
2676
2735
 
@@ -2678,6 +2737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2678
2737
  <span class="param-type">Promise.&lt;String></span>
2679
2738
 
2680
2739
 
2740
+
2681
2741
 
2682
2742
  </code>
2683
2743
  </td>
@@ -2685,7 +2745,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2685
2745
  </tr>
2686
2746
 
2687
2747
  <tr class="deep-level-0">
2688
- <td class="name"><code><a href="WorkFlowServer600314.html#queryTaskStatus">queryTaskStatus</a></code></td>
2748
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2689
2749
  <td class="name">
2690
2750
  <code>
2691
2751
 
@@ -2693,6 +2753,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2693
2753
  <span class="param-type">Promise.&lt;String></span>
2694
2754
 
2695
2755
 
2756
+
2696
2757
 
2697
2758
  </code>
2698
2759
  </td>
@@ -2700,7 +2761,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2700
2761
  </tr>
2701
2762
 
2702
2763
  <tr class="deep-level-0">
2703
- <td class="name"><code><a href="WorkFlowServer600314.html#submit">submit</a></code></td>
2764
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2704
2765
  <td class="name">
2705
2766
  <code>
2706
2767
 
@@ -2708,6 +2769,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2708
2769
  <span class="param-type">Promise.&lt;String></span>
2709
2770
 
2710
2771
 
2772
+
2711
2773
 
2712
2774
  </code>
2713
2775
  </td>
@@ -2783,6 +2845,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2783
2845
  <span class="param-type">Object</span>
2784
2846
 
2785
2847
 
2848
+
2786
2849
 
2787
2850
  </td>
2788
2851
 
@@ -2809,6 +2872,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2809
2872
  <span class="param-type">String</span>
2810
2873
 
2811
2874
 
2875
+
2812
2876
 
2813
2877
  </td>
2814
2878
 
@@ -2835,6 +2899,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2835
2899
  <span class="param-type">String</span>
2836
2900
 
2837
2901
 
2902
+
2838
2903
 
2839
2904
  </td>
2840
2905
 
@@ -2863,6 +2928,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2863
2928
  <span class="param-type">function</span>
2864
2929
 
2865
2930
 
2931
+
2866
2932
 
2867
2933
  </td>
2868
2934
 
@@ -2889,6 +2955,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2889
2955
  <span class="param-type">function</span>
2890
2956
 
2891
2957
 
2958
+
2892
2959
 
2893
2960
  </td>
2894
2961
 
@@ -2925,7 +2992,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2925
2992
 
2926
2993
  <dt class="inherited-from">Inherited From:</dt>
2927
2994
  <dd class="inherited-from"><ul class="dummy"><li>
2928
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2995
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2929
2996
  </li></ul></dd>
2930
2997
 
2931
2998
 
@@ -2987,6 +3054,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2987
3054
  <span class="param-type">Promise.&lt;Object></span>
2988
3055
 
2989
3056
 
3057
+
2990
3058
  </div>
2991
3059
 
2992
3060
  </div>
@@ -3099,6 +3167,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3099
3167
  <span class="param-type">function</span>
3100
3168
 
3101
3169
 
3170
+
3102
3171
 
3103
3172
  </td>
3104
3173
 
@@ -3127,6 +3196,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3127
3196
  <span class="param-type">function</span>
3128
3197
 
3129
3198
 
3199
+
3130
3200
 
3131
3201
  </td>
3132
3202
 
@@ -3165,7 +3235,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3165
3235
 
3166
3236
  <dt class="inherited-from">Inherited From:</dt>
3167
3237
  <dd class="inherited-from"><ul class="dummy"><li>
3168
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3238
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3169
3239
  </li></ul></dd>
3170
3240
 
3171
3241
 
@@ -3311,6 +3381,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3311
3381
  <span class="param-type">Object</span>
3312
3382
 
3313
3383
 
3384
+
3314
3385
 
3315
3386
  </td>
3316
3387
 
@@ -3337,6 +3408,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3337
3408
  <span class="param-type">String</span>
3338
3409
 
3339
3410
 
3411
+
3340
3412
 
3341
3413
  </td>
3342
3414
 
@@ -3363,6 +3435,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3363
3435
  <span class="param-type">String</span>
3364
3436
 
3365
3437
 
3438
+
3366
3439
 
3367
3440
  </td>
3368
3441
 
@@ -3389,6 +3462,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3389
3462
  <span class="param-type">String</span>
3390
3463
 
3391
3464
 
3465
+
3392
3466
 
3393
3467
  </td>
3394
3468
 
@@ -3417,6 +3491,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3417
3491
  <span class="param-type">function</span>
3418
3492
 
3419
3493
 
3494
+
3420
3495
 
3421
3496
  </td>
3422
3497
 
@@ -3443,6 +3518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3443
3518
  <span class="param-type">function</span>
3444
3519
 
3445
3520
 
3521
+
3446
3522
 
3447
3523
  </td>
3448
3524
 
@@ -3479,7 +3555,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3479
3555
 
3480
3556
  <dt class="inherited-from">Inherited From:</dt>
3481
3557
  <dd class="inherited-from"><ul class="dummy"><li>
3482
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3558
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3483
3559
  </li></ul></dd>
3484
3560
 
3485
3561
 
@@ -3541,6 +3617,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3541
3617
  <span class="param-type">Promise.&lt;String></span>
3542
3618
 
3543
3619
 
3620
+
3544
3621
  </div>
3545
3622
 
3546
3623
  </div>
@@ -3632,6 +3709,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3632
3709
  <span class="param-type">Object</span>
3633
3710
 
3634
3711
 
3712
+
3635
3713
 
3636
3714
  </td>
3637
3715
 
@@ -3658,6 +3736,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3658
3736
  <span class="param-type">String</span>
3659
3737
 
3660
3738
 
3739
+
3661
3740
 
3662
3741
  </td>
3663
3742
 
@@ -3684,6 +3763,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3684
3763
  <span class="param-type">String</span>
3685
3764
 
3686
3765
 
3766
+
3687
3767
 
3688
3768
  </td>
3689
3769
 
@@ -3710,6 +3790,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3710
3790
  <span class="param-type">String</span>
3711
3791
 
3712
3792
 
3793
+
3713
3794
 
3714
3795
  </td>
3715
3796
 
@@ -3738,6 +3819,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3738
3819
  <span class="param-type">function</span>
3739
3820
 
3740
3821
 
3822
+
3741
3823
 
3742
3824
  </td>
3743
3825
 
@@ -3764,6 +3846,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3764
3846
  <span class="param-type">function</span>
3765
3847
 
3766
3848
 
3849
+
3767
3850
 
3768
3851
  </td>
3769
3852
 
@@ -3800,7 +3883,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3800
3883
 
3801
3884
  <dt class="inherited-from">Inherited From:</dt>
3802
3885
  <dd class="inherited-from"><ul class="dummy"><li>
3803
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3886
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3804
3887
  </li></ul></dd>
3805
3888
 
3806
3889
 
@@ -3862,6 +3945,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3862
3945
  <span class="param-type">Promise.&lt;String></span>
3863
3946
 
3864
3947
 
3948
+
3865
3949
  </div>
3866
3950
 
3867
3951
  </div>
@@ -3953,6 +4037,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3953
4037
  <span class="param-type">Object</span>
3954
4038
 
3955
4039
 
4040
+
3956
4041
 
3957
4042
  </td>
3958
4043
 
@@ -3979,6 +4064,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3979
4064
  <span class="param-type">String</span>
3980
4065
 
3981
4066
 
4067
+
3982
4068
 
3983
4069
  </td>
3984
4070
 
@@ -4005,6 +4091,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4005
4091
  <span class="param-type">String</span>
4006
4092
 
4007
4093
 
4094
+
4008
4095
 
4009
4096
  </td>
4010
4097
 
@@ -4033,6 +4120,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4033
4120
  <span class="param-type">function</span>
4034
4121
 
4035
4122
 
4123
+
4036
4124
 
4037
4125
  </td>
4038
4126
 
@@ -4059,6 +4147,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4059
4147
  <span class="param-type">function</span>
4060
4148
 
4061
4149
 
4150
+
4062
4151
 
4063
4152
  </td>
4064
4153
 
@@ -4095,7 +4184,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4095
4184
 
4096
4185
  <dt class="inherited-from">Inherited From:</dt>
4097
4186
  <dd class="inherited-from"><ul class="dummy"><li>
4098
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4187
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4099
4188
  </li></ul></dd>
4100
4189
 
4101
4190
 
@@ -4164,6 +4253,7 @@ console.log(&quot;submit: &quot;, res);
4164
4253
  <span class="param-type">Promise.&lt;String></span>
4165
4254
 
4166
4255
 
4256
+
4167
4257
  </div>
4168
4258
 
4169
4259
  </div>