@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -124,6 +126,7 @@
124
126
  <span class="param-type">String</span>
125
127
 
126
128
 
129
+
127
130
 
128
131
  </td>
129
132
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">String</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">Number</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Boolean</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">String</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">Number</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -300,6 +310,7 @@
300
310
  <span class="param-type">Boolean</span>
301
311
 
302
312
 
313
+
303
314
 
304
315
  </td>
305
316
 
@@ -322,6 +333,7 @@
322
333
  <span class="param-type">Number</span>
323
334
 
324
335
 
336
+
325
337
 
326
338
  </td>
327
339
 
@@ -344,6 +356,7 @@
344
356
  <span class="param-type">Boolean</span>
345
357
 
346
358
 
359
+
347
360
 
348
361
  </td>
349
362
 
@@ -366,6 +379,7 @@
366
379
  <span class="param-type">Number</span>
367
380
 
368
381
 
382
+
369
383
 
370
384
  </td>
371
385
 
@@ -388,6 +402,7 @@
388
402
  <span class="param-type">Boolean</span>
389
403
 
390
404
 
405
+
391
406
 
392
407
  </td>
393
408
 
@@ -510,7 +525,7 @@
510
525
 
511
526
 
512
527
  <ul>
513
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
528
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
514
529
  </ul>
515
530
 
516
531
 
@@ -542,297 +557,320 @@
542
557
  <tbody>
543
558
 
544
559
  <tr class="deep-level-0">
545
- <td class="name"><code><a href="WorkFlowServer600231.html#angleType">angleType</a></code></td>
560
+ <td class="name"><code><a href="#angleType">angleType</a></code></td>
546
561
  <td class="name">
547
562
  <code>
548
563
 
549
564
  <span class="param-type">Number</span>
550
565
 
551
566
 
567
+
552
568
  </code>
553
569
  </td>
554
570
  <td class="name"><code><p>缓冲选项:拐角类型,0:圆头,1:尖头,必传,例如:{&quot;0&quot;:&quot;圆头&quot;,&quot;1&quot;:&quot;尖头&quot;}</p></code></td>
555
571
  </tr>
556
572
 
557
573
  <tr class="deep-level-0">
558
- <td class="name"><code><a href="WorkFlowServer600231.html#clientId">clientId</a></code></td>
574
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
559
575
  <td class="name">
560
576
  <code>
561
577
 
562
578
  <span class="param-type">Boolean</span>
563
579
 
564
580
 
581
+
565
582
  </code>
566
583
  </td>
567
584
  <td class="name"><code><p>客户端id</p></code></td>
568
585
  </tr>
569
586
 
570
587
  <tr class="deep-level-0">
571
- <td class="name"><code><a href="WorkFlowServer600231.html#color">color</a></code></td>
588
+ <td class="name"><code><a href="#color">color</a></code></td>
572
589
  <td class="name">
573
590
  <code>
574
591
 
575
592
  <span class="param-type">Number</span>
576
593
 
577
594
 
595
+
578
596
  </code>
579
597
  </td>
580
598
  <td class="name"><code><p>颜色(新增),例如:1</p></code></td>
581
599
  </tr>
582
600
 
583
601
  <tr class="deep-level-0">
584
- <td class="name"><code><a href="WorkFlowServer600231.html#description">description</a></code></td>
602
+ <td class="name"><code><a href="#description">description</a></code></td>
585
603
  <td class="name">
586
604
  <code>
587
605
 
588
606
  <span class="param-type">String</span>
589
607
 
590
608
 
609
+
591
610
  </code>
592
611
  </td>
593
612
  <td class="name"><code><p>类缓冲分析(单圈)</p></code></td>
594
613
  </tr>
595
614
 
596
615
  <tr class="deep-level-0">
597
- <td class="name"><code><a href="WorkFlowServer600231.html#desInfo">desInfo</a></code></td>
616
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
598
617
  <td class="name">
599
618
  <code>
600
619
 
601
620
  <span class="param-type">String</span>
602
621
 
603
622
 
623
+
604
624
  </code>
605
625
  </td>
606
626
  <td class="name"><code><p>目的简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/bufferDes</p></code></td>
607
627
  </tr>
608
628
 
609
629
  <tr class="deep-level-0">
610
- <td class="name"><code><a href="WorkFlowServer600231.html#dynPrjRad">dynPrjRad</a></code></td>
630
+ <td class="name"><code><a href="#dynPrjRad">dynPrjRad</a></code></td>
611
631
  <td class="name">
