@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">Number</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Number</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">Number</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -300,6 +310,7 @@
300
310
  <span class="param-type">Number</span>
301
311
 
302
312
 
313
+
303
314
 
304
315
  </td>
305
316
 
@@ -418,7 +429,7 @@
418
429
 
419
430
 
420
431
  <ul>
421
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
432
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
422
433
  </ul>
423
434
 
424
435
 
@@ -450,232 +461,250 @@
450
461
  <tbody>
451
462
 
452
463
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="WorkFlowServer600229.html#attOptType">attOptType</a></code></td>
464
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
454
465
  <td class="name">
455
466
  <code>
456
467
 
457
468
  <span class="param-type">Number</span>
458
469
 
459
470
 
471
+
460
472
  </code>
461
473
  </td>
462
474
  <td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{&quot;activeValue&quot;:&quot;1&quot;,&quot;inactiveValue&quot;:&quot;0&quot;}</p></code></td>
463
475
  </tr>
464
476
 
465
477
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="WorkFlowServer600229.html#center">center</a></code></td>
478
+ <td class="name"><code><a href="#center">center</a></code></td>
467
479
  <td class="name">
468
480
  <code>
469
481
 
470
482
  <span class="param-type">String</span>
471
483
 
472
484
 
485
+
473
486
  </code>
474
487
  </td>
475
488
  <td class="name"><code><p>圆心坐标字符串,必传,例如:71,-28</p></code></td>
476
489
  </tr>
477
490
 
478
491
  <tr class="deep-level-0">
479
- <td class="name"><code><a href="WorkFlowServer600229.html#clientId">clientId</a></code></td>
492
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
480
493
  <td class="name">
481
494
  <code>
482
495
 
483
496
  <span class="param-type">Boolean</span>
484
497
 
485
498
 
499
+
486
500
  </code>
487
501
  </td>
488
502
  <td class="name"><code><p>客户端id</p></code></td>
489
503
  </tr>
490
504
 
491
505
  <tr class="deep-level-0">
492
- <td class="name"><code><a href="WorkFlowServer600229.html#description">description</a></code></td>
506
+ <td class="name"><code><a href="#description">description</a></code></td>
493
507
  <td class="name">
494
508
  <code>
495
509
 
496
510
  <span class="param-type">String</span>
497
511
 
498
512
 
513
+
499
514
  </code>
500
515
  </td>
501
516
  <td class="name"><code><p>圆裁剪(sfcls)</p></code></td>
502
517
  </tr>
503
518
 
504
519
  <tr class="deep-level-0">
505
- <td class="name"><code><a href="WorkFlowServer600229.html#desInfo">desInfo</a></code></td>
520
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
506
521
  <td class="name">
507
522
  <code>
508
523
 
509
524
  <span class="param-type">String</span>
510
525
 
511
526
 
527
+
512
528
  </code>
513
529
  </td>
514
530
  <td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/clipCir</p></code></td>
515
531
  </tr>
516
532
 
517
533
  <tr class="deep-level-0">
518
- <td class="name"><code><a href="WorkFlowServer600229.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
534
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
519
535
  <td class="name">
520
536
  <code>
521
537
 
522
538
  <span class="param-type">Boolean</span>
523
539
 
524
540
 
541
+
525
542
  </code>
526
543
  </td>
527
544
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
528
545
  </tr>
529
546
 
530
547
  <tr class="deep-level-0">
531
- <td class="name"><code><a href="WorkFlowServer600229.html#flowId">flowId</a></code></td>
548
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
532
549
  <td class="name">
533
550
  <code>
534
551
 
535
552
  <span class="param-type">Number</span>
536
553
 
537
554
 
555
+
538
556
  </code>
539
557
  </td>
540
558
  <td class="name"><code><p>600229</p></code></td>
541
559
  </tr>
542
560
 
543
561
  <tr class="deep-level-0">
544
- <td class="name"><code><a href="WorkFlowServer600229.html#groupName">groupName</a></code></td>
562
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
545
563
  <td class="name">
546
564
  <code>
547
565
 
548
566
  <span class="param-type">String</span>
549
567
 
550
568
 
569
+
551
570
  </code>
552
571
  </td>
553
572
  <td class="name"><code><p>裁剪分析</p></code></td>
