@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">Boolean</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">String</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -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">String</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">String</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -372,7 +381,7 @@
372
381
 
373
382
 
374
383
  <ul>
375
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
384
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
376
385
  </ul>
377
386
 
378
387
 
@@ -404,206 +413,222 @@
404
413
  <tbody>
405
414
 
406
415
  <tr class="deep-level-0">
407
- <td class="name"><code><a href="WorkFlowServer600336.html#analyTp">analyTp</a></code></td>
416
+ <td class="name"><code><a href="#analyTp">analyTp</a></code></td>
408
417
  <td class="name">
409
418
  <code>
410
419
 
411
420
  <span class="param-type">String</span>
412
421
 
413
422
 
423
+
414
424
  </code>
415
425
  </td>
416
426
  <td class="name"><code><p>分析模式,默认UserMode,必传,例如:{&quot;UserMode&quot;:&quot;UserMode&quot;,&quot;SysModeCommwayPrefer&quot;:&quot;SysModeCommwayPrefer&quot;,&quot;SysModeHighWayPrefer&quot;:&quot;SysModeHighWayPrefer&quot;,&quot;SysModeSysRecommend&quot;:&quot;SysModeSysRecommend&quot;,&quot;SysModeMinCost&quot;:&quot;SysModeMinCost&quot;,&quot;SysModeMinDis&quot;:&quot;SysModeMinDis&quot;,&quot;SysModeMinTime&quot;:&quot;SysModeMinTime&quot;}</p></code></td>
417
427
  </tr>
418
428
 
419
429
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="WorkFlowServer600336.html#clientId">clientId</a></code></td>
430
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
421
431
  <td class="name">
422
432
  <code>
423
433
 
424
434
  <span class="param-type">Boolean</span>
425
435
 
426
436
 
437
+
427
438
  </code>
428
439
  </td>
429
440
  <td class="name"><code><p>客户端id</p></code></td>
430
441
  </tr>
431
442
 
432
443
  <tr class="deep-level-0">
433
- <td class="name"><code><a href="WorkFlowServer600336.html#description">description</a></code></td>
444
+ <td class="name"><code><a href="#description">description</a></code></td>
434
445
  <td class="name">
435
446
  <code>
436
447
 
437
448
  <span class="param-type">String</span>
438
449
 
439
450
 
451
+
440
452
  </code>
441
453
  </td>
442
454
  <td class="name"><code><p>连通与非连通分析</p></code></td>
443
455
  </tr>
444
456
 
445
457
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="WorkFlowServer600336.html#elementType">elementType</a></code></td>
458
+ <td class="name"><code><a href="#elementType">elementType</a></code></td>
447
459
  <td class="name">
448
460
  <code>
449
461
 
450
462
  <span class="param-type">String</span>
451
463
 
452
464
 
465
+
453
466
  </code>
454
467
  </td>
455
468
  <td class="name"><code><p>添加网标方式,逗号分隔,必传,例如:1,2</p></code></td>
456
469
  </tr>
457
470
 
458
471
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="WorkFlowServer600336.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
472
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
460
473
  <td class="name">
461
474
  <code>
462
475
 
463
476
  <span class="param-type">Boolean</span>
464
477
 
465
478
 
479
+
466
480
  </code>
467
481
  </td>
468
482
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
469
483
  </tr>
470
484
 
471
485
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="WorkFlowServer600336.html#flag">flag</a></code></td>
486
+ <td class="name"><code><a href="#flag">flag</a></code></td>
473
487
  <td class="name">
474
488
  <code>
475
489
 
476
490
  <span class="param-type">Boolean</span>
477
491
 
478
492
 
493
+
479
494
  </code>
480
495
  </td>
481
496
  <td class="name"><code><p>是否进行网标操作,必传,例如:{&quot;activeValue&quot;:true,&quot;inactiveValue&quot;:false}</p></code></td>
482
497
  </tr>
483
498
 
484
499
  <tr class="deep-level-0">
485
- <td class="name"><code><a href="WorkFlowServer600336.html#flagPosStr">flagPosStr</a></code></td>
500
+ <td class="name"><code><a href="#flagPosStr">flagPosStr</a></code></td>
486
501
  <td class="name">
