@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
 
@@ -165,7 +169,8 @@
165
169
  <td class="type">
166
170
 
167
171
 
168
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
172
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
173
+
169
174
 
170
175
 
171
176
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">Number</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Number</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -384,7 +393,7 @@
384
393
 
385
394
 
386
395
  <ul>
387
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
396
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
388
397
  </ul>
389
398
 
390
399
 
@@ -416,89 +425,96 @@
416
425
  <tbody>
417
426
 
418
427
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="WorkFlowServer600228.html#attOptType">attOptType</a></code></td>
428
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
420
429
  <td class="name">
421
430
  <code>
422
431
 
423
432
  <span class="param-type">Number</span>
424
433
 
425
434
 
435
+
426
436
  </code>
427
437
  </td>
428
438
  <td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{&quot;activeValue&quot;:&quot;1&quot;,&quot;inactiveValue&quot;:&quot;0&quot;}</p></code></td>
429
439
  </tr>
430
440
 
431
441
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="WorkFlowServer600228.html#clientId">clientId</a></code></td>
442
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
433
443
  <td class="name">
434
444
  <code>
435
445
 
436
446
  <span class="param-type">Boolean</span>
437
447
 
438
448
 
449
+
439
450
  </code>
440
451
  </td>
441
452
  <td class="name"><code><p>客户端id</p></code></td>
442
453
  </tr>
443
454
 
444
455
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="WorkFlowServer600228.html#description">description</a></code></td>
456
+ <td class="name"><code><a href="#description">description</a></code></td>
446
457
  <td class="name">
447
458
  <code>
448
459
 
449
460
  <span class="param-type">String</span>
450
461
 
451
462
 
463
+
452
464
  </code>
453
465
  </td>
454
466
  <td class="name"><code><p>多边形裁剪(sfcls)</p></code></td>
455
467
  </tr>
456
468
 
457
469
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="WorkFlowServer600228.html#desInfo">desInfo</a></code></td>
470
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
459
471
  <td class="name">
460
472
  <code>
461
473
 
462
474
  <span class="param-type">String</span>
463
475
 
464
476
 
477
+
465
478
  </code>
466
479
  </td>
467
480
  <td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/clipAPolygon123</p></code></td>
468
481
  </tr>
469
482
 
470
483
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="WorkFlowServer600228.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
484
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
472
485
  <td class="name">
473
486
  <code>
474
487
 
475
488
  <span class="param-type">Boolean</span>
476
489
 
477
490
 
491
+
478
492
  </code>
479
493
  </td>
480
494
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
481
495
  </tr>
482
496
 
483
497
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="WorkFlowServer600228.html#flowId">flowId</a></code></td>
498
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
485
499
  <td class="name">
486
500
  <code>
487
501
 
488
502
  <span class="param-type">Number</span>
489
503
 
490
504
 
505
+
491
506
  </code>
492
507
  </td>
493
508
  <td class="name"><code><p>600228</p></code></td>
494
509
  </tr>
495
510
 
496
511
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="WorkFlowServer600228.html#geometry">geometry</a></code></td>
512
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
498
513
  <td class="name">
499
514
  <code>
500
515
 
501
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
516
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
517
+
502
518
 
503
519
 
504
520
  </code>
@@ -507,115 +523,124 @@
507
523
  </tr>
508
524
 
509
525
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="WorkFlowServer600228.html#groupName">groupName</a></code></td>
526
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
511
527
  <td class="name">
512
528
  <code>
513
529
 
514
530
  <span class="param-type">String</span>
515
531
 
516
532
 
533
+
517
534
  </code>
518
535
  </td>
519
536
  <td class="name"><code><p>裁剪分析</p></code></td>
520
537
  </tr>
521
538
 
522
539
  <tr class="deep-level-0">
523
- <td class="name"><code><a href="WorkFlowServer600228.html#headers">headers</a></code></td>
540
+ <td class="name"><code><a href="#headers">headers</a></code></td>
524
541
  <td class="name">