612
632
  <code>
613
633
 
614
634
  <span class="param-type">Number</span>
615
635
 
616
636
 
637
+
617
638
  </code>
618
639
  </td>
619
640
  <td class="name"><code><p>缓冲选项:动态投影半径,例如:0</p></code></td>
620
641
  </tr>
621
642
 
622
643
  <tr class="deep-level-0">
623
- <td class="name"><code><a href="WorkFlowServer600231.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
644
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
624
645
  <td class="name">
625
646
  <code>
626
647
 
627
648
  <span class="param-type">Boolean</span>
628
649
 
629
650
 
651
+
630
652
  </code>
631
653
  </td>
632
654
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
633
655
  </tr>
634
656
 
635
657
  <tr class="deep-level-0">
636
- <td class="name"><code><a href="WorkFlowServer600231.html#fldName">fldName</a></code></td>
658
+ <td class="name"><code><a href="#fldName">fldName</a></code></td>
637
659
  <td class="name">
638
660
  <code>
639
661
 
640
662
  <span class="param-type">String</span>
641
663
 
642
664
 
665
+
643
666
  </code>
644
667
  </td>
645
668
  <td class="name"><code><p>缓冲选项:可变半径属性字段名称</p></code></td>
646
669
  </tr>
647
670
 
648
671
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="WorkFlowServer600231.html#flowId">flowId</a></code></td>
672
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
650
673
  <td class="name">
651
674
  <code>
652
675
 
653
676
  <span class="param-type">Number</span>
654
677
 
655
678
 
679
+
656
680
  </code>
657
681
  </td>
658
682
  <td class="name"><code><p>600231</p></code></td>
659
683
  </tr>
660
684
 
661
685
  <tr class="deep-level-0">
662
- <td class="name"><code><a href="WorkFlowServer600231.html#groupName">groupName</a></code></td>
686
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
663
687
  <td class="name">
664
688
  <code>
665
689
 
666
690
  <span class="param-type">String</span>
667
691
 
668
692
 
693
+
669
694
  </code>
670
695
  </td>
671
696
  <td class="name"><code><p>缓冲分析</p></code></td>
672
697
  </tr>
673
698
 
674
699
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="WorkFlowServer600231.html#headers">headers</a></code></td>
700
+ <td class="name"><code><a href="#headers">headers</a></code></td>
676
701
  <td class="name">
677
702
  <code>
678
703
 
679
704
  <span class="param-type">String</span>
680
705
 
681
706
 
707
+
682
708
  </code>
683
709
  </td>
684
710
  <td class="name"><code><p>请求头参数</p></code></td>
685
711
  </tr>
686
712
 
687
713
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="WorkFlowServer600231.html#idstr">idstr</a></code></td>
714
+ <td class="name"><code><a href="#idstr">idstr</a></code></td>
689
715
  <td class="name">
690
716
  <code>
691
717
 
692
718
  <span class="param-type">String</span>
693
719
 
694
720
 
721
+
695
722
  </code>
696
723
  </td>
697
724
  <td class="name"><code><p>需要缓冲的要素ID的字符串,以','分隔,例如:2,3,4</p></code></td>
698
725
  </tr>
699
726
 
700
727
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="WorkFlowServer600231.html#isByAtt">isByAtt</a></code></td>
728
+ <td class="name"><code><a href="#isByAtt">isByAtt</a></code></td>
702
729
  <td class="name">
703
730
  <code>
704
731
 
705
732
  <span class="param-type">Boolean</span>
706
733
 
707
734
 
735
+
708
736
  </code>
709
737
  </td>
710
738
  <td class="name"><code><p>缓冲选项:是否根据属性字段设置缓冲区半径,当为true时,LeftRad以及RightRad无效,必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
711
739
  </tr>
712
740
 
713
741
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="WorkFlowServer600231.html#isDissolve">isDissolve</a></code></td>
742
+ <td class="name"><code><a href="#isDissolve">isDissolve</a></code></td>
715
743
  <td class="name">
716
744
  <code>
717
745
 
718
746
  <span class="param-type">Boolean</span>
719
747
 
720
748
 
749
+
721
750
  </code>
722
751
  </td>
723
752
  <td class="name"><code><p>缓冲选项:缓冲区是否合并,必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
