@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -121,7 +123,8 @@
121
123
  <td class="type">
122
124
 
123
125
 
124
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
126
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
127
+
125
128
 
126
129
 
127
130
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">CAttStruct</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">Array.&lt;CAttDataRow></span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">String</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">Number</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Boolean</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">String</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -417,7 +427,7 @@
417
427
 
418
428
 
419
429
  <ul>
420
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
430
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
421
431
  </ul>
422
432
 
423
433
 
@@ -449,180 +459,194 @@
449
459
  <tbody>
450
460
 
451
461
  <tr class="deep-level-0">
452
- <td class="name"><code><a href="WorkFlowServer600239.html#clientId">clientId</a></code></td>
462
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
453
463
  <td class="name">
454
464
  <code>
455
465
 
456
466
  <span class="param-type">Boolean</span>
457
467
 
458
468
 
469
+
459
470
  </code>
460
471
  </td>
461
472
  <td class="name"><code><p>客户端id</p></code></td>
462
473
  </tr>
463
474
 
464
475
  <tr class="deep-level-0">
465
- <td class="name"><code><a href="WorkFlowServer600239.html#color">color</a></code></td>
476
+ <td class="name"><code><a href="#color">color</a></code></td>
466
477
  <td class="name">
467
478
  <code>
468
479
 
469
480
  <span class="param-type">Number</span>
470
481
 
471
482
 
483
+
472
484
  </code>
473
485
  </td>
474
486
  <td class="name"><code><p>颜色(新增),例如:1</p></code></td>
475
487
  </tr>
476
488
 
477
489
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="WorkFlowServer600239.html#description">description</a></code></td>
490
+ <td class="name"><code><a href="#description">description</a></code></td>
479
491
  <td class="name">
480
492
  <code>
481
493
 
482
494
  <span class="param-type">String</span>
483
495
 
484
496
 
497
+
485
498
  </code>
486
499
  </td>
487
500
  <td class="name"><code><p>要素缓冲分析(多圈)</p></code></td>
488
501
  </tr>
489
502
 
490
503
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="WorkFlowServer600239.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
504
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
492
505
  <td class="name">
493
506
  <code>
494
507
 
495
508
  <span class="param-type">Boolean</span>
496
509
 
497
510
 
511
+
498
512
  </code>
499
513
  </td>
500
514
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
501
515
  </tr>
502
516
 
503
517
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="WorkFlowServer600239.html#flowId">flowId</a></code></td>
518
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
505
519
  <td class="name">
506
520
  <code>
507
521
 
508
522
  <span class="param-type">Number</span>
509
523
 
510
524
 
525
+
511
526
  </code>
512
527
  </td>
513
528
  <td class="name"><code><p>600239</p></code></td>
514
529
  </tr>
515
530
 
516
531
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="WorkFlowServer600239.html#groupName">groupName</a></code></td>
532
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
518
533
  <td class="name">
519
534
  <code>
520
535
 
521
536
  <span class="param-type">String</span>
522
537
 
523
538
 
539
+
524
540
  </code>
525
541
  </td>
526
542
  <td class="name"><code><p>缓冲分析</p></code></td>
527
543
  </tr>
528
544
 
529
545
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="WorkFlowServer600239.html#headers">headers</a></code></td>
546
+ <td class="name"><code><a href="#headers">headers</a></code></td>
531
547
  <td class="name">
532
548
  <code>
533
549
 
534
550
  <span class="param-type">String</span>
535
551
 
536
552
 
553
+
537
554
  </code>
538
555
  </td>
539
556
  <td class="name"><code><p>请求头参数</p></code></td>
540
557
  </tr>
541
558
 
542
559
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="WorkFlowServer600239.html#inFormat">inFormat</a></code></td>
560
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
544
561
  <td class="name">
545
562
  <code>
546
563
 
547
564
  <span class="param-type">String</span>
548
565
 
549
566
 
567
+
550
568
  </code>
551
569
  </td>
552
570
  <td class="name"><code><p>字符串格式,必传,例如:{&quot;JSON&quot;:&quot;JSON&quot;,&quot;XML&quot;:&quot;XML&quot;}</p></code></td>
553
571
  </tr>
554
572
 
555
573
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="WorkFlowServer600239.html#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
574
+ <td class="name"><code><a href="#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
557
575
  <td class="name">
558
576
  <code>