487
502
  <code>
488
503
 
489
504
  <span class="param-type">String</span>
490
505
 
491
506
 
507
+
492
508
  </code>
493
509
  </td>
494
510
  <td class="name"><code><p>网标点坐标字符串,逗号分隔,形如:x1,y1,x2,y2,必传,例如:114.44,38.06,114.56,38.03</p></code></td>
495
511
  </tr>
496
512
 
497
513
  <tr class="deep-level-0">
498
- <td class="name"><code><a href="WorkFlowServer600336.html#flowId">flowId</a></code></td>
514
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
499
515
  <td class="name">
500
516
  <code>
501
517
 
502
518
  <span class="param-type">Number</span>
503
519
 
504
520
 
521
+
505
522
  </code>
506
523
  </td>
507
524
  <td class="name"><code><p>600336</p></code></td>
508
525
  </tr>
509
526
 
510
527
  <tr class="deep-level-0">
511
- <td class="name"><code><a href="WorkFlowServer600336.html#groupName">groupName</a></code></td>
528
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
512
529
  <td class="name">
513
530
  <code>
514
531
 
515
532
  <span class="param-type">String</span>
516
533
 
517
534
 
535
+
518
536
  </code>
519
537
  </td>
520
538
  <td class="name"><code><p>网络分析</p></code></td>
521
539
  </tr>
522
540
 
523
541
  <tr class="deep-level-0">
524
- <td class="name"><code><a href="WorkFlowServer600336.html#headers">headers</a></code></td>
542
+ <td class="name"><code><a href="#headers">headers</a></code></td>
525
543
  <td class="name">
526
544
  <code>
527
545
 
528
546
  <span class="param-type">String</span>
529
547
 
530
548
 
549
+
531
550
  </code>
532
551
  </td>
533
552
  <td class="name"><code><p>请求头参数</p></code></td>
534
553
  </tr>
535
554
 
536
555
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="WorkFlowServer600336.html#nearDis">nearDis</a></code></td>
556
+ <td class="name"><code><a href="#nearDis">nearDis</a></code></td>
538
557
  <td class="name">
539
558
  <code>
540
559
 
541
560
  <span class="param-type">Number</span>
542
561
 
543
562
 
563
+
544
564
  </code>
545
565
  </td>
546
566
  <td class="name"><code><p>容差,必传,例如:0.01</p></code></td>
547
567
  </tr>
548
568
 
549
569
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="WorkFlowServer600336.html#netClsUrl">netClsUrl</a></code></td>
570
+ <td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
551
571
  <td class="name">
552
572
  <code>
553
573
 
554
574
  <span class="param-type">String</span>
555
575
 
556
576
 
577
+
557
578
  </code>
558
579
  </td>
559
580
  <td class="name"><code><p>网络类的URL,必传,例如:gdbp://MapGisLocal/sample/ds/网络分析/ncls/道路交通网</p></code></td>
560
581
  </tr>
561
582
 
562
583
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="WorkFlowServer600336.html#requestInterceptor">requestInterceptor</a></code></td>
584
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
564
585
  <td class="name">
565
586
  <code>
566
587
 
567
588
  <span class="param-type">function</span>
568
589
 
569
590
 
591
+
570
592
  </code>
571
593
  </td>
572
594
  <td class="name"><code><p>请求发送拦截器</p></code></td>
573
595
  </tr>
574
596
 
575
597
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="WorkFlowServer600336.html#requestTimeout">requestTimeout</a></code></td>
598
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
577
599
  <td class="name">
578
600
  <code>
579
601
 
580
602
  <span class="param-type">String</span>
581
603
 
582
604
 
605
+
583
606
  </code>
584
607
  </td>
585
608
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
586
609
  </tr>
587
610
 
588
611
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="WorkFlowServer600336.html#responseInterceptor">responseInterceptor</a></code></td>
612
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
590
613
  <td class="name">
591
614
  <code>
592
615
 
593
616
  <span class="param-type">function</span>
594
617
 
595
618
 
619
+
596
620
  </code>