525
542
  <code>
526
543
 
527
544
  <span class="param-type">String</span>
528
545
 
529
546
 
547
+
530
548
  </code>
531
549
  </td>
532
550
  <td class="name"><code><p>请求头参数</p></code></td>
533
551
  </tr>
534
552
 
535
553
  <tr class="deep-level-0">
536
- <td class="name"><code><a href="WorkFlowServer600228.html#infoOptType">infoOptType</a></code></td>
554
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
537
555
  <td class="name">
538
556
  <code>
539
557
 
540
558
  <span class="param-type">Number</span>
541
559
 
542
560
 
561
+
543
562
  </code>
544
563
  </td>
545
564
  <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>
546
565
  </tr>
547
566
 
548
567
  <tr class="deep-level-0">
549
- <td class="name"><code><a href="WorkFlowServer600228.html#overType">overType</a></code></td>
568
+ <td class="name"><code><a href="#overType">overType</a></code></td>
550
569
  <td class="name">
551
570
  <code>
552
571
 
553
572
  <span class="param-type">Number</span>
554
573
 
555
574
 
575
+
556
576
  </code>
557
577
  </td>
558
578
  <td class="name"><code><p>图层裁剪类型,3:内裁,4:外裁,必传,例如:{&quot;3&quot;:&quot;内裁&quot;,&quot;4&quot;:&quot;外裁&quot;}</p></code></td>
559
579
  </tr>
560
580
 
561
581
  <tr class="deep-level-0">
562
- <td class="name"><code><a href="WorkFlowServer600228.html#requestInterceptor">requestInterceptor</a></code></td>
582
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
563
583
  <td class="name">
564
584
  <code>
565
585
 
566
586
  <span class="param-type">function</span>
567
587
 
568
588
 
589
+
569
590
  </code>
570
591
  </td>
571
592
  <td class="name"><code><p>请求发送拦截器</p></code></td>
572
593
  </tr>
573
594
 
574
595
  <tr class="deep-level-0">
575
- <td class="name"><code><a href="WorkFlowServer600228.html#requestTimeout">requestTimeout</a></code></td>
596
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
576
597
  <td class="name">
577
598
  <code>
578
599
 
579
600
  <span class="param-type">String</span>
580
601
 
581
602
 
603
+
582
604
  </code>
583
605
  </td>
584
606
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
585
607
  </tr>
586
608
 
587
609
  <tr class="deep-level-0">
588
- <td class="name"><code><a href="WorkFlowServer600228.html#responseInterceptor">responseInterceptor</a></code></td>
610
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
589
611
  <td class="name">
590
612
  <code>
591
613
 
592
614
  <span class="param-type">function</span>
593
615
 
594
616
 
617
+
595
618
  </code>
596
619
  </td>
597
620
  <td class="name"><code><p>请求响应拦截器</p></code></td>
598
621
  </tr>
599
622
 
600
623
  <tr class="deep-level-0">
601
- <td class="name"><code><a href="WorkFlowServer600228.html#srcInfo">srcInfo</a></code></td>
624
+ <td class="name"><code><a href="#srcInfo">srcInfo</a></code></td>
602
625
  <td class="name">
603
626
  <code>
604
627
 
605
628
  <span class="param-type">String</span>
606
629
 
607
630
 
631
+
608
632
  </code>
609
633
  </td>
610
634
  <td class="name"><code><p>源简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayA</p></code></td>
611
635
  </tr>
612
636
 
613
637
  <tr class="deep-level-0">
614
- <td class="name"><code><a href="WorkFlowServer600228.html#tokenAttachType">tokenAttachType</a></code></td>
638
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
615
639
  <td class="name">
616
640
  <code>
617
641
 
618
- <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
+
619
644
 
620
645
 
621
646
  </code>
@@ -624,52 +649,56 @@
624
649
  </tr>
625
650
 
626
651
  <tr class="deep-level-0">