554
573
  </tr>
555
574
 
556
575
  <tr class="deep-level-0">
557
- <td class="name"><code><a href="WorkFlowServer600229.html#headers">headers</a></code></td>
576
+ <td class="name"><code><a href="#headers">headers</a></code></td>
558
577
  <td class="name">
559
578
  <code>
560
579
 
561
580
  <span class="param-type">String</span>
562
581
 
563
582
 
583
+
564
584
  </code>
565
585
  </td>
566
586
  <td class="name"><code><p>请求头参数</p></code></td>
567
587
  </tr>
568
588
 
569
589
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="WorkFlowServer600229.html#infoOptType">infoOptType</a></code></td>
590
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
571
591
  <td class="name">
572
592
  <code>
573
593
 
574
594
  <span class="param-type">Number</span>
575
595
 
576
596
 
597
+
577
598
  </code>
578
599
  </td>
579
600
  <td class="name"><code><p>共有部分的图形参数操作,0:随机,1:使用第一个类的图形参数,2:使用第二个类的图形参数,必传,例如:{&quot;0&quot;:&quot;随机&quot;,&quot;1&quot;:&quot;使用第一个类的图形参数&quot;,&quot;2&quot;:&quot;使用第二个类的图形参数&quot;}</p></code></td>
580
601
  </tr>
581
602
 
582
603
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="WorkFlowServer600229.html#overType">overType</a></code></td>
604
+ <td class="name"><code><a href="#overType">overType</a></code></td>
584
605
  <td class="name">
585
606
  <code>
586
607
 
587
608
  <span class="param-type">Number</span>
588
609
 
589
610
 
611
+
590
612
  </code>
591
613
  </td>
592
614
  <td class="name"><code><p>图层裁剪类型,3:内裁,4:外裁,必传,例如:{&quot;3&quot;:&quot;内裁&quot;,&quot;4&quot;:&quot;外裁&quot;}</p></code></td>
593
615
  </tr>
594
616
 
595
617
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="WorkFlowServer600229.html#radius">radius</a></code></td>
618
+ <td class="name"><code><a href="#radius">radius</a></code></td>
597
619
  <td class="name">
598
620
  <code>
599
621
 
600
622
  <span class="param-type">Number</span>
601
623
 
602
624
 
625
+
603
626
  </code>
604
627
  </td>
605
628
  <td class="name"><code><p>半径,必传,例如:70</p></code></td>
606
629
  </tr>
607
630
 
608
631
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="WorkFlowServer600229.html#requestInterceptor">requestInterceptor</a></code></td>
632
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
610
633
  <td class="name">
611
634
  <code>
612
635
 
613
636
  <span class="param-type">function</span>
614
637
 
615
638
 
639
+
616
640
  </code>
617
641
  </td>
618
642
  <td class="name"><code><p>请求发送拦截器</p></code></td>
619
643
  </tr>
620
644
 
621
645
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="WorkFlowServer600229.html#requestTimeout">requestTimeout</a></code></td>
646
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
623
647
  <td class="name">
624
648
  <code>
625
649
 
626
650
  <span class="param-type">String</span>
627
651
 
628
652
 
653
+
629
654
  </code>
630
655
  </td>
631
656
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
632
657
  </tr>
633
658
 
634
659
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="WorkFlowServer600229.html#responseInterceptor">responseInterceptor</a></code></td>
660
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
636
661
  <td class="name">
637
662
  <code>
638
663
 
639
664
  <span class="param-type">function</span>
640
665
 
641
666
 
667
+
642
668
  </code>
643
669
  </td>
644
670
  <td class="name"><code><p>请求响应拦截器</p></code></td>
645
671
  </tr>
646
672
 
647
673
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="WorkFlowServer600229.html#srcInfo">srcInfo</a></code></td>
674
+ <td class="name"><code><a href="#srcInfo">srcInfo</a></code></td>
649
675
  <td class="name">
650
676
  <code>
651
677
 
652
678
  <span class="param-type">String</span>
653
679
 
654
680
 
681
+
655
682
  </code>
656
683
  </td>
657
684
  <td class="name"><code><p>源简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayA</p></code></td>
658
685
  </tr>
659
686
 
