@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -124,6 +126,7 @@
124
126
  <span class="param-type">String</span>
125
127
 
126
128
 
129
+
127
130
 
128
131
  </td>
129
132
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">String</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">String</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</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
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">String</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -394,7 +404,7 @@
394
404
 
395
405
 
396
406
  <ul>
397
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
407
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
398
408
  </ul>
399
409
 
400
410
 
@@ -426,232 +436,250 @@
426
436
  <tbody>
427
437
 
428
438
  <tr class="deep-level-0">
429
- <td class="name"><code><a href="WorkFlowServer600354.html#barrierPosStr">barrierPosStr</a></code></td>
439
+ <td class="name"><code><a href="#barrierPosStr">barrierPosStr</a></code></td>
430
440
  <td class="name">
431
441
  <code>
432
442
 
433
443
  <span class="param-type">String</span>
434
444
 
435
445
 
446
+
436
447
  </code>
437
448
  </td>
438
449
  <td class="name"><code><p>障碍点坐标字符串,逗号分隔,形如:x1,y1,x2,y2,例如:114.4988,38.055849,114.498885,38.0525305</p></code></td>
439
450
  </tr>
440
451
 
441
452
  <tr class="deep-level-0">
442
- <td class="name"><code><a href="WorkFlowServer600354.html#clientId">clientId</a></code></td>
453
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
443
454
  <td class="name">
444
455
  <code>
445
456
 
446
457
  <span class="param-type">Boolean</span>
447
458
 
448
459
 
460
+
449
461
  </code>
450
462
  </td>
451
463
  <td class="name"><code><p>客户端id</p></code></td>
452
464
  </tr>
453
465
 
454
466
  <tr class="deep-level-0">
455
- <td class="name"><code><a href="WorkFlowServer600354.html#description">description</a></code></td>
467
+ <td class="name"><code><a href="#description">description</a></code></td>
456
468
  <td class="name">
457
469
  <code>
458
470
 
459
471
  <span class="param-type">String</span>
460
472
 
461
473
 
474
+
462
475
  </code>
463
476
  </td>
464
477
  <td class="name"><code><p>最近设施分析</p></code></td>
465
478
  </tr>
466
479
 
467
480
  <tr class="deep-level-0">
468
- <td class="name"><code><a href="WorkFlowServer600354.html#direction">direction</a></code></td>
481
+ <td class="name"><code><a href="#direction">direction</a></code></td>
469
482
  <td class="name">
470
483
  <code>
471
484
 
472
485
  <span class="param-type">String</span>
473
486
 
474
487
 
488
+
475
489
  </code>
476
490
  </td>
477
491
  <td class="name"><code><p>方向,默认从设施,例如:{&quot;从设施&quot;:&quot;从设施&quot;,&quot;到设施&quot;:&quot;到设施&quot;}</p></code></td>
478
492
  </tr>
479
493
 
480
494
  <tr class="deep-level-0">
481
- <td class="name"><code><a href="WorkFlowServer600354.html#elementType">elementType</a></code></td>
495
+ <td class="name"><code><a href="#elementType">elementType</a></code></td>
482
496
  <td class="name">
483
497
  <code>
484
498
 
485
499
  <span class="param-type">Number</span>
486
500
 
487
501
 
502
+
488
503
  </code>
489
504
  </td>
490
505
  <td class="name"><code><p>添加网标方式,逗号分隔,必传,例如:1,2</p></code></td>
491
506
  </tr>
492
507
 
493
508
  <tr class="deep-level-0">
494
- <td class="name"><code><a href="WorkFlowServer600354.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
509
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
495
510
  <td class="name">
496
511
  <code>
497
512
 
498
513
  <span class="param-type">Boolean</span>
499
514
 
500
515
 
516
+
501
517
  </code>
502
518
  </td>
503
519
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
504
520
  </tr>
505
521
 
506
522
  <tr class="deep-level-0">
507
- <td class="name"><code><a href="WorkFlowServer600354.html#eventPosStr">eventPosStr</a></code></td>
523
+ <td class="name"><code><a href="#eventPosStr">eventPosStr</a></code></td>
508
524
  <td class="name">
509
525
  <code>
510
526
 
511
527
  <span class="param-type">String</span>
512
528
 
513
529
 
530
+
514
531
  </code>
515
532
  </td>