627
- <td class="name"><code><a href="WorkFlowServer600228.html#tokenKey">tokenKey</a></code></td>
652
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
628
653
  <td class="name">
629
654
  <code>
630
655
 
631
656
  <span class="param-type">String</span>
632
657
 
633
658
 
659
+
634
660
  </code>
635
661
  </td>
636
662
  <td class="name"><code><p>token名</p></code></td>
637
663
  </tr>
638
664
 
639
665
  <tr class="deep-level-0">
640
- <td class="name"><code><a href="WorkFlowServer600228.html#tokenValue">tokenValue</a></code></td>
666
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
641
667
  <td class="name">
642
668
  <code>
643
669
 
644
670
  <span class="param-type">String</span>
645
671
 
646
672
 
673
+
647
674
  </code>
648
675
  </td>
649
676
  <td class="name"><code><p>token值</p></code></td>
650
677
  </tr>
651
678
 
652
679
  <tr class="deep-level-0">
653
- <td class="name"><code><a href="WorkFlowServer600228.html#tolerance">tolerance</a></code></td>
680
+ <td class="name"><code><a href="#tolerance">tolerance</a></code></td>
654
681
  <td class="name">
655
682
  <code>
656
683
 
657
684
  <span class="param-type">Number</span>
658
685
 
659
686
 
687
+
660
688
  </code>
661
689
  </td>
662
690
  <td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
663
691
  </tr>
664
692
 
665
693
  <tr class="deep-level-0">
666
- <td class="name"><code><a href="WorkFlowServer600228.html#url">url</a></code></td>
694
+ <td class="name"><code><a href="#url">url</a></code></td>
667
695
  <td class="name">
668
696
  <code>
669
697
 
670
698
  <span class="param-type">String</span>
671
699
 
672
700
 
701
+
673
702
  </code>
674
703
  </td>
675
704
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -689,6 +718,7 @@
689
718
  <span class="param-type">Number</span>
690
719
 
691
720
 
721
+
692
722
  </span>
693
723
 
694
724
  <h4 class="name" id="attOptType">
@@ -759,6 +789,7 @@
759
789
  <span class="param-type">Boolean</span>
760
790
 
761
791
 
792
+
762
793
  </span>
763
794
 
764
795
  <h4 class="name" id="clientId">
@@ -790,7 +821,7 @@
790
821
 
791
822
  <dt class="inherited-from">Inherited From:</dt>
792
823
  <dd class="inherited-from"><ul class="dummy"><li>
793
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
824
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
794
825
  </li></ul></dd>
795
826
 
796
827
 
@@ -834,6 +865,7 @@
834
865
  <span class="param-type">String</span>
835
866
 
836
867
 
868
+
837
869
  </span>
838
870
 
839
871
  <h4 class="name" id="description">
@@ -908,6 +940,7 @@
908
940
  <span class="param-type">String</span>
909
941
 
910
942
 
943
+
911
944
  </span>
912
945
 
913
946
  <h4 class="name" id="desInfo">
@@ -978,6 +1011,7 @@
978
1011
  <span class="param-type">Boolean</span>
979
1012
 
980
1013
 
1014
+
981
1015
  </span>
982
1016
 
983
1017
  <h4 class="name" id="enableGlobeFetch">
@@ -1009,7 +1043,7 @@
1009
1043
 
1010
1044
  <dt class="inherited-from">Inherited From:</dt>
1011
1045
  <dd class="inherited-from"><ul class="dummy"><li>
1012
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1046
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1013
1047
  </li></ul></dd>
1014
1048
 
1015
1049
 
@@ -1074,6 +1108,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1074
1108
  <span class="param-type">Number</span>
1075
1109
 
1076
1110
 
1111
+
1077
1112
  </span>
1078
1113
 
1079
1114
  <h4 class="name" id="flowId">
@@ -1145,7 +1180,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1145
1180
  <span class="method-parameter is-pulled-right">
1146
1181
  <label>类型:</label>
1147
1182
 
1148
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1183
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1184
+
1149
1185
 
1150
1186
 