597
621
  </td>
598
622
  <td class="name"><code><p>请求响应拦截器</p></code></td>
599
623
  </tr>
600
624
 
601
625
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="WorkFlowServer600336.html#tokenAttachType">tokenAttachType</a></code></td>
626
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
603
627
  <td class="name">
604
628
  <code>
605
629
 
606
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
630
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
631
+
607
632
 
608
633
 
609
634
  </code>
@@ -612,52 +637,56 @@
612
637
  </tr>
613
638
 
614
639
  <tr class="deep-level-0">
615
- <td class="name"><code><a href="WorkFlowServer600336.html#tokenKey">tokenKey</a></code></td>
640
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
616
641
  <td class="name">
617
642
  <code>
618
643
 
619
644
  <span class="param-type">String</span>
620
645
 
621
646
 
647
+
622
648
  </code>
623
649
  </td>
624
650
  <td class="name"><code><p>token名</p></code></td>
625
651
  </tr>
626
652
 
627
653
  <tr class="deep-level-0">
628
- <td class="name"><code><a href="WorkFlowServer600336.html#tokenValue">tokenValue</a></code></td>
654
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
629
655
  <td class="name">
630
656
  <code>
631
657
 
632
658
  <span class="param-type">String</span>
633
659
 
634
660
 
661
+
635
662
  </code>
636
663
  </td>
637
664
  <td class="name"><code><p>token值</p></code></td>
638
665
  </tr>
639
666
 
640
667
  <tr class="deep-level-0">
641
- <td class="name"><code><a href="WorkFlowServer600336.html#url">url</a></code></td>
668
+ <td class="name"><code><a href="#url">url</a></code></td>
642
669
  <td class="name">
643
670
  <code>
644
671
 
645
672
  <span class="param-type">String</span>
646
673
 
647
674
 
675
+
648
676
  </code>
649
677
  </td>
650
678
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
651
679
  </tr>
652
680
 
653
681
  <tr class="deep-level-0">
654
- <td class="name"><code><a href="WorkFlowServer600336.html#weight">weight</a></code></td>
682
+ <td class="name"><code><a href="#weight">weight</a></code></td>
655
683
  <td class="name">
656
684
  <code>
657
685
 
658
686
  <span class="param-type">String</span>
659
687
 
660
688
 
689
+
661
690
  </code>
662
691
  </td>
663
692
  <td class="name"><code><p>权值,可为空,逗号分隔,例如:2,3</p></code></td>
@@ -677,6 +706,7 @@
677
706
  <span class="param-type">String</span>
678
707
 
679
708
 
709
+
680
710
  </span>
681
711
 
682
712
  <h4 class="name" id="analyTp">
@@ -747,6 +777,7 @@
747
777
  <span class="param-type">Boolean</span>
748
778
 
749
779
 
780
+
750
781
  </span>
751
782
 
752
783
  <h4 class="name" id="clientId">
@@ -778,7 +809,7 @@
778
809
 
779
810
  <dt class="inherited-from">Inherited From:</dt>
780
811
  <dd class="inherited-from"><ul class="dummy"><li>
781
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
812
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
782
813
  </li></ul></dd>
783
814
 
784
815
 
@@ -822,6 +853,7 @@
822
853
  <span class="param-type">String</span>
823
854
 
824
855
 
856
+
825
857
  </span>
826
858
 
827
859
  <h4 class="name" id="description">
@@ -896,6 +928,7 @@
896
928
  <span class="param-type">String</span>
897
929
 
898
930
 
931
+
899
932
  </span>
900
933
 
901
934
  <h4 class="name" id="elementType">
@@ -966,6 +999,7 @@
966
999
  <span class="param-type">Boolean</span>
967
1000
 
968
1001
 
1002
+
969
1003
  </span>
970
1004
 
971
1005
  <h4 class="name" id="enableGlobeFetch">
@@ -997,7 +1031,7 @@
997
1031
 
998
1032
  <dt class="inherited-from">Inherited From:</dt>
999
1033
  <dd class="inherited-from"><ul class="dummy"><li>