724
753
  </tr>
725
754
 
726
755
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="WorkFlowServer600231.html#isDynPrj">isDynPrj</a></code></td>
756
+ <td class="name"><code><a href="#isDynPrj">isDynPrj</a></code></td>
728
757
  <td class="name">
729
758
  <code>
730
759
 
731
760
  <span class="param-type">Boolean</span>
732
761
 
733
762
 
763
+
734
764
  </code>
735
765
  </td>
736
766
  <td class="name"><code><p>缓冲选项:是否动态投影,必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
737
767
  </tr>
738
768
 
739
769
  <tr class="deep-level-0">
740
- <td class="name"><code><a href="WorkFlowServer600231.html#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
770
+ <td class="name"><code><a href="#isMultiFeatureOpr">isMultiFeatureOpr</a></code></td>
741
771
  <td class="name">
742
772
  <code>
743
773
 
744
774
  <span class="param-type">Boolean</span>
745
775
 
746
776
 
777
+
747
778
  </code>
748
779
  </td>
749
780
  <td class="name"><code><p>复合要素操作(新增),必传,例如:{&quot;activeValue&quot;:&quot;true&quot;,&quot;inactiveValue&quot;:&quot;false&quot;}</p></code></td>
750
781
  </tr>
751
782
 
752
783
  <tr class="deep-level-0">
753
- <td class="name"><code><a href="WorkFlowServer600231.html#leftRad">leftRad</a></code></td>
784
+ <td class="name"><code><a href="#leftRad">leftRad</a></code></td>
754
785
  <td class="name">
755
786
  <code>
756
787
 
757
788
  <span class="param-type">Number</span>
758
789
 
759
790
 
791
+
760
792
  </code>
761
793
  </td>
762
794
  <td class="name"><code><p>缓冲选项:左半径,例如:5</p></code></td>
763
795
  </tr>
764
796
 
765
797
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="WorkFlowServer600231.html#requestInterceptor">requestInterceptor</a></code></td>
798
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
767
799
  <td class="name">
768
800
  <code>
769
801
 
770
802
  <span class="param-type">function</span>
771
803
 
772
804
 
805
+
773
806
  </code>
774
807
  </td>
775
808
  <td class="name"><code><p>请求发送拦截器</p></code></td>
776
809
  </tr>
777
810
 
778
811
  <tr class="deep-level-0">
779
- <td class="name"><code><a href="WorkFlowServer600231.html#requestTimeout">requestTimeout</a></code></td>
812
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
780
813
  <td class="name">
781
814
  <code>
782
815
 
783
816
  <span class="param-type">String</span>
784
817
 
785
818
 
819
+
786
820
  </code>
787
821
  </td>
788
822
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
789
823
  </tr>
790
824
 
791
825
  <tr class="deep-level-0">
792
- <td class="name"><code><a href="WorkFlowServer600231.html#responseInterceptor">responseInterceptor</a></code></td>
826
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
793
827
  <td class="name">
794
828
  <code>
795
829
 
796
830
  <span class="param-type">function</span>
797
831
 
798
832
 
833
+
799
834
  </code>
800
835
  </td>
801
836
  <td class="name"><code><p>请求响应拦截器</p></code></td>
802
837
  </tr>
803
838
 
804
839
  <tr class="deep-level-0">
805
- <td class="name"><code><a href="WorkFlowServer600231.html#rightRad">rightRad</a></code></td>
840
+ <td class="name"><code><a href="#rightRad">rightRad</a></code></td>
806
841
  <td class="name">
807
842
  <code>
808
843
 
809
844
  <span class="param-type">Number</span>
810
845
 
811
846
 
847
+
812
848
  </code>
813
849
  </td>
814
850
  <td class="name"><code><p>缓冲选项:右半径,例如:5</p></code></td>
815
851
  </tr>
816
852
 
817
853
  <tr class="deep-level-0">
818
- <td class="name"><code><a href="WorkFlowServer600231.html#srcInfo">srcInfo</a></code></td>
854
+ <td class="name"><code><a href="#srcInfo">srcInfo</a></code></td>
819
855
  <td class="name">
820
856
  <code>
821
857
 
822
858
  <span class="param-type">String</span>
823
859
 
824
860
 
861
+
825
862
  </code>
826
863
  </td>
827
864
  <td class="name"><code><p>源简单要素类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/bufferSrc</p></code></td>
