@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">String</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">String</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">String</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -370,7 +379,7 @@
370
379
 
371
380
 
372
381
  <ul>
373
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
382
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
374
383
  </ul>
375
384
 
376
385
 
@@ -402,219 +411,236 @@
402
411
  <tbody>
403
412
 
404
413
  <tr class="deep-level-0">
405
- <td class="name"><code><a href="WorkFlowServer600369.html#clientId">clientId</a></code></td>
414
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
406
415
  <td class="name">
407
416
  <code>
408
417
 
409
418
  <span class="param-type">Boolean</span>
410
419
 
411
420
 
421
+
412
422
  </code>
413
423
  </td>
414
424
  <td class="name"><code><p>客户端id</p></code></td>
415
425
  </tr>
416
426
 
417
427
  <tr class="deep-level-0">
418
- <td class="name"><code><a href="WorkFlowServer600369.html#description">description</a></code></td>
428
+ <td class="name"><code><a href="#description">description</a></code></td>
419
429
  <td class="name">
420
430
  <code>
421
431
 
422
432
  <span class="param-type">String</span>
423
433
 
424
434
 
435
+
425
436
  </code>
426
437
  </td>
427
438
  <td class="name"><code><p>三维体对象空间运算</p></code></td>
428
439
  </tr>
429
440
 
430
441
  <tr class="deep-level-0">
431
- <td class="name"><code><a href="WorkFlowServer600369.html#desInfo">desInfo</a></code></td>
442
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
432
443
  <td class="name">
433
444
  <code>
434
445
 
435
446
  <span class="param-type">String</span>
436
447
 
437
448
 
449
+
438
450
  </code>
439
451
  </td>
440
452
  <td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/g3dSpatialOperateDes</p></code></td>
441
453
  </tr>
442
454
 
443
455
  <tr class="deep-level-0">
444
- <td class="name"><code><a href="WorkFlowServer600369.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
456
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
445
457
  <td class="name">
446
458
  <code>
447
459
 
448
460
  <span class="param-type">Boolean</span>
449
461
 
450
462
 
463
+
451
464
  </code>
452
465
  </td>
453
466
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
454
467
  </tr>
455
468
 
456
469
  <tr class="deep-level-0">
457
- <td class="name"><code><a href="WorkFlowServer600369.html#FIDs1">FIDs1</a></code></td>
470
+ <td class="name"><code><a href="#FIDs1">FIDs1</a></code></td>
458
471
  <td class="name">
459
472
  <code>
460
473
 
461
474
  <span class="param-type">String</span>
462
475
 
463
476
 
477
+
464
478
  </code>
465
479
  </td>
466
480
  <td class="name"><code><p>参与空间运算的要素1ID,多个以逗号分隔,不填则为全图,例如:1</p></code></td>
467
481
  </tr>
468
482
 
469
483
  <tr class="deep-level-0">
470
- <td class="name"><code><a href="WorkFlowServer600369.html#FIDs2">FIDs2</a></code></td>
484
+ <td class="name"><code><a href="#FIDs2">FIDs2</a></code></td>
471
485
  <td class="name">
472
486
  <code>
473
487
 
474
488
  <span class="param-type">String</span>
475
489
 
476
490
 
491
+
477
492
  </code>
478
493
  </td>
479
494
  <td class="name"><code><p>参与空间运算的要素2ID,多个以逗号分隔,不填则为全图,例如:2</p></code></td>
480
495
  </tr>
481
496
 
482
497
  <tr class="deep-level-0">
483
- <td class="name"><code><a href="WorkFlowServer600369.html#flowId">flowId</a></code></td>
498
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
484
499
  <td class="name">
485
500
  <code>
486
501
 
487
502
  <span class="param-type">Number</span>
488
503
 
489
504
 
505
+
490
506
  </code>
491
507
  </td>
492
508
  <td class="name"><code><p>600369</p></code></td>
493
509
  </tr>
494
510
 
495
511
  <tr class="deep-level-0">
496
- <td class="name"><code><a href="WorkFlowServer600369.html#groupName">groupName</a></code></td>
512
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
497
513
  <td class="name">