1151
1187
  </span>
@@ -1218,6 +1254,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1218
1254
  <span class="param-type">String</span>
1219
1255
 
1220
1256
 
1257
+
1221
1258
  </span>
1222
1259
 
1223
1260
  <h4 class="name" id="groupName">
@@ -1292,6 +1329,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1292
1329
  <span class="param-type">String</span>
1293
1330
 
1294
1331
 
1332
+
1295
1333
  </span>
1296
1334
 
1297
1335
  <h4 class="name" id="headers">
@@ -1323,7 +1361,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1323
1361
 
1324
1362
  <dt class="inherited-from">Inherited From:</dt>
1325
1363
  <dd class="inherited-from"><ul class="dummy"><li>
1326
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1364
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1327
1365
  </li></ul></dd>
1328
1366
 
1329
1367
 
@@ -1389,6 +1427,7 @@ BaseServer.headers.token = '新token';</code></pre>
1389
1427
  <span class="param-type">Number</span>
1390
1428
 
1391
1429
 
1430
+
1392
1431
  </span>
1393
1432
 
1394
1433
  <h4 class="name" id="infoOptType">
@@ -1459,6 +1498,7 @@ BaseServer.headers.token = '新token';</code></pre>
1459
1498
  <span class="param-type">Number</span>
1460
1499
 
1461
1500
 
1501
+
1462
1502
  </span>
1463
1503
 
1464
1504
  <h4 class="name" id="overType">
@@ -1529,6 +1569,7 @@ BaseServer.headers.token = '新token';</code></pre>
1529
1569
  <span class="param-type">function</span>
1530
1570
 
1531
1571
 
1572
+
1532
1573
  </span>
1533
1574
 
1534
1575
  <h4 class="name" id="requestInterceptor">
@@ -1560,7 +1601,7 @@ BaseServer.headers.token = '新token';</code></pre>
1560
1601
 
1561
1602
  <dt class="inherited-from">Inherited From:</dt>
1562
1603
  <dd class="inherited-from"><ul class="dummy"><li>
1563
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1604
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1564
1605
  </li></ul></dd>
1565
1606
 
1566
1607
 
@@ -1632,6 +1673,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1632
1673
  <span class="param-type">String</span>
1633
1674
 
1634
1675
 
1676
+
1635
1677
  </span>
1636
1678
 
1637
1679
  <h4 class="name" id="requestTimeout">
@@ -1663,7 +1705,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1663
1705
 
1664
1706
  <dt class="inherited-from">Inherited From:</dt>
1665
1707
  <dd class="inherited-from"><ul class="dummy"><li>
1666
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1708
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1667
1709
  </li></ul></dd>
1668
1710
 
1669
1711
 
@@ -1725,6 +1767,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1725
1767
  <span class="param-type">function</span>
1726
1768
 
1727
1769
 
1770
+
1728
1771
  </span>
1729
1772
 
1730
1773
  <h4 class="name" id="responseInterceptor">
@@ -1756,7 +1799,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1756
1799
 
1757
1800
  <dt class="inherited-from">Inherited From:</dt>
1758
1801
  <dd class="inherited-from"><ul class="dummy"><li>
1759
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1802
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1760
1803
  </li></ul></dd>
1761
1804
 
1762
1805
 
@@ -1830,6 +1873,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1830
1873
  <span class="param-type">String</span>
1831
1874
 
1832
1875
 
1876
+
1833
1877
  </span>
1834
1878
 
1835
1879
  <h4 class="name" id="srcInfo">
@@ -1897,7 +1941,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1897
1941
  <span class="method-parameter is-pulled-right">
1898
1942
  <label>类型:</label>
1899
1943
 
1900
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1944
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1945
+
1901
1946
 
1902
1947
 
1903
1948
  </span>
@@ -1931,7 +1976,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1931
1976
 
1932
1977
  <dt class="inherited-from">Inherited From:</dt>
1933
1978
  <dd class="inherited-from"><ul class="dummy"><li>