516
533
  <td class="name"><code><p>事件点坐标字符串,逗号分隔,形如:x1,y1,x2,y2,必传,例如:114.4988,38.055849,114.498885,38.0525305</p></code></td>
517
534
  </tr>
518
535
 
519
536
  <tr class="deep-level-0">
520
- <td class="name"><code><a href="WorkFlowServer600354.html#facilityPosStr">facilityPosStr</a></code></td>
537
+ <td class="name"><code><a href="#facilityPosStr">facilityPosStr</a></code></td>
521
538
  <td class="name">
522
539
  <code>
523
540
 
524
541
  <span class="param-type">String</span>
525
542
 
526
543
 
544
+
527
545
  </code>
528
546
  </td>
529
547
  <td class="name"><code><p>设施点坐标字符串,逗号分隔,形如:x1,y1,x2,y2,必传,例如:114.492507198986,38.0604768248643,114.49193,38.057552</p></code></td>
530
548
  </tr>
531
549
 
532
550
  <tr class="deep-level-0">
533
- <td class="name"><code><a href="WorkFlowServer600354.html#flowId">flowId</a></code></td>
551
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
534
552
  <td class="name">
535
553
  <code>
536
554
 
537
555
  <span class="param-type">Number</span>
538
556
 
539
557
 
558
+
540
559
  </code>
541
560
  </td>
542
561
  <td class="name"><code><p>600354</p></code></td>
543
562
  </tr>
544
563
 
545
564
  <tr class="deep-level-0">
546
- <td class="name"><code><a href="WorkFlowServer600354.html#groupName">groupName</a></code></td>
565
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
547
566
  <td class="name">
548
567
  <code>
549
568
 
550
569
  <span class="param-type">String</span>
551
570
 
552
571
 
572
+
553
573
  </code>
554
574
  </td>
555
575
  <td class="name"><code><p>网络分析</p></code></td>
556
576
  </tr>
557
577
 
558
578
  <tr class="deep-level-0">
559
- <td class="name"><code><a href="WorkFlowServer600354.html#headers">headers</a></code></td>
579
+ <td class="name"><code><a href="#headers">headers</a></code></td>
560
580
  <td class="name">
561
581
  <code>
562
582
 
563
583
  <span class="param-type">String</span>
564
584
 
565
585
 
586
+
566
587
  </code>
567
588
  </td>
568
589
  <td class="name"><code><p>请求头参数</p></code></td>
569
590
  </tr>
570
591
 
571
592
  <tr class="deep-level-0">
572
- <td class="name"><code><a href="WorkFlowServer600354.html#nearDis">nearDis</a></code></td>
593
+ <td class="name"><code><a href="#nearDis">nearDis</a></code></td>
573
594
  <td class="name">
574
595
  <code>
575
596
 
576
597
  <span class="param-type">Number</span>
577
598
 
578
599
 
600
+
579
601
  </code>
580
602
  </td>
581
603
  <td class="name"><code><p>容差,必传,例如:0.001</p></code></td>
582
604
  </tr>
583
605
 
584
606
  <tr class="deep-level-0">
585
- <td class="name"><code><a href="WorkFlowServer600354.html#netClsUrl">netClsUrl</a></code></td>
607
+ <td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
586
608
  <td class="name">
587
609
  <code>
588
610
 
589
611
  <span class="param-type">String</span>
590
612
 
591
613
 
614
+
592
615
  </code>
593
616
  </td>
594
617
  <td class="name"><code><p>网络类的URL,必传,例如:gdbp://MapGisLocal/sample/ds/网络分析/ncls/道路交通网</p></code></td>
595
618
  </tr>
596
619
 
597
620
  <tr class="deep-level-0">
598
- <td class="name"><code><a href="WorkFlowServer600354.html#outFormat">outFormat</a></code></td>
621
+ <td class="name"><code><a href="#outFormat">outFormat</a></code></td>
599
622
  <td class="name">
600
623
  <code>
601
624
 
602
625
  <span class="param-type">String</span>
603
626
 
604
627
 
628
+
605
629
  </code>
606
630
  </td>
607
631
  <td class="name"><code><p>输出格式,默认JSON,必传,例如:{&quot;JSON&quot;:&quot;JSON&quot;, &quot;XML&quot;:&quot;XML&quot;}</p></code></td>
608
632
  </tr>
609
633
 
