@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">Number</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -187,7 +192,8 @@
187
192
  <td class="type">
188
193
 
189
194
 
190
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
195
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
196
+
191
197
 
192
198
 
193
199
 
@@ -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">String</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">String</span>
257
265
 
258
266
 
267
+
259
268
 
260
269
  </td>
261
270
 
@@ -278,6 +287,7 @@
278
287
  <span class="param-type">String</span>
279
288
 
280
289
 
290
+
281
291
 
282
292
  </td>
283
293
 
@@ -408,7 +418,7 @@
408
418
 
409
419
 
410
420
  <ul>
411
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
421
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
412
422
  </ul>
413
423
 
414
424
 
@@ -440,24 +450,26 @@
440
450
  <tbody>
441
451
 
442
452
  <tr class="deep-level-0">
443
- <td class="name"><code><a href="WorkFlowServer600233.html#analyTp">analyTp</a></code></td>
453
+ <td class="name"><code><a href="#analyTp">analyTp</a></code></td>
444
454
  <td class="name">
445
455
  <code>
446
456
 
447
457
  <span class="param-type">String</span>
448
458
 
449
459
 
460
+
450
461
  </code>
451
462
  </td>
452
463
  <td class="name"><code><p>分析模式,默认UserMode,必传,例如:{&quot;UserMode&quot;:&quot;UserMode&quot;,&quot;SysModeCommwayPrefer&quot;:&quot;SysModeCommwayPrefer&quot;,&quot;SysModeHighWayPrefer&quot;:&quot;SysModeHighWayPrefer&quot;,&quot;SysModeSysRecommend&quot;:&quot;SysModeSysRecommend&quot;,&quot;SysModeMinCost&quot;:&quot;SysModeMinCost&quot;,&quot;SysModeMinDis&quot;:&quot;SysModeMinDis&quot;,&quot;SysModeMinTime&quot;:&quot;SysModeMinTime&quot;}</p></code></td>
453
464
  </tr>
454
465
 
455
466
  <tr class="deep-level-0">
456
- <td class="name"><code><a href="WorkFlowServer600233.html#barrierGeometry">barrierGeometry</a></code></td>
467
+ <td class="name"><code><a href="#barrierGeometry">barrierGeometry</a></code></td>
457
468
  <td class="name">
458
469
  <code>
459
470
 
460
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
471
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
472
+
461
473
 
462
474
 
463
475
  </code>
@@ -466,63 +478,68 @@
466
478
  </tr>
467
479
 
468
480
  <tr class="deep-level-0">
469
- <td class="name"><code><a href="WorkFlowServer600233.html#clientId">clientId</a></code></td>
481
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
470
482
  <td class="name">
471
483
  <code>
472
484
 
473
485
  <span class="param-type">Boolean</span>
474
486
 
475
487
 
488
+
476
489
  </code>
477
490
  </td>
478
491
  <td class="name"><code><p>客户端id</p></code></td>
479
492
  </tr>
480
493
 
481
494
  <tr class="deep-level-0">
482
- <td class="name"><code><a href="WorkFlowServer600233.html#description">description</a></code></td>
495
+ <td class="name"><code><a href="#description">description</a></code></td>
483
496
  <td class="name">
484
497
  <code>
485
498
 
486
499
  <span class="param-type">String</span>
487
500
 
488
501
 
502
+
489
503
  </code>
490
504
  </td>
491
505
  <td class="name"><code><p>路径分析</p></code></td>
492
506
  </tr>
493
507
 
494
508
  <tr class="deep-level-0">
495
- <td class="name"><code><a href="WorkFlowServer600233.html#elementType">elementType</a></code></td>
509
+ <td class="name"><code><a href="#elementType">elementType</a></code></td>
496
510
  <td class="name">
497
511
  <code>
498
512
 
499
513
  <span class="param-type">Number</span>
500
514
 
501
515
 
516
+
502
517
  </code>
503
518
  </td>
504
519
  <td class="name"><code><p>添加网标方式,1:点,2:线,必传,例如:{&quot;1&quot;:&quot;点&quot;,&quot;2&quot;:&quot;线&quot;}</p></code></td>
505
520
  </tr>
506
521
 
507
522
  <tr class="deep-level-0">
508
- <td class="name"><code><a href="WorkFlowServer600233.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
523
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
509
524
  <td class="name">
510
525
  <code>
511
526
 
