@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">Number</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -190,6 +195,7 @@
190
195
  <span class="param-type">Number</span>
191
196
 
192
197
 
198
+
193
199
 
194
200
  </td>
195
201
 
@@ -212,6 +218,7 @@
212
218
  <span class="param-type">Number</span>
213
219
 
214
220
 
221
+
215
222
 
216
223
  </td>
217
224
 
@@ -234,6 +241,7 @@
234
241
  <span class="param-type">Number</span>
235
242
 
236
243
 
244
+
237
245
 
238
246
  </td>
239
247
 
@@ -256,6 +264,7 @@
256
264
  <span class="param-type">Number</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">Number</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">Number</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">Number</span>
389
403
 
390
404
 
405
+
391
406
 
392
407
  </td>
393
408
 
@@ -410,6 +425,7 @@
410
425
  <span class="param-type">Number</span>
411
426
 
412
427
 
428
+
413
429
 
414
430
  </td>
415
431
 
@@ -432,6 +448,7 @@
432
448
  <span class="param-type">Number</span>
433
449
 
434
450
 
451
+
435
452
 
436
453
  </td>
437
454
 
@@ -454,6 +471,7 @@
454
471
  <span class="param-type">Number</span>
455
472
 
456
473
 
474
+
457
475
 
458
476
  </td>
459
477
 
@@ -571,7 +589,7 @@
571
589
 
572
590
 
573
591
  <ul>
574
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
592
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
575
593
  </ul>
576
594
 
577
595
 
@@ -603,310 +621,334 @@
603
621
  <tbody>
604
622
 
605
623
  <tr class="deep-level-0">
606
- <td class="name"><code><a href="WorkFlowServer600340.html#clientId">clientId</a></code></td>
624
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
607
625
  <td class="name">
608
626
  <code>
609
627
 
610
628
  <span class="param-type">Boolean</span>
611
629
 
612
630
 
631
+
613
632
  </code>
614
633
  </td>
615
634
  <td class="name"><code><p>客户端id</p></code></td>
616
635
  </tr>
617
636
 
618
637
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="WorkFlowServer600340.html#clsName">clsName</a></code></td>
638
+ <td class="name"><code><a href="#clsName">clsName</a></code></td>
620
639
  <td class="name">
621
640
  <code>
622
641
 
623
642
  <span class="param-type">String</span>
624
643
 
625
644
 
645
+
626
646
  </code>
627
647
  </td>
628
648
  <td class="name"><code><p>None</p></code></td>
629
649
  </tr>
630
650
 
631
651
  <tr class="deep-level-0">
632
- <td class="name"><code><a href="WorkFlowServer600340.html#desClsName">desClsName</a></code></td>
652
+ <td class="name"><code><a href="#desClsName">desClsName</a></code></td>
633
653
  <td class="name">
634
654
  <code>
635
655
 
636
656
  <span class="param-type">String</span>
637
657
 
638
658
 
659
+
639
660
  </code>
640
661
  </td>
641
662
  <td class="name"><code><p>None</p></code></td>
642
663
  </tr>
643
664
 
644
665
  <tr class="deep-level-0">
645
- <td class="name"><code><a href="WorkFlowServer600340.html#description">description</a></code></td>
666
+ <td class="name"><code><a href="#description">description</a></code></td>
646
667
  <td class="name">
647
668
  <code>
648
669
 
649
670
  <span class="param-type">String</span>
650
671
 
651
672
 
673
+
652
674
  </code>
653
675
  </td>
654
676
  <td class="name"><code><p>根据空间参照信息投影(sfcls/acls)</p></code></td>
655
677
  </tr>
656
678
 
657
679
  <tr class="deep-level-0">
658
- <td class="name"><code><a href="WorkFlowServer600340.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
680
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
659
681
  <td class="name">
660
682
  <code>
661
683
 
662
684
  <span class="param-type">Boolean</span>
663
685
 
664
686
 
687
+
665
688
  </code>
666
689
  </td>
667
690
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
668
691
  </tr>
669
692
 
670
693
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="WorkFlowServer600340.html#flowId">flowId</a></code></td>
694
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
672
695
  <td class="name">
673
696
  <code>
674
697
 
675
698
  <span class="param-type">Number</span>
676
699
 
677
700
 
701
+
678
702
  </code>
679
703
  </td>
680
704
  <td class="name"><code><p>600340</p></code></td>
681
705
  </tr>
682
706
 
683
707
  <tr class="deep-level-0">
684
- <td class="name"><code><a href="WorkFlowServer600340.html#groupName">groupName</a></code></td>
708
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
685
709
  <td class="name">
686
710
  <code>
687
711
 
688
712
  <span class="param-type">String</span>