1000
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1034
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1001
1035
  </li></ul></dd>
1002
1036
 
1003
1037
 
@@ -1062,6 +1096,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1062
1096
  <span class="param-type">Boolean</span>
1063
1097
 
1064
1098
 
1099
+
1065
1100
  </span>
1066
1101
 
1067
1102
  <h4 class="name" id="flag">
@@ -1132,6 +1167,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1132
1167
  <span class="param-type">String</span>
1133
1168
 
1134
1169
 
1170
+
1135
1171
  </span>
1136
1172
 
1137
1173
  <h4 class="name" id="flagPosStr">
@@ -1202,6 +1238,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1202
1238
  <span class="param-type">Number</span>
1203
1239
 
1204
1240
 
1241
+
1205
1242
  </span>
1206
1243
 
1207
1244
  <h4 class="name" id="flowId">
@@ -1276,6 +1313,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1276
1313
  <span class="param-type">String</span>
1277
1314
 
1278
1315
 
1316
+
1279
1317
  </span>
1280
1318
 
1281
1319
  <h4 class="name" id="groupName">
@@ -1350,6 +1388,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1350
1388
  <span class="param-type">String</span>
1351
1389
 
1352
1390
 
1391
+
1353
1392
  </span>
1354
1393
 
1355
1394
  <h4 class="name" id="headers">
@@ -1381,7 +1420,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1381
1420
 
1382
1421
  <dt class="inherited-from">Inherited From:</dt>
1383
1422
  <dd class="inherited-from"><ul class="dummy"><li>
1384
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1423
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1385
1424
  </li></ul></dd>
1386
1425
 
1387
1426
 
@@ -1447,6 +1486,7 @@ BaseServer.headers.token = '新token';</code></pre>
1447
1486
  <span class="param-type">Number</span>
1448
1487
 
1449
1488
 
1489
+
1450
1490
  </span>
1451
1491
 
1452
1492
  <h4 class="name" id="nearDis">
@@ -1517,6 +1557,7 @@ BaseServer.headers.token = '新token';</code></pre>
1517
1557
  <span class="param-type">String</span>
1518
1558
 
1519
1559
 
1560
+
1520
1561
  </span>
1521
1562
 
1522
1563
  <h4 class="name" id="netClsUrl">
@@ -1587,6 +1628,7 @@ BaseServer.headers.token = '新token';</code></pre>
1587
1628
  <span class="param-type">function</span>
1588
1629
 
1589
1630
 
1631
+
1590
1632
  </span>
1591
1633
 
1592
1634
  <h4 class="name" id="requestInterceptor">
@@ -1618,7 +1660,7 @@ BaseServer.headers.token = '新token';</code></pre>
1618
1660
 
1619
1661
  <dt class="inherited-from">Inherited From:</dt>
1620
1662
  <dd class="inherited-from"><ul class="dummy"><li>
1621
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1663
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1622
1664
  </li></ul></dd>
1623
1665
 
1624
1666
 
@@ -1690,6 +1732,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1690
1732
  <span class="param-type">String</span>
1691
1733
 
1692
1734
 
1735
+
1693
1736
  </span>
1694
1737
 
1695
1738
  <h4 class="name" id="requestTimeout">
@@ -1721,7 +1764,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1721
1764
 
1722
1765
  <dt class="inherited-from">Inherited From:</dt>
1723
1766
  <dd class="inherited-from"><ul class="dummy"><li>
1724
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1767
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1725
1768
  </li></ul></dd>
1726
1769
 
1727
1770
 
@@ -1783,6 +1826,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1783
1826
  <span class="param-type">function</span>
1784
1827
 
1785
1828
 
1829
+
1786
1830
  </span>
1787
1831
 
1788
1832
  <h4 class="name" id="responseInterceptor">
@@ -1814,7 +1858,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1814
1858
 
1815
1859
  <dt class="inherited-from">Inherited From:</dt>
1816
1860
  <dd class="inherited-from"><ul class="dummy"><li>
1817
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1861
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1818
1862
  </li></ul></dd>
1819
1863
 
1820
1864
 
@@ -1885,7 +1929,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1885
1929
  <span class="method-parameter is-pulled-right">