512
527
  <span class="param-type">Boolean</span>
513
528
 
514
529
 
530
+
515
531
  </code>
516
532
  </td>
517
533
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
518
534
  </tr>
519
535
 
520
536
  <tr class="deep-level-0">
521
- <td class="name"><code><a href="WorkFlowServer600233.html#flagGeometry">flagGeometry</a></code></td>
537
+ <td class="name"><code><a href="#flagGeometry">flagGeometry</a></code></td>
522
538
  <td class="name">
523
539
  <code>
524
540
 
525
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
541
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
542
+
526
543
 
527
544
 
528
545
  </code>
@@ -531,128 +548,138 @@
531
548
  </tr>
532
549
 
533
550
  <tr class="deep-level-0">
534
- <td class="name"><code><a href="WorkFlowServer600233.html#flowId">flowId</a></code></td>
551
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
535
552
  <td class="name">
536
553
  <code>
537
554
 
538
555
  <span class="param-type">Number</span>
539
556
 
540
557
 
558
+
541
559
  </code>
542
560
  </td>
543
561
  <td class="name"><code><p>600233</p></code></td>
544
562
  </tr>
545
563
 
546
564
  <tr class="deep-level-0">
547
- <td class="name"><code><a href="WorkFlowServer600233.html#groupName">groupName</a></code></td>
565
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
548
566
  <td class="name">
549
567
  <code>
550
568
 
551
569
  <span class="param-type">String</span>
552
570
 
553
571
 
572
+
554
573
  </code>
555
574
  </td>
556
575
  <td class="name"><code><p>网络分析</p></code></td>
557
576
  </tr>
558
577
 
559
578
  <tr class="deep-level-0">
560
- <td class="name"><code><a href="WorkFlowServer600233.html#headers">headers</a></code></td>
579
+ <td class="name"><code><a href="#headers">headers</a></code></td>
561
580
  <td class="name">
562
581
  <code>
563
582
 
564
583
  <span class="param-type">String</span>
565
584
 
566
585
 
586
+
567
587
  </code>
568
588
  </td>
569
589
  <td class="name"><code><p>请求头参数</p></code></td>
570
590
  </tr>
571
591
 
572
592
  <tr class="deep-level-0">
573
- <td class="name"><code><a href="WorkFlowServer600233.html#nearDis">nearDis</a></code></td>
593
+ <td class="name"><code><a href="#nearDis">nearDis</a></code></td>
574
594
  <td class="name">
575
595
  <code>
576
596
 
577
597
  <span class="param-type">Number</span>
578
598
 
579
599
 
600
+
580
601
  </code>
581
602
  </td>
582
603
  <td class="name"><code><p>容差,必传,例如:0.001</p></code></td>
583
604
  </tr>
584
605
 
585
606
  <tr class="deep-level-0">
586
- <td class="name"><code><a href="WorkFlowServer600233.html#netClsUrl">netClsUrl</a></code></td>
607
+ <td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
587
608
  <td class="name">
588
609
  <code>
589
610
 
590
611
  <span class="param-type">String</span>
591
612
 
592
613
 
614
+
593
615
  </code>
594
616
  </td>
595
617
  <td class="name"><code><p>网络类的URL,必传,例如:GDBP://mapgislocal/Sample/sfcls/pathAnalyst</p></code></td>
596
618
  </tr>
597
619
 
598
620
  <tr class="deep-level-0">
599
- <td class="name"><code><a href="WorkFlowServer600233.html#outFormat">outFormat</a></code></td>
621
+ <td class="name"><code><a href="#outFormat">outFormat</a></code></td>
600
622
  <td class="name">
601
623
  <code>
602
624
 
603
625
  <span class="param-type">String</span>
604
626
 
605
627
 
628
+
606
629
  </code>
607
630
  </td>
608
631
  <td class="name"><code><p>输出格式,必传,例如:{&quot;JSON&quot;:&quot;JSON&quot;,&quot;XML&quot;:&quot;XML&quot;}</p></code></td>
609
632
  </tr>
610
633
 
611
634
  <tr class="deep-level-0">
612
- <td class="name"><code><a href="WorkFlowServer600233.html#requestInterceptor">requestInterceptor</a></code></td>
635
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
613
636
  <td class="name">
614
637
  <code>
615
638
 
616
639
  <span class="param-type">function</span>
617
640
 
618
641
 
642
+
619
643
  </code>
