@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
 
@@ -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">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">Number</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Number</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">String</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -406,7 +416,7 @@
406
416
 
407
417
 
408
418
  <ul>
409
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
419
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
410
420
  </ul>
411
421
 
412
422
 
@@ -438,89 +448,96 @@
438
448
  <tbody>
439
449
 
440
450
  <tr class="deep-level-0">
441
- <td class="name"><code><a href="WorkFlowServer600237.html#attOptType">attOptType</a></code></td>
451
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
442
452
  <td class="name">
443
453
  <code>
444
454
 
445
455
  <span class="param-type">Number</span>
446
456
 
447
457
 
458
+
448
459
  </code>
449
460
  </td>
450
461
  <td class="name"><code><p>是否进行属性操作,1:是 0:否,必传,例如:{&quot;activeValue&quot;:&quot;1&quot;,&quot;inactiveValue&quot;:&quot;0&quot;}</p></code></td>
451
462
  </tr>
452
463
 
453
464
  <tr class="deep-level-0">
454
- <td class="name"><code><a href="WorkFlowServer600237.html#clientId">clientId</a></code></td>
465
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
455
466
  <td class="name">
456
467
  <code>
457
468
 
458
469
  <span class="param-type">Boolean</span>
459
470
 
460
471
 
472
+
461
473
  </code>
462
474
  </td>
463
475
  <td class="name"><code><p>客户端id</p></code></td>
464
476
  </tr>
465
477
 
466
478
  <tr class="deep-level-0">
467
- <td class="name"><code><a href="WorkFlowServer600237.html#description">description</a></code></td>
479
+ <td class="name"><code><a href="#description">description</a></code></td>
468
480
  <td class="name">
469
481
  <code>
470
482
 
471
483
  <span class="param-type">String</span>
472
484
 
473
485
 
486
+
474
487
  </code>
475
488
  </td>
476
489
  <td class="name"><code><p>多边形叠加分析</p></code></td>
477
490
  </tr>
478
491
 
479
492
  <tr class="deep-level-0">
480
- <td class="name"><code><a href="WorkFlowServer600237.html#desInfo">desInfo</a></code></td>
493
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
481
494
  <td class="name">
482
495
  <code>
483
496
 
484
497
  <span class="param-type">String</span>
485
498
 
486
499
 
500
+
487
501
  </code>
488
502
  </td>
489
503
  <td class="name"><code><p>结果简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLayDes</p></code></td>
490
504
  </tr>
491
505
 
492
506
  <tr class="deep-level-0">
493
- <td class="name"><code><a href="WorkFlowServer600237.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
507
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
494
508
  <td class="name">
495
509
  <code>
496
510
 
497
511
  <span class="param-type">Boolean</span>
498
512
 
499
513
 
514
+
500
515
  </code>
501
516
  </td>
502
517
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
503
518
  </tr>
504
519
 
505
520
  <tr class="deep-level-0">
506
- <td class="name"><code><a href="WorkFlowServer600237.html#flowId">flowId</a></code></td>
521
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
507
522
  <td class="name">
508
523
  <code>
509
524
 
510
525
  <span class="param-type">Number</span>
511
526
 
512
527
 
528
+
513
529
  </code>
514
530
  </td>
515
531
  <td class="name"><code><p>600237</p></code></td>
516
532
  </tr>
517
533
 
518
534
  <tr class="deep-level-0">
519
- <td class="name"><code><a href="WorkFlowServer600237.html#geometry">geometry</a></code></td>
535
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
520
536
  <td class="name">
521
537
  <code>
522
538
 
523
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
539
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
540
+
524
541
 
525
542
 
526
543
  </code>
@@ -529,11 +546,12 @@
529
546
  </tr>
530
547
 
531
548
  <tr class="deep-level-0">
532
- <td class="name"><code><a href="WorkFlowServer600237.html#geometrys">geometrys</a></code></td>
549
+ <td class="name"><code><a href="#geometrys">geometrys</a></code></td>
533
550
  <td class="name">
534
551
  <code>
535
552
 
536
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
553
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
554
+
537
555
 
538
556
 
539
557
  </code>
@@ -542,11 +560,12 @@
542
560
  </tr>
543
561
 
544
562
  <tr class="deep-level-0">