660
687
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="WorkFlowServer600229.html#step">step</a></code></td>
688
+ <td class="name"><code><a href="#step">step</a></code></td>
662
689
  <td class="name">
663
690
  <code>
664
691
 
665
692
  <span class="param-type">Number</span>
666
693
 
667
694
 
695
+
668
696
  </code>
669
697
  </td>
670
698
  <td class="name"><code><p>离散化歩长,必传,例如:0.001</p></code></td>
671
699
  </tr>
672
700
 
673
701
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="WorkFlowServer600229.html#tokenAttachType">tokenAttachType</a></code></td>
702
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
675
703
  <td class="name">
676
704
  <code>
677
705
 
678
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
706
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
707
+
679
708
 
680
709
 
681
710
  </code>
@@ -684,52 +713,56 @@
684
713
  </tr>
685
714
 
686
715
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="WorkFlowServer600229.html#tokenKey">tokenKey</a></code></td>
716
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
688
717
  <td class="name">
689
718
  <code>
690
719
 
691
720
  <span class="param-type">String</span>
692
721
 
693
722
 
723
+
694
724
  </code>
695
725
  </td>
696
726
  <td class="name"><code><p>token名</p></code></td>
697
727
  </tr>
698
728
 
699
729
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="WorkFlowServer600229.html#tokenValue">tokenValue</a></code></td>
730
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
701
731
  <td class="name">
702
732
  <code>
703
733
 
704
734
  <span class="param-type">String</span>
705
735
 
706
736
 
737
+
707
738
  </code>
708
739
  </td>
709
740
  <td class="name"><code><p>token值</p></code></td>
710
741
  </tr>
711
742
 
712
743
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="WorkFlowServer600229.html#tolerance">tolerance</a></code></td>
744
+ <td class="name"><code><a href="#tolerance">tolerance</a></code></td>
714
745
  <td class="name">
715
746
  <code>
716
747
 
717
748
  <span class="param-type">Number</span>
718
749
 
719
750
 
751
+
720
752
  </code>
721
753
  </td>
722
754
  <td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
723
755
  </tr>
724
756
 
725
757
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="WorkFlowServer600229.html#url">url</a></code></td>
758
+ <td class="name"><code><a href="#url">url</a></code></td>
727
759
  <td class="name">
728
760
  <code>
729
761
 
730
762
  <span class="param-type">String</span>
731
763
 
732
764
 
765
+
733
766
  </code>
734
767
  </td>
735
768
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -749,6 +782,7 @@
749
782
  <span class="param-type">Number</span>
750
783
 
751
784
 
785
+
752
786
  </span>
753
787
 
754
788
  <h4 class="name" id="attOptType">
@@ -819,6 +853,7 @@
819
853
  <span class="param-type">String</span>
820
854
 
821
855
 
856
+
822
857
  </span>
823
858
 
824
859
  <h4 class="name" id="center">
@@ -889,6 +924,7 @@
889
924
  <span class="param-type">Boolean</span>
890
925
 
891
926
 
927
+
892
928
  </span>
893
929
 
894
930
  <h4 class="name" id="clientId">
@@ -920,7 +956,7 @@
920
956
 
921
957
  <dt class="inherited-from">Inherited From:</dt>
922
958
  <dd class="inherited-from"><ul class="dummy"><li>
923
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
959
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
924
960
  </li></ul></dd>
925
961
 
926
962
 
@@ -964,6 +1000,7 @@
964
1000
  <span class="param-type">String</span>
965
1001
 
966
1002
 
1003
+
967
1004
  </span>
968
1005
 
969
1006
  <h4 class="name" id="description">
@@ -1038,6 +1075,7 @@
1038
1075
  <span class="param-type">String</span>
1039
1076
 
1040
1077
 
1078
+
1041
1079
  </span>
1042
1080
 
1043
1081
  <h4 class="name" id="desInfo">
@@ -1108,6 +1146,7 @@
1108
1146
  <span class="param-type">Boolean</span>
1109
1147
 
1110
1148
 
1149
+
1111
1150
  </span>
1112
1151
 
1113
1152
  <h4 class="name" id="enableGlobeFetch">
@@ -1139,7 +1178,7 @@
1139
1178
 