620
644
  </td>
621
645
  <td class="name"><code><p>请求发送拦截器</p></code></td>
622
646
  </tr>
623
647
 
624
648
  <tr class="deep-level-0">
625
- <td class="name"><code><a href="WorkFlowServer600233.html#requestTimeout">requestTimeout</a></code></td>
649
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
626
650
  <td class="name">
627
651
  <code>
628
652
 
629
653
  <span class="param-type">String</span>
630
654
 
631
655
 
656
+
632
657
  </code>
633
658
  </td>
634
659
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
635
660
  </tr>
636
661
 
637
662
  <tr class="deep-level-0">
638
- <td class="name"><code><a href="WorkFlowServer600233.html#responseInterceptor">responseInterceptor</a></code></td>
663
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
639
664
  <td class="name">
640
665
  <code>
641
666
 
642
667
  <span class="param-type">function</span>
643
668
 
644
669
 
670
+
645
671
  </code>
646
672
  </td>
647
673
  <td class="name"><code><p>请求响应拦截器</p></code></td>
648
674
  </tr>
649
675
 
650
676
  <tr class="deep-level-0">
651
- <td class="name"><code><a href="WorkFlowServer600233.html#tokenAttachType">tokenAttachType</a></code></td>
677
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
652
678
  <td class="name">
653
679
  <code>
654
680
 
655
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
681
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
682
+
656
683
 
657
684
 
658
685
  </code>
@@ -661,52 +688,56 @@
661
688
  </tr>
662
689
 
663
690
  <tr class="deep-level-0">
664
- <td class="name"><code><a href="WorkFlowServer600233.html#tokenKey">tokenKey</a></code></td>
691
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
665
692
  <td class="name">
666
693
  <code>
667
694
 
668
695
  <span class="param-type">String</span>
669
696
 
670
697
 
698
+
671
699
  </code>
672
700
  </td>
673
701
  <td class="name"><code><p>token名</p></code></td>
674
702
  </tr>
675
703
 
676
704
  <tr class="deep-level-0">
677
- <td class="name"><code><a href="WorkFlowServer600233.html#tokenValue">tokenValue</a></code></td>
705
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
678
706
  <td class="name">
679
707
  <code>
680
708
 
681
709
  <span class="param-type">String</span>
682
710
 
683
711
 
712
+
684
713
  </code>
685
714
  </td>
686
715
  <td class="name"><code><p>token值</p></code></td>
687
716
  </tr>
688
717
 
689
718
  <tr class="deep-level-0">
690
- <td class="name"><code><a href="WorkFlowServer600233.html#url">url</a></code></td>
719
+ <td class="name"><code><a href="#url">url</a></code></td>
691
720
  <td class="name">
692
721
  <code>
693
722
 
694
723
  <span class="param-type">String</span>
695
724
 
696
725
 
726
+
697
727
  </code>
698
728
  </td>
699
729
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
700
730
  </tr>
701
731
 
702
732
  <tr class="deep-level-0">
703
- <td class="name"><code><a href="WorkFlowServer600233.html#weight">weight</a></code></td>
733
+ <td class="name"><code><a href="#weight">weight</a></code></td>
704
734
  <td class="name">
705
735
  <code>
706
736
 
707
737
  <span class="param-type">String</span>
708
738
 
709
739
 
740
+
710
741
  </code>
711
742
  </td>
712
743
  <td class="name"><code><p>权值,可为空,逗号分隔,例如:2,3</p></code></td>
@@ -726,6 +757,7 @@
726
757
  <span class="param-type">String</span>
727
758
 
728
759
 
760
+
729
761
  </span>
730
762
 
731
763
  <h4 class="name" id="analyTp">
@@ -793,7 +825,8 @@
793
825
  <span class="method-parameter is-pulled-right">
794
826
  <label>类型:</label>
795
827
 
796
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
828
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
829
+
797
830
 
798
831
 
799
832
  </span>
@@ -866,6 +899,7 @@
866
899
  <span class="param-type">Boolean</span>
867
900
 
868
901
 
902
+
869
903
  </span>
870
904
 
871
905
  <h4 class="name" id="clientId">
@@ -897,7 +931,7 @@
897
931
 
898
932
  <dt class="inherited-from">Inherited From:</dt>
899
933
  <dd class="inherited-from"><ul class="dummy"><li>
900
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
934
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
901
935
  </li></ul></dd>