610
634
  <tr class="deep-level-0">
611
- <td class="name"><code><a href="WorkFlowServer600354.html#requestInterceptor">requestInterceptor</a></code></td>
635
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
612
636
  <td class="name">
613
637
  <code>
614
638
 
615
639
  <span class="param-type">function</span>
616
640
 
617
641
 
642
+
618
643
  </code>
619
644
  </td>
620
645
  <td class="name"><code><p>请求发送拦截器</p></code></td>
621
646
  </tr>
622
647
 
623
648
  <tr class="deep-level-0">
624
- <td class="name"><code><a href="WorkFlowServer600354.html#requestTimeout">requestTimeout</a></code></td>
649
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
625
650
  <td class="name">
626
651
  <code>
627
652
 
628
653
  <span class="param-type">String</span>
629
654
 
630
655
 
656
+
631
657
  </code>
632
658
  </td>
633
659
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
634
660
  </tr>
635
661
 
636
662
  <tr class="deep-level-0">
637
- <td class="name"><code><a href="WorkFlowServer600354.html#responseInterceptor">responseInterceptor</a></code></td>
663
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
638
664
  <td class="name">
639
665
  <code>
640
666
 
641
667
  <span class="param-type">function</span>
642
668
 
643
669
 
670
+
644
671
  </code>
645
672
  </td>
646
673
  <td class="name"><code><p>请求响应拦截器</p></code></td>
647
674
  </tr>
648
675
 
649
676
  <tr class="deep-level-0">
650
- <td class="name"><code><a href="WorkFlowServer600354.html#tokenAttachType">tokenAttachType</a></code></td>
677
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
651
678
  <td class="name">
652
679
  <code>
653
680
 
654
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
681
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
682
+
655
683
 
656
684
 
657
685
  </code>
@@ -660,39 +688,42 @@
660
688
  </tr>
661
689
 
662
690
  <tr class="deep-level-0">
663
- <td class="name"><code><a href="WorkFlowServer600354.html#tokenKey">tokenKey</a></code></td>
691
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
664
692
  <td class="name">
665
693
  <code>
666
694
 
667
695
  <span class="param-type">String</span>
668
696
 
669
697
 
698
+
670
699
  </code>
671
700
  </td>
672
701
  <td class="name"><code><p>token名</p></code></td>
673
702
  </tr>
674
703
 
675
704
  <tr class="deep-level-0">
676
- <td class="name"><code><a href="WorkFlowServer600354.html#tokenValue">tokenValue</a></code></td>
705
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
677
706
  <td class="name">
678
707
  <code>
679
708
 
680
709
  <span class="param-type">String</span>
681
710
 
682
711
 
712
+
683
713
  </code>
684
714
  </td>
685
715
  <td class="name"><code><p>token值</p></code></td>
686
716
  </tr>
687
717
 
688
718
  <tr class="deep-level-0">
689
- <td class="name"><code><a href="WorkFlowServer600354.html#url">url</a></code></td>
719
+ <td class="name"><code><a href="#url">url</a></code></td>
690
720
  <td class="name">
691
721
  <code>
692
722
 
693
723
  <span class="param-type">String</span>
694
724
 
695
725
 
726
+
696
727
  </code>
697
728
  </td>
698
729
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -712,6 +743,7 @@
712
743
  <span class="param-type">String</span>
713
744
 
714
745
 
746
+
715
747
  </span>
716
748
 
717
749
  <h4 class="name" id="barrierPosStr">
@@ -782,6 +814,7 @@
782
814
  <span class="param-type">Boolean</span>
783
815
 
784
816
 
817
+
785
818
  </span>
786
819
 
787
820
  <h4 class="name" id="clientId">
@@ -813,7 +846,7 @@
813
846
 
814
847
  <dt class="inherited-from">Inherited From:</dt>
815
848
  <dd class="inherited-from"><ul class="dummy"><li>
816
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
849
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
817
850
  </li></ul></dd>
818
851
 
819
852
 
@@ -857,6 +890,7 @@
857
890
  <span class="param-type">String</span>
858
891
 
859
892
 
893
+
860
894
  </span>
861
895
 
862
896
  <h4 class="name" id="description">
@@ -931,6 +965,7 @@
931
965
  <span class="param-type">String</span>
932
966
 
933
967
 
968
+
934
969
  </span>
935
970
 