559
577
 
560
578
  <span class="param-type">Boolean</span>
561
579
 
562
580
 
581
+
563
582
  </code>
564
583
  </td>
565
584
  <td class="name"><code><p>复合要素操作(新增),必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
566
585
  </tr>
567
586
 
568
587
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="WorkFlowServer600239.html#radiusStr">radiusStr</a></code></td>
588
+ <td class="name"><code><a href="#radiusStr">radiusStr</a></code></td>
570
589
  <td class="name">
571
590
  <code>
572
591
 
573
592
  <span class="param-type">String</span>
574
593
 
575
594
 
595
+
576
596
  </code>
577
597
  </td>
578
598
  <td class="name"><code><p>多重缓冲半径序列字符串,必传,例如:0.001,0.002,0.003</p></code></td>
579
599
  </tr>
580
600
 
581
601
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="WorkFlowServer600239.html#requestInterceptor">requestInterceptor</a></code></td>
602
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
583
603
  <td class="name">
584
604
  <code>
585
605
 
586
606
  <span class="param-type">function</span>
587
607
 
588
608
 
609
+
589
610
  </code>
590
611
  </td>
591
612
  <td class="name"><code><p>请求发送拦截器</p></code></td>
592
613
  </tr>
593
614
 
594
615
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="WorkFlowServer600239.html#requestTimeout">requestTimeout</a></code></td>
616
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
596
617
  <td class="name">
597
618
  <code>
598
619
 
599
620
  <span class="param-type">String</span>
600
621
 
601
622
 
623
+
602
624
  </code>
603
625
  </td>
604
626
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
605
627
  </tr>
606
628
 
607
629
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="WorkFlowServer600239.html#responseInterceptor">responseInterceptor</a></code></td>
630
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
609
631
  <td class="name">
610
632
  <code>
611
633
 
612
634
  <span class="param-type">function</span>
613
635
 
614
636
 
637
+
615
638
  </code>
616
639
  </td>
617
640
  <td class="name"><code><p>请求响应拦截器</p></code></td>
618
641
  </tr>
619
642
 
620
643
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="WorkFlowServer600239.html#tokenAttachType">tokenAttachType</a></code></td>
644
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
622
645
  <td class="name">
623
646
  <code>
624
647
 
625
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
648
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
649
+
626
650
 
627
651
 
628
652
  </code>
@@ -631,52 +655,56 @@
631
655
  </tr>
632
656
 
633
657
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="WorkFlowServer600239.html#tokenKey">tokenKey</a></code></td>
658
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
635
659
  <td class="name">
636
660
  <code>
637
661
 
638
662
  <span class="param-type">String</span>
639
663
 
640
664
 
665
+
641
666
  </code>
642
667
  </td>
643
668
  <td class="name"><code><p>token名</p></code></td>
644
669
  </tr>
645
670
 
646
671
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="WorkFlowServer600239.html#tokenValue">tokenValue</a></code></td>
672
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
648
673
  <td class="name">
649
674
  <code>
650
675
 
651
676
  <span class="param-type">String</span>
652
677
 
653
678
 
679
+
654
680
  </code>
655
681
  </td>
656
682
  <td class="name"><code><p>token值</p></code></td>
657
683
  </tr>
658
684
 
659
685
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="WorkFlowServer600239.html#traceRadius">traceRadius</a></code></td>
686
+ <td class="name"><code><a href="#traceRadius">traceRadius</a></code></td>
661
687
  <td class="name">
662
688
  <code>
663
689
 
664
690
  <span class="param-type">Number</span>
665
691
 
666
692
 
693
+
667
694
  </code>
668
695
  </td>
669
696
  <td class="name"><code><p>缓冲选项:跟踪半径,必传,例如:0.0001</p></code></td>
670
697
  </tr>
671
698
 
672
699
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="WorkFlowServer600239.html#url">url</a></code></td>
700
+ <td class="name"><code><a href="#url">url</a></code></td>
674
701
  <td class="name">
675
702
  <code>
676
703
 
677
704
  <span class="param-type">String</span>
678
705
 
679
706
 
707
+
680
708
  </code>
681
709
  </td>
682
710
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -696,6 +724,7 @@
696
724
  <span class="param-type">Boolean</span>
697
725
 
698
726
 
727
+
699
728
  </span>
700
729
 
701
730
  <h4 class="name" id="clientId">