545
- <td class="name"><code><a href="WorkFlowServer600237.html#geometrys">geometrys</a></code></td>
563
+ <td class="name"><code><a href="#geometrys">geometrys</a></code></td>
546
564
  <td class="name">
547
565
  <code>
548
566
 
549
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
567
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
568
+
550
569
 
551
570
 
552
571
  </code>
@@ -555,141 +574,152 @@
555
574
  </tr>
556
575
 
557
576
  <tr class="deep-level-0">
558
- <td class="name"><code><a href="WorkFlowServer600237.html#groupName">groupName</a></code></td>
577
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
559
578
  <td class="name">
560
579
  <code>
561
580
 
562
581
  <span class="param-type">String</span>
563
582
 
564
583
 
584
+
565
585
  </code>
566
586
  </td>
567
587
  <td class="name"><code><p>叠加分析</p></code></td>
568
588
  </tr>
569
589
 
570
590
  <tr class="deep-level-0">
571
- <td class="name"><code><a href="WorkFlowServer600237.html#headers">headers</a></code></td>
591
+ <td class="name"><code><a href="#headers">headers</a></code></td>
572
592
  <td class="name">
573
593
  <code>
574
594
 
575
595
  <span class="param-type">String</span>
576
596
 
577
597
 
598
+
578
599
  </code>
579
600
  </td>
580
601
  <td class="name"><code><p>请求头参数</p></code></td>
581
602
  </tr>
582
603
 
583
604
  <tr class="deep-level-0">
584
- <td class="name"><code><a href="WorkFlowServer600237.html#infoOptType">infoOptType</a></code></td>
605
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
585
606
  <td class="name">
586
607
  <code>
587
608
 
588
609
  <span class="param-type">Number</span>
589
610
 
590
611
 
612
+
591
613
  </code>
592
614
  </td>
593
615
  <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>
594
616
  </tr>
595
617
 
596
618
  <tr class="deep-level-0">
597
- <td class="name"><code><a href="WorkFlowServer600237.html#inFormat">inFormat</a></code></td>
619
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
598
620
  <td class="name">
599
621
  <code>
600
622
 
601
623
  <span class="param-type">String</span>
602
624
 
603
625
 
626
+
604
627
  </code>
605
628
  </td>
606
629
  <td class="name"><code><p>字符串格式,必传,例如:{&quot;JSON&quot;:&quot;JSON&quot;,&quot;XML&quot;:&quot;XML&quot;}</p></code></td>
607
630
  </tr>
608
631
 
609
632
  <tr class="deep-level-0">
610
- <td class="name"><code><a href="WorkFlowServer600237.html#overType">overType</a></code></td>
633
+ <td class="name"><code><a href="#overType">overType</a></code></td>
611
634
  <td class="name">
612
635
  <code>
613
636
 
614
637
  <span class="param-type">Number</span>
615
638
 
616
639
 
640
+
617
641
  </code>
618
642
  </td>
619
643
  <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>
620
644
  </tr>
621
645
 
622
646
  <tr class="deep-level-0">
623
- <td class="name"><code><a href="WorkFlowServer600237.html#radius">radius</a></code></td>
647
+ <td class="name"><code><a href="#radius">radius</a></code></td>
624
648
  <td class="name">
625
649
  <code>
626
650
 
627
651
  <span class="param-type">Number</span>
628
652
 
629
653
 
654
+
630
655
  </code>
631
656
  </td>
632
657
  <td class="name"><code><p>容差半径,必传,例如:0.001</p></code></td>
633
658
  </tr>
634
659
 
635
660
  <tr class="deep-level-0">
636
- <td class="name"><code><a href="WorkFlowServer600237.html#requestInterceptor">requestInterceptor</a></code></td>
661
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
637
662
  <td class="name">
638
663
  <code>
639
664
 
640
665
  <span class="param-type">function</span>
641
666
 
642
667
 
668
+
643
669
  </code>
644
670
  </td>
645
671
  <td class="name"><code><p>请求发送拦截器</p></code></td>
646
672
  </tr>
647
673
 
648
674
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="WorkFlowServer600237.html#requestTimeout">requestTimeout</a></code></td>
675
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
650
676
  <td class="name">
651
677
  <code>
652
678
 
653
679
  <span class="param-type">String</span>
654
680
 
655
681
 
682
+
656
683
  </code>
657
684
  </td>