1140
1179
  <dt class="inherited-from">Inherited From:</dt>
1141
1180
  <dd class="inherited-from"><ul class="dummy"><li>
1142
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1181
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1143
1182
  </li></ul></dd>
1144
1183
 
1145
1184
 
@@ -1204,6 +1243,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1204
1243
  <span class="param-type">Number</span>
1205
1244
 
1206
1245
 
1246
+
1207
1247
  </span>
1208
1248
 
1209
1249
  <h4 class="name" id="flowId">
@@ -1278,6 +1318,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1278
1318
  <span class="param-type">String</span>
1279
1319
 
1280
1320
 
1321
+
1281
1322
  </span>
1282
1323
 
1283
1324
  <h4 class="name" id="groupName">
@@ -1352,6 +1393,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1352
1393
  <span class="param-type">String</span>
1353
1394
 
1354
1395
 
1396
+
1355
1397
  </span>
1356
1398
 
1357
1399
  <h4 class="name" id="headers">
@@ -1383,7 +1425,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1383
1425
 
1384
1426
  <dt class="inherited-from">Inherited From:</dt>
1385
1427
  <dd class="inherited-from"><ul class="dummy"><li>
1386
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1428
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1387
1429
  </li></ul></dd>
1388
1430
 
1389
1431
 
@@ -1449,6 +1491,7 @@ BaseServer.headers.token = '新token';</code></pre>
1449
1491
  <span class="param-type">Number</span>
1450
1492
 
1451
1493
 
1494
+
1452
1495
  </span>
1453
1496
 
1454
1497
  <h4 class="name" id="infoOptType">
@@ -1519,6 +1562,7 @@ BaseServer.headers.token = '新token';</code></pre>
1519
1562
  <span class="param-type">Number</span>
1520
1563
 
1521
1564
 
1565
+
1522
1566
  </span>
1523
1567
 
1524
1568
  <h4 class="name" id="overType">
@@ -1589,6 +1633,7 @@ BaseServer.headers.token = '新token';</code></pre>
1589
1633
  <span class="param-type">Number</span>
1590
1634
 
1591
1635
 
1636
+
1592
1637
  </span>
1593
1638
 
1594
1639
  <h4 class="name" id="radius">
@@ -1659,6 +1704,7 @@ BaseServer.headers.token = '新token';</code></pre>
1659
1704
  <span class="param-type">function</span>
1660
1705
 
1661
1706
 
1707
+
1662
1708
  </span>
1663
1709
 
1664
1710
  <h4 class="name" id="requestInterceptor">
@@ -1690,7 +1736,7 @@ BaseServer.headers.token = '新token';</code></pre>
1690
1736
 
1691
1737
  <dt class="inherited-from">Inherited From:</dt>
1692
1738
  <dd class="inherited-from"><ul class="dummy"><li>
1693
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1739
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1694
1740
  </li></ul></dd>
1695
1741
 
1696
1742
 
@@ -1762,6 +1808,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1762
1808
  <span class="param-type">String</span>
1763
1809
 
1764
1810
 
1811
+
1765
1812
  </span>
1766
1813
 
1767
1814
  <h4 class="name" id="requestTimeout">
@@ -1793,7 +1840,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1793
1840
 
1794
1841
  <dt class="inherited-from">Inherited From:</dt>
1795
1842
  <dd class="inherited-from"><ul class="dummy"><li>
1796
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1843
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1797
1844
  </li></ul></dd>
1798
1845
 
1799
1846
 
@@ -1855,6 +1902,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1855
1902
  <span class="param-type">function</span>
1856
1903
 
1857
1904
 
1905
+
1858
1906
  </span>
1859
1907
 
1860
1908
  <h4 class="name" id="responseInterceptor">
@@ -1886,7 +1934,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1886
1934
 
1887
1935
  <dt class="inherited-from">Inherited From:</dt>
1888
1936
  <dd class="inherited-from"><ul class="dummy"><li>
1889
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1937
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1890
1938
  </li></ul></dd>
1891
1939
 
1892
1940
 
@@ -1960,6 +2008,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1960
2008
  <span class="param-type">String</span>
1961
2009
 
1962
2010
 
2011
+
1963
2012
  </span>
1964
2013
 