@@ -727,7 +756,7 @@
727
756
 
728
757
  <dt class="inherited-from">Inherited From:</dt>
729
758
  <dd class="inherited-from"><ul class="dummy"><li>
730
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
759
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
731
760
  </li></ul></dd>
732
761
 
733
762
 
@@ -771,6 +800,7 @@
771
800
  <span class="param-type">Number</span>
772
801
 
773
802
 
803
+
774
804
  </span>
775
805
 
776
806
  <h4 class="name" id="color">
@@ -841,6 +871,7 @@
841
871
  <span class="param-type">String</span>
842
872
 
843
873
 
874
+
844
875
  </span>
845
876
 
846
877
  <h4 class="name" id="description">
@@ -915,6 +946,7 @@
915
946
  <span class="param-type">Boolean</span>
916
947
 
917
948
 
949
+
918
950
  </span>
919
951
 
920
952
  <h4 class="name" id="enableGlobeFetch">
@@ -946,7 +978,7 @@
946
978
 
947
979
  <dt class="inherited-from">Inherited From:</dt>
948
980
  <dd class="inherited-from"><ul class="dummy"><li>
949
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
981
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
950
982
  </li></ul></dd>
951
983
 
952
984
 
@@ -1011,6 +1043,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1011
1043
  <span class="param-type">Number</span>
1012
1044
 
1013
1045
 
1046
+
1014
1047
  </span>
1015
1048
 
1016
1049
  <h4 class="name" id="flowId">
@@ -1085,6 +1118,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1085
1118
  <span class="param-type">String</span>
1086
1119
 
1087
1120
 
1121
+
1088
1122
  </span>
1089
1123
 
1090
1124
  <h4 class="name" id="groupName">
@@ -1159,6 +1193,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1159
1193
  <span class="param-type">String</span>
1160
1194
 
1161
1195
 
1196
+
1162
1197
  </span>
1163
1198
 
1164
1199
  <h4 class="name" id="headers">
@@ -1190,7 +1225,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1190
1225
 
1191
1226
  <dt class="inherited-from">Inherited From:</dt>
1192
1227
  <dd class="inherited-from"><ul class="dummy"><li>
1193
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1228
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1194
1229
  </li></ul></dd>
1195
1230
 
1196
1231
 
@@ -1256,6 +1291,7 @@ BaseServer.headers.token = '新token';</code></pre>
1256
1291
  <span class="param-type">String</span>
1257
1292
 
1258
1293
 
1294
+
1259
1295
  </span>
1260
1296
 
1261
1297
  <h4 class="name" id="inFormat">
@@ -1326,6 +1362,7 @@ BaseServer.headers.token = '新token';</code></pre>
1326
1362
  <span class="param-type">Boolean</span>
1327
1363
 
1328
1364
 
1365
+
1329
1366
  </span>
1330
1367
 
1331
1368
  <h4 class="name" id="isMultiFeatureOpr">
@@ -1396,6 +1433,7 @@ BaseServer.headers.token = '新token';</code></pre>
1396
1433
  <span class="param-type">String</span>
1397
1434
 
1398
1435
 
1436
+
1399
1437
  </span>
1400
1438
 
1401
1439
  <h4 class="name" id="radiusStr">
@@ -1466,6 +1504,7 @@ BaseServer.headers.token = '新token';</code></pre>
1466
1504
  <span class="param-type">function</span>
1467
1505
 
1468
1506
 
1507
+
1469
1508
  </span>
1470
1509
 
1471
1510
  <h4 class="name" id="requestInterceptor">
@@ -1497,7 +1536,7 @@ BaseServer.headers.token = '新token';</code></pre>
1497
1536
 
1498
1537
  <dt class="inherited-from">Inherited From:</dt>
1499
1538
  <dd class="inherited-from"><ul class="dummy"><li>
1500
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1539
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1501
1540
  </li></ul></dd>
1502
1541
 
1503
1542
 
@@ -1569,6 +1608,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1569
1608
  <span class="param-type">String</span>
1570
1609
 
1571
1610
 
1611
+
1572
1612
  </span>
1573
1613
 
1574
1614
  <h4 class="name" id="requestTimeout">
@@ -1600,7 +1640,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1600
1640
 
1601
1641
  <dt class="inherited-from">Inherited From:</dt>