689
713
 
690
714
 
715
+
691
716
  </code>
692
717
  </td>
693
718
  <td class="name"><code><p>投影转换</p></code></td>
694
719
  </tr>
695
720
 
696
721
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="WorkFlowServer600340.html#headers">headers</a></code></td>
722
+ <td class="name"><code><a href="#headers">headers</a></code></td>
698
723
  <td class="name">
699
724
  <code>
700
725
 
701
726
  <span class="param-type">String</span>
702
727
 
703
728
 
729
+
704
730
  </code>
705
731
  </td>
706
732
  <td class="name"><code><p>请求头参数</p></code></td>
707
733
  </tr>
708
734
 
709
735
  <tr class="deep-level-0">
710
- <td class="name"><code><a href="WorkFlowServer600340.html#projAngleUnit">projAngleUnit</a></code></td>
736
+ <td class="name"><code><a href="#projAngleUnit">projAngleUnit</a></code></td>
711
737
  <td class="name">
712
738
  <code>
713
739
 
714
740
  <span class="param-type">Number</span>
715
741
 
716
742
 
743
+
717
744
  </code>
718
745
  </td>
719
746
  <td class="name"><code><p>None</p></code></td>
720
747
  </tr>
721
748
 
722
749
  <tr class="deep-level-0">
723
- <td class="name"><code><a href="WorkFlowServer600340.html#projLat">projLat</a></code></td>
750
+ <td class="name"><code><a href="#projLat">projLat</a></code></td>
724
751
  <td class="name">
725
752
  <code>
726
753
 
727
754
  <span class="param-type">Number</span>
728
755
 
729
756
 
757
+
730
758
  </code>
731
759
  </td>
732
760
  <td class="name"><code><p>None</p></code></td>
733
761
  </tr>
734
762
 
735
763
  <tr class="deep-level-0">
736
- <td class="name"><code><a href="WorkFlowServer600340.html#projLat1">projLat1</a></code></td>
764
+ <td class="name"><code><a href="#projLat1">projLat1</a></code></td>
737
765
  <td class="name">
738
766
  <code>
739
767
 
740
768
  <span class="param-type">Number</span>
741
769
 
742
770
 
771
+
743
772
  </code>
744
773
  </td>
745
774
  <td class="name"><code><p>None</p></code></td>
746
775
  </tr>
747
776
 
748
777
  <tr class="deep-level-0">
749
- <td class="name"><code><a href="WorkFlowServer600340.html#projLat2">projLat2</a></code></td>
778
+ <td class="name"><code><a href="#projLat2">projLat2</a></code></td>
750
779
  <td class="name">
751
780
  <code>
752
781
 
753
782
  <span class="param-type">Number</span>
754
783
 
755
784
 
785
+
756
786
  </code>
757
787
  </td>
758
788
  <td class="name"><code><p>None</p></code></td>
759
789
  </tr>
760
790
 
761
791
  <tr class="deep-level-0">
762
- <td class="name"><code><a href="WorkFlowServer600340.html#projLon">projLon</a></code></td>
792
+ <td class="name"><code><a href="#projLon">projLon</a></code></td>
763
793
  <td class="name">
764
794
  <code>
765
795
 
766
796
  <span class="param-type">Number</span>
767
797
 
768
798
 
799
+
769
800
  </code>
770
801
  </td>
771
802
  <td class="name"><code><p>None</p></code></td>
772
803
  </tr>
773
804
 
774
805
  <tr class="deep-level-0">
775
- <td class="name"><code><a href="WorkFlowServer600340.html#projRate">projRate</a></code></td>
806
+ <td class="name"><code><a href="#projRate">projRate</a></code></td>
776
807
  <td class="name">
777
808
  <code>
778
809
 
779
810
  <span class="param-type">Number</span>
780
811
 
781
812
 
813
+
782
814
  </code>
783
815
  </td>
784
816
  <td class="name"><code><p>None</p></code></td>
785
817
  </tr>
786
818
 
787
819
  <tr class="deep-level-0">
788
- <td class="name"><code><a href="WorkFlowServer600340.html#projType">projType</a></code></td>
820
+ <td class="name"><code><a href="#projType">projType</a></code></td>
789
821
  <td class="name">
790
822
  <code>
791
823
 
792
824
  <span class="param-type">Number</span>
793
825
 
794
826
 
827
+
795
828
  </code>
796
829
  </td>
797
830
  <td class="name"><code><p>None</p></code></td>
798
831
  </tr>
799
832
 
800
833
  <tr class="deep-level-0">
801
- <td class="name"><code><a href="WorkFlowServer600340.html#projTypeID">projTypeID</a></code></td>
834
+ <td class="name"><code><a href="#projTypeID">projTypeID</a></code></td>
802
835
  <td class="name">