1886
1930
  <label>类型:</label>
1887
1931
 
1888
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1932
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1933
+
1889
1934
 
1890
1935
 
1891
1936
  </span>
@@ -1919,7 +1964,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1919
1964
 
1920
1965
  <dt class="inherited-from">Inherited From:</dt>
1921
1966
  <dd class="inherited-from"><ul class="dummy"><li>
1922
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1967
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1923
1968
  </li></ul></dd>
1924
1969
 
1925
1970
 
@@ -1985,6 +2030,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1985
2030
  <span class="param-type">String</span>
1986
2031
 
1987
2032
 
2033
+
1988
2034
  </span>
1989
2035
 
1990
2036
  <h4 class="name" id="tokenKey">
@@ -2016,7 +2062,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2016
2062
 
2017
2063
  <dt class="inherited-from">Inherited From:</dt>
2018
2064
  <dd class="inherited-from"><ul class="dummy"><li>
2019
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2065
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2020
2066
  </li></ul></dd>
2021
2067
 
2022
2068
 
@@ -2077,6 +2123,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2077
2123
  <span class="param-type">String</span>
2078
2124
 
2079
2125
 
2126
+
2080
2127
  </span>
2081
2128
 
2082
2129
  <h4 class="name" id="tokenValue">
@@ -2108,7 +2155,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2108
2155
 
2109
2156
  <dt class="inherited-from">Inherited From:</dt>
2110
2157
  <dd class="inherited-from"><ul class="dummy"><li>
2111
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2158
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2112
2159
  </li></ul></dd>
2113
2160
 
2114
2161
 
@@ -2169,6 +2216,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2169
2216
  <span class="param-type">String</span>
2170
2217
 
2171
2218
 
2219
+
2172
2220
  </span>
2173
2221
 
2174
2222
  <h4 class="name" id="url">
@@ -2244,6 +2292,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2244
2292
  <span class="param-type">String</span>
2245
2293
 
2246
2294
 
2295
+
2247
2296
  </span>
2248
2297
 
2249
2298
  <h4 class="name" id="weight">
@@ -2327,7 +2376,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2327
2376
  <tbody>
2328
2377
 
2329
2378
  <tr class="deep-level-0">
2330
- <td class="name"><code><a href="WorkFlowServer600336.html#execute">execute</a></code></td>
2379
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2331
2380
  <td class="name">
2332
2381
  <code>
2333
2382
 
@@ -2335,6 +2384,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2335
2384
  <span class="param-type">Promise.&lt;Object></span>
2336
2385
 
2337
2386
 
2387
+
2338
2388
 
2339
2389
  </code>
2340
2390
  </td>
@@ -2342,7 +2392,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2342
2392
  </tr>
2343
2393
 
2344
2394
  <tr class="deep-level-0">
2345
- <td class="name"><code><a href="WorkFlowServer600336.html#queryServerInfo">queryServerInfo</a></code></td>
2395
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2346
2396
  <td class="name">
2347
2397
  <code>
2348
2398
 
@@ -2352,7 +2402,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2352
2402
  </tr>
2353
2403
 
2354
2404
  <tr class="deep-level-0">
2355
- <td class="name"><code><a href="WorkFlowServer600336.html#queryTaskResult">queryTaskResult</a></code></td>
2405
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2356
2406
  <td class="name">
2357
2407
  <code>
2358
2408
 
@@ -2360,6 +2410,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2360
2410
  <span class="param-type">Promise.&lt;String></span>
2361
2411
 
2362
2412
 
2413
+
2363
2414
 
2364
2415
  </code>
2365
2416
  </td>
@@ -2367,7 +2418,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2367
2418
  </tr>
2368
2419
 
2369
2420
  <tr class="deep-level-0">
2370
- <td class="name"><code><a href="WorkFlowServer600336.html#queryTaskStatus">queryTaskStatus</a></code></td>
2421
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2371
2422
  <td class="name">
2372
2423
  <code>
2373
2424
 
@@ -2375,6 +2426,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2375
2426
  <span class="param-type">Promise.&lt;String></span>