828
865
  </tr>
829
866
 
830
867
  <tr class="deep-level-0">
831
- <td class="name"><code><a href="WorkFlowServer600231.html#tokenAttachType">tokenAttachType</a></code></td>
868
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
832
869
  <td class="name">
833
870
  <code>
834
871
 
835
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
872
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
873
+
836
874
 
837
875
 
838
876
  </code>
@@ -841,39 +879,42 @@
841
879
  </tr>
842
880
 
843
881
  <tr class="deep-level-0">
844
- <td class="name"><code><a href="WorkFlowServer600231.html#tokenKey">tokenKey</a></code></td>
882
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
845
883
  <td class="name">
846
884
  <code>
847
885
 
848
886
  <span class="param-type">String</span>
849
887
 
850
888
 
889
+
851
890
  </code>
852
891
  </td>
853
892
  <td class="name"><code><p>token名</p></code></td>
854
893
  </tr>
855
894
 
856
895
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="WorkFlowServer600231.html#tokenValue">tokenValue</a></code></td>
896
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
858
897
  <td class="name">
859
898
  <code>
860
899
 
861
900
  <span class="param-type">String</span>
862
901
 
863
902
 
903
+
864
904
  </code>
865
905
  </td>
866
906
  <td class="name"><code><p>token值</p></code></td>
867
907
  </tr>
868
908
 
869
909
  <tr class="deep-level-0">
870
- <td class="name"><code><a href="WorkFlowServer600231.html#url">url</a></code></td>
910
+ <td class="name"><code><a href="#url">url</a></code></td>
871
911
  <td class="name">
872
912
  <code>
873
913
 
874
914
  <span class="param-type">String</span>
875
915
 
876
916
 
917
+
877
918
  </code>
878
919
  </td>
879
920
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -893,6 +934,7 @@
893
934
  <span class="param-type">Number</span>
894
935
 
895
936
 
937
+
896
938
  </span>
897
939
 
898
940
  <h4 class="name" id="angleType">
@@ -963,6 +1005,7 @@
963
1005
  <span class="param-type">Boolean</span>
964
1006
 
965
1007
 
1008
+
966
1009
  </span>
967
1010
 
968
1011
  <h4 class="name" id="clientId">
@@ -994,7 +1037,7 @@
994
1037
 
995
1038
  <dt class="inherited-from">Inherited From:</dt>
996
1039
  <dd class="inherited-from"><ul class="dummy"><li>
997
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1040
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
998
1041
  </li></ul></dd>
999
1042
 
1000
1043
 
@@ -1038,6 +1081,7 @@
1038
1081
  <span class="param-type">Number</span>
1039
1082
 
1040
1083
 
1084
+
1041
1085
  </span>
1042
1086
 
1043
1087
  <h4 class="name" id="color">
@@ -1108,6 +1152,7 @@
1108
1152
  <span class="param-type">String</span>
1109
1153
 
1110
1154
 
1155
+
1111
1156
  </span>
1112
1157
 
1113
1158
  <h4 class="name" id="description">
@@ -1182,6 +1227,7 @@
1182
1227
  <span class="param-type">String</span>
1183
1228
 
1184
1229
 
1230
+
1185
1231
  </span>
1186
1232
 
1187
1233
  <h4 class="name" id="desInfo">
@@ -1252,6 +1298,7 @@
1252
1298
  <span class="param-type">Number</span>
1253
1299
 
1254
1300
 
1301
+
1255
1302
  </span>
1256
1303
 
1257
1304
  <h4 class="name" id="dynPrjRad">
@@ -1322,6 +1369,7 @@
1322
1369
  <span class="param-type">Boolean</span>
1323
1370
 
1324
1371
 
1372
+
1325
1373
  </span>
1326
1374
 
1327
1375
  <h4 class="name" id="enableGlobeFetch">
@@ -1353,7 +1401,7 @@
1353
1401
 
1354
1402
  <dt class="inherited-from">Inherited From:</dt>
1355
1403
  <dd class="inherited-from"><ul class="dummy"><li>
1356
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1404
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1357
1405
  </li></ul></dd>
1358
1406
 
1359
1407
 
@@ -1418,6 +1466,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1418
1466
  <span class="param-type">String</span>
1419
1467
 
1420
1468
 
1469
+
1421
1470
  </span>
1422
1471
 
1423
1472
  <h4 class="name" id="fldName">