1602
1642
  <dd class="inherited-from"><ul class="dummy"><li>
1603
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1643
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1604
1644
  </li></ul></dd>
1605
1645
 
1606
1646
 
@@ -1662,6 +1702,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1662
1702
  <span class="param-type">function</span>
1663
1703
 
1664
1704
 
1705
+
1665
1706
  </span>
1666
1707
 
1667
1708
  <h4 class="name" id="responseInterceptor">
@@ -1693,7 +1734,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1693
1734
 
1694
1735
  <dt class="inherited-from">Inherited From:</dt>
1695
1736
  <dd class="inherited-from"><ul class="dummy"><li>
1696
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1737
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1697
1738
  </li></ul></dd>
1698
1739
 
1699
1740
 
@@ -1764,7 +1805,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1764
1805
  <span class="method-parameter is-pulled-right">
1765
1806
  <label>类型:</label>
1766
1807
 
1767
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1808
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1809
+
1768
1810
 
1769
1811
 
1770
1812
  </span>
@@ -1798,7 +1840,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1798
1840
 
1799
1841
  <dt class="inherited-from">Inherited From:</dt>
1800
1842
  <dd class="inherited-from"><ul class="dummy"><li>
1801
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1843
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1802
1844
  </li></ul></dd>
1803
1845
 
1804
1846
 
@@ -1864,6 +1906,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1864
1906
  <span class="param-type">String</span>
1865
1907
 
1866
1908
 
1909
+
1867
1910
  </span>
1868
1911
 
1869
1912
  <h4 class="name" id="tokenKey">
@@ -1895,7 +1938,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1895
1938
 
1896
1939
  <dt class="inherited-from">Inherited From:</dt>
1897
1940
  <dd class="inherited-from"><ul class="dummy"><li>
1898
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1941
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1899
1942
  </li></ul></dd>
1900
1943
 
1901
1944
 
@@ -1956,6 +1999,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1956
1999
  <span class="param-type">String</span>
1957
2000
 
1958
2001
 
2002
+
1959
2003
  </span>
1960
2004
 
1961
2005
  <h4 class="name" id="tokenValue">
@@ -1987,7 +2031,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1987
2031
 
1988
2032
  <dt class="inherited-from">Inherited From:</dt>
1989
2033
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2034
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1991
2035
  </li></ul></dd>
1992
2036
 
1993
2037
 
@@ -2048,6 +2092,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2048
2092
  <span class="param-type">Number</span>
2049
2093
 
2050
2094
 
2095
+
2051
2096
  </span>
2052
2097
 
2053
2098
  <h4 class="name" id="traceRadius">
@@ -2118,6 +2163,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2118
2163
  <span class="param-type">String</span>
2119
2164
 
2120
2165
 
2166
+
2121
2167
  </span>
2122
2168
 
2123
2169
  <h4 class="name" id="url">
@@ -2206,7 +2252,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2206
2252
  <tbody>
2207
2253
 
2208
2254
  <tr class="deep-level-0">
2209
- <td class="name"><code><a href="WorkFlowServer600239.html#execute">execute</a></code></td>
2255
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2210
2256
  <td class="name">
2211
2257
  <code>
2212
2258
 
@@ -2214,6 +2260,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2214
2260
  <span class="param-type">Promise.&lt;Object></span>
2215
2261
 
2216
2262
 
2263
+
2217
2264
 
2218
2265
  </code>
2219
2266
  </td>
@@ -2221,7 +2268,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2221
2268
  </tr>
2222
2269
 
2223
2270
  <tr class="deep-level-0">
2224
- <td class="name"><code><a href="WorkFlowServer600239.html#queryServerInfo">queryServerInfo</a></code></td>
2271
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2225
2272
  <td class="name">
2226
2273
  <code>
2227
2274
 
@@ -2231,7 +2278,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2231
2278
  </tr>
2232
2279
 
2233
2280
  <tr class="deep-level-0">
2234
- <td class="name"><code><a href="WorkFlowServer600239.html#queryTaskResult">queryTaskResult</a></code></td>
2281
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2235
2282
  <td class="name">
2236
2283
  <code>
2237
2284
 
@@ -2239,6 +2286,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2239
2286
  <span class="param-type">Promise.&lt;String></span>
2240
2287
 
2241
2288
 
2289
+
2242
2290
 
2243
2291
  </code>
2244
2292
  </td>
