@mapgis/webclient-common 17.0.2 → 17.0.4

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