658
685
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
659
686
  </tr>
660
687
 
661
688
  <tr class="deep-level-0">
662
- <td class="name"><code><a href="WorkFlowServer600237.html#responseInterceptor">responseInterceptor</a></code></td>
689
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
663
690
  <td class="name">
664
691
  <code>
665
692
 
666
693
  <span class="param-type">function</span>
667
694
 
668
695
 
696
+
669
697
  </code>
670
698
  </td>
671
699
  <td class="name"><code><p>请求响应拦截器</p></code></td>
672
700
  </tr>
673
701
 
674
702
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="WorkFlowServer600237.html#srcInfo1">srcInfo1</a></code></td>
703
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
676
704
  <td class="name">
677
705
  <code>
678
706
 
679
707
  <span class="param-type">String</span>
680
708
 
681
709
 
710
+
682
711
  </code>
683
712
  </td>
684
713
  <td class="name"><code><p>被叠加简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/overLay</p></code></td>
685
714
  </tr>
686
715
 
687
716
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="WorkFlowServer600237.html#tokenAttachType">tokenAttachType</a></code></td>
717
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
689
718
  <td class="name">
690
719
  <code>
691
720
 
692
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
721
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
722
+
693
723
 
694
724
 
695
725
  </code>
@@ -698,39 +728,42 @@
698
728
  </tr>
699
729
 
700
730
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="WorkFlowServer600237.html#tokenKey">tokenKey</a></code></td>
731
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
702
732
  <td class="name">
703
733
  <code>
704
734
 
705
735
  <span class="param-type">String</span>
706
736
 
707
737
 
738
+
708
739
  </code>
709
740
  </td>
710
741
  <td class="name"><code><p>token名</p></code></td>
711
742
  </tr>
712
743
 
713
744
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="WorkFlowServer600237.html#tokenValue">tokenValue</a></code></td>
745
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
715
746
  <td class="name">
716
747
  <code>
717
748
 
718
749
  <span class="param-type">String</span>
719
750
 
720
751
 
752
+
721
753
  </code>
722
754
  </td>
723
755
  <td class="name"><code><p>token值</p></code></td>
724
756
  </tr>
725
757
 
726
758
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="WorkFlowServer600237.html#url">url</a></code></td>
759
+ <td class="name"><code><a href="#url">url</a></code></td>
728
760
  <td class="name">
729
761
  <code>
730
762
 
731
763
  <span class="param-type">String</span>
732
764
 
733
765
 
766
+
734
767
  </code>
735
768
  </td>
736
769
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -750,6 +783,7 @@
750
783
  <span class="param-type">Number</span>
751
784
 
752
785
 
786
+
753
787
  </span>
754
788
 
755
789
  <h4 class="name" id="attOptType">
@@ -820,6 +854,7 @@
820
854
  <span class="param-type">Boolean</span>
821
855
 
822
856
 
857
+
823
858
  </span>
824
859
 
825
860
  <h4 class="name" id="clientId">
@@ -851,7 +886,7 @@
851
886
 
852
887
  <dt class="inherited-from">Inherited From:</dt>
853
888
  <dd class="inherited-from"><ul class="dummy"><li>
854
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
889
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
855
890
  </li></ul></dd>
856
891
 
857
892
 
@@ -895,6 +930,7 @@
895
930
  <span class="param-type">String</span>
896
931
 
897
932
 
933
+
898
934
  </span>
899
935
 
900
936
  <h4 class="name" id="description">
@@ -969,6 +1005,7 @@
969
1005
  <span class="param-type">String</span>
970
1006
 
971
1007
 
1008
+
972
1009
  </span>
973
1010
 
974
1011
  <h4 class="name" id="desInfo">
@@ -1039,6 +1076,7 @@
1039
1076
  <span class="param-type">Boolean</span>
1040
1077
 
1041
1078
 
1079
+
1042
1080
  </span>
1043
1081
 
1044
1082
  <h4 class="name" id="enableGlobeFetch">
@@ -1070,7 +1108,7 @@
1070
1108
 
1071
1109
  <dt class="inherited-from">Inherited From:</dt>
1072
1110
  <dd class="inherited-from"><ul class="dummy"><li>
1073
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1111
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1074
1112
  </li></ul></dd>
1075
1113
 
1076
1114
 