@@ -2246,7 +2294,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2246
2294
  </tr>
2247
2295
 
2248
2296
  <tr class="deep-level-0">
2249
- <td class="name"><code><a href="WorkFlowServer600239.html#queryTaskStatus">queryTaskStatus</a></code></td>
2297
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2250
2298
  <td class="name">
2251
2299
  <code>
2252
2300
 
@@ -2254,6 +2302,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2254
2302
  <span class="param-type">Promise.&lt;String></span>
2255
2303
 
2256
2304
 
2305
+
2257
2306
 
2258
2307
  </code>
2259
2308
  </td>
@@ -2261,7 +2310,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2261
2310
  </tr>
2262
2311
 
2263
2312
  <tr class="deep-level-0">
2264
- <td class="name"><code><a href="WorkFlowServer600239.html#submit">submit</a></code></td>
2313
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2265
2314
  <td class="name">
2266
2315
  <code>
2267
2316
 
@@ -2269,6 +2318,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2269
2318
  <span class="param-type">Promise.&lt;String></span>
2270
2319
 
2271
2320
 
2321
+
2272
2322
 
2273
2323
  </code>
2274
2324
  </td>
@@ -2344,6 +2394,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2344
2394
  <span class="param-type">Object</span>
2345
2395
 
2346
2396
 
2397
+
2347
2398
 
2348
2399
  </td>
2349
2400
 
@@ -2370,6 +2421,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2370
2421
  <span class="param-type">String</span>
2371
2422
 
2372
2423
 
2424
+
2373
2425
 
2374
2426
  </td>
2375
2427
 
@@ -2396,6 +2448,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2396
2448
  <span class="param-type">String</span>
2397
2449
 
2398
2450
 
2451
+
2399
2452
 
2400
2453
  </td>
2401
2454
 
@@ -2424,6 +2477,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2424
2477
  <span class="param-type">function</span>
2425
2478
 
2426
2479
 
2480
+
2427
2481
 
2428
2482
  </td>
2429
2483
 
@@ -2450,6 +2504,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2450
2504
  <span class="param-type">function</span>
2451
2505
 
2452
2506
 
2507
+
2453
2508
 
2454
2509
  </td>
2455
2510
 
@@ -2486,7 +2541,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2486
2541
 
2487
2542
  <dt class="inherited-from">Inherited From:</dt>
2488
2543
  <dd class="inherited-from"><ul class="dummy"><li>
2489
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2544
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2490
2545
  </li></ul></dd>
2491
2546
 
2492
2547
 
@@ -2548,6 +2603,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2548
2603
  <span class="param-type">Promise.&lt;Object></span>
2549
2604
 
2550
2605
 
2606
+
2551
2607
  </div>
2552
2608
 
2553
2609
  </div>
@@ -2660,6 +2716,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2660
2716
  <span class="param-type">function</span>
2661
2717
 
2662
2718
 
2719
+
2663
2720
 
2664
2721
  </td>
2665
2722
 
@@ -2688,6 +2745,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2688
2745
  <span class="param-type">function</span>
2689
2746
 
2690
2747
 
2748
+
2691
2749
 
2692
2750
  </td>
2693
2751
 
@@ -2726,7 +2784,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2726
2784
 
2727
2785
  <dt class="inherited-from">Inherited From:</dt>
2728
2786
  <dd class="inherited-from"><ul class="dummy"><li>
2729
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2787
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2730
2788
  </li></ul></dd>
2731
2789
 
2732
2790
 
@@ -2872,6 +2930,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2872
2930
  <span class="param-type">Object</span>
2873
2931
 
2874
2932
 
2933
+
2875
2934
 
2876
2935
  </td>
2877
2936
 
@@ -2898,6 +2957,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2898
2957
  <span class="param-type">String</span>
2899
2958
 
2900
2959
 
2960
+
2901
2961
 
2902
2962
  </td>
2903
2963
 
@@ -2924,6 +2984,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2924
2984
  <span class="param-type">String</span>
2925
2985
 
2926
2986
 
2987
+
2927
2988
 
2928
2989
  </td>
2929
2990
 
@@ -2950,6 +3011,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2950
3011
  <span class="param-type">String</span>
2951
3012
 
2952
3013
 
3014
+
2953
3015
 
2954
3016
  </td>
2955
3017
 