936
971
  <h4 class="name" id="direction">
@@ -1001,6 +1036,7 @@
1001
1036
  <span class="param-type">Number</span>
1002
1037
 
1003
1038
 
1039
+
1004
1040
  </span>
1005
1041
 
1006
1042
  <h4 class="name" id="elementType">
@@ -1071,6 +1107,7 @@
1071
1107
  <span class="param-type">Boolean</span>
1072
1108
 
1073
1109
 
1110
+
1074
1111
  </span>
1075
1112
 
1076
1113
  <h4 class="name" id="enableGlobeFetch">
@@ -1102,7 +1139,7 @@
1102
1139
 
1103
1140
  <dt class="inherited-from">Inherited From:</dt>
1104
1141
  <dd class="inherited-from"><ul class="dummy"><li>
1105
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1142
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1106
1143
  </li></ul></dd>
1107
1144
 
1108
1145
 
@@ -1167,6 +1204,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1167
1204
  <span class="param-type">String</span>
1168
1205
 
1169
1206
 
1207
+
1170
1208
  </span>
1171
1209
 
1172
1210
  <h4 class="name" id="eventPosStr">
@@ -1237,6 +1275,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1237
1275
  <span class="param-type">String</span>
1238
1276
 
1239
1277
 
1278
+
1240
1279
  </span>
1241
1280
 
1242
1281
  <h4 class="name" id="facilityPosStr">
@@ -1307,6 +1346,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1307
1346
  <span class="param-type">Number</span>
1308
1347
 
1309
1348
 
1349
+
1310
1350
  </span>
1311
1351
 
1312
1352
  <h4 class="name" id="flowId">
@@ -1381,6 +1421,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1381
1421
  <span class="param-type">String</span>
1382
1422
 
1383
1423
 
1424
+
1384
1425
  </span>
1385
1426
 
1386
1427
  <h4 class="name" id="groupName">
@@ -1455,6 +1496,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1455
1496
  <span class="param-type">String</span>
1456
1497
 
1457
1498
 
1499
+
1458
1500
  </span>
1459
1501
 
1460
1502
  <h4 class="name" id="headers">
@@ -1486,7 +1528,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1486
1528
 
1487
1529
  <dt class="inherited-from">Inherited From:</dt>
1488
1530
  <dd class="inherited-from"><ul class="dummy"><li>
1489
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1531
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1490
1532
  </li></ul></dd>
1491
1533
 
1492
1534
 
@@ -1552,6 +1594,7 @@ BaseServer.headers.token = '新token';</code></pre>
1552
1594
  <span class="param-type">Number</span>
1553
1595
 
1554
1596
 
1597
+
1555
1598
  </span>
1556
1599
 
1557
1600
  <h4 class="name" id="nearDis">
@@ -1622,6 +1665,7 @@ BaseServer.headers.token = '新token';</code></pre>
1622
1665
  <span class="param-type">String</span>
1623
1666
 
1624
1667
 
1668
+
1625
1669
  </span>
1626
1670
 
1627
1671
  <h4 class="name" id="netClsUrl">
@@ -1692,6 +1736,7 @@ BaseServer.headers.token = '新token';</code></pre>
1692
1736
  <span class="param-type">String</span>
1693
1737
 
1694
1738
 
1739
+
1695
1740
  </span>
1696
1741
 
1697
1742
  <h4 class="name" id="outFormat">
@@ -1762,6 +1807,7 @@ BaseServer.headers.token = '新token';</code></pre>
1762
1807
  <span class="param-type">function</span>
1763
1808
 
1764
1809
 
1810
+
1765
1811
  </span>
1766
1812
 
1767
1813
  <h4 class="name" id="requestInterceptor">
@@ -1793,7 +1839,7 @@ BaseServer.headers.token = '新token';</code></pre>
1793
1839
 
1794
1840
  <dt class="inherited-from">Inherited From:</dt>
1795
1841
  <dd class="inherited-from"><ul class="dummy"><li>
1796
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1842
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1797
1843
  </li></ul></dd>
1798
1844
 
1799
1845
 
@@ -1865,6 +1911,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1865
1911
  <span class="param-type">String</span>
1866
1912
 
1867
1913
 
1914
+
1868
1915
  </span>
1869
1916
 
1870
1917
  <h4 class="name" id="requestTimeout">