@@ -1488,6 +1537,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1488
1537
  <span class="param-type">Number</span>
1489
1538
 
1490
1539
 
1540
+
1491
1541
  </span>
1492
1542
 
1493
1543
  <h4 class="name" id="flowId">
@@ -1562,6 +1612,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1562
1612
  <span class="param-type">String</span>
1563
1613
 
1564
1614
 
1615
+
1565
1616
  </span>
1566
1617
 
1567
1618
  <h4 class="name" id="groupName">
@@ -1636,6 +1687,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1636
1687
  <span class="param-type">String</span>
1637
1688
 
1638
1689
 
1690
+
1639
1691
  </span>
1640
1692
 
1641
1693
  <h4 class="name" id="headers">
@@ -1667,7 +1719,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1667
1719
 
1668
1720
  <dt class="inherited-from">Inherited From:</dt>
1669
1721
  <dd class="inherited-from"><ul class="dummy"><li>
1670
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1722
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1671
1723
  </li></ul></dd>
1672
1724
 
1673
1725
 
@@ -1733,6 +1785,7 @@ BaseServer.headers.token = '新token';</code></pre>
1733
1785
  <span class="param-type">String</span>
1734
1786
 
1735
1787
 
1788
+
1736
1789
  </span>
1737
1790
 
1738
1791
  <h4 class="name" id="idstr">
@@ -1803,6 +1856,7 @@ BaseServer.headers.token = '新token';</code></pre>
1803
1856
  <span class="param-type">Boolean</span>
1804
1857
 
1805
1858
 
1859
+
1806
1860
  </span>
1807
1861
 
1808
1862
  <h4 class="name" id="isByAtt">
@@ -1873,6 +1927,7 @@ BaseServer.headers.token = '新token';</code></pre>
1873
1927
  <span class="param-type">Boolean</span>
1874
1928
 
1875
1929
 
1930
+
1876
1931
  </span>
1877
1932
 
1878
1933
  <h4 class="name" id="isDissolve">
@@ -1943,6 +1998,7 @@ BaseServer.headers.token = '新token';</code></pre>
1943
1998
  <span class="param-type">Boolean</span>
1944
1999
 
1945
2000
 
2001
+
1946
2002
  </span>
1947
2003
 
1948
2004
  <h4 class="name" id="isDynPrj">
@@ -2013,6 +2069,7 @@ BaseServer.headers.token = '新token';</code></pre>
2013
2069
  <span class="param-type">Boolean</span>
2014
2070
 
2015
2071
 
2072
+
2016
2073
  </span>
2017
2074
 
2018
2075
  <h4 class="name" id="isMultiFeatureOpr">
@@ -2083,6 +2140,7 @@ BaseServer.headers.token = '新token';</code></pre>
2083
2140
  <span class="param-type">Number</span>
2084
2141
 
2085
2142
 
2143
+
2086
2144
  </span>
2087
2145
 
2088
2146
  <h4 class="name" id="leftRad">
@@ -2153,6 +2211,7 @@ BaseServer.headers.token = '新token';</code></pre>
2153
2211
  <span class="param-type">function</span>
2154
2212
 
2155
2213
 
2214
+
2156
2215
  </span>
2157
2216
 
2158
2217
  <h4 class="name" id="requestInterceptor">
@@ -2184,7 +2243,7 @@ BaseServer.headers.token = '新token';</code></pre>
2184
2243
 
2185
2244
  <dt class="inherited-from">Inherited From:</dt>
2186
2245
  <dd class="inherited-from"><ul class="dummy"><li>
2187
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2246
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2188
2247
  </li></ul></dd>
2189
2248
 
2190
2249
 
@@ -2256,6 +2315,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2256
2315
  <span class="param-type">String</span>
2257
2316
 
2258
2317
 
2318
+
2259
2319
  </span>
2260
2320
 
2261
2321
  <h4 class="name" id="requestTimeout">
@@ -2287,7 +2347,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2287
2347
 
2288
2348
  <dt class="inherited-from">Inherited From:</dt>
2289
2349
  <dd class="inherited-from"><ul class="dummy"><li>
2290
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2350
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2291
2351
  </li></ul></dd>
2292
2352
 
2293
2353
 
@@ -2349,6 +2409,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2349
2409
  <span class="param-type">function</span>
2350
2410
 
2351
2411
 
2412
+
2352
2413
  </span>