1934
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1979
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1935
1980
  </li></ul></dd>
1936
1981
 
1937
1982
 
@@ -1997,6 +2042,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1997
2042
  <span class="param-type">String</span>
1998
2043
 
1999
2044
 
2045
+
2000
2046
  </span>
2001
2047
 
2002
2048
  <h4 class="name" id="tokenKey">
@@ -2028,7 +2074,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2028
2074
 
2029
2075
  <dt class="inherited-from">Inherited From:</dt>
2030
2076
  <dd class="inherited-from"><ul class="dummy"><li>
2031
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2077
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2032
2078
  </li></ul></dd>
2033
2079
 
2034
2080
 
@@ -2089,6 +2135,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2089
2135
  <span class="param-type">String</span>
2090
2136
 
2091
2137
 
2138
+
2092
2139
  </span>
2093
2140
 
2094
2141
  <h4 class="name" id="tokenValue">
@@ -2120,7 +2167,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2120
2167
 
2121
2168
  <dt class="inherited-from">Inherited From:</dt>
2122
2169
  <dd class="inherited-from"><ul class="dummy"><li>
2123
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2170
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2124
2171
  </li></ul></dd>
2125
2172
 
2126
2173
 
@@ -2181,6 +2228,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2181
2228
  <span class="param-type">Number</span>
2182
2229
 
2183
2230
 
2231
+
2184
2232
  </span>
2185
2233
 
2186
2234
  <h4 class="name" id="tolerance">
@@ -2251,6 +2299,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2251
2299
  <span class="param-type">String</span>
2252
2300
 
2253
2301
 
2302
+
2254
2303
  </span>
2255
2304
 
2256
2305
  <h4 class="name" id="url">
@@ -2339,7 +2388,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2339
2388
  <tbody>
2340
2389
 
2341
2390
  <tr class="deep-level-0">
2342
- <td class="name"><code><a href="WorkFlowServer600228.html#execute">execute</a></code></td>
2391
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2343
2392
  <td class="name">
2344
2393
  <code>
2345
2394
 
@@ -2347,6 +2396,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2347
2396
  <span class="param-type">Promise.&lt;Object></span>
2348
2397
 
2349
2398
 
2399
+
2350
2400
 
2351
2401
  </code>
2352
2402
  </td>
@@ -2354,7 +2404,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2354
2404
  </tr>
2355
2405
 
2356
2406
  <tr class="deep-level-0">
2357
- <td class="name"><code><a href="WorkFlowServer600228.html#queryServerInfo">queryServerInfo</a></code></td>
2407
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2358
2408
  <td class="name">
2359
2409
  <code>
2360
2410
 
@@ -2364,7 +2414,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2364
2414
  </tr>
2365
2415
 
2366
2416
  <tr class="deep-level-0">
2367
- <td class="name"><code><a href="WorkFlowServer600228.html#queryTaskResult">queryTaskResult</a></code></td>
2417
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2368
2418
  <td class="name">
2369
2419
  <code>
2370
2420
 
@@ -2372,6 +2422,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2372
2422
  <span class="param-type">Promise.&lt;String></span>
2373
2423
 
2374
2424
 
2425
+
2375
2426
 
2376
2427
  </code>
2377
2428
  </td>
@@ -2379,7 +2430,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2379
2430
  </tr>
2380
2431
 
2381
2432
  <tr class="deep-level-0">
2382
- <td class="name"><code><a href="WorkFlowServer600228.html#queryTaskStatus">queryTaskStatus</a></code></td>
2433
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2383
2434
  <td class="name">
2384
2435
  <code>
2385
2436
 
@@ -2387,6 +2438,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2387
2438
  <span class="param-type">Promise.&lt;String></span>
2388
2439
 
2389
2440
 
2441
+
2390
2442
 
2391
2443
  </code>
2392
2444
  </td>
@@ -2394,7 +2446,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2394
2446
  </tr>
2395
2447
 
2396
2448
  <tr class="deep-level-0">