@@ -2978,6 +3040,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2978
3040
  <span class="param-type">function</span>
2979
3041
 
2980
3042
 
3043
+
2981
3044
 
2982
3045
  </td>
2983
3046
 
@@ -3004,6 +3067,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3004
3067
  <span class="param-type">function</span>
3005
3068
 
3006
3069
 
3070
+
3007
3071
 
3008
3072
  </td>
3009
3073
 
@@ -3040,7 +3104,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3040
3104
 
3041
3105
  <dt class="inherited-from">Inherited From:</dt>
3042
3106
  <dd class="inherited-from"><ul class="dummy"><li>
3043
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3107
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3044
3108
  </li></ul></dd>
3045
3109
 
3046
3110
 
@@ -3102,6 +3166,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3102
3166
  <span class="param-type">Promise.&lt;String></span>
3103
3167
 
3104
3168
 
3169
+
3105
3170
  </div>
3106
3171
 
3107
3172
  </div>
@@ -3193,6 +3258,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3193
3258
  <span class="param-type">Object</span>
3194
3259
 
3195
3260
 
3261
+
3196
3262
 
3197
3263
  </td>
3198
3264
 
@@ -3219,6 +3285,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3219
3285
  <span class="param-type">String</span>
3220
3286
 
3221
3287
 
3288
+
3222
3289
 
3223
3290
  </td>
3224
3291
 
@@ -3245,6 +3312,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3245
3312
  <span class="param-type">String</span>
3246
3313
 
3247
3314
 
3315
+
3248
3316
 
3249
3317
  </td>
3250
3318
 
@@ -3271,6 +3339,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3271
3339
  <span class="param-type">String</span>
3272
3340
 
3273
3341
 
3342
+
3274
3343
 
3275
3344
  </td>
3276
3345
 
@@ -3299,6 +3368,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3299
3368
  <span class="param-type">function</span>
3300
3369
 
3301
3370
 
3371
+
3302
3372
 
3303
3373
  </td>
3304
3374
 
@@ -3325,6 +3395,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3325
3395
  <span class="param-type">function</span>
3326
3396
 
3327
3397
 
3398
+
3328
3399
 
3329
3400
  </td>
3330
3401
 
@@ -3361,7 +3432,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3361
3432
 
3362
3433
  <dt class="inherited-from">Inherited From:</dt>
3363
3434
  <dd class="inherited-from"><ul class="dummy"><li>
3364
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3435
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3365
3436
  </li></ul></dd>
3366
3437
 
3367
3438
 
@@ -3423,6 +3494,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3423
3494
  <span class="param-type">Promise.&lt;String></span>
3424
3495
 
3425
3496
 
3497
+
3426
3498
  </div>
3427
3499
 
3428
3500
  </div>
@@ -3514,6 +3586,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3514
3586
  <span class="param-type">Object</span>
3515
3587
 
3516
3588
 
3589
+
3517
3590
 
3518
3591
  </td>
3519
3592
 
@@ -3540,6 +3613,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3540
3613
  <span class="param-type">String</span>
3541
3614
 
3542
3615
 
3616
+
3543
3617
 
3544
3618
  </td>
3545
3619
 
@@ -3566,6 +3640,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3566
3640
  <span class="param-type">String</span>
3567
3641
 
3568
3642
 
3643
+
3569
3644
 
3570
3645
  </td>
3571
3646
 
@@ -3594,6 +3669,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3594
3669
  <span class="param-type">function</span>
3595
3670
 
3596
3671
 
3672
+
3597
3673
 
3598
3674
  </td>
3599
3675
 
@@ -3620,6 +3696,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3620
3696
  <span class="param-type">function</span>
3621
3697
 
3622
3698
 
3699
+
3623
3700
 
3624
3701
  </td>
3625
3702
 
@@ -3656,7 +3733,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3656
3733
 
3657
3734
  <dt class="inherited-from">Inherited From:</dt>
3658
3735
  <dd class="inherited-from"><ul class="dummy"><li>
3659
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3736
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3660
3737
  </li></ul></dd>
3661
3738
 
3662
3739
 
@@ -3725,6 +3802,7 @@ console.log(&quot;submit: &quot;, res);
3725
3802
  <span class="param-type">Promise.&lt;String></span>
3726
3803
 
3727
3804
 
3805
+
3728
3806
  </div>
3729
3807
 
3730
3808
  </div>