498
514
  <code>
499
515
 
500
516
  <span class="param-type">String</span>
501
517
 
502
518
 
519
+
503
520
  </code>
504
521
  </td>
505
522
  <td class="name"><code><p>三维分析</p></code></td>
506
523
  </tr>
507
524
 
508
525
  <tr class="deep-level-0">
509
- <td class="name"><code><a href="WorkFlowServer600369.html#headers">headers</a></code></td>
526
+ <td class="name"><code><a href="#headers">headers</a></code></td>
510
527
  <td class="name">
511
528
  <code>
512
529
 
513
530
  <span class="param-type">String</span>
514
531
 
515
532
 
533
+
516
534
  </code>
517
535
  </td>
518
536
  <td class="name"><code><p>请求头参数</p></code></td>
519
537
  </tr>
520
538
 
521
539
  <tr class="deep-level-0">
522
- <td class="name"><code><a href="WorkFlowServer600369.html#radius">radius</a></code></td>
540
+ <td class="name"><code><a href="#radius">radius</a></code></td>
523
541
  <td class="name">
524
542
  <code>
525
543
 
526
544
  <span class="param-type">String</span>
527
545
 
528
546
 
547
+
529
548
  </code>
530
549
  </td>
531
550
  <td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
532
551
  </tr>
533
552
 
534
553
  <tr class="deep-level-0">
535
- <td class="name"><code><a href="WorkFlowServer600369.html#requestInterceptor">requestInterceptor</a></code></td>
554
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
536
555
  <td class="name">
537
556
  <code>
538
557
 
539
558
  <span class="param-type">function</span>
540
559
 
541
560
 
561
+
542
562
  </code>
543
563
  </td>
544
564
  <td class="name"><code><p>请求发送拦截器</p></code></td>
545
565
  </tr>
546
566
 
547
567
  <tr class="deep-level-0">
548
- <td class="name"><code><a href="WorkFlowServer600369.html#requestTimeout">requestTimeout</a></code></td>
568
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
549
569
  <td class="name">
550
570
  <code>
551
571
 
552
572
  <span class="param-type">String</span>
553
573
 
554
574
 
575
+
555
576
  </code>
556
577
  </td>
557
578
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
558
579
  </tr>
559
580
 
560
581
  <tr class="deep-level-0">
561
- <td class="name"><code><a href="WorkFlowServer600369.html#responseInterceptor">responseInterceptor</a></code></td>
582
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
562
583
  <td class="name">
563
584
  <code>
564
585
 
565
586
  <span class="param-type">function</span>
566
587
 
567
588
 
589
+
568
590
  </code>
569
591
  </td>
570
592
  <td class="name"><code><p>请求响应拦截器</p></code></td>
571
593
  </tr>
572
594
 
573
595
  <tr class="deep-level-0">
574
- <td class="name"><code><a href="WorkFlowServer600369.html#spatialOperationType">spatialOperationType</a></code></td>
596
+ <td class="name"><code><a href="#spatialOperationType">spatialOperationType</a></code></td>
575
597
  <td class="name">
576
598
  <code>
577
599
 
578
600
  <span class="param-type">String</span>
579
601
 
580
602
 
603
+
581
604
  </code>
582
605
  </td>
583
606
  <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>
584
607
  </tr>
585
608
 
586
609
  <tr class="deep-level-0">
587
- <td class="name"><code><a href="WorkFlowServer600369.html#srcInfo1">srcInfo1</a></code></td>
610
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
588
611
  <td class="name">
589
612
  <code>
590
613
 
591
614
  <span class="param-type">String</span>
592
615
 
593
616
 
617
+
594
618
  </code>
595
619
  </td>
596
620
  <td class="name"><code><p>原始模型简单要素类1的URL,必传,例如:GDBP://MapGISLocal/Sample/sfcls/g3dSpatialOperate1</p></code></td>
597
621
  </tr>
598
622
 
599
623
  <tr class="deep-level-0">