2397
- <td class="name"><code><a href="WorkFlowServer600228.html#submit">submit</a></code></td>
2449
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2398
2450
  <td class="name">
2399
2451
  <code>
2400
2452
 
@@ -2402,6 +2454,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2402
2454
  <span class="param-type">Promise.&lt;String></span>
2403
2455
 
2404
2456
 
2457
+
2405
2458
 
2406
2459
  </code>
2407
2460
  </td>
@@ -2477,6 +2530,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2477
2530
  <span class="param-type">Object</span>
2478
2531
 
2479
2532
 
2533
+
2480
2534
 
2481
2535
  </td>
2482
2536
 
@@ -2503,6 +2557,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2503
2557
  <span class="param-type">String</span>
2504
2558
 
2505
2559
 
2560
+
2506
2561
 
2507
2562
  </td>
2508
2563
 
@@ -2529,6 +2584,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2529
2584
  <span class="param-type">String</span>
2530
2585
 
2531
2586
 
2587
+
2532
2588
 
2533
2589
  </td>
2534
2590
 
@@ -2557,6 +2613,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2557
2613
  <span class="param-type">function</span>
2558
2614
 
2559
2615
 
2616
+
2560
2617
 
2561
2618
  </td>
2562
2619
 
@@ -2583,6 +2640,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2583
2640
  <span class="param-type">function</span>
2584
2641
 
2585
2642
 
2643
+
2586
2644
 
2587
2645
  </td>
2588
2646
 
@@ -2619,7 +2677,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2619
2677
 
2620
2678
  <dt class="inherited-from">Inherited From:</dt>
2621
2679
  <dd class="inherited-from"><ul class="dummy"><li>
2622
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2680
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2623
2681
  </li></ul></dd>
2624
2682
 
2625
2683
 
@@ -2681,6 +2739,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2681
2739
  <span class="param-type">Promise.&lt;Object></span>
2682
2740
 
2683
2741
 
2742
+
2684
2743
  </div>
2685
2744
 
2686
2745
  </div>
@@ -2793,6 +2852,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2793
2852
  <span class="param-type">function</span>
2794
2853
 
2795
2854
 
2855
+
2796
2856
 
2797
2857
  </td>
2798
2858
 
@@ -2821,6 +2881,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2821
2881
  <span class="param-type">function</span>
2822
2882
 
2823
2883
 
2884
+
2824
2885
 
2825
2886
  </td>
2826
2887
 
@@ -2859,7 +2920,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2859
2920
 
2860
2921
  <dt class="inherited-from">Inherited From:</dt>
2861
2922
  <dd class="inherited-from"><ul class="dummy"><li>
2862
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2923
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2863
2924
  </li></ul></dd>
2864
2925
 
2865
2926
 
@@ -3005,6 +3066,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3005
3066
  <span class="param-type">Object</span>
3006
3067
 
3007
3068
 
3069
+
3008
3070
 
3009
3071
  </td>
3010
3072
 
@@ -3031,6 +3093,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3031
3093
  <span class="param-type">String</span>
3032
3094
 
3033
3095
 
3096
+
3034
3097
 
3035
3098
  </td>
3036
3099
 
@@ -3057,6 +3120,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3057
3120
  <span class="param-type">String</span>
3058
3121
 
3059
3122
 
3123
+
3060
3124
 
3061
3125
  </td>
3062
3126
 
@@ -3083,6 +3147,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3083
3147
  <span class="param-type">String</span>
3084
3148
 
3085
3149
 
3150
+
3086
3151
 
3087
3152
  </td>
3088
3153
 
@@ -3111,6 +3176,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3111
3176
  <span class="param-type">function</span>
3112
3177
 
3113
3178
 
3179
+
3114
3180
 
3115
3181
  </td>
3116
3182
 
@@ -3137,6 +3203,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3137
3203
  <span class="param-type">function</span>
3138
3204
 
3139
3205
 
3206
+
3140
3207
 
3141
3208
  </td>
3142
3209
 