@@ -1135,6 +1173,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1135
1173
  <span class="param-type">Number</span>
1136
1174
 
1137
1175
 
1176
+
1138
1177
  </span>
1139
1178
 
1140
1179
  <h4 class="name" id="flowId">
@@ -1206,7 +1245,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1206
1245
  <span class="method-parameter is-pulled-right">
1207
1246
  <label>类型:</label>
1208
1247
 
1209
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1248
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1249
+
1210
1250
 
1211
1251
 
1212
1252
  </span>
@@ -1276,7 +1316,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1276
1316
  <span class="method-parameter is-pulled-right">
1277
1317
  <label>类型:</label>
1278
1318
 
1279
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1319
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1320
+
1280
1321
 
1281
1322
 
1282
1323
  </span>
@@ -1346,7 +1387,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1346
1387
  <span class="method-parameter is-pulled-right">
1347
1388
  <label>类型:</label>
1348
1389
 
1349
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1390
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1391
+
1350
1392
 
1351
1393
 
1352
1394
  </span>
@@ -1419,6 +1461,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1419
1461
  <span class="param-type">String</span>
1420
1462
 
1421
1463
 
1464
+
1422
1465
  </span>
1423
1466
 
1424
1467
  <h4 class="name" id="groupName">
@@ -1493,6 +1536,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1493
1536
  <span class="param-type">String</span>
1494
1537
 
1495
1538
 
1539
+
1496
1540
  </span>
1497
1541
 
1498
1542
  <h4 class="name" id="headers">
@@ -1524,7 +1568,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1524
1568
 
1525
1569
  <dt class="inherited-from">Inherited From:</dt>
1526
1570
  <dd class="inherited-from"><ul class="dummy"><li>
1527
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1571
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1528
1572
  </li></ul></dd>
1529
1573
 
1530
1574
 
@@ -1590,6 +1634,7 @@ BaseServer.headers.token = '新token';</code></pre>
1590
1634
  <span class="param-type">Number</span>
1591
1635
 
1592
1636
 
1637
+
1593
1638
  </span>
1594
1639
 
1595
1640
  <h4 class="name" id="infoOptType">
@@ -1660,6 +1705,7 @@ BaseServer.headers.token = '新token';</code></pre>
1660
1705
  <span class="param-type">String</span>
1661
1706
 
1662
1707
 
1708
+
1663
1709
  </span>
1664
1710
 
1665
1711
  <h4 class="name" id="inFormat">
@@ -1730,6 +1776,7 @@ BaseServer.headers.token = '新token';</code></pre>
1730
1776
  <span class="param-type">Number</span>
1731
1777
 
1732
1778
 
1779
+
1733
1780
  </span>
1734
1781
 
1735
1782
  <h4 class="name" id="overType">
@@ -1800,6 +1847,7 @@ BaseServer.headers.token = '新token';</code></pre>
1800
1847
  <span class="param-type">Number</span>
1801
1848
 
1802
1849
 
1850
+
1803
1851
  </span>
1804
1852
 
1805
1853
  <h4 class="name" id="radius">
@@ -1870,6 +1918,7 @@ BaseServer.headers.token = '新token';</code></pre>
1870
1918
  <span class="param-type">function</span>
1871
1919
 
1872
1920
 
1921
+
1873
1922
  </span>
1874
1923
 
1875
1924
  <h4 class="name" id="requestInterceptor">
@@ -1901,7 +1950,7 @@ BaseServer.headers.token = '新token';</code></pre>
1901
1950
 
1902
1951
  <dt class="inherited-from">Inherited From:</dt>
1903
1952
  <dd class="inherited-from"><ul class="dummy"><li>
1904
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1953
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1905
1954
  </li></ul></dd>
1906
1955
 
1907
1956
 
@@ -1973,6 +2022,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1973
2022
  <span class="param-type">String</span>
1974
2023
 
1975
2024
 
2025
+
1976
2026
  </span>
1977
2027
 
1978
2028
  <h4 class="name" id="requestTimeout">
@@ -2004,7 +2054,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2004
2054
 
2005
2055
  <dt class="inherited-from">Inherited From:</dt>
2006
2056
  <dd class="inherited-from"><ul class="dummy"><li>
2007
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2057
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2008
2058
  </li></ul></dd>
2009
2059
 
2010
2060
 