803
836
  <code>
804
837
 
805
838
  <span class="param-type">Number</span>
806
839
 
807
840
 
841
+
808
842
  </code>
809
843
  </td>
810
844
  <td class="name"><code><p>None</p></code></td>
811
845
  </tr>
812
846
 
813
847
  <tr class="deep-level-0">
814
- <td class="name"><code><a href="WorkFlowServer600340.html#projUnit">projUnit</a></code></td>
848
+ <td class="name"><code><a href="#projUnit">projUnit</a></code></td>
815
849
  <td class="name">
816
850
  <code>
817
851
 
818
852
  <span class="param-type">Number</span>
819
853
 
820
854
 
855
+
821
856
  </code>
822
857
  </td>
823
858
  <td class="name"><code><p>None</p></code></td>
824
859
  </tr>
825
860
 
826
861
  <tr class="deep-level-0">
827
- <td class="name"><code><a href="WorkFlowServer600340.html#projZoneNO">projZoneNO</a></code></td>
862
+ <td class="name"><code><a href="#projZoneNO">projZoneNO</a></code></td>
828
863
  <td class="name">
829
864
  <code>
830
865
 
831
866
  <span class="param-type">Number</span>
832
867
 
833
868
 
869
+
834
870
  </code>
835
871
  </td>
836
872
  <td class="name"><code><p>None</p></code></td>
837
873
  </tr>
838
874
 
839
875
  <tr class="deep-level-0">
840
- <td class="name"><code><a href="WorkFlowServer600340.html#projZoneType">projZoneType</a></code></td>
876
+ <td class="name"><code><a href="#projZoneType">projZoneType</a></code></td>
841
877
  <td class="name">
842
878
  <code>
843
879
 
844
880
  <span class="param-type">Number</span>
845
881
 
846
882
 
883
+
847
884
  </code>
848
885
  </td>
849
886
  <td class="name"><code><p>None</p></code></td>
850
887
  </tr>
851
888
 
852
889
  <tr class="deep-level-0">
853
- <td class="name"><code><a href="WorkFlowServer600340.html#requestInterceptor">requestInterceptor</a></code></td>
890
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
854
891
  <td class="name">
855
892
  <code>
856
893
 
857
894
  <span class="param-type">function</span>
858
895
 
859
896
 
897
+
860
898
  </code>
861
899
  </td>
862
900
  <td class="name"><code><p>请求发送拦截器</p></code></td>
863
901
  </tr>
864
902
 
865
903
  <tr class="deep-level-0">
866
- <td class="name"><code><a href="WorkFlowServer600340.html#requestTimeout">requestTimeout</a></code></td>
904
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
867
905
  <td class="name">
868
906
  <code>
869
907
 
870
908
  <span class="param-type">String</span>
871
909
 
872
910
 
911
+
873
912
  </code>
874
913
  </td>
875
914
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
876
915
  </tr>
877
916
 
878
917
  <tr class="deep-level-0">
879
- <td class="name"><code><a href="WorkFlowServer600340.html#responseInterceptor">responseInterceptor</a></code></td>
918
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
880
919
  <td class="name">
881
920
  <code>
882
921
 
883
922
  <span class="param-type">function</span>
884
923
 
885
924
 
925
+
886
926
  </code>
887
927
  </td>
888
928
  <td class="name"><code><p>请求响应拦截器</p></code></td>
889
929
  </tr>
890
930
 
891
931
  <tr class="deep-level-0">
892
- <td class="name"><code><a href="WorkFlowServer600340.html#sphereType">sphereType</a></code></td>
932
+ <td class="name"><code><a href="#sphereType">sphereType</a></code></td>
893
933
  <td class="name">
894
934
  <code>
895
935
 
896
936
  <span class="param-type">Number</span>
897
937
 
898
938
 
939
+
899
940
  </code>
900
941
  </td>
901
942
  <td class="name"><code><p>None</p></code></td>
902
943
  </tr>
903
944
 
904
945
  <tr class="deep-level-0">
905
- <td class="name"><code><a href="WorkFlowServer600340.html#tokenAttachType">tokenAttachType</a></code></td>
946
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
906
947
  <td class="name">
907
948
  <code>
908
949
 
909
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
950
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
951
+
910
952
 
911
953
 
912
954
  </code>
@@ -915,65 +957,70 @@
915
957
  </tr>
916
958
 
917
959
  <tr class="deep-level-0">
918
- <td class="name"><code><a href="WorkFlowServer600340.html#tokenKey">tokenKey</a></code></td>
960
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
919
961
  <td class="name">
920
962
  <code>
921
963
 