2353
2414
 
2354
2415
  <h4 class="name" id="responseInterceptor">
@@ -2380,7 +2441,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2380
2441
 
2381
2442
  <dt class="inherited-from">Inherited From:</dt>
2382
2443
  <dd class="inherited-from"><ul class="dummy"><li>
2383
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2444
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2384
2445
  </li></ul></dd>
2385
2446
 
2386
2447
 
@@ -2454,6 +2515,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2454
2515
  <span class="param-type">Number</span>
2455
2516
 
2456
2517
 
2518
+
2457
2519
  </span>
2458
2520
 
2459
2521
  <h4 class="name" id="rightRad">
@@ -2524,6 +2586,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2524
2586
  <span class="param-type">String</span>
2525
2587
 
2526
2588
 
2589
+
2527
2590
  </span>
2528
2591
 
2529
2592
  <h4 class="name" id="srcInfo">
@@ -2591,7 +2654,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2591
2654
  <span class="method-parameter is-pulled-right">
2592
2655
  <label>类型:</label>
2593
2656
 
2594
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2657
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2658
+
2595
2659
 
2596
2660
 
2597
2661
  </span>
@@ -2625,7 +2689,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2625
2689
 
2626
2690
  <dt class="inherited-from">Inherited From:</dt>
2627
2691
  <dd class="inherited-from"><ul class="dummy"><li>
2628
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2692
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2629
2693
  </li></ul></dd>
2630
2694
 
2631
2695
 
@@ -2691,6 +2755,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2691
2755
  <span class="param-type">String</span>
2692
2756
 
2693
2757
 
2758
+
2694
2759
  </span>
2695
2760
 
2696
2761
  <h4 class="name" id="tokenKey">
@@ -2722,7 +2787,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2722
2787
 
2723
2788
  <dt class="inherited-from">Inherited From:</dt>
2724
2789
  <dd class="inherited-from"><ul class="dummy"><li>
2725
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2790
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2726
2791
  </li></ul></dd>
2727
2792
 
2728
2793
 
@@ -2783,6 +2848,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2783
2848
  <span class="param-type">String</span>
2784
2849
 
2785
2850
 
2851
+
2786
2852
  </span>
2787
2853
 
2788
2854
  <h4 class="name" id="tokenValue">
@@ -2814,7 +2880,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2814
2880
 
2815
2881
  <dt class="inherited-from">Inherited From:</dt>
2816
2882
  <dd class="inherited-from"><ul class="dummy"><li>
2817
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2883
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2818
2884
  </li></ul></dd>
2819
2885
 
2820
2886
 
@@ -2875,6 +2941,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2875
2941
  <span class="param-type">String</span>
2876
2942
 
2877
2943
 
2944
+
2878
2945
  </span>
2879
2946
 
2880
2947
  <h4 class="name" id="url">
@@ -2963,7 +3030,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2963
3030
  <tbody>
2964
3031
 
2965
3032
  <tr class="deep-level-0">
2966
- <td class="name"><code><a href="WorkFlowServer600231.html#execute">execute</a></code></td>
3033
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2967
3034
  <td class="name">
2968
3035
  <code>
2969
3036
 
@@ -2971,6 +3038,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2971
3038
  <span class="param-type">Promise.&lt;Object></span>
2972
3039
 
2973
3040
 
3041
+
2974
3042
 
2975
3043
  </code>
2976
3044
  </td>
@@ -2978,7 +3046,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2978
3046
  </tr>
2979
3047
 
2980
3048
  <tr class="deep-level-0">
2981
- <td class="name"><code><a href="WorkFlowServer600231.html#queryServerInfo">queryServerInfo</a></code></td>
3049
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2982
3050
  <td class="name">
2983
3051
  <code>
2984
3052
 
@@ -2988,7 +3056,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2988
3056
  </tr>
2989
3057
 
2990
3058
  <tr class="deep-level-0">
2991
- <td class="name"><code><a href="WorkFlowServer600231.html#queryTaskResult">queryTaskResult</a></code></td>
3059
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2992
3060
  <td class="name">
2993
3061
  <code>
2994
3062
 
@@ -2996,6 +3064,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2996
3064
  <span class="param-type">Promise.&lt;String></span>
2997
3065
 
2998
3066
 
3067
+
2999
3068
 
3000
3069
  </code>
3001
3070
  </td>