600
- <td class="name"><code><a href="WorkFlowServer600369.html#srcInfo2">srcInfo2</a></code></td>
624
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
601
625
  <td class="name">
602
626
  <code>
603
627
 
604
628
  <span class="param-type">String</span>
605
629
 
606
630
 
631
+
607
632
  </code>
608
633
  </td>
609
634
  <td class="name"><code><p>原始模型简单要素类2的URL,必传,例如:GDBP://MapGISLocal/Sample/sfcls/g3dSpatialOperate2</p></code></td>
610
635
  </tr>
611
636
 
612
637
  <tr class="deep-level-0">
613
- <td class="name"><code><a href="WorkFlowServer600369.html#tokenAttachType">tokenAttachType</a></code></td>
638
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
614
639
  <td class="name">
615
640
  <code>
616
641
 
617
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
642
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
643
+
618
644
 
619
645
 
620
646
  </code>
@@ -623,39 +649,42 @@
623
649
  </tr>
624
650
 
625
651
  <tr class="deep-level-0">
626
- <td class="name"><code><a href="WorkFlowServer600369.html#tokenKey">tokenKey</a></code></td>
652
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
627
653
  <td class="name">
628
654
  <code>
629
655
 
630
656
  <span class="param-type">String</span>
631
657
 
632
658
 
659
+
633
660
  </code>
634
661
  </td>
635
662
  <td class="name"><code><p>token名</p></code></td>
636
663
  </tr>
637
664
 
638
665
  <tr class="deep-level-0">
639
- <td class="name"><code><a href="WorkFlowServer600369.html#tokenValue">tokenValue</a></code></td>
666
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
640
667
  <td class="name">
641
668
  <code>
642
669
 
643
670
  <span class="param-type">String</span>
644
671
 
645
672
 
673
+
646
674
  </code>
647
675
  </td>
648
676
  <td class="name"><code><p>token值</p></code></td>
649
677
  </tr>
650
678
 
651
679
  <tr class="deep-level-0">
652
- <td class="name"><code><a href="WorkFlowServer600369.html#url">url</a></code></td>
680
+ <td class="name"><code><a href="#url">url</a></code></td>
653
681
  <td class="name">
654
682
  <code>
655
683
 
656
684
  <span class="param-type">String</span>
657
685
 
658
686
 
687
+
659
688
  </code>
660
689
  </td>
661
690
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -675,6 +704,7 @@
675
704
  <span class="param-type">Boolean</span>
676
705
 
677
706
 
707
+
678
708
  </span>
679
709
 
680
710
  <h4 class="name" id="clientId">
@@ -706,7 +736,7 @@
706
736
 
707
737
  <dt class="inherited-from">Inherited From:</dt>
708
738
  <dd class="inherited-from"><ul class="dummy"><li>
709
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
739
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
710
740
  </li></ul></dd>
711
741
 
712
742
 
@@ -750,6 +780,7 @@
750
780
  <span class="param-type">String</span>
751
781
 
752
782
 
783
+
753
784
  </span>
754
785
 
755
786
  <h4 class="name" id="description">
@@ -824,6 +855,7 @@
824
855
  <span class="param-type">String</span>
825
856
 
826
857
 
858
+
827
859
  </span>
828
860
 
829
861
  <h4 class="name" id="desInfo">
@@ -894,6 +926,7 @@
894
926
  <span class="param-type">Boolean</span>
895
927
 
896
928
 
929
+
897
930
  </span>
898
931
 
899
932
  <h4 class="name" id="enableGlobeFetch">
@@ -925,7 +958,7 @@
925
958
 
926
959
  <dt class="inherited-from">Inherited From:</dt>
927
960
  <dd class="inherited-from"><ul class="dummy"><li>
928
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
961
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
929
962
  </li></ul></dd>
930
963
 
931
964
 
@@ -990,6 +1023,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
990
1023
  <span class="param-type">String</span>
991
1024
 
992
1025
 
1026
+
993
1027
  </span>
994
1028
 
995
1029
  <h4 class="name" id="FIDs1">