@@ -3173,7 +3240,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3173
3240
 
3174
3241
  <dt class="inherited-from">Inherited From:</dt>
3175
3242
  <dd class="inherited-from"><ul class="dummy"><li>
3176
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3243
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3177
3244
  </li></ul></dd>
3178
3245
 
3179
3246
 
@@ -3235,6 +3302,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3235
3302
  <span class="param-type">Promise.&lt;String></span>
3236
3303
 
3237
3304
 
3305
+
3238
3306
  </div>
3239
3307
 
3240
3308
  </div>
@@ -3326,6 +3394,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3326
3394
  <span class="param-type">Object</span>
3327
3395
 
3328
3396
 
3397
+
3329
3398
 
3330
3399
  </td>
3331
3400
 
@@ -3352,6 +3421,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3352
3421
  <span class="param-type">String</span>
3353
3422
 
3354
3423
 
3424
+
3355
3425
 
3356
3426
  </td>
3357
3427
 
@@ -3378,6 +3448,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3378
3448
  <span class="param-type">String</span>
3379
3449
 
3380
3450
 
3451
+
3381
3452
 
3382
3453
  </td>
3383
3454
 
@@ -3404,6 +3475,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3404
3475
  <span class="param-type">String</span>
3405
3476
 
3406
3477
 
3478
+
3407
3479
 
3408
3480
  </td>
3409
3481
 
@@ -3432,6 +3504,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3432
3504
  <span class="param-type">function</span>
3433
3505
 
3434
3506
 
3507
+
3435
3508
 
3436
3509
  </td>
3437
3510
 
@@ -3458,6 +3531,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3458
3531
  <span class="param-type">function</span>
3459
3532
 
3460
3533
 
3534
+
3461
3535
 
3462
3536
  </td>
3463
3537
 
@@ -3494,7 +3568,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3494
3568
 
3495
3569
  <dt class="inherited-from">Inherited From:</dt>
3496
3570
  <dd class="inherited-from"><ul class="dummy"><li>
3497
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3571
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3498
3572
  </li></ul></dd>
3499
3573
 
3500
3574
 
@@ -3556,6 +3630,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3556
3630
  <span class="param-type">Promise.&lt;String></span>
3557
3631
 
3558
3632
 
3633
+
3559
3634
  </div>
3560
3635
 
3561
3636
  </div>
@@ -3647,6 +3722,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3647
3722
  <span class="param-type">Object</span>
3648
3723
 
3649
3724
 
3725
+
3650
3726
 
3651
3727
  </td>
3652
3728
 
@@ -3673,6 +3749,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3673
3749
  <span class="param-type">String</span>
3674
3750
 
3675
3751
 
3752
+
3676
3753
 
3677
3754
  </td>
3678
3755
 
@@ -3699,6 +3776,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3699
3776
  <span class="param-type">String</span>
3700
3777
 
3701
3778
 
3779
+
3702
3780
 
3703
3781
  </td>
3704
3782
 
@@ -3727,6 +3805,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3727
3805
  <span class="param-type">function</span>
3728
3806
 
3729
3807
 
3808
+
3730
3809
 
3731
3810
  </td>
3732
3811
 
@@ -3753,6 +3832,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3753
3832
  <span class="param-type">function</span>
3754
3833
 
3755
3834
 
3835
+
3756
3836
 
3757
3837
  </td>
3758
3838
 
@@ -3789,7 +3869,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3789
3869
 
3790
3870
  <dt class="inherited-from">Inherited From:</dt>
3791
3871
  <dd class="inherited-from"><ul class="dummy"><li>
3792
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3872
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3793
3873
  </li></ul></dd>
3794
3874
 
3795
3875
 
@@ -3858,6 +3938,7 @@ console.log(&quot;submit: &quot;, res);
3858
3938
  <span class="param-type">Promise.&lt;String></span>
3859
3939
 
3860
3940
 
3941
+
3861
3942
  </div>
3862
3943
 
3863
3944
  </div>