1965
2014
  <h4 class="name" id="srcInfo">
@@ -2030,6 +2079,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2030
2079
  <span class="param-type">Number</span>
2031
2080
 
2032
2081
 
2082
+
2033
2083
  </span>
2034
2084
 
2035
2085
  <h4 class="name" id="step">
@@ -2097,7 +2147,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2097
2147
  <span class="method-parameter is-pulled-right">
2098
2148
  <label>类型:</label>
2099
2149
 
2100
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2150
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2151
+
2101
2152
 
2102
2153
 
2103
2154
  </span>
@@ -2131,7 +2182,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2131
2182
 
2132
2183
  <dt class="inherited-from">Inherited From:</dt>
2133
2184
  <dd class="inherited-from"><ul class="dummy"><li>
2134
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2185
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2135
2186
  </li></ul></dd>
2136
2187
 
2137
2188
 
@@ -2197,6 +2248,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2197
2248
  <span class="param-type">String</span>
2198
2249
 
2199
2250
 
2251
+
2200
2252
  </span>
2201
2253
 
2202
2254
  <h4 class="name" id="tokenKey">
@@ -2228,7 +2280,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2228
2280
 
2229
2281
  <dt class="inherited-from">Inherited From:</dt>
2230
2282
  <dd class="inherited-from"><ul class="dummy"><li>
2231
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2283
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2232
2284
  </li></ul></dd>
2233
2285
 
2234
2286
 
@@ -2289,6 +2341,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2289
2341
  <span class="param-type">String</span>
2290
2342
 
2291
2343
 
2344
+
2292
2345
  </span>
2293
2346
 
2294
2347
  <h4 class="name" id="tokenValue">
@@ -2320,7 +2373,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2320
2373
 
2321
2374
  <dt class="inherited-from">Inherited From:</dt>
2322
2375
  <dd class="inherited-from"><ul class="dummy"><li>
2323
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2376
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2324
2377
  </li></ul></dd>
2325
2378
 
2326
2379
 
@@ -2381,6 +2434,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2381
2434
  <span class="param-type">Number</span>
2382
2435
 
2383
2436
 
2437
+
2384
2438
  </span>
2385
2439
 
2386
2440
  <h4 class="name" id="tolerance">
@@ -2451,6 +2505,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2451
2505
  <span class="param-type">String</span>
2452
2506
 
2453
2507
 
2508
+
2454
2509
  </span>
2455
2510
 
2456
2511
  <h4 class="name" id="url">
@@ -2539,7 +2594,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2539
2594
  <tbody>
2540
2595
 
2541
2596
  <tr class="deep-level-0">
2542
- <td class="name"><code><a href="WorkFlowServer600229.html#execute">execute</a></code></td>
2597
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2543
2598
  <td class="name">
2544
2599
  <code>
2545
2600
 
@@ -2547,6 +2602,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2547
2602
  <span class="param-type">Promise.&lt;Object></span>
2548
2603
 
2549
2604
 
2605
+
2550
2606
 
2551
2607
  </code>
2552
2608
  </td>
@@ -2554,7 +2610,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2554
2610
  </tr>
2555
2611
 
2556
2612
  <tr class="deep-level-0">
2557
- <td class="name"><code><a href="WorkFlowServer600229.html#queryServerInfo">queryServerInfo</a></code></td>
2613
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2558
2614
  <td class="name">
2559
2615
  <code>
2560
2616
 
@@ -2564,7 +2620,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2564
2620
  </tr>
2565
2621
 
2566
2622
  <tr class="deep-level-0">
2567
- <td class="name"><code><a href="WorkFlowServer600229.html#queryTaskResult">queryTaskResult</a></code></td>
2623
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2568
2624
  <td class="name">
2569
2625
  <code>
2570
2626
 
@@ -2572,6 +2628,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2572
2628
  <span class="param-type">Promise.&lt;String></span>
2573
2629
 
2574
2630
 
2631
+
2575
2632
 
2576
2633
  </code>
2577
2634
  </td>
@@ -2579,7 +2636,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2579
2636
  </tr>
2580
2637
 
2581
2638
  <tr class="deep-level-0">
2582
- <td class="name"><code><a href="WorkFlowServer600229.html#queryTaskStatus">queryTaskStatus</a></code></td>
2639
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2583
2640
  <td class="name">