922
964
  <span class="param-type">String</span>
923
965
 
924
966
 
967
+
925
968
  </code>
926
969
  </td>
927
970
  <td class="name"><code><p>token名</p></code></td>
928
971
  </tr>
929
972
 
930
973
  <tr class="deep-level-0">
931
- <td class="name"><code><a href="WorkFlowServer600340.html#tokenValue">tokenValue</a></code></td>
974
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
932
975
  <td class="name">
933
976
  <code>
934
977
 
935
978
  <span class="param-type">String</span>
936
979
 
937
980
 
981
+
938
982
  </code>
939
983
  </td>
940
984
  <td class="name"><code><p>token值</p></code></td>
941
985
  </tr>
942
986
 
943
987
  <tr class="deep-level-0">
944
- <td class="name"><code><a href="WorkFlowServer600340.html#url">url</a></code></td>
988
+ <td class="name"><code><a href="#url">url</a></code></td>
945
989
  <td class="name">
946
990
  <code>
947
991
 
948
992
  <span class="param-type">String</span>
949
993
 
950
994
 
995
+
951
996
  </code>
952
997
  </td>
953
998
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
954
999
  </tr>
955
1000
 
956
1001
  <tr class="deep-level-0">
957
- <td class="name"><code><a href="WorkFlowServer600340.html#x">x</a></code></td>
1002
+ <td class="name"><code><a href="#x">x</a></code></td>
958
1003
  <td class="name">
959
1004
  <code>
960
1005
 
961
1006
  <span class="param-type">Number</span>
962
1007
 
963
1008
 
1009
+
964
1010
  </code>
965
1011
  </td>
966
1012
  <td class="name"><code><p>None</p></code></td>
967
1013
  </tr>
968
1014
 
969
1015
  <tr class="deep-level-0">
970
- <td class="name"><code><a href="WorkFlowServer600340.html#y">y</a></code></td>
1016
+ <td class="name"><code><a href="#y">y</a></code></td>
971
1017
  <td class="name">
972
1018
  <code>
973
1019
 
974
1020
  <span class="param-type">Number</span>
975
1021
 
976
1022
 
1023
+
977
1024
  </code>
978
1025
  </td>
979
1026
  <td class="name"><code><p>None</p></code></td>
@@ -993,6 +1040,7 @@
993
1040
  <span class="param-type">Boolean</span>
994
1041
 
995
1042
 
1043
+
996
1044
  </span>
997
1045
 
998
1046
  <h4 class="name" id="clientId">
@@ -1024,7 +1072,7 @@
1024
1072
 
1025
1073
  <dt class="inherited-from">Inherited From:</dt>
1026
1074
  <dd class="inherited-from"><ul class="dummy"><li>
1027
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1075
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1028
1076
  </li></ul></dd>
1029
1077
 
1030
1078
 
@@ -1068,6 +1116,7 @@
1068
1116
  <span class="param-type">String</span>
1069
1117
 
1070
1118
 
1119
+
1071
1120
  </span>
1072
1121
 
1073
1122
  <h4 class="name" id="clsName">
@@ -1138,6 +1187,7 @@
1138
1187
  <span class="param-type">String</span>
1139
1188
 
1140
1189
 
1190
+
1141
1191
  </span>
1142
1192
 
1143
1193
  <h4 class="name" id="desClsName">
@@ -1208,6 +1258,7 @@
1208
1258
  <span class="param-type">String</span>
1209
1259
 
1210
1260
 
1261
+
1211
1262
  </span>
1212
1263
 
1213
1264
  <h4 class="name" id="description">
@@ -1282,6 +1333,7 @@
1282
1333
  <span class="param-type">Boolean</span>
1283
1334
 
1284
1335
 
1336
+
1285
1337
  </span>
1286
1338
 
1287
1339
  <h4 class="name" id="enableGlobeFetch">
@@ -1313,7 +1365,7 @@
1313
1365
 
1314
1366
  <dt class="inherited-from">Inherited From:</dt>
1315
1367
  <dd class="inherited-from"><ul class="dummy"><li>
1316
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1368
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1317
1369
  </li></ul></dd>
1318
1370
 
1319
1371
 
@@ -1378,6 +1430,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1378
1430
  <span class="param-type">Number</span>
1379
1431
 
1380
1432
 
1433
+
1381
1434
  </span>
1382
1435
 
1383
1436
  <h4 class="name" id="flowId">
@@ -1452,6 +1505,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1452
1505
  <span class="param-type">String</span>
1453
1506
 
1454
1507
 
1508
+
1455
1509
  </span>
1456
1510
 
1457
1511
  <h4 class="name" id="groupName">