@@ -1060,6 +1094,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1060
1094
  <span class="param-type">String</span>
1061
1095
 
1062
1096
 
1097
+
1063
1098
  </span>
1064
1099
 
1065
1100
  <h4 class="name" id="FIDs2">
@@ -1130,6 +1165,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1130
1165
  <span class="param-type">Number</span>
1131
1166
 
1132
1167
 
1168
+
1133
1169
  </span>
1134
1170
 
1135
1171
  <h4 class="name" id="flowId">
@@ -1204,6 +1240,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1204
1240
  <span class="param-type">String</span>
1205
1241
 
1206
1242
 
1243
+
1207
1244
  </span>
1208
1245
 
1209
1246
  <h4 class="name" id="groupName">
@@ -1278,6 +1315,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1278
1315
  <span class="param-type">String</span>
1279
1316
 
1280
1317
 
1318
+
1281
1319
  </span>
1282
1320
 
1283
1321
  <h4 class="name" id="headers">
@@ -1309,7 +1347,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1309
1347
 
1310
1348
  <dt class="inherited-from">Inherited From:</dt>
1311
1349
  <dd class="inherited-from"><ul class="dummy"><li>
1312
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1350
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1313
1351
  </li></ul></dd>
1314
1352
 
1315
1353
 
@@ -1375,6 +1413,7 @@ BaseServer.headers.token = '新token';</code></pre>
1375
1413
  <span class="param-type">String</span>
1376
1414
 
1377
1415
 
1416
+
1378
1417
  </span>
1379
1418
 
1380
1419
  <h4 class="name" id="radius">
@@ -1445,6 +1484,7 @@ BaseServer.headers.token = '新token';</code></pre>
1445
1484
  <span class="param-type">function</span>
1446
1485
 
1447
1486
 
1487
+
1448
1488
  </span>
1449
1489
 
1450
1490
  <h4 class="name" id="requestInterceptor">
@@ -1476,7 +1516,7 @@ BaseServer.headers.token = '新token';</code></pre>
1476
1516
 
1477
1517
  <dt class="inherited-from">Inherited From:</dt>
1478
1518
  <dd class="inherited-from"><ul class="dummy"><li>
1479
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1519
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1480
1520
  </li></ul></dd>
1481
1521
 
1482
1522
 
@@ -1548,6 +1588,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1548
1588
  <span class="param-type">String</span>
1549
1589
 
1550
1590
 
1591
+
1551
1592
  </span>
1552
1593
 
1553
1594
  <h4 class="name" id="requestTimeout">
@@ -1579,7 +1620,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1579
1620
 
1580
1621
  <dt class="inherited-from">Inherited From:</dt>
1581
1622
  <dd class="inherited-from"><ul class="dummy"><li>
1582
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1623
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1583
1624
  </li></ul></dd>
1584
1625
 
1585
1626
 
@@ -1641,6 +1682,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1641
1682
  <span class="param-type">function</span>
1642
1683
 
1643
1684
 
1685
+
1644
1686
  </span>
1645
1687
 
1646
1688
  <h4 class="name" id="responseInterceptor">
@@ -1672,7 +1714,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1672
1714
 
1673
1715
  <dt class="inherited-from">Inherited From:</dt>
1674
1716
  <dd class="inherited-from"><ul class="dummy"><li>
1675
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1717
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1676
1718
  </li></ul></dd>
1677
1719
 
1678
1720
 
@@ -1746,6 +1788,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1746
1788
  <span class="param-type">String</span>
1747
1789
 
1748
1790
 
1791
+
1749
1792
  </span>
1750
1793
 
1751
1794
  <h4 class="name" id="spatialOperationType">
@@ -1816,6 +1859,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1816
1859
  <span class="param-type">String</span>
1817
1860
 
1818
1861
 
1862
+
1819
1863
  </span>
1820
1864
 
1821
1865
  <h4 class="name" id="srcInfo1">
@@ -1886,6 +1930,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1886
1930
  <span class="param-type">String</span>
1887
1931
 
1888
1932
 
1933
+
1889
1934
  </span>