@@ -1896,7 +1943,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1896
1943
 
1897
1944
  <dt class="inherited-from">Inherited From:</dt>
1898
1945
  <dd class="inherited-from"><ul class="dummy"><li>
1899
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1946
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1900
1947
  </li></ul></dd>
1901
1948
 
1902
1949
 
@@ -1958,6 +2005,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1958
2005
  <span class="param-type">function</span>
1959
2006
 
1960
2007
 
2008
+
1961
2009
  </span>
1962
2010
 
1963
2011
  <h4 class="name" id="responseInterceptor">
@@ -1989,7 +2037,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1989
2037
 
1990
2038
  <dt class="inherited-from">Inherited From:</dt>
1991
2039
  <dd class="inherited-from"><ul class="dummy"><li>
1992
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2040
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1993
2041
  </li></ul></dd>
1994
2042
 
1995
2043
 
@@ -2060,7 +2108,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2060
2108
  <span class="method-parameter is-pulled-right">
2061
2109
  <label>类型:</label>
2062
2110
 
2063
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2111
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2112
+
2064
2113
 
2065
2114
 
2066
2115
  </span>
@@ -2094,7 +2143,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2094
2143
 
2095
2144
  <dt class="inherited-from">Inherited From:</dt>
2096
2145
  <dd class="inherited-from"><ul class="dummy"><li>
2097
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2146
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2098
2147
  </li></ul></dd>
2099
2148
 
2100
2149
 
@@ -2160,6 +2209,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2160
2209
  <span class="param-type">String</span>
2161
2210
 
2162
2211
 
2212
+
2163
2213
  </span>
2164
2214
 
2165
2215
  <h4 class="name" id="tokenKey">
@@ -2191,7 +2241,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2191
2241
 
2192
2242
  <dt class="inherited-from">Inherited From:</dt>
2193
2243
  <dd class="inherited-from"><ul class="dummy"><li>
2194
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2244
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2195
2245
  </li></ul></dd>
2196
2246
 
2197
2247
 
@@ -2252,6 +2302,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2252
2302
  <span class="param-type">String</span>
2253
2303
 
2254
2304
 
2305
+
2255
2306
  </span>
2256
2307
 
2257
2308
  <h4 class="name" id="tokenValue">
@@ -2283,7 +2334,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2283
2334
 
2284
2335
  <dt class="inherited-from">Inherited From:</dt>
2285
2336
  <dd class="inherited-from"><ul class="dummy"><li>
2286
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2337
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2287
2338
  </li></ul></dd>
2288
2339
 
2289
2340
 
@@ -2344,6 +2395,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2344
2395
  <span class="param-type">String</span>
2345
2396
 
2346
2397
 
2398
+
2347
2399
  </span>
2348
2400
 
2349
2401
  <h4 class="name" id="url">
@@ -2432,7 +2484,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2432
2484
  <tbody>
2433
2485
 
2434
2486
  <tr class="deep-level-0">
2435
- <td class="name"><code><a href="WorkFlowServer600354.html#execute">execute</a></code></td>
2487
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2436
2488
  <td class="name">
2437
2489
  <code>
2438
2490
 
@@ -2440,6 +2492,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2440
2492
  <span class="param-type">Promise.&lt;Object></span>
2441
2493
 
2442
2494
 
2495
+
2443
2496
 
2444
2497
  </code>
2445
2498
  </td>
@@ -2447,7 +2500,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2447
2500
  </tr>
2448
2501
 
2449
2502
  <tr class="deep-level-0">
2450
- <td class="name"><code><a href="WorkFlowServer600354.html#queryServerInfo">queryServerInfo</a></code></td>
2503
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2451
2504
  <td class="name">
2452
2505
  <code>
2453
2506
 
@@ -2457,7 +2510,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2457
2510
  </tr>
2458
2511
 
2459
2512
  <tr class="deep-level-0">
2460
- <td class="name"><code><a href="WorkFlowServer600354.html#queryTaskResult">queryTaskResult</a></code></td>
2513
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2461
2514
  <td class="name">
2462
2515
  <code>
2463
2516
 
@@ -2465,6 +2518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2465
2518
  <span class="param-type">Promise.&lt;String></span>
2466
2519
 
2467
2520
 
2521
+
2468
2522
 
2469
2523
  </code>
2470
2524
  </td>