902
936
 
903
937
 
@@ -941,6 +975,7 @@
941
975
  <span class="param-type">String</span>
942
976
 
943
977
 
978
+
944
979
  </span>
945
980
 
946
981
  <h4 class="name" id="description">
@@ -1015,6 +1050,7 @@
1015
1050
  <span class="param-type">Number</span>
1016
1051
 
1017
1052
 
1053
+
1018
1054
  </span>
1019
1055
 
1020
1056
  <h4 class="name" id="elementType">
@@ -1085,6 +1121,7 @@
1085
1121
  <span class="param-type">Boolean</span>
1086
1122
 
1087
1123
 
1124
+
1088
1125
  </span>
1089
1126
 
1090
1127
  <h4 class="name" id="enableGlobeFetch">
@@ -1116,7 +1153,7 @@
1116
1153
 
1117
1154
  <dt class="inherited-from">Inherited From:</dt>
1118
1155
  <dd class="inherited-from"><ul class="dummy"><li>
1119
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1156
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1120
1157
  </li></ul></dd>
1121
1158
 
1122
1159
 
@@ -1178,7 +1215,8 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1178
1215
  <span class="method-parameter is-pulled-right">
1179
1216
  <label>类型:</label>
1180
1217
 
1181
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1218
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1219
+
1182
1220
 
1183
1221
 
1184
1222
  </span>
@@ -1251,6 +1289,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1251
1289
  <span class="param-type">Number</span>
1252
1290
 
1253
1291
 
1292
+
1254
1293
  </span>
1255
1294
 
1256
1295
  <h4 class="name" id="flowId">
@@ -1325,6 +1364,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1325
1364
  <span class="param-type">String</span>
1326
1365
 
1327
1366
 
1367
+
1328
1368
  </span>
1329
1369
 
1330
1370
  <h4 class="name" id="groupName">
@@ -1399,6 +1439,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1399
1439
  <span class="param-type">String</span>
1400
1440
 
1401
1441
 
1442
+
1402
1443
  </span>
1403
1444
 
1404
1445
  <h4 class="name" id="headers">
@@ -1430,7 +1471,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1430
1471
 
1431
1472
  <dt class="inherited-from">Inherited From:</dt>
1432
1473
  <dd class="inherited-from"><ul class="dummy"><li>
1433
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1474
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1434
1475
  </li></ul></dd>
1435
1476
 
1436
1477
 
@@ -1496,6 +1537,7 @@ BaseServer.headers.token = '新token';</code></pre>
1496
1537
  <span class="param-type">Number</span>
1497
1538
 
1498
1539
 
1540
+
1499
1541
  </span>
1500
1542
 
1501
1543
  <h4 class="name" id="nearDis">
@@ -1566,6 +1608,7 @@ BaseServer.headers.token = '新token';</code></pre>
1566
1608
  <span class="param-type">String</span>
1567
1609
 
1568
1610
 
1611
+
1569
1612
  </span>
1570
1613
 
1571
1614
  <h4 class="name" id="netClsUrl">
@@ -1636,6 +1679,7 @@ BaseServer.headers.token = '新token';</code></pre>
1636
1679
  <span class="param-type">String</span>
1637
1680
 
1638
1681
 
1682
+
1639
1683
  </span>
1640
1684
 
1641
1685
  <h4 class="name" id="outFormat">
@@ -1706,6 +1750,7 @@ BaseServer.headers.token = '新token';</code></pre>
1706
1750
  <span class="param-type">function</span>
1707
1751
 
1708
1752
 
1753
+
1709
1754
  </span>
1710
1755
 
1711
1756
  <h4 class="name" id="requestInterceptor">
@@ -1737,7 +1782,7 @@ BaseServer.headers.token = '新token';</code></pre>
1737
1782
 
1738
1783
  <dt class="inherited-from">Inherited From:</dt>
1739
1784
  <dd class="inherited-from"><ul class="dummy"><li>
1740
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1785
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1741
1786
  </li></ul></dd>
1742
1787
 
1743
1788
 
@@ -1809,6 +1854,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1809
1854
  <span class="param-type">String</span>
1810
1855
 
1811
1856
 
1857
+
1812
1858
  </span>
1813
1859
 
1814
1860
  <h4 class="name" id="requestTimeout">
@@ -1840,7 +1886,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1840
1886
 
1841
1887
  <dt class="inherited-from">Inherited From:</dt>