1890
1935
 
1891
1936
  <h4 class="name" id="srcInfo2">
@@ -1953,7 +1998,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1953
1998
  <span class="method-parameter is-pulled-right">
1954
1999
  <label>类型:</label>
1955
2000
 
1956
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2001
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2002
+
1957
2003
 
1958
2004
 
1959
2005
  </span>
@@ -1987,7 +2033,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1987
2033
 
1988
2034
  <dt class="inherited-from">Inherited From:</dt>
1989
2035
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2036
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1991
2037
  </li></ul></dd>
1992
2038
 
1993
2039
 
@@ -2053,6 +2099,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2053
2099
  <span class="param-type">String</span>
2054
2100
 
2055
2101
 
2102
+
2056
2103
  </span>
2057
2104
 
2058
2105
  <h4 class="name" id="tokenKey">
@@ -2084,7 +2131,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2084
2131
 
2085
2132
  <dt class="inherited-from">Inherited From:</dt>
2086
2133
  <dd class="inherited-from"><ul class="dummy"><li>
2087
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2134
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2088
2135
  </li></ul></dd>
2089
2136
 
2090
2137
 
@@ -2145,6 +2192,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2145
2192
  <span class="param-type">String</span>
2146
2193
 
2147
2194
 
2195
+
2148
2196
  </span>
2149
2197
 
2150
2198
  <h4 class="name" id="tokenValue">
@@ -2176,7 +2224,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2176
2224
 
2177
2225
  <dt class="inherited-from">Inherited From:</dt>
2178
2226
  <dd class="inherited-from"><ul class="dummy"><li>
2179
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2227
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2180
2228
  </li></ul></dd>
2181
2229
 
2182
2230
 
@@ -2237,6 +2285,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2237
2285
  <span class="param-type">String</span>
2238
2286
 
2239
2287
 
2288
+
2240
2289
  </span>
2241
2290
 
2242
2291
  <h4 class="name" id="url">
@@ -2325,7 +2374,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2325
2374
  <tbody>
2326
2375
 
2327
2376
  <tr class="deep-level-0">
2328
- <td class="name"><code><a href="WorkFlowServer600369.html#execute">execute</a></code></td>
2377
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2329
2378
  <td class="name">
2330
2379
  <code>
2331
2380
 
@@ -2333,6 +2382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2333
2382
  <span class="param-type">Promise.&lt;Object></span>
2334
2383
 
2335
2384
 
2385
+
2336
2386
 
2337
2387
  </code>
2338
2388
  </td>
@@ -2340,7 +2390,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2340
2390
  </tr>
2341
2391
 
2342
2392
  <tr class="deep-level-0">
2343
- <td class="name"><code><a href="WorkFlowServer600369.html#queryServerInfo">queryServerInfo</a></code></td>
2393
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2344
2394
  <td class="name">
2345
2395
  <code>
2346
2396
 
@@ -2350,7 +2400,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2350
2400
  </tr>
2351
2401
 
2352
2402
  <tr class="deep-level-0">
2353
- <td class="name"><code><a href="WorkFlowServer600369.html#queryTaskResult">queryTaskResult</a></code></td>
2403
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2354
2404
  <td class="name">
2355
2405
  <code>
2356
2406
 
@@ -2358,6 +2408,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2358
2408
  <span class="param-type">Promise.&lt;String></span>
2359
2409
 
2360
2410
 
2411
+
2361
2412
 
2362
2413
  </code>
2363
2414
  </td>
@@ -2365,7 +2416,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2365
2416
  </tr>
2366
2417
 
2367
2418
  <tr class="deep-level-0">
2368
- <td class="name"><code><a href="WorkFlowServer600369.html#queryTaskStatus">queryTaskStatus</a></code></td>
2419
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2369
2420
  <td class="name">
2370
2421
  <code>
2371
2422
 
@@ -2373,6 +2424,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2373
2424
  <span class="param-type">Promise.&lt;String></span>
2374
2425
 
2375
2426
 
2427
+
2376
2428
 
2377
2429
  </code>
2378
2430
  </td>