@@ -2472,7 +2526,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2472
2526
  </tr>
2473
2527
 
2474
2528
  <tr class="deep-level-0">
2475
- <td class="name"><code><a href="WorkFlowServer600354.html#queryTaskStatus">queryTaskStatus</a></code></td>
2529
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2476
2530
  <td class="name">
2477
2531
  <code>
2478
2532
 
@@ -2480,6 +2534,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2480
2534
  <span class="param-type">Promise.&lt;String></span>
2481
2535
 
2482
2536
 
2537
+
2483
2538
 
2484
2539
  </code>
2485
2540
  </td>
@@ -2487,7 +2542,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2487
2542
  </tr>
2488
2543
 
2489
2544
  <tr class="deep-level-0">
2490
- <td class="name"><code><a href="WorkFlowServer600354.html#submit">submit</a></code></td>
2545
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2491
2546
  <td class="name">
2492
2547
  <code>
2493
2548
 
@@ -2495,6 +2550,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2495
2550
  <span class="param-type">Promise.&lt;String></span>
2496
2551
 
2497
2552
 
2553
+
2498
2554
 
2499
2555
  </code>
2500
2556
  </td>
@@ -2570,6 +2626,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2570
2626
  <span class="param-type">Object</span>
2571
2627
 
2572
2628
 
2629
+
2573
2630
 
2574
2631
  </td>
2575
2632
 
@@ -2596,6 +2653,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2596
2653
  <span class="param-type">String</span>
2597
2654
 
2598
2655
 
2656
+
2599
2657
 
2600
2658
  </td>
2601
2659
 
@@ -2622,6 +2680,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2622
2680
  <span class="param-type">String</span>
2623
2681
 
2624
2682
 
2683
+
2625
2684
 
2626
2685
  </td>
2627
2686
 
@@ -2650,6 +2709,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2650
2709
  <span class="param-type">function</span>
2651
2710
 
2652
2711
 
2712
+
2653
2713
 
2654
2714
  </td>
2655
2715
 
@@ -2676,6 +2736,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2676
2736
  <span class="param-type">function</span>
2677
2737
 
2678
2738
 
2739
+
2679
2740
 
2680
2741
  </td>
2681
2742
 
@@ -2712,7 +2773,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2712
2773
 
2713
2774
  <dt class="inherited-from">Inherited From:</dt>
2714
2775
  <dd class="inherited-from"><ul class="dummy"><li>
2715
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2776
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2716
2777
  </li></ul></dd>
2717
2778
 
2718
2779
 
@@ -2774,6 +2835,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2774
2835
  <span class="param-type">Promise.&lt;Object></span>
2775
2836
 
2776
2837
 
2838
+
2777
2839
  </div>
2778
2840
 
2779
2841
  </div>
@@ -2886,6 +2948,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2886
2948
  <span class="param-type">function</span>
2887
2949
 
2888
2950
 
2951
+
2889
2952
 
2890
2953
  </td>
2891
2954
 
@@ -2914,6 +2977,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2914
2977
  <span class="param-type">function</span>
2915
2978
 
2916
2979
 
2980
+
2917
2981
 
2918
2982
  </td>
2919
2983
 
@@ -2952,7 +3016,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2952
3016
 
2953
3017
  <dt class="inherited-from">Inherited From:</dt>
2954
3018
  <dd class="inherited-from"><ul class="dummy"><li>
2955
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3019
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2956
3020
  </li></ul></dd>
2957
3021
 
2958
3022
 
@@ -3098,6 +3162,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3098
3162
  <span class="param-type">Object</span>
3099
3163
 
3100
3164
 
3165
+
3101
3166
 
3102
3167
  </td>
3103
3168
 
@@ -3124,6 +3189,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3124
3189
  <span class="param-type">String</span>
3125
3190
 
3126
3191
 
3192
+
3127
3193
 
3128
3194
  </td>
3129
3195
 
@@ -3150,6 +3216,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3150
3216
  <span class="param-type">String</span>
3151
3217
 
3152
3218
 
3219
+
3153
3220
 
3154
3221
  </td>
3155
3222
 
@@ -3176,6 +3243,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3176
3243
  <span class="param-type">String</span>
3177
3244
 
3178
3245
 
3246
+
3179
3247
 
3180
3248
  </td>
3181
3249
 