1842
1888
  <dd class="inherited-from"><ul class="dummy"><li>
1843
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1889
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1844
1890
  </li></ul></dd>
1845
1891
 
1846
1892
 
@@ -1902,6 +1948,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1902
1948
  <span class="param-type">function</span>
1903
1949
 
1904
1950
 
1951
+
1905
1952
  </span>
1906
1953
 
1907
1954
  <h4 class="name" id="responseInterceptor">
@@ -1933,7 +1980,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1933
1980
 
1934
1981
  <dt class="inherited-from">Inherited From:</dt>
1935
1982
  <dd class="inherited-from"><ul class="dummy"><li>
1936
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1983
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1937
1984
  </li></ul></dd>
1938
1985
 
1939
1986
 
@@ -2004,7 +2051,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2004
2051
  <span class="method-parameter is-pulled-right">
2005
2052
  <label>类型:</label>
2006
2053
 
2007
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2054
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2055
+
2008
2056
 
2009
2057
 
2010
2058
  </span>
@@ -2038,7 +2086,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2038
2086
 
2039
2087
  <dt class="inherited-from">Inherited From:</dt>
2040
2088
  <dd class="inherited-from"><ul class="dummy"><li>
2041
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2089
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2042
2090
  </li></ul></dd>
2043
2091
 
2044
2092
 
@@ -2104,6 +2152,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2104
2152
  <span class="param-type">String</span>
2105
2153
 
2106
2154
 
2155
+
2107
2156
  </span>
2108
2157
 
2109
2158
  <h4 class="name" id="tokenKey">
@@ -2135,7 +2184,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2135
2184
 
2136
2185
  <dt class="inherited-from">Inherited From:</dt>
2137
2186
  <dd class="inherited-from"><ul class="dummy"><li>
2138
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2187
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2139
2188
  </li></ul></dd>
2140
2189
 
2141
2190
 
@@ -2196,6 +2245,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2196
2245
  <span class="param-type">String</span>
2197
2246
 
2198
2247
 
2248
+
2199
2249
  </span>
2200
2250
 
2201
2251
  <h4 class="name" id="tokenValue">
@@ -2227,7 +2277,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2227
2277
 
2228
2278
  <dt class="inherited-from">Inherited From:</dt>
2229
2279
  <dd class="inherited-from"><ul class="dummy"><li>
2230
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2280
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2231
2281
  </li></ul></dd>
2232
2282
 
2233
2283
 
@@ -2288,6 +2338,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2288
2338
  <span class="param-type">String</span>
2289
2339
 
2290
2340
 
2341
+
2291
2342
  </span>
2292
2343
 
2293
2344
  <h4 class="name" id="url">
@@ -2363,6 +2414,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2363
2414
  <span class="param-type">String</span>
2364
2415
 
2365
2416
 
2417
+
2366
2418
  </span>
2367
2419
 
2368
2420
  <h4 class="name" id="weight">
@@ -2446,7 +2498,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2446
2498
  <tbody>
2447
2499
 
2448
2500
  <tr class="deep-level-0">
2449
- <td class="name"><code><a href="WorkFlowServer600233.html#execute">execute</a></code></td>
2501
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2450
2502
  <td class="name">
2451
2503
  <code>
2452
2504
 
@@ -2454,6 +2506,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2454
2506
  <span class="param-type">Promise.&lt;Object></span>
2455
2507
 
2456
2508
 
2509
+
2457
2510
 
2458
2511
  </code>
2459
2512
  </td>
@@ -2461,7 +2514,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2461
2514
  </tr>
2462
2515
 
2463
2516
  <tr class="deep-level-0">
2464
- <td class="name"><code><a href="WorkFlowServer600233.html#queryServerInfo">queryServerInfo</a></code></td>
2517
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2465
2518
  <td class="name">
2466
2519
  <code>
2467
2520
 
@@ -2471,7 +2524,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2471
2524
  </tr>
2472
2525
 
2473
2526
  <tr class="deep-level-0">
2474
- <td class="name"><code><a href="WorkFlowServer600233.html#queryTaskResult">queryTaskResult</a></code></td>
2527
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2475
2528
  <td class="name">
2476
2529
  <code>
2477
2530
 
@@ -2479,6 +2532,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2479
2532
  <span class="param-type">Promise.&lt;String></span>
2480
2533
 
2481
2534
 