@@ -3003,7 +3072,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3003
3072
  </tr>
3004
3073
 
3005
3074
  <tr class="deep-level-0">
3006
- <td class="name"><code><a href="WorkFlowServer600231.html#queryTaskStatus">queryTaskStatus</a></code></td>
3075
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
3007
3076
  <td class="name">
3008
3077
  <code>
3009
3078
 
@@ -3011,6 +3080,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3011
3080
  <span class="param-type">Promise.&lt;String></span>
3012
3081
 
3013
3082
 
3083
+
3014
3084
 
3015
3085
  </code>
3016
3086
  </td>
@@ -3018,7 +3088,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3018
3088
  </tr>
3019
3089
 
3020
3090
  <tr class="deep-level-0">
3021
- <td class="name"><code><a href="WorkFlowServer600231.html#submit">submit</a></code></td>
3091
+ <td class="name"><code><a href="#submit">submit</a></code></td>
3022
3092
  <td class="name">
3023
3093
  <code>
3024
3094
 
@@ -3026,6 +3096,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3026
3096
  <span class="param-type">Promise.&lt;String></span>
3027
3097
 
3028
3098
 
3099
+
3029
3100
 
3030
3101
  </code>
3031
3102
  </td>
@@ -3101,6 +3172,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3101
3172
  <span class="param-type">Object</span>
3102
3173
 
3103
3174
 
3175
+
3104
3176
 
3105
3177
  </td>
3106
3178
 
@@ -3127,6 +3199,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3127
3199
  <span class="param-type">String</span>
3128
3200
 
3129
3201
 
3202
+
3130
3203
 
3131
3204
  </td>
3132
3205
 
@@ -3153,6 +3226,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3153
3226
  <span class="param-type">String</span>
3154
3227
 
3155
3228
 
3229
+
3156
3230
 
3157
3231
  </td>
3158
3232
 
@@ -3181,6 +3255,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3181
3255
  <span class="param-type">function</span>
3182
3256
 
3183
3257
 
3258
+
3184
3259
 
3185
3260
  </td>
3186
3261
 
@@ -3207,6 +3282,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3207
3282
  <span class="param-type">function</span>
3208
3283
 
3209
3284
 
3285
+
3210
3286
 
3211
3287
  </td>
3212
3288
 
@@ -3243,7 +3319,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3243
3319
 
3244
3320
  <dt class="inherited-from">Inherited From:</dt>
3245
3321
  <dd class="inherited-from"><ul class="dummy"><li>
3246
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3322
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3247
3323
  </li></ul></dd>
3248
3324
 
3249
3325
 
@@ -3305,6 +3381,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3305
3381
  <span class="param-type">Promise.&lt;Object></span>
3306
3382
 
3307
3383
 
3384
+
3308
3385
  </div>
3309
3386
 
3310
3387
  </div>
@@ -3417,6 +3494,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3417
3494
  <span class="param-type">function</span>
3418
3495
 
3419
3496
 
3497
+
3420
3498
 
3421
3499
  </td>
3422
3500
 
@@ -3445,6 +3523,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3445
3523
  <span class="param-type">function</span>
3446
3524
 
3447
3525
 
3526
+
3448
3527
 
3449
3528
  </td>
3450
3529
 
@@ -3483,7 +3562,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3483
3562
 
3484
3563
  <dt class="inherited-from">Inherited From:</dt>
3485
3564
  <dd class="inherited-from"><ul class="dummy"><li>
3486
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3565
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3487
3566
  </li></ul></dd>
3488
3567
 
3489
3568
 
@@ -3629,6 +3708,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3629
3708
  <span class="param-type">Object</span>
3630
3709
 
3631
3710
 
3711
+
3632
3712
 
3633
3713
  </td>
3634
3714
 
@@ -3655,6 +3735,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3655
3735
  <span class="param-type">String</span>
3656
3736
 
3657
3737
 
3738
+
3658
3739
 
3659
3740
  </td>
3660
3741
 
@@ -3681,6 +3762,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3681
3762
  <span class="param-type">String</span>
3682
3763
 
3683
3764
 
3765
+
3684
3766
 
3685
3767
  </td>
3686
3768
 
@@ -3707,6 +3789,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3707
3789
  <span class="param-type">String</span>
3708
3790
 
3709
3791
 
3792
+
3710
3793
 
3711
3794
  </td>
3712
3795
 