@@ -1526,6 +1580,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1526
1580
  <span class="param-type">String</span>
1527
1581
 
1528
1582
 
1583
+
1529
1584
  </span>
1530
1585
 
1531
1586
  <h4 class="name" id="headers">
@@ -1557,7 +1612,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1557
1612
 
1558
1613
  <dt class="inherited-from">Inherited From:</dt>
1559
1614
  <dd class="inherited-from"><ul class="dummy"><li>
1560
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1615
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1561
1616
  </li></ul></dd>
1562
1617
 
1563
1618
 
@@ -1623,6 +1678,7 @@ BaseServer.headers.token = '新token';</code></pre>
1623
1678
  <span class="param-type">Number</span>
1624
1679
 
1625
1680
 
1681
+
1626
1682
  </span>
1627
1683
 
1628
1684
  <h4 class="name" id="projAngleUnit">
@@ -1693,6 +1749,7 @@ BaseServer.headers.token = '新token';</code></pre>
1693
1749
  <span class="param-type">Number</span>
1694
1750
 
1695
1751
 
1752
+
1696
1753
  </span>
1697
1754
 
1698
1755
  <h4 class="name" id="projLat">
@@ -1763,6 +1820,7 @@ BaseServer.headers.token = '新token';</code></pre>
1763
1820
  <span class="param-type">Number</span>
1764
1821
 
1765
1822
 
1823
+
1766
1824
  </span>
1767
1825
 
1768
1826
  <h4 class="name" id="projLat1">
@@ -1833,6 +1891,7 @@ BaseServer.headers.token = '新token';</code></pre>
1833
1891
  <span class="param-type">Number</span>
1834
1892
 
1835
1893
 
1894
+
1836
1895
  </span>
1837
1896
 
1838
1897
  <h4 class="name" id="projLat2">
@@ -1903,6 +1962,7 @@ BaseServer.headers.token = '新token';</code></pre>
1903
1962
  <span class="param-type">Number</span>
1904
1963
 
1905
1964
 
1965
+
1906
1966
  </span>
1907
1967
 
1908
1968
  <h4 class="name" id="projLon">
@@ -1973,6 +2033,7 @@ BaseServer.headers.token = '新token';</code></pre>
1973
2033
  <span class="param-type">Number</span>
1974
2034
 
1975
2035
 
2036
+
1976
2037
  </span>
1977
2038
 
1978
2039
  <h4 class="name" id="projRate">
@@ -2043,6 +2104,7 @@ BaseServer.headers.token = '新token';</code></pre>
2043
2104
  <span class="param-type">Number</span>
2044
2105
 
2045
2106
 
2107
+
2046
2108
  </span>
2047
2109
 
2048
2110
  <h4 class="name" id="projType">
@@ -2113,6 +2175,7 @@ BaseServer.headers.token = '新token';</code></pre>
2113
2175
  <span class="param-type">Number</span>
2114
2176
 
2115
2177
 
2178
+
2116
2179
  </span>
2117
2180
 
2118
2181
  <h4 class="name" id="projTypeID">
@@ -2183,6 +2246,7 @@ BaseServer.headers.token = '新token';</code></pre>
2183
2246
  <span class="param-type">Number</span>
2184
2247
 
2185
2248
 
2249
+
2186
2250
  </span>
2187
2251
 
2188
2252
  <h4 class="name" id="projUnit">
@@ -2253,6 +2317,7 @@ BaseServer.headers.token = '新token';</code></pre>
2253
2317
  <span class="param-type">Number</span>
2254
2318
 
2255
2319
 
2320
+
2256
2321
  </span>
2257
2322
 
2258
2323
  <h4 class="name" id="projZoneNO">
@@ -2323,6 +2388,7 @@ BaseServer.headers.token = '新token';</code></pre>
2323
2388
  <span class="param-type">Number</span>
2324
2389
 
2325
2390
 
2391
+
2326
2392
  </span>
2327
2393
 
2328
2394
  <h4 class="name" id="projZoneType">
@@ -2393,6 +2459,7 @@ BaseServer.headers.token = '新token';</code></pre>
2393
2459
  <span class="param-type">function</span>
2394
2460
 
2395
2461
 
2462
+
2396
2463
  </span>
2397
2464
 
2398
2465
  <h4 class="name" id="requestInterceptor">
@@ -2424,7 +2491,7 @@ BaseServer.headers.token = '新token';</code></pre>
2424
2491
 
2425
2492
  <dt class="inherited-from">Inherited From:</dt>
2426
2493
  <dd class="inherited-from"><ul class="dummy"><li>
2427
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2494
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2428
2495
  </li></ul></dd>
2429
2496
 
2430
2497
 
@@ -2496,6 +2563,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2496
2563
  <span class="param-type">String</span>