@@ -3204,6 +3272,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3204
3272
  <span class="param-type">function</span>
3205
3273
 
3206
3274
 
3275
+
3207
3276
 
3208
3277
  </td>
3209
3278
 
@@ -3230,6 +3299,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3230
3299
  <span class="param-type">function</span>
3231
3300
 
3232
3301
 
3302
+
3233
3303
 
3234
3304
  </td>
3235
3305
 
@@ -3266,7 +3336,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3266
3336
 
3267
3337
  <dt class="inherited-from">Inherited From:</dt>
3268
3338
  <dd class="inherited-from"><ul class="dummy"><li>
3269
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3339
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3270
3340
  </li></ul></dd>
3271
3341
 
3272
3342
 
@@ -3328,6 +3398,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3398
  <span class="param-type">Promise.&lt;String></span>
3329
3399
 
3330
3400
 
3401
+
3331
3402
  </div>
3332
3403
 
3333
3404
  </div>
@@ -3419,6 +3490,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3419
3490
  <span class="param-type">Object</span>
3420
3491
 
3421
3492
 
3493
+
3422
3494
 
3423
3495
  </td>
3424
3496
 
@@ -3445,6 +3517,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3445
3517
  <span class="param-type">String</span>
3446
3518
 
3447
3519
 
3520
+
3448
3521
 
3449
3522
  </td>
3450
3523
 
@@ -3471,6 +3544,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3471
3544
  <span class="param-type">String</span>
3472
3545
 
3473
3546
 
3547
+
3474
3548
 
3475
3549
  </td>
3476
3550
 
@@ -3497,6 +3571,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3497
3571
  <span class="param-type">String</span>
3498
3572
 
3499
3573
 
3574
+
3500
3575
 
3501
3576
  </td>
3502
3577
 
@@ -3525,6 +3600,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3525
3600
  <span class="param-type">function</span>
3526
3601
 
3527
3602
 
3603
+
3528
3604
 
3529
3605
  </td>
3530
3606
 
@@ -3551,6 +3627,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3551
3627
  <span class="param-type">function</span>
3552
3628
 
3553
3629
 
3630
+
3554
3631
 
3555
3632
  </td>
3556
3633
 
@@ -3587,7 +3664,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3587
3664
 
3588
3665
  <dt class="inherited-from">Inherited From:</dt>
3589
3666
  <dd class="inherited-from"><ul class="dummy"><li>
3590
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3667
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3591
3668
  </li></ul></dd>
3592
3669
 
3593
3670
 
@@ -3649,6 +3726,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3649
3726
  <span class="param-type">Promise.&lt;String></span>
3650
3727
 
3651
3728
 
3729
+
3652
3730
  </div>
3653
3731
 
3654
3732
  </div>
@@ -3740,6 +3818,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3740
3818
  <span class="param-type">Object</span>
3741
3819
 
3742
3820
 
3821
+
3743
3822
 
3744
3823
  </td>
3745
3824
 
@@ -3766,6 +3845,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3766
3845
  <span class="param-type">String</span>
3767
3846
 
3768
3847
 
3848
+
3769
3849
 
3770
3850
  </td>
3771
3851
 
@@ -3792,6 +3872,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3792
3872
  <span class="param-type">String</span>
3793
3873
 
3794
3874
 
3875
+
3795
3876
 
3796
3877
  </td>
3797
3878
 
@@ -3820,6 +3901,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3820
3901
  <span class="param-type">function</span>
3821
3902
 
3822
3903
 
3904
+
3823
3905
 
3824
3906
  </td>
3825
3907
 
@@ -3846,6 +3928,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3846
3928
  <span class="param-type">function</span>
3847
3929
 
3848
3930
 
3931
+
3849
3932
 
3850
3933
  </td>
3851
3934
 
@@ -3882,7 +3965,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3882
3965
 
3883
3966
  <dt class="inherited-from">Inherited From:</dt>
3884
3967
  <dd class="inherited-from"><ul class="dummy"><li>
3885
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3968
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3886
3969
  </li></ul></dd>
3887
3970
 
3888
3971
 
@@ -3951,6 +4034,7 @@ console.log(&quot;submit: &quot;, res);
3951
4034
  <span class="param-type">Promise.&lt;String></span>
3952
4035
 
3953
4036
 
4037
+
3954
4038
  </div>
3955
4039
 
3956
4040
  </div>