@@ -3735,6 +3818,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3735
3818
  <span class="param-type">function</span>
3736
3819
 
3737
3820
 
3821
+
3738
3822
 
3739
3823
  </td>
3740
3824
 
@@ -3761,6 +3845,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3761
3845
  <span class="param-type">function</span>
3762
3846
 
3763
3847
 
3848
+
3764
3849
 
3765
3850
  </td>
3766
3851
 
@@ -3797,7 +3882,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3797
3882
 
3798
3883
  <dt class="inherited-from">Inherited From:</dt>
3799
3884
  <dd class="inherited-from"><ul class="dummy"><li>
3800
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3885
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3801
3886
  </li></ul></dd>
3802
3887
 
3803
3888
 
@@ -3859,6 +3944,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3859
3944
  <span class="param-type">Promise.&lt;String></span>
3860
3945
 
3861
3946
 
3947
+
3862
3948
  </div>
3863
3949
 
3864
3950
  </div>
@@ -3950,6 +4036,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3950
4036
  <span class="param-type">Object</span>
3951
4037
 
3952
4038
 
4039
+
3953
4040
 
3954
4041
  </td>
3955
4042
 
@@ -3976,6 +4063,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3976
4063
  <span class="param-type">String</span>
3977
4064
 
3978
4065
 
4066
+
3979
4067
 
3980
4068
  </td>
3981
4069
 
@@ -4002,6 +4090,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4002
4090
  <span class="param-type">String</span>
4003
4091
 
4004
4092
 
4093
+
4005
4094
 
4006
4095
  </td>
4007
4096
 
@@ -4028,6 +4117,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4028
4117
  <span class="param-type">String</span>
4029
4118
 
4030
4119
 
4120
+
4031
4121
 
4032
4122
  </td>
4033
4123
 
@@ -4056,6 +4146,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4056
4146
  <span class="param-type">function</span>
4057
4147
 
4058
4148
 
4149
+
4059
4150
 
4060
4151
  </td>
4061
4152
 
@@ -4082,6 +4173,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4082
4173
  <span class="param-type">function</span>
4083
4174
 
4084
4175
 
4176
+
4085
4177
 
4086
4178
  </td>
4087
4179
 
@@ -4118,7 +4210,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4118
4210
 
4119
4211
  <dt class="inherited-from">Inherited From:</dt>
4120
4212
  <dd class="inherited-from"><ul class="dummy"><li>
4121
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4213
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4122
4214
  </li></ul></dd>
4123
4215
 
4124
4216
 
@@ -4180,6 +4272,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4180
4272
  <span class="param-type">Promise.&lt;String></span>
4181
4273
 
4182
4274
 
4275
+
4183
4276
  </div>
4184
4277
 
4185
4278
  </div>
@@ -4271,6 +4364,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4271
4364
  <span class="param-type">Object</span>
4272
4365
 
4273
4366
 
4367
+
4274
4368
 
4275
4369
  </td>
4276
4370
 
@@ -4297,6 +4391,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4297
4391
  <span class="param-type">String</span>
4298
4392
 
4299
4393
 
4394
+
4300
4395
 
4301
4396
  </td>
4302
4397
 
@@ -4323,6 +4418,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4323
4418
  <span class="param-type">String</span>
4324
4419
 
4325
4420
 
4421
+
4326
4422
 
4327
4423
  </td>
4328
4424
 
@@ -4351,6 +4447,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4351
4447
  <span class="param-type">function</span>
4352
4448
 
4353
4449
 
4450
+
4354
4451
 
4355
4452
  </td>
4356
4453
 
@@ -4377,6 +4474,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4377
4474
  <span class="param-type">function</span>
4378
4475
 
4379
4476
 
4477
+
4380
4478
 
4381
4479
  </td>
4382
4480
 
@@ -4413,7 +4511,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4413
4511
 
4414
4512
  <dt class="inherited-from">Inherited From:</dt>
4415
4513
  <dd class="inherited-from"><ul class="dummy"><li>
4416
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4514
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4417
4515
  </li></ul></dd>
4418
4516
 
4419
4517
 
@@ -4482,6 +4580,7 @@ console.log(&quot;submit: &quot;, res);
4482
4580
  <span class="param-type">Promise.&lt;String></span>
4483
4581
 
4484
4582
 
4583
+
4485
4584
  </div>
4486
4585
 
4487
4586
  </div>