@@ -2066,6 +2116,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2066
2116
  <span class="param-type">function</span>
2067
2117
 
2068
2118
 
2119
+
2069
2120
  </span>
2070
2121
 
2071
2122
  <h4 class="name" id="responseInterceptor">
@@ -2097,7 +2148,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2097
2148
 
2098
2149
  <dt class="inherited-from">Inherited From:</dt>
2099
2150
  <dd class="inherited-from"><ul class="dummy"><li>
2100
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2151
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2101
2152
  </li></ul></dd>
2102
2153
 
2103
2154
 
@@ -2171,6 +2222,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2171
2222
  <span class="param-type">String</span>
2172
2223
 
2173
2224
 
2225
+
2174
2226
  </span>
2175
2227
 
2176
2228
  <h4 class="name" id="srcInfo1">
@@ -2238,7 +2290,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2238
2290
  <span class="method-parameter is-pulled-right">
2239
2291
  <label>类型:</label>
2240
2292
 
2241
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2293
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2294
+
2242
2295
 
2243
2296
 
2244
2297
  </span>
@@ -2272,7 +2325,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2272
2325
 
2273
2326
  <dt class="inherited-from">Inherited From:</dt>
2274
2327
  <dd class="inherited-from"><ul class="dummy"><li>
2275
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2328
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2276
2329
  </li></ul></dd>
2277
2330
 
2278
2331
 
@@ -2338,6 +2391,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2338
2391
  <span class="param-type">String</span>
2339
2392
 
2340
2393
 
2394
+
2341
2395
  </span>
2342
2396
 
2343
2397
  <h4 class="name" id="tokenKey">
@@ -2369,7 +2423,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2369
2423
 
2370
2424
  <dt class="inherited-from">Inherited From:</dt>
2371
2425
  <dd class="inherited-from"><ul class="dummy"><li>
2372
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2426
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2373
2427
  </li></ul></dd>
2374
2428
 
2375
2429
 
@@ -2430,6 +2484,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2430
2484
  <span class="param-type">String</span>
2431
2485
 
2432
2486
 
2487
+
2433
2488
  </span>
2434
2489
 
2435
2490
  <h4 class="name" id="tokenValue">
@@ -2461,7 +2516,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2461
2516
 
2462
2517
  <dt class="inherited-from">Inherited From:</dt>
2463
2518
  <dd class="inherited-from"><ul class="dummy"><li>
2464
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2519
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2465
2520
  </li></ul></dd>
2466
2521
 
2467
2522
 
@@ -2522,6 +2577,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2522
2577
  <span class="param-type">String</span>
2523
2578
 
2524
2579
 
2580
+
2525
2581
  </span>
2526
2582
 
2527
2583
  <h4 class="name" id="url">
@@ -2610,7 +2666,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2610
2666
  <tbody>
2611
2667
 
2612
2668
  <tr class="deep-level-0">
2613
- <td class="name"><code><a href="WorkFlowServer600237.html#execute">execute</a></code></td>
2669
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2614
2670
  <td class="name">
2615
2671
  <code>
2616
2672
 
@@ -2618,6 +2674,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2618
2674
  <span class="param-type">Promise.&lt;Object></span>
2619
2675
 
2620
2676
 
2677
+
2621
2678
 
2622
2679
  </code>
2623
2680
  </td>
@@ -2625,7 +2682,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2625
2682
  </tr>
2626
2683
 
2627
2684
  <tr class="deep-level-0">
2628
- <td class="name"><code><a href="WorkFlowServer600237.html#queryServerInfo">queryServerInfo</a></code></td>
2685
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2629
2686
  <td class="name">
2630
2687
  <code>
2631
2688
 
@@ -2635,7 +2692,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2635
2692
  </tr>
2636
2693
 
2637
2694
  <tr class="deep-level-0">
2638
- <td class="name"><code><a href="WorkFlowServer600237.html#queryTaskResult">queryTaskResult</a></code></td>
2695
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2639
2696
  <td class="name">
2640
2697
  <code>
2641
2698
 
@@ -2643,6 +2700,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2643
2700
  <span class="param-type">Promise.&lt;String></span>
2644
2701
 
2645
2702
 
2703
+
2646
2704
 
2647
2705
  </code>
2648
2706
  </td>
@@ -2650,7 +2708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2650
2708
  </tr>