2584
2641
  <code>
2585
2642
 
@@ -2587,6 +2644,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2587
2644
  <span class="param-type">Promise.&lt;String></span>
2588
2645
 
2589
2646
 
2647
+
2590
2648
 
2591
2649
  </code>
2592
2650
  </td>
@@ -2594,7 +2652,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2594
2652
  </tr>
2595
2653
 
2596
2654
  <tr class="deep-level-0">
2597
- <td class="name"><code><a href="WorkFlowServer600229.html#submit">submit</a></code></td>
2655
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2598
2656
  <td class="name">
2599
2657
  <code>
2600
2658
 
@@ -2602,6 +2660,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2602
2660
  <span class="param-type">Promise.&lt;String></span>
2603
2661
 
2604
2662
 
2663
+
2605
2664
 
2606
2665
  </code>
2607
2666
  </td>
@@ -2677,6 +2736,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2677
2736
  <span class="param-type">Object</span>
2678
2737
 
2679
2738
 
2739
+
2680
2740
 
2681
2741
  </td>
2682
2742
 
@@ -2703,6 +2763,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2703
2763
  <span class="param-type">String</span>
2704
2764
 
2705
2765
 
2766
+
2706
2767
 
2707
2768
  </td>
2708
2769
 
@@ -2729,6 +2790,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2729
2790
  <span class="param-type">String</span>
2730
2791
 
2731
2792
 
2793
+
2732
2794
 
2733
2795
  </td>
2734
2796
 
@@ -2757,6 +2819,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2757
2819
  <span class="param-type">function</span>
2758
2820
 
2759
2821
 
2822
+
2760
2823
 
2761
2824
  </td>
2762
2825
 
@@ -2783,6 +2846,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2783
2846
  <span class="param-type">function</span>
2784
2847
 
2785
2848
 
2849
+
2786
2850
 
2787
2851
  </td>
2788
2852
 
@@ -2819,7 +2883,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2819
2883
 
2820
2884
  <dt class="inherited-from">Inherited From:</dt>
2821
2885
  <dd class="inherited-from"><ul class="dummy"><li>
2822
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2886
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2823
2887
  </li></ul></dd>
2824
2888
 
2825
2889
 
@@ -2881,6 +2945,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2881
2945
  <span class="param-type">Promise.&lt;Object></span>
2882
2946
 
2883
2947
 
2948
+
2884
2949
  </div>
2885
2950
 
2886
2951
  </div>
@@ -2993,6 +3058,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2993
3058
  <span class="param-type">function</span>
2994
3059
 
2995
3060
 
3061
+
2996
3062
 
2997
3063
  </td>
2998
3064
 
@@ -3021,6 +3087,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3021
3087
  <span class="param-type">function</span>
3022
3088
 
3023
3089
 
3090
+
3024
3091
 
3025
3092
  </td>
3026
3093
 
@@ -3059,7 +3126,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3059
3126
 
3060
3127
  <dt class="inherited-from">Inherited From:</dt>
3061
3128
  <dd class="inherited-from"><ul class="dummy"><li>
3062
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3129
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3063
3130
  </li></ul></dd>
3064
3131
 
3065
3132
 
@@ -3205,6 +3272,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3205
3272
  <span class="param-type">Object</span>
3206
3273
 
3207
3274
 
3275
+
3208
3276
 
3209
3277
  </td>
3210
3278
 
@@ -3231,6 +3299,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3231
3299
  <span class="param-type">String</span>
3232
3300
 
3233
3301
 
3302
+
3234
3303
 
3235
3304
  </td>
3236
3305
 
@@ -3257,6 +3326,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3257
3326
  <span class="param-type">String</span>
3258
3327
 
3259
3328
 
3329
+
3260
3330
 
3261
3331
  </td>
3262
3332
 
@@ -3283,6 +3353,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3283
3353
  <span class="param-type">String</span>
3284
3354
 
3285
3355
 
3356
+
3286
3357
 
3287
3358
  </td>
3288
3359
 
@@ -3311,6 +3382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3311
3382
  <span class="param-type">function</span>
3312
3383
 
3313
3384
 
3385
+
3314
3386
 