2535
+
2482
2536
 
2483
2537
  </code>
2484
2538
  </td>
@@ -2486,7 +2540,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2486
2540
  </tr>
2487
2541
 
2488
2542
  <tr class="deep-level-0">
2489
- <td class="name"><code><a href="WorkFlowServer600233.html#queryTaskStatus">queryTaskStatus</a></code></td>
2543
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2490
2544
  <td class="name">
2491
2545
  <code>
2492
2546
 
@@ -2494,6 +2548,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2494
2548
  <span class="param-type">Promise.&lt;String></span>
2495
2549
 
2496
2550
 
2551
+
2497
2552
 
2498
2553
  </code>
2499
2554
  </td>
@@ -2501,7 +2556,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2501
2556
  </tr>
2502
2557
 
2503
2558
  <tr class="deep-level-0">
2504
- <td class="name"><code><a href="WorkFlowServer600233.html#submit">submit</a></code></td>
2559
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2505
2560
  <td class="name">
2506
2561
  <code>
2507
2562
 
@@ -2509,6 +2564,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2509
2564
  <span class="param-type">Promise.&lt;String></span>
2510
2565
 
2511
2566
 
2567
+
2512
2568
 
2513
2569
  </code>
2514
2570
  </td>
@@ -2584,6 +2640,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2584
2640
  <span class="param-type">Object</span>
2585
2641
 
2586
2642
 
2643
+
2587
2644
 
2588
2645
  </td>
2589
2646
 
@@ -2610,6 +2667,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2610
2667
  <span class="param-type">String</span>
2611
2668
 
2612
2669
 
2670
+
2613
2671
 
2614
2672
  </td>
2615
2673
 
@@ -2636,6 +2694,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2636
2694
  <span class="param-type">String</span>
2637
2695
 
2638
2696
 
2697
+
2639
2698
 
2640
2699
  </td>
2641
2700
 
@@ -2664,6 +2723,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2664
2723
  <span class="param-type">function</span>
2665
2724
 
2666
2725
 
2726
+
2667
2727
 
2668
2728
  </td>
2669
2729
 
@@ -2690,6 +2750,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2690
2750
  <span class="param-type">function</span>
2691
2751
 
2692
2752
 
2753
+
2693
2754
 
2694
2755
  </td>
2695
2756
 
@@ -2726,7 +2787,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2726
2787
 
2727
2788
  <dt class="inherited-from">Inherited From:</dt>
2728
2789
  <dd class="inherited-from"><ul class="dummy"><li>
2729
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2790
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2730
2791
  </li></ul></dd>
2731
2792
 
2732
2793
 
@@ -2788,6 +2849,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2788
2849
  <span class="param-type">Promise.&lt;Object></span>
2789
2850
 
2790
2851
 
2852
+
2791
2853
  </div>
2792
2854
 
2793
2855
  </div>
@@ -2900,6 +2962,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2900
2962
  <span class="param-type">function</span>
2901
2963
 
2902
2964
 
2965
+
2903
2966
 
2904
2967
  </td>
2905
2968
 
@@ -2928,6 +2991,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2928
2991
  <span class="param-type">function</span>
2929
2992
 
2930
2993
 
2994
+
2931
2995
 
2932
2996
  </td>
2933
2997
 
@@ -2966,7 +3030,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2966
3030
 
2967
3031
  <dt class="inherited-from">Inherited From:</dt>
2968
3032
  <dd class="inherited-from"><ul class="dummy"><li>
2969
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3033
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2970
3034
  </li></ul></dd>
2971
3035
 
2972
3036
 
@@ -3112,6 +3176,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3112
3176
  <span class="param-type">Object</span>
3113
3177
 
3114
3178
 
3179
+
3115
3180
 
3116
3181
  </td>
3117
3182
 
@@ -3138,6 +3203,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3138
3203
  <span class="param-type">String</span>
3139
3204
 
3140
3205
 
3206
+
3141
3207
 
3142
3208
  </td>
3143
3209
 
@@ -3164,6 +3230,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3164
3230
  <span class="param-type">String</span>
3165
3231
 
3166
3232
 
3233
+
3167
3234
 
3168
3235
  </td>
3169
3236
 
@@ -3190,6 +3257,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3190
3257
  <span class="param-type">String</span>
3191
3258
 
3192
3259
 
3260
+
3193
3261
 
3194
3262
  </td>
3195
3263
 