2497
2564
 
2498
2565
 
2566
+
2499
2567
  </span>
2500
2568
 
2501
2569
  <h4 class="name" id="requestTimeout">
@@ -2527,7 +2595,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2527
2595
 
2528
2596
  <dt class="inherited-from">Inherited From:</dt>
2529
2597
  <dd class="inherited-from"><ul class="dummy"><li>
2530
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2598
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2531
2599
  </li></ul></dd>
2532
2600
 
2533
2601
 
@@ -2589,6 +2657,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2589
2657
  <span class="param-type">function</span>
2590
2658
 
2591
2659
 
2660
+
2592
2661
  </span>
2593
2662
 
2594
2663
  <h4 class="name" id="responseInterceptor">
@@ -2620,7 +2689,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2620
2689
 
2621
2690
  <dt class="inherited-from">Inherited From:</dt>
2622
2691
  <dd class="inherited-from"><ul class="dummy"><li>
2623
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2692
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2624
2693
  </li></ul></dd>
2625
2694
 
2626
2695
 
@@ -2694,6 +2763,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2694
2763
  <span class="param-type">Number</span>
2695
2764
 
2696
2765
 
2766
+
2697
2767
  </span>
2698
2768
 
2699
2769
  <h4 class="name" id="sphereType">
@@ -2761,7 +2831,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2761
2831
  <span class="method-parameter is-pulled-right">
2762
2832
  <label>类型:</label>
2763
2833
 
2764
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2834
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2835
+
2765
2836
 
2766
2837
 
2767
2838
  </span>
@@ -2795,7 +2866,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2795
2866
 
2796
2867
  <dt class="inherited-from">Inherited From:</dt>
2797
2868
  <dd class="inherited-from"><ul class="dummy"><li>
2798
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2869
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2799
2870
  </li></ul></dd>
2800
2871
 
2801
2872
 
@@ -2861,6 +2932,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2861
2932
  <span class="param-type">String</span>
2862
2933
 
2863
2934
 
2935
+
2864
2936
  </span>
2865
2937
 
2866
2938
  <h4 class="name" id="tokenKey">
@@ -2892,7 +2964,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2892
2964
 
2893
2965
  <dt class="inherited-from">Inherited From:</dt>
2894
2966
  <dd class="inherited-from"><ul class="dummy"><li>
2895
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2967
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2896
2968
  </li></ul></dd>
2897
2969
 
2898
2970
 
@@ -2953,6 +3025,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2953
3025
  <span class="param-type">String</span>
2954
3026
 
2955
3027
 
3028
+
2956
3029
  </span>
2957
3030
 
2958
3031
  <h4 class="name" id="tokenValue">
@@ -2984,7 +3057,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2984
3057
 
2985
3058
  <dt class="inherited-from">Inherited From:</dt>
2986
3059
  <dd class="inherited-from"><ul class="dummy"><li>
2987
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
3060
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2988
3061
  </li></ul></dd>
2989
3062
 
2990
3063
 
@@ -3045,6 +3118,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3045
3118
  <span class="param-type">String</span>
3046
3119
 
3047
3120
 
3121
+
3048
3122
  </span>
3049
3123
 
3050
3124
  <h4 class="name" id="url">
@@ -3120,6 +3194,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3120
3194
  <span class="param-type">Number</span>
3121
3195
 
3122
3196
 
3197
+
3123
3198
  </span>
3124
3199
 
3125
3200
  <h4 class="name" id="x">
@@ -3190,6 +3265,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3190
3265
  <span class="param-type">Number</span>
3191
3266
 
3192
3267
 
3268
+
3193
3269
  </span>
3194
3270
 
3195
3271
  <h4 class="name" id="y">
@@ -3273,7 +3349,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3273
3349
  <tbody>
3274
3350
 
3275
3351
  <tr class="deep-level-0">
3276
- <td class="name"><code><a href="WorkFlowServer600340.html#execute">execute</a></code></td>
3352
+ <td class="name"><code><a href="#execute">execute</a></code></td>
3277
3353
  <td class="name">
3278
3354
  <code>
3279
3355
 
@@ -3281,6 +3357,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3281
3357
  <span class="param-type">Promise.&lt;Object></span>
3282
3358
 
3283
3359
 
3360
+
3284
3361
 
3285
3362
  </code>
3286
3363
  </td>
@@ -3288,7 +3365,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3288
3365
  </tr>
3289
3366
 
3290
3367
  <tr class="deep-level-0">
3291
- <td class="name"><code><a href="WorkFlowServer600340.html#queryServerInfo">queryServerInfo</a></code></td>
3368
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
3292
3369
  <td class="name">