2376
2427
 
2377
2428
 
2429
+
2378
2430
 
2379
2431
  </code>
2380
2432
  </td>
@@ -2382,7 +2434,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2382
2434
  </tr>
2383
2435
 
2384
2436
  <tr class="deep-level-0">
2385
- <td class="name"><code><a href="WorkFlowServer600336.html#submit">submit</a></code></td>
2437
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2386
2438
  <td class="name">
2387
2439
  <code>
2388
2440
 
@@ -2390,6 +2442,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2390
2442
  <span class="param-type">Promise.&lt;String></span>
2391
2443
 
2392
2444
 
2445
+
2393
2446
 
2394
2447
  </code>
2395
2448
  </td>
@@ -2465,6 +2518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2465
2518
  <span class="param-type">Object</span>
2466
2519
 
2467
2520
 
2521
+
2468
2522
 
2469
2523
  </td>
2470
2524
 
@@ -2491,6 +2545,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2491
2545
  <span class="param-type">String</span>
2492
2546
 
2493
2547
 
2548
+
2494
2549
 
2495
2550
  </td>
2496
2551
 
@@ -2517,6 +2572,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2517
2572
  <span class="param-type">String</span>
2518
2573
 
2519
2574
 
2575
+
2520
2576
 
2521
2577
  </td>
2522
2578
 
@@ -2545,6 +2601,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2545
2601
  <span class="param-type">function</span>
2546
2602
 
2547
2603
 
2604
+
2548
2605
 
2549
2606
  </td>
2550
2607
 
@@ -2571,6 +2628,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2571
2628
  <span class="param-type">function</span>
2572
2629
 
2573
2630
 
2631
+
2574
2632
 
2575
2633
  </td>
2576
2634
 
@@ -2607,7 +2665,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2607
2665
 
2608
2666
  <dt class="inherited-from">Inherited From:</dt>
2609
2667
  <dd class="inherited-from"><ul class="dummy"><li>
2610
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2668
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2611
2669
  </li></ul></dd>
2612
2670
 
2613
2671
 
@@ -2669,6 +2727,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2669
2727
  <span class="param-type">Promise.&lt;Object></span>
2670
2728
 
2671
2729
 
2730
+
2672
2731
  </div>
2673
2732
 
2674
2733
  </div>
@@ -2781,6 +2840,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2781
2840
  <span class="param-type">function</span>
2782
2841
 
2783
2842
 
2843
+
2784
2844
 
2785
2845
  </td>
2786
2846
 
@@ -2809,6 +2869,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2809
2869
  <span class="param-type">function</span>
2810
2870
 
2811
2871
 
2872
+
2812
2873
 
2813
2874
  </td>
2814
2875
 
@@ -2847,7 +2908,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2847
2908
 
2848
2909
  <dt class="inherited-from">Inherited From:</dt>
2849
2910
  <dd class="inherited-from"><ul class="dummy"><li>
2850
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2911
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2851
2912
  </li></ul></dd>
2852
2913
 
2853
2914
 
@@ -2993,6 +3054,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2993
3054
  <span class="param-type">Object</span>
2994
3055
 
2995
3056
 
3057
+
2996
3058
 
2997
3059
  </td>
2998
3060
 
@@ -3019,6 +3081,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3019
3081
  <span class="param-type">String</span>
3020
3082
 
3021
3083
 
3084
+
3022
3085
 
3023
3086
  </td>
3024
3087
 
@@ -3045,6 +3108,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3045
3108
  <span class="param-type">String</span>
3046
3109
 
3047
3110
 
3111
+
3048
3112
 
3049
3113
  </td>
3050
3114
 
@@ -3071,6 +3135,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3071
3135
  <span class="param-type">String</span>
3072
3136
 
3073
3137
 
3138
+
3074
3139
 
3075
3140
  </td>
3076
3141
 
@@ -3099,6 +3164,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3099
3164
  <span class="param-type">function</span>
3100
3165
 
3101
3166
 
3167
+
3102
3168
 
3103
3169
  </td>
3104
3170
 
@@ -3125,6 +3191,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3125
3191
  <span class="param-type">function</span>