@@ -2380,7 +2432,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2380
2432
  </tr>
2381
2433
 
2382
2434
  <tr class="deep-level-0">
2383
- <td class="name"><code><a href="WorkFlowServer600369.html#submit">submit</a></code></td>
2435
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2384
2436
  <td class="name">
2385
2437
  <code>
2386
2438
 
@@ -2388,6 +2440,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2388
2440
  <span class="param-type">Promise.&lt;String></span>
2389
2441
 
2390
2442
 
2443
+
2391
2444
 
2392
2445
  </code>
2393
2446
  </td>
@@ -2463,6 +2516,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2463
2516
  <span class="param-type">Object</span>
2464
2517
 
2465
2518
 
2519
+
2466
2520
 
2467
2521
  </td>
2468
2522
 
@@ -2489,6 +2543,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2489
2543
  <span class="param-type">String</span>
2490
2544
 
2491
2545
 
2546
+
2492
2547
 
2493
2548
  </td>
2494
2549
 
@@ -2515,6 +2570,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2515
2570
  <span class="param-type">String</span>
2516
2571
 
2517
2572
 
2573
+
2518
2574
 
2519
2575
  </td>
2520
2576
 
@@ -2543,6 +2599,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2543
2599
  <span class="param-type">function</span>
2544
2600
 
2545
2601
 
2602
+
2546
2603
 
2547
2604
  </td>
2548
2605
 
@@ -2569,6 +2626,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2569
2626
  <span class="param-type">function</span>
2570
2627
 
2571
2628
 
2629
+
2572
2630
 
2573
2631
  </td>
2574
2632
 
@@ -2605,7 +2663,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2605
2663
 
2606
2664
  <dt class="inherited-from">Inherited From:</dt>
2607
2665
  <dd class="inherited-from"><ul class="dummy"><li>
2608
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2666
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2609
2667
  </li></ul></dd>
2610
2668
 
2611
2669
 
@@ -2667,6 +2725,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2667
2725
  <span class="param-type">Promise.&lt;Object></span>
2668
2726
 
2669
2727
 
2728
+
2670
2729
  </div>
2671
2730
 
2672
2731
  </div>
@@ -2779,6 +2838,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2779
2838
  <span class="param-type">function</span>
2780
2839
 
2781
2840
 
2841
+
2782
2842
 
2783
2843
  </td>
2784
2844
 
@@ -2807,6 +2867,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2807
2867
  <span class="param-type">function</span>
2808
2868
 
2809
2869
 
2870
+
2810
2871
 
2811
2872
  </td>
2812
2873
 
@@ -2845,7 +2906,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2845
2906
 
2846
2907
  <dt class="inherited-from">Inherited From:</dt>
2847
2908
  <dd class="inherited-from"><ul class="dummy"><li>
2848
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2909
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2849
2910
  </li></ul></dd>
2850
2911
 
2851
2912
 
@@ -2991,6 +3052,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2991
3052
  <span class="param-type">Object</span>
2992
3053
 
2993
3054
 
3055
+
2994
3056
 
2995
3057
  </td>
2996
3058
 
@@ -3017,6 +3079,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3017
3079
  <span class="param-type">String</span>
3018
3080
 
3019
3081
 
3082
+
3020
3083
 
3021
3084
  </td>
3022
3085
 
@@ -3043,6 +3106,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3043
3106
  <span class="param-type">String</span>
3044
3107
 
3045
3108
 
3109
+
3046
3110
 
3047
3111
  </td>
3048
3112
 
@@ -3069,6 +3133,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3069
3133
  <span class="param-type">String</span>
3070
3134
 
3071
3135
 
3136
+
3072
3137
 
3073
3138
  </td>
3074
3139
 
@@ -3097,6 +3162,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3097
3162
  <span class="param-type">function</span>
3098
3163
 
3099
3164
 
3165
+
3100
3166
 
3101
3167
  </td>
3102
3168
 
@@ -3123,6 +3189,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3123
3189
  <span class="param-type">function</span>
3124
3190
 
3125
3191
 