3315
3387
  </td>
3316
3388
 
@@ -3337,6 +3409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3337
3409
  <span class="param-type">function</span>
3338
3410
 
3339
3411
 
3412
+
3340
3413
 
3341
3414
  </td>
3342
3415
 
@@ -3373,7 +3446,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3446
 
3374
3447
  <dt class="inherited-from">Inherited From:</dt>
3375
3448
  <dd class="inherited-from"><ul class="dummy"><li>
3376
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3449
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3377
3450
  </li></ul></dd>
3378
3451
 
3379
3452
 
@@ -3435,6 +3508,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3435
3508
  <span class="param-type">Promise.&lt;String></span>
3436
3509
 
3437
3510
 
3511
+
3438
3512
  </div>
3439
3513
 
3440
3514
  </div>
@@ -3526,6 +3600,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3526
3600
  <span class="param-type">Object</span>
3527
3601
 
3528
3602
 
3603
+
3529
3604
 
3530
3605
  </td>
3531
3606
 
@@ -3552,6 +3627,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3552
3627
  <span class="param-type">String</span>
3553
3628
 
3554
3629
 
3630
+
3555
3631
 
3556
3632
  </td>
3557
3633
 
@@ -3578,6 +3654,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3578
3654
  <span class="param-type">String</span>
3579
3655
 
3580
3656
 
3657
+
3581
3658
 
3582
3659
  </td>
3583
3660
 
@@ -3604,6 +3681,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3604
3681
  <span class="param-type">String</span>
3605
3682
 
3606
3683
 
3684
+
3607
3685
 
3608
3686
  </td>
3609
3687
 
@@ -3632,6 +3710,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3632
3710
  <span class="param-type">function</span>
3633
3711
 
3634
3712
 
3713
+
3635
3714
 
3636
3715
  </td>
3637
3716
 
@@ -3658,6 +3737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3658
3737
  <span class="param-type">function</span>
3659
3738
 
3660
3739
 
3740
+
3661
3741
 
3662
3742
  </td>
3663
3743
 
@@ -3694,7 +3774,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3694
3774
 
3695
3775
  <dt class="inherited-from">Inherited From:</dt>
3696
3776
  <dd class="inherited-from"><ul class="dummy"><li>
3697
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3777
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3698
3778
  </li></ul></dd>
3699
3779
 
3700
3780
 
@@ -3756,6 +3836,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3756
3836
  <span class="param-type">Promise.&lt;String></span>
3757
3837
 
3758
3838
 
3839
+
3759
3840
  </div>
3760
3841
 
3761
3842
  </div>
@@ -3847,6 +3928,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3847
3928
  <span class="param-type">Object</span>
3848
3929
 
3849
3930
 
3931
+
3850
3932
 
3851
3933
  </td>
3852
3934
 
@@ -3873,6 +3955,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3873
3955
  <span class="param-type">String</span>
3874
3956
 
3875
3957
 
3958
+
3876
3959
 
3877
3960
  </td>
3878
3961
 
@@ -3899,6 +3982,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3899
3982
  <span class="param-type">String</span>
3900
3983
 
3901
3984
 
3985
+
3902
3986
 
3903
3987
  </td>
3904
3988
 
@@ -3927,6 +4011,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3927
4011
  <span class="param-type">function</span>
3928
4012
 
3929
4013
 
4014
+
3930
4015
 
3931
4016
  </td>
3932
4017
 
@@ -3953,6 +4038,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3953
4038
  <span class="param-type">function</span>
3954
4039
 
3955
4040
 
4041
+
3956
4042
 
3957
4043
  </td>
3958
4044
 
@@ -3989,7 +4075,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3989
4075
 
3990
4076
  <dt class="inherited-from">Inherited From:</dt>
3991
4077
  <dd class="inherited-from"><ul class="dummy"><li>
3992
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4078
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3993
4079
  </li></ul></dd>
3994
4080
 
3995
4081
 
@@ -4058,6 +4144,7 @@ console.log(&quot;submit: &quot;, res);
4058
4144
  <span class="param-type">Promise.&lt;String></span>
4059
4145
 
4060
4146
 
4147
+
4061
4148
  </div>
4062
4149
 
4063
4150
  </div>