2651
2709
 
2652
2710
  <tr class="deep-level-0">
2653
- <td class="name"><code><a href="WorkFlowServer600237.html#queryTaskStatus">queryTaskStatus</a></code></td>
2711
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2654
2712
  <td class="name">
2655
2713
  <code>
2656
2714
 
@@ -2658,6 +2716,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2658
2716
  <span class="param-type">Promise.&lt;String></span>
2659
2717
 
2660
2718
 
2719
+
2661
2720
 
2662
2721
  </code>
2663
2722
  </td>
@@ -2665,7 +2724,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2665
2724
  </tr>
2666
2725
 
2667
2726
  <tr class="deep-level-0">
2668
- <td class="name"><code><a href="WorkFlowServer600237.html#submit">submit</a></code></td>
2727
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2669
2728
  <td class="name">
2670
2729
  <code>
2671
2730
 
@@ -2673,6 +2732,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2673
2732
  <span class="param-type">Promise.&lt;String></span>
2674
2733
 
2675
2734
 
2735
+
2676
2736
 
2677
2737
  </code>
2678
2738
  </td>
@@ -2748,6 +2808,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2748
2808
  <span class="param-type">Object</span>
2749
2809
 
2750
2810
 
2811
+
2751
2812
 
2752
2813
  </td>
2753
2814
 
@@ -2774,6 +2835,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2774
2835
  <span class="param-type">String</span>
2775
2836
 
2776
2837
 
2838
+
2777
2839
 
2778
2840
  </td>
2779
2841
 
@@ -2800,6 +2862,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2800
2862
  <span class="param-type">String</span>
2801
2863
 
2802
2864
 
2865
+
2803
2866
 
2804
2867
  </td>
2805
2868
 
@@ -2828,6 +2891,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2828
2891
  <span class="param-type">function</span>
2829
2892
 
2830
2893
 
2894
+
2831
2895
 
2832
2896
  </td>
2833
2897
 
@@ -2854,6 +2918,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2854
2918
  <span class="param-type">function</span>
2855
2919
 
2856
2920
 
2921
+
2857
2922
 
2858
2923
  </td>
2859
2924
 
@@ -2890,7 +2955,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2890
2955
 
2891
2956
  <dt class="inherited-from">Inherited From:</dt>
2892
2957
  <dd class="inherited-from"><ul class="dummy"><li>
2893
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2958
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2894
2959
  </li></ul></dd>
2895
2960
 
2896
2961
 
@@ -2952,6 +3017,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2952
3017
  <span class="param-type">Promise.&lt;Object></span>
2953
3018
 
2954
3019
 
3020
+
2955
3021
  </div>
2956
3022
 
2957
3023
  </div>
@@ -3064,6 +3130,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3064
3130
  <span class="param-type">function</span>
3065
3131
 
3066
3132
 
3133
+
3067
3134
 
3068
3135
  </td>
3069
3136
 
@@ -3092,6 +3159,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3092
3159
  <span class="param-type">function</span>
3093
3160
 
3094
3161
 
3162
+
3095
3163
 
3096
3164
  </td>
3097
3165
 
@@ -3130,7 +3198,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3130
3198
 
3131
3199
  <dt class="inherited-from">Inherited From:</dt>
3132
3200
  <dd class="inherited-from"><ul class="dummy"><li>
3133
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3201
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3134
3202
  </li></ul></dd>
3135
3203
 
3136
3204
 
@@ -3276,6 +3344,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3276
3344
  <span class="param-type">Object</span>
3277
3345
 
3278
3346
 
3347
+
3279
3348
 
3280
3349
  </td>
3281
3350
 
@@ -3302,6 +3371,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3302
3371
  <span class="param-type">String</span>
3303
3372
 
3304
3373
 
3374
+
3305
3375
 
3306
3376
  </td>
3307
3377
 
@@ -3328,6 +3398,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3398
  <span class="param-type">String</span>
3329
3399
 
3330
3400
 
3401
+
3331
3402
 
3332
3403
  </td>
3333
3404
 
@@ -3354,6 +3425,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3354
3425
  <span class="param-type">String</span>
3355
3426
 
3356
3427
 
3428
+
3357
3429
 
3358
3430
  </td>
3359
3431
 
@@ -3382,6 +3454,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3382
3454
  <span class="param-type">function</span>