3192
+
3126
3193
 
3127
3194
  </td>
3128
3195
 
@@ -3159,7 +3226,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3159
3226
 
3160
3227
  <dt class="inherited-from">Inherited From:</dt>
3161
3228
  <dd class="inherited-from"><ul class="dummy"><li>
3162
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3229
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3163
3230
  </li></ul></dd>
3164
3231
 
3165
3232
 
@@ -3221,6 +3288,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3221
3288
  <span class="param-type">Promise.&lt;String></span>
3222
3289
 
3223
3290
 
3291
+
3224
3292
  </div>
3225
3293
 
3226
3294
  </div>
@@ -3312,6 +3380,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3312
3380
  <span class="param-type">Object</span>
3313
3381
 
3314
3382
 
3383
+
3315
3384
 
3316
3385
  </td>
3317
3386
 
@@ -3338,6 +3407,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3338
3407
  <span class="param-type">String</span>
3339
3408
 
3340
3409
 
3410
+
3341
3411
 
3342
3412
  </td>
3343
3413
 
@@ -3364,6 +3434,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3364
3434
  <span class="param-type">String</span>
3365
3435
 
3366
3436
 
3437
+
3367
3438
 
3368
3439
  </td>
3369
3440
 
@@ -3390,6 +3461,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3390
3461
  <span class="param-type">String</span>
3391
3462
 
3392
3463
 
3464
+
3393
3465
 
3394
3466
  </td>
3395
3467
 
@@ -3418,6 +3490,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3418
3490
  <span class="param-type">function</span>
3419
3491
 
3420
3492
 
3493
+
3421
3494
 
3422
3495
  </td>
3423
3496
 
@@ -3444,6 +3517,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3444
3517
  <span class="param-type">function</span>
3445
3518
 
3446
3519
 
3520
+
3447
3521
 
3448
3522
  </td>
3449
3523
 
@@ -3480,7 +3554,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3480
3554
 
3481
3555
  <dt class="inherited-from">Inherited From:</dt>
3482
3556
  <dd class="inherited-from"><ul class="dummy"><li>
3483
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3557
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3484
3558
  </li></ul></dd>
3485
3559
 
3486
3560
 
@@ -3542,6 +3616,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3542
3616
  <span class="param-type">Promise.&lt;String></span>
3543
3617
 
3544
3618
 
3619
+
3545
3620
  </div>
3546
3621
 
3547
3622
  </div>
@@ -3633,6 +3708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3633
3708
  <span class="param-type">Object</span>
3634
3709
 
3635
3710
 
3711
+
3636
3712
 
3637
3713
  </td>
3638
3714
 
@@ -3659,6 +3735,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3659
3735
  <span class="param-type">String</span>
3660
3736
 
3661
3737
 
3738
+
3662
3739
 
3663
3740
  </td>
3664
3741
 
@@ -3685,6 +3762,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3685
3762
  <span class="param-type">String</span>
3686
3763
 
3687
3764
 
3765
+
3688
3766
 
3689
3767
  </td>
3690
3768
 
@@ -3713,6 +3791,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3713
3791
  <span class="param-type">function</span>
3714
3792
 
3715
3793
 
3794
+
3716
3795
 
3717
3796
  </td>
3718
3797
 
@@ -3739,6 +3818,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3739
3818
  <span class="param-type">function</span>
3740
3819
 
3741
3820
 
3821
+
3742
3822
 
3743
3823
  </td>
3744
3824
 
@@ -3775,7 +3855,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3775
3855
 
3776
3856
  <dt class="inherited-from">Inherited From:</dt>
3777
3857
  <dd class="inherited-from"><ul class="dummy"><li>
3778
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3858
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3779
3859
  </li></ul></dd>
3780
3860
 
3781
3861
 
@@ -3844,6 +3924,7 @@ console.log(&quot;submit: &quot;, res);
3844
3924
  <span class="param-type">Promise.&lt;String></span>
3845
3925
 
3846
3926
 
3927
+
3847
3928
  </div>
3848
3929
 
3849
3930
  </div>