@@ -3218,6 +3286,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3218
3286
  <span class="param-type">function</span>
3219
3287
 
3220
3288
 
3289
+
3221
3290
 
3222
3291
  </td>
3223
3292
 
@@ -3244,6 +3313,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3244
3313
  <span class="param-type">function</span>
3245
3314
 
3246
3315
 
3316
+
3247
3317
 
3248
3318
  </td>
3249
3319
 
@@ -3280,7 +3350,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3280
3350
 
3281
3351
  <dt class="inherited-from">Inherited From:</dt>
3282
3352
  <dd class="inherited-from"><ul class="dummy"><li>
3283
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3353
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3284
3354
  </li></ul></dd>
3285
3355
 
3286
3356
 
@@ -3342,6 +3412,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3342
3412
  <span class="param-type">Promise.&lt;String></span>
3343
3413
 
3344
3414
 
3415
+
3345
3416
  </div>
3346
3417
 
3347
3418
  </div>
@@ -3433,6 +3504,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3433
3504
  <span class="param-type">Object</span>
3434
3505
 
3435
3506
 
3507
+
3436
3508
 
3437
3509
  </td>
3438
3510
 
@@ -3459,6 +3531,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3459
3531
  <span class="param-type">String</span>
3460
3532
 
3461
3533
 
3534
+
3462
3535
 
3463
3536
  </td>
3464
3537
 
@@ -3485,6 +3558,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3485
3558
  <span class="param-type">String</span>
3486
3559
 
3487
3560
 
3561
+
3488
3562
 
3489
3563
  </td>
3490
3564
 
@@ -3511,6 +3585,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3511
3585
  <span class="param-type">String</span>
3512
3586
 
3513
3587
 
3588
+
3514
3589
 
3515
3590
  </td>
3516
3591
 
@@ -3539,6 +3614,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3539
3614
  <span class="param-type">function</span>
3540
3615
 
3541
3616
 
3617
+
3542
3618
 
3543
3619
  </td>
3544
3620
 
@@ -3565,6 +3641,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3565
3641
  <span class="param-type">function</span>
3566
3642
 
3567
3643
 
3644
+
3568
3645
 
3569
3646
  </td>
3570
3647
 
@@ -3601,7 +3678,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3601
3678
 
3602
3679
  <dt class="inherited-from">Inherited From:</dt>
3603
3680
  <dd class="inherited-from"><ul class="dummy"><li>
3604
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3681
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3605
3682
  </li></ul></dd>
3606
3683
 
3607
3684
 
@@ -3663,6 +3740,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3663
3740
  <span class="param-type">Promise.&lt;String></span>
3664
3741
 
3665
3742
 
3743
+
3666
3744
  </div>
3667
3745
 
3668
3746
  </div>
@@ -3754,6 +3832,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3754
3832
  <span class="param-type">Object</span>
3755
3833
 
3756
3834
 
3835
+
3757
3836
 
3758
3837
  </td>
3759
3838
 
@@ -3780,6 +3859,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3780
3859
  <span class="param-type">String</span>
3781
3860
 
3782
3861
 
3862
+
3783
3863
 
3784
3864
  </td>
3785
3865
 
@@ -3806,6 +3886,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3806
3886
  <span class="param-type">String</span>
3807
3887
 
3808
3888
 
3889
+
3809
3890
 
3810
3891
  </td>
3811
3892
 
@@ -3834,6 +3915,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3834
3915
  <span class="param-type">function</span>
3835
3916
 
3836
3917
 
3918
+
3837
3919
 
3838
3920
  </td>
3839
3921
 
@@ -3860,6 +3942,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3860
3942
  <span class="param-type">function</span>
3861
3943
 
3862
3944
 
3945
+
3863
3946
 
3864
3947
  </td>
3865
3948
 
@@ -3896,7 +3979,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3896
3979
 
3897
3980
  <dt class="inherited-from">Inherited From:</dt>
3898
3981
  <dd class="inherited-from"><ul class="dummy"><li>
3899
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3982
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3900
3983
  </li></ul></dd>
3901
3984
 
3902
3985
 
@@ -3965,6 +4048,7 @@ console.log(&quot;submit: &quot;, res);
3965
4048
  <span class="param-type">Promise.&lt;String></span>
3966
4049
 
3967
4050
 
4051
+
3968
4052
  </div>
3969
4053
 
3970
4054
  </div>