3126
3192
 
3127
3193
 
3194
+
3128
3195
 
3129
3196
  </td>
3130
3197
 
@@ -3161,7 +3228,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3161
3228
 
3162
3229
  <dt class="inherited-from">Inherited From:</dt>
3163
3230
  <dd class="inherited-from"><ul class="dummy"><li>
3164
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3231
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3165
3232
  </li></ul></dd>
3166
3233
 
3167
3234
 
@@ -3223,6 +3290,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3223
3290
  <span class="param-type">Promise.&lt;String></span>
3224
3291
 
3225
3292
 
3293
+
3226
3294
  </div>
3227
3295
 
3228
3296
  </div>
@@ -3314,6 +3382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3314
3382
  <span class="param-type">Object</span>
3315
3383
 
3316
3384
 
3385
+
3317
3386
 
3318
3387
  </td>
3319
3388
 
@@ -3340,6 +3409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3340
3409
  <span class="param-type">String</span>
3341
3410
 
3342
3411
 
3412
+
3343
3413
 
3344
3414
  </td>
3345
3415
 
@@ -3366,6 +3436,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3366
3436
  <span class="param-type">String</span>
3367
3437
 
3368
3438
 
3439
+
3369
3440
 
3370
3441
  </td>
3371
3442
 
@@ -3392,6 +3463,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3392
3463
  <span class="param-type">String</span>
3393
3464
 
3394
3465
 
3466
+
3395
3467
 
3396
3468
  </td>
3397
3469
 
@@ -3420,6 +3492,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3420
3492
  <span class="param-type">function</span>
3421
3493
 
3422
3494
 
3495
+
3423
3496
 
3424
3497
  </td>
3425
3498
 
@@ -3446,6 +3519,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3446
3519
  <span class="param-type">function</span>
3447
3520
 
3448
3521
 
3522
+
3449
3523
 
3450
3524
  </td>
3451
3525
 
@@ -3482,7 +3556,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3482
3556
 
3483
3557
  <dt class="inherited-from">Inherited From:</dt>
3484
3558
  <dd class="inherited-from"><ul class="dummy"><li>
3485
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3559
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3486
3560
  </li></ul></dd>
3487
3561
 
3488
3562
 
@@ -3544,6 +3618,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3544
3618
  <span class="param-type">Promise.&lt;String></span>
3545
3619
 
3546
3620
 
3621
+
3547
3622
  </div>
3548
3623
 
3549
3624
  </div>
@@ -3635,6 +3710,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3635
3710
  <span class="param-type">Object</span>
3636
3711
 
3637
3712
 
3713
+
3638
3714
 
3639
3715
  </td>
3640
3716
 
@@ -3661,6 +3737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3661
3737
  <span class="param-type">String</span>
3662
3738
 
3663
3739
 
3740
+
3664
3741
 
3665
3742
  </td>
3666
3743
 
@@ -3687,6 +3764,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3687
3764
  <span class="param-type">String</span>
3688
3765
 
3689
3766
 
3767
+
3690
3768
 
3691
3769
  </td>
3692
3770
 
@@ -3715,6 +3793,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3715
3793
  <span class="param-type">function</span>
3716
3794
 
3717
3795
 
3796
+
3718
3797
 
3719
3798
  </td>
3720
3799
 
@@ -3741,6 +3820,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3741
3820
  <span class="param-type">function</span>
3742
3821
 
3743
3822
 
3823
+
3744
3824
 
3745
3825
  </td>
3746
3826
 
@@ -3777,7 +3857,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3777
3857
 
3778
3858
  <dt class="inherited-from">Inherited From:</dt>
3779
3859
  <dd class="inherited-from"><ul class="dummy"><li>
3780
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3860
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3781
3861
  </li></ul></dd>
3782
3862
 
3783
3863
 
@@ -3846,6 +3926,7 @@ console.log(&quot;submit: &quot;, res);
3846
3926
  <span class="param-type">Promise.&lt;String></span>
3847
3927
 
3848
3928
 
3929
+
3849
3930
  </div>
3850
3931
 
3851
3932
  </div>