3293
3370
  <code>
3294
3371
 
@@ -3298,7 +3375,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3298
3375
  </tr>
3299
3376
 
3300
3377
  <tr class="deep-level-0">
3301
- <td class="name"><code><a href="WorkFlowServer600340.html#queryTaskResult">queryTaskResult</a></code></td>
3378
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
3302
3379
  <td class="name">
3303
3380
  <code>
3304
3381
 
@@ -3306,6 +3383,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3306
3383
  <span class="param-type">Promise.&lt;String></span>
3307
3384
 
3308
3385
 
3386
+
3309
3387
 
3310
3388
  </code>
3311
3389
  </td>
@@ -3313,7 +3391,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3313
3391
  </tr>
3314
3392
 
3315
3393
  <tr class="deep-level-0">
3316
- <td class="name"><code><a href="WorkFlowServer600340.html#queryTaskStatus">queryTaskStatus</a></code></td>
3394
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
3317
3395
  <td class="name">
3318
3396
  <code>
3319
3397
 
@@ -3321,6 +3399,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3321
3399
  <span class="param-type">Promise.&lt;String></span>
3322
3400
 
3323
3401
 
3402
+
3324
3403
 
3325
3404
  </code>
3326
3405
  </td>
@@ -3328,7 +3407,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3407
  </tr>
3329
3408
 
3330
3409
  <tr class="deep-level-0">
3331
- <td class="name"><code><a href="WorkFlowServer600340.html#submit">submit</a></code></td>
3410
+ <td class="name"><code><a href="#submit">submit</a></code></td>
3332
3411
  <td class="name">
3333
3412
  <code>
3334
3413
 
@@ -3336,6 +3415,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3336
3415
  <span class="param-type">Promise.&lt;String></span>
3337
3416
 
3338
3417
 
3418
+
3339
3419
 
3340
3420
  </code>
3341
3421
  </td>
@@ -3411,6 +3491,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3411
3491
  <span class="param-type">Object</span>
3412
3492
 
3413
3493
 
3494
+
3414
3495
 
3415
3496
  </td>
3416
3497
 
@@ -3437,6 +3518,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3437
3518
  <span class="param-type">String</span>
3438
3519
 
3439
3520
 
3521
+
3440
3522
 
3441
3523
  </td>
3442
3524
 
@@ -3463,6 +3545,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3463
3545
  <span class="param-type">String</span>
3464
3546
 
3465
3547
 
3548
+
3466
3549
 
3467
3550
  </td>
3468
3551
 
@@ -3491,6 +3574,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3491
3574
  <span class="param-type">function</span>
3492
3575
 
3493
3576
 
3577
+
3494
3578
 
3495
3579
  </td>
3496
3580
 
@@ -3517,6 +3601,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3517
3601
  <span class="param-type">function</span>
3518
3602
 
3519
3603
 
3604
+
3520
3605
 
3521
3606
  </td>
3522
3607
 
@@ -3553,7 +3638,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3553
3638
 
3554
3639
  <dt class="inherited-from">Inherited From:</dt>
3555
3640
  <dd class="inherited-from"><ul class="dummy"><li>
3556
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3641
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3557
3642
  </li></ul></dd>
3558
3643
 
3559
3644
 
@@ -3615,6 +3700,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3615
3700
  <span class="param-type">Promise.&lt;Object></span>
3616
3701
 
3617
3702
 
3703
+
3618
3704
  </div>
3619
3705
 
3620
3706
  </div>
@@ -3727,6 +3813,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3727
3813
  <span class="param-type">function</span>
3728
3814
 
3729
3815
 
3816
+
3730
3817
 
3731
3818
  </td>
3732
3819
 
@@ -3755,6 +3842,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3755
3842
  <span class="param-type">function</span>
3756
3843
 
3757
3844
 
3845
+
3758
3846
 
3759
3847
  </td>
3760
3848
 
@@ -3793,7 +3881,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3793
3881
 
3794
3882
  <dt class="inherited-from">Inherited From:</dt>
3795
3883
  <dd class="inherited-from"><ul class="dummy"><li>
3796
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3884
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3797
3885
  </li></ul></dd>
3798
3886
 
3799
3887
 
@@ -3939,6 +4027,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3939
4027
  <span class="param-type">Object</span>
3940
4028
 
3941
4029
 
4030
+
3942
4031
 
3943
4032
  </td>
3944
4033
 
@@ -3965,6 +4054,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3965
4054
  <span class="param-type">String</span>
3966
4055
 
3967
4056
 
4057
+
3968
4058
 
3969
4059
  </td>
3970
4060
 
@@ -3991,6 +4081,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3991
4081
  <span class="param-type">String</span>
3992
4082
 