3383
3455
 
3384
3456
 
3457
+
3385
3458
 
3386
3459
  </td>
3387
3460
 
@@ -3408,6 +3481,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3408
3481
  <span class="param-type">function</span>
3409
3482
 
3410
3483
 
3484
+
3411
3485
 
3412
3486
  </td>
3413
3487
 
@@ -3444,7 +3518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3444
3518
 
3445
3519
  <dt class="inherited-from">Inherited From:</dt>
3446
3520
  <dd class="inherited-from"><ul class="dummy"><li>
3447
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3521
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3448
3522
  </li></ul></dd>
3449
3523
 
3450
3524
 
@@ -3506,6 +3580,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3506
3580
  <span class="param-type">Promise.&lt;String></span>
3507
3581
 
3508
3582
 
3583
+
3509
3584
  </div>
3510
3585
 
3511
3586
  </div>
@@ -3597,6 +3672,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3597
3672
  <span class="param-type">Object</span>
3598
3673
 
3599
3674
 
3675
+
3600
3676
 
3601
3677
  </td>
3602
3678
 
@@ -3623,6 +3699,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3623
3699
  <span class="param-type">String</span>
3624
3700
 
3625
3701
 
3702
+
3626
3703
 
3627
3704
  </td>
3628
3705
 
@@ -3649,6 +3726,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3649
3726
  <span class="param-type">String</span>
3650
3727
 
3651
3728
 
3729
+
3652
3730
 
3653
3731
  </td>
3654
3732
 
@@ -3675,6 +3753,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3675
3753
  <span class="param-type">String</span>
3676
3754
 
3677
3755
 
3756
+
3678
3757
 
3679
3758
  </td>
3680
3759
 
@@ -3703,6 +3782,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3703
3782
  <span class="param-type">function</span>
3704
3783
 
3705
3784
 
3785
+
3706
3786
 
3707
3787
  </td>
3708
3788
 
@@ -3729,6 +3809,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3729
3809
  <span class="param-type">function</span>
3730
3810
 
3731
3811
 
3812
+
3732
3813
 
3733
3814
  </td>
3734
3815
 
@@ -3765,7 +3846,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3765
3846
 
3766
3847
  <dt class="inherited-from">Inherited From:</dt>
3767
3848
  <dd class="inherited-from"><ul class="dummy"><li>
3768
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3849
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3769
3850
  </li></ul></dd>
3770
3851
 
3771
3852
 
@@ -3827,6 +3908,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3827
3908
  <span class="param-type">Promise.&lt;String></span>
3828
3909
 
3829
3910
 
3911
+
3830
3912
  </div>
3831
3913
 
3832
3914
  </div>
@@ -3918,6 +4000,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3918
4000
  <span class="param-type">Object</span>
3919
4001
 
3920
4002
 
4003
+
3921
4004
 
3922
4005
  </td>
3923
4006
 
@@ -3944,6 +4027,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3944
4027
  <span class="param-type">String</span>
3945
4028
 
3946
4029
 
4030
+
3947
4031
 
3948
4032
  </td>
3949
4033
 
@@ -3970,6 +4054,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3970
4054
  <span class="param-type">String</span>
3971
4055
 
3972
4056
 
4057
+
3973
4058
 
3974
4059
  </td>
3975
4060
 
@@ -3998,6 +4083,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3998
4083
  <span class="param-type">function</span>
3999
4084
 
4000
4085
 
4086
+
4001
4087
 
4002
4088
  </td>
4003
4089
 
@@ -4024,6 +4110,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4024
4110
  <span class="param-type">function</span>
4025
4111
 
4026
4112
 
4113
+
4027
4114
 
4028
4115
  </td>
4029
4116
 
@@ -4060,7 +4147,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4060
4147
 
4061
4148
  <dt class="inherited-from">Inherited From:</dt>
4062
4149
  <dd class="inherited-from"><ul class="dummy"><li>
4063
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4150
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4064
4151
  </li></ul></dd>
4065
4152
 
4066
4153
 
@@ -4129,6 +4216,7 @@ console.log(&quot;submit: &quot;, res);
4129
4216
  <span class="param-type">Promise.&lt;String></span>
4130
4217
 
4131
4218
 
4219
+
4132
4220
  </div>
4133
4221
 
4134
4222
  </div>