3993
4083
 
4084
+
3994
4085
 
3995
4086
  </td>
3996
4087
 
@@ -4017,6 +4108,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4017
4108
  <span class="param-type">String</span>
4018
4109
 
4019
4110
 
4111
+
4020
4112
 
4021
4113
  </td>
4022
4114
 
@@ -4045,6 +4137,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4045
4137
  <span class="param-type">function</span>
4046
4138
 
4047
4139
 
4140
+
4048
4141
 
4049
4142
  </td>
4050
4143
 
@@ -4071,6 +4164,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4071
4164
  <span class="param-type">function</span>
4072
4165
 
4073
4166
 
4167
+
4074
4168
 
4075
4169
  </td>
4076
4170
 
@@ -4107,7 +4201,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4107
4201
 
4108
4202
  <dt class="inherited-from">Inherited From:</dt>
4109
4203
  <dd class="inherited-from"><ul class="dummy"><li>
4110
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
4204
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
4111
4205
  </li></ul></dd>
4112
4206
 
4113
4207
 
@@ -4169,6 +4263,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4169
4263
  <span class="param-type">Promise.&lt;String></span>
4170
4264
 
4171
4265
 
4266
+
4172
4267
  </div>
4173
4268
 
4174
4269
  </div>
@@ -4260,6 +4355,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4260
4355
  <span class="param-type">Object</span>
4261
4356
 
4262
4357
 
4358
+
4263
4359
 
4264
4360
  </td>
4265
4361
 
@@ -4286,6 +4382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4286
4382
  <span class="param-type">String</span>
4287
4383
 
4288
4384
 
4385
+
4289
4386
 
4290
4387
  </td>
4291
4388
 
@@ -4312,6 +4409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4312
4409
  <span class="param-type">String</span>
4313
4410
 
4314
4411
 
4412
+
4315
4413
 
4316
4414
  </td>
4317
4415
 
@@ -4338,6 +4436,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4338
4436
  <span class="param-type">String</span>
4339
4437
 
4340
4438
 
4439
+
4341
4440
 
4342
4441
  </td>
4343
4442
 
@@ -4366,6 +4465,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4366
4465
  <span class="param-type">function</span>
4367
4466
 
4368
4467
 
4468
+
4369
4469
 
4370
4470
  </td>
4371
4471
 
@@ -4392,6 +4492,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4392
4492
  <span class="param-type">function</span>
4393
4493
 
4394
4494
 
4495
+
4395
4496
 
4396
4497
  </td>
4397
4498
 
@@ -4428,7 +4529,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4428
4529
 
4429
4530
  <dt class="inherited-from">Inherited From:</dt>
4430
4531
  <dd class="inherited-from"><ul class="dummy"><li>
4431
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4532
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4432
4533
  </li></ul></dd>
4433
4534
 
4434
4535
 
@@ -4490,6 +4591,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4490
4591
  <span class="param-type">Promise.&lt;String></span>
4491
4592
 
4492
4593
 
4594
+
4493
4595
  </div>
4494
4596
 
4495
4597
  </div>
@@ -4581,6 +4683,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4581
4683
  <span class="param-type">Object</span>
4582
4684
 
4583
4685
 
4686
+
4584
4687
 
4585
4688
  </td>
4586
4689
 
@@ -4607,6 +4710,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4607
4710
  <span class="param-type">String</span>
4608
4711
 
4609
4712
 
4713
+
4610
4714
 
4611
4715
  </td>
4612
4716
 
@@ -4633,6 +4737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4633
4737
  <span class="param-type">String</span>
4634
4738
 
4635
4739
 
4740
+
4636
4741
 
4637
4742
  </td>
4638
4743
 
@@ -4661,6 +4766,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4661
4766
  <span class="param-type">function</span>
4662
4767
 
4663
4768
 
4769
+
4664
4770
 
4665
4771
  </td>
4666
4772
 
@@ -4687,6 +4793,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4687
4793
  <span class="param-type">function</span>
4688
4794
 
4689
4795
 
4796
+
4690
4797
 
4691
4798
  </td>
4692
4799
 
@@ -4723,7 +4830,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4723
4830
 
4724
4831
  <dt class="inherited-from">Inherited From:</dt>
4725
4832
  <dd class="inherited-from"><ul class="dummy"><li>
4726
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4833
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4727
4834
  </li></ul></dd>
4728
4835
 
4729
4836
 
@@ -4792,6 +4899,7 @@ console.log(&quot;submit: &quot;, res);
4792
4899
  <span class="param-type">Promise.&lt;String></span>
4793
4900
 
4794
4901
 
4902
+
4795
4903
  </div>
4796
4904
 
4797
4905
  </div>