@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-1">
117
127
 
118
- <td class="name" id="srcInfo1"><code>srcInfo1</code></td>
128
+ <td class="name"><code>srcInfo1</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="srcInfo2"><code>srcInfo2</code></td>
155
+ <td class="name"><code>srcInfo2</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="FID1"><code>FID1</code></td>
182
+ <td class="name"><code>FID1</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="FID2"><code>FID2</code></td>
209
+ <td class="name"><code>FID2</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
220
+
191
221
 
192
222
 
193
223
 
@@ -303,7 +333,7 @@
303
333
 
304
334
 
305
335
  <ul>
306
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
336
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
307
337
  </ul>
308
338
 
309
339
 
@@ -335,11 +365,16 @@
335
365
  <tbody>
336
366
 
337
367
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="WorkFlowServer600368.html#clientId">clientId</a></code></td>
368
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
339
369
  <td class="name">
340
370
  <code>
341
371
 
342
- <span class="param-type">Boolean</span>
372
+ <span class="param-type">
373
+
374
+ Boolean
375
+
376
+ </span>
377
+
343
378
 
344
379
 
345
380
  </code>
@@ -348,11 +383,16 @@
348
383
  </tr>
349
384
 
350
385
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="WorkFlowServer600368.html#description">description</a></code></td>
386
+ <td class="name"><code><a href="#description">description</a></code></td>
352
387
  <td class="name">
353
388
  <code>
354
389
 
355
- <span class="param-type">String</span>
390
+ <span class="param-type">
391
+
392
+ String
393
+
394
+ </span>
395
+
356
396
 
357
397
 
358
398
  </code>
@@ -361,11 +401,16 @@
361
401
  </tr>
362
402
 
363
403
  <tr class="deep-level-0">
364
- <td class="name"><code><a href="WorkFlowServer600368.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
404
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
365
405
  <td class="name">
366
406
  <code>
367
407
 
368
- <span class="param-type">Boolean</span>
408
+ <span class="param-type">
409
+
410
+ Boolean
411
+
412
+ </span>
413
+
369
414
 
370
415
 
371
416
  </code>
@@ -374,11 +419,16 @@
374
419
  </tr>
375
420
 
376
421
  <tr class="deep-level-0">
377
- <td class="name"><code><a href="WorkFlowServer600368.html#FID1">FID1</a></code></td>
422
+ <td class="name"><code><a href="#FID1">FID1</a></code></td>
378
423
  <td class="name">
379
424
  <code>
380
425
 
381
- <span class="param-type">String</span>
426
+ <span class="param-type">
427
+
428
+ String
429
+
430
+ </span>
431
+
382
432
 
383
433
 
384
434
  </code>
@@ -387,11 +437,16 @@
387
437
  </tr>
388
438
 
389
439
  <tr class="deep-level-0">
390
- <td class="name"><code><a href="WorkFlowServer600368.html#FID2">FID2</a></code></td>
440
+ <td class="name"><code><a href="#FID2">FID2</a></code></td>
391
441
  <td class="name">
392
442
  <code>
393
443
 
394
- <span class="param-type">String</span>
444
+ <span class="param-type">
445
+
446
+ String
447
+
448
+ </span>
449
+
395
450
 
396
451
 
397
452
  </code>
@@ -400,11 +455,16 @@
400
455
  </tr>
401
456
 
402
457
  <tr class="deep-level-0">
403
- <td class="name"><code><a href="WorkFlowServer600368.html#flowId">flowId</a></code></td>
458
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
404
459
  <td class="name">
405
460
  <code>
406
461
 
407
- <span class="param-type">Number</span>
462
+ <span class="param-type">
463
+
464
+ Number
465
+
466
+ </span>
467
+
408
468
 
409
469
 
410
470
  </code>
@@ -413,11 +473,16 @@
413
473
  </tr>
414
474
 
415
475
  <tr class="deep-level-0">
416
- <td class="name"><code><a href="WorkFlowServer600368.html#groupName">groupName</a></code></td>
476
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
417
477
  <td class="name">
418
478
  <code>
419
479
 
420
- <span class="param-type">String</span>
480
+ <span class="param-type">
481
+
482
+ String
483
+
484
+ </span>
485
+
421
486
 
422
487
 
423
488
  </code>
@@ -426,11 +491,16 @@
426
491
  </tr>
427
492
 
428
493
  <tr class="deep-level-0">
429
- <td class="name"><code><a href="WorkFlowServer600368.html#headers">headers</a></code></td>
494
+ <td class="name"><code><a href="#headers">headers</a></code></td>
430
495
  <td class="name">
431
496
  <code>
432
497
 
433
- <span class="param-type">String</span>
498
+ <span class="param-type">
499
+
500
+ String
501
+
502
+ </span>
503
+
434
504
 
435
505
 
436
506
  </code>
@@ -439,11 +509,16 @@
439
509
  </tr>
440
510
 
441
511
  <tr class="deep-level-0">
442
- <td class="name"><code><a href="WorkFlowServer600368.html#requestInterceptor">requestInterceptor</a></code></td>
512
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
443
513
  <td class="name">
444
514
  <code>
445
515
 
446
- <span class="param-type">function</span>
516
+ <span class="param-type">
517
+
518
+ function
519
+
520
+ </span>
521
+
447
522
 
448
523
 
449
524
  </code>
@@ -452,11 +527,16 @@
452
527
  </tr>
453
528
 
454
529
  <tr class="deep-level-0">
455
- <td class="name"><code><a href="WorkFlowServer600368.html#requestTimeout">requestTimeout</a></code></td>
530
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
456
531
  <td class="name">
457
532
  <code>
458
533
 
459
- <span class="param-type">String</span>
534
+ <span class="param-type">
535
+
536
+ String
537
+
538
+ </span>
539
+
460
540
 
461
541
 
462
542
  </code>
@@ -465,11 +545,16 @@
465
545
  </tr>
466
546
 
467
547
  <tr class="deep-level-0">
468
- <td class="name"><code><a href="WorkFlowServer600368.html#responseInterceptor">responseInterceptor</a></code></td>
548
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
469
549
  <td class="name">
470
550
  <code>
471
551
 
472
- <span class="param-type">function</span>
552
+ <span class="param-type">
553
+
554
+ function
555
+
556
+ </span>
557
+
473
558
 
474
559
 
475
560
  </code>
@@ -478,11 +563,16 @@
478
563
  </tr>
479
564
 
480
565
  <tr class="deep-level-0">
481
- <td class="name"><code><a href="WorkFlowServer600368.html#srcInfo1">srcInfo1</a></code></td>
566
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
482
567
  <td class="name">
483
568
  <code>
484
569
 
485
- <span class="param-type">String</span>
570
+ <span class="param-type">
571
+
572
+ String
573
+
574
+ </span>
575
+
486
576
 
487
577
 
488
578
  </code>
@@ -491,11 +581,16 @@
491
581
  </tr>
492
582
 
493
583
  <tr class="deep-level-0">
494
- <td class="name"><code><a href="WorkFlowServer600368.html#srcInfo2">srcInfo2</a></code></td>
584
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
495
585
  <td class="name">
496
586
  <code>
497
587
 
498
- <span class="param-type">String</span>
588
+ <span class="param-type">
589
+
590
+ String
591
+
592
+ </span>
593
+
499
594
 
500
595
 
501
596
  </code>
@@ -504,11 +599,16 @@
504
599
  </tr>
505
600
 
506
601
  <tr class="deep-level-0">
507
- <td class="name"><code><a href="WorkFlowServer600368.html#tokenAttachType">tokenAttachType</a></code></td>
602
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
508
603
  <td class="name">
509
604
  <code>
510
605
 
511
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
606
+ <span class="param-type">
607
+
608
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
609
+
610
+ </span>
611
+
512
612
 
513
613
 
514
614
  </code>
@@ -517,11 +617,16 @@
517
617
  </tr>
518
618
 
519
619
  <tr class="deep-level-0">
520
- <td class="name"><code><a href="WorkFlowServer600368.html#tokenKey">tokenKey</a></code></td>
620
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
521
621
  <td class="name">
522
622
  <code>
523
623
 
524
- <span class="param-type">String</span>
624
+ <span class="param-type">
625
+
626
+ String
627
+
628
+ </span>
629
+
525
630
 
526
631
 
527
632
  </code>
@@ -530,11 +635,16 @@
530
635
  </tr>
531
636
 
532
637
  <tr class="deep-level-0">
533
- <td class="name"><code><a href="WorkFlowServer600368.html#tokenValue">tokenValue</a></code></td>
638
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
534
639
  <td class="name">
535
640
  <code>
536
641
 
537
- <span class="param-type">String</span>
642
+ <span class="param-type">
643
+
644
+ String
645
+
646
+ </span>
647
+
538
648
 
539
649
 
540
650
  </code>
@@ -543,11 +653,16 @@
543
653
  </tr>
544
654
 
545
655
  <tr class="deep-level-0">
546
- <td class="name"><code><a href="WorkFlowServer600368.html#url">url</a></code></td>
656
+ <td class="name"><code><a href="#url">url</a></code></td>
547
657
  <td class="name">
548
658
  <code>
549
659
 
550
- <span class="param-type">String</span>
660
+ <span class="param-type">
661
+
662
+ String
663
+
664
+ </span>
665
+
551
666
 
552
667
 
553
668
  </code>
@@ -566,7 +681,12 @@
566
681
  <span class="method-parameter is-pulled-right">
567
682
  <label>类型:</label>
568
683
 
569
- <span class="param-type">Boolean</span>
684
+ <span class="param-type">
685
+
686
+ Boolean
687
+
688
+ </span>
689
+
570
690
 
571
691
 
572
692
  </span>
@@ -600,7 +720,7 @@
600
720
 
601
721
  <dt class="inherited-from">Inherited From:</dt>
602
722
  <dd class="inherited-from"><ul class="dummy"><li>
603
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
723
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
604
724
  </li></ul></dd>
605
725
 
606
726
 
@@ -641,7 +761,12 @@
641
761
  <span class="method-parameter is-pulled-right">
642
762
  <label>类型:</label>
643
763
 
644
- <span class="param-type">String</span>
764
+ <span class="param-type">
765
+
766
+ String
767
+
768
+ </span>
769
+
645
770
 
646
771
 
647
772
  </span>
@@ -715,7 +840,12 @@
715
840
  <span class="method-parameter is-pulled-right">
716
841
  <label>类型:</label>
717
842
 
718
- <span class="param-type">Boolean</span>
843
+ <span class="param-type">
844
+
845
+ Boolean
846
+
847
+ </span>
848
+
719
849
 
720
850
 
721
851
  </span>
@@ -749,7 +879,7 @@
749
879
 
750
880
  <dt class="inherited-from">Inherited From:</dt>
751
881
  <dd class="inherited-from"><ul class="dummy"><li>
752
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
882
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
753
883
  </li></ul></dd>
754
884
 
755
885
 
@@ -811,7 +941,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
811
941
  <span class="method-parameter is-pulled-right">
812
942
  <label>类型:</label>
813
943
 
814
- <span class="param-type">String</span>
944
+ <span class="param-type">
945
+
946
+ String
947
+
948
+ </span>
949
+
815
950
 
816
951
 
817
952
  </span>
@@ -881,7 +1016,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
881
1016
  <span class="method-parameter is-pulled-right">
882
1017
  <label>类型:</label>
883
1018
 
884
- <span class="param-type">String</span>
1019
+ <span class="param-type">
1020
+
1021
+ String
1022
+
1023
+ </span>
1024
+
885
1025
 
886
1026
 
887
1027
  </span>
@@ -951,7 +1091,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
951
1091
  <span class="method-parameter is-pulled-right">
952
1092
  <label>类型:</label>
953
1093
 
954
- <span class="param-type">Number</span>
1094
+ <span class="param-type">
1095
+
1096
+ Number
1097
+
1098
+ </span>
1099
+
955
1100
 
956
1101
 
957
1102
  </span>
@@ -1025,7 +1170,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1025
1170
  <span class="method-parameter is-pulled-right">
1026
1171
  <label>类型:</label>
1027
1172
 
1028
- <span class="param-type">String</span>
1173
+ <span class="param-type">
1174
+
1175
+ String
1176
+
1177
+ </span>
1178
+
1029
1179
 
1030
1180
 
1031
1181
  </span>
@@ -1099,7 +1249,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1099
1249
  <span class="method-parameter is-pulled-right">
1100
1250
  <label>类型:</label>
1101
1251
 
1102
- <span class="param-type">String</span>
1252
+ <span class="param-type">
1253
+
1254
+ String
1255
+
1256
+ </span>
1257
+
1103
1258
 
1104
1259
 
1105
1260
  </span>
@@ -1133,7 +1288,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1133
1288
 
1134
1289
  <dt class="inherited-from">Inherited From:</dt>
1135
1290
  <dd class="inherited-from"><ul class="dummy"><li>
1136
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1291
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1137
1292
  </li></ul></dd>
1138
1293
 
1139
1294
 
@@ -1196,7 +1351,12 @@ BaseServer.headers.token = '新token';</code></pre>
1196
1351
  <span class="method-parameter is-pulled-right">
1197
1352
  <label>类型:</label>
1198
1353
 
1199
- <span class="param-type">function</span>
1354
+ <span class="param-type">
1355
+
1356
+ function
1357
+
1358
+ </span>
1359
+
1200
1360
 
1201
1361
 
1202
1362
  </span>
@@ -1230,7 +1390,7 @@ BaseServer.headers.token = '新token';</code></pre>
1230
1390
 
1231
1391
  <dt class="inherited-from">Inherited From:</dt>
1232
1392
  <dd class="inherited-from"><ul class="dummy"><li>
1233
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1393
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1234
1394
  </li></ul></dd>
1235
1395
 
1236
1396
 
@@ -1299,7 +1459,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1299
1459
  <span class="method-parameter is-pulled-right">
1300
1460
  <label>类型:</label>
1301
1461
 
1302
- <span class="param-type">String</span>
1462
+ <span class="param-type">
1463
+
1464
+ String
1465
+
1466
+ </span>
1467
+
1303
1468
 
1304
1469
 
1305
1470
  </span>
@@ -1333,7 +1498,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1333
1498
 
1334
1499
  <dt class="inherited-from">Inherited From:</dt>
1335
1500
  <dd class="inherited-from"><ul class="dummy"><li>
1336
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1501
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1337
1502
  </li></ul></dd>
1338
1503
 
1339
1504
 
@@ -1392,7 +1557,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1392
1557
  <span class="method-parameter is-pulled-right">
1393
1558
  <label>类型:</label>
1394
1559
 
1395
- <span class="param-type">function</span>
1560
+ <span class="param-type">
1561
+
1562
+ function
1563
+
1564
+ </span>
1565
+
1396
1566
 
1397
1567
 
1398
1568
  </span>
@@ -1426,7 +1596,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1426
1596
 
1427
1597
  <dt class="inherited-from">Inherited From:</dt>
1428
1598
  <dd class="inherited-from"><ul class="dummy"><li>
1429
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1599
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1430
1600
  </li></ul></dd>
1431
1601
 
1432
1602
 
@@ -1497,7 +1667,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1497
1667
  <span class="method-parameter is-pulled-right">
1498
1668
  <label>类型:</label>
1499
1669
 
1500
- <span class="param-type">String</span>
1670
+ <span class="param-type">
1671
+
1672
+ String
1673
+
1674
+ </span>
1675
+
1501
1676
 
1502
1677
 
1503
1678
  </span>
@@ -1567,7 +1742,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1567
1742
  <span class="method-parameter is-pulled-right">
1568
1743
  <label>类型:</label>
1569
1744
 
1570
- <span class="param-type">String</span>
1745
+ <span class="param-type">
1746
+
1747
+ String
1748
+
1749
+ </span>
1750
+
1571
1751
 
1572
1752
 
1573
1753
  </span>
@@ -1637,7 +1817,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1637
1817
  <span class="method-parameter is-pulled-right">
1638
1818
  <label>类型:</label>
1639
1819
 
1640
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1820
+ <span class="param-type">
1821
+
1822
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1823
+
1824
+ </span>
1825
+
1641
1826
 
1642
1827
 
1643
1828
  </span>
@@ -1671,7 +1856,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1671
1856
 
1672
1857
  <dt class="inherited-from">Inherited From:</dt>
1673
1858
  <dd class="inherited-from"><ul class="dummy"><li>
1674
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1859
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1675
1860
  </li></ul></dd>
1676
1861
 
1677
1862
 
@@ -1734,7 +1919,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1734
1919
  <span class="method-parameter is-pulled-right">
1735
1920
  <label>类型:</label>
1736
1921
 
1737
- <span class="param-type">String</span>
1922
+ <span class="param-type">
1923
+
1924
+ String
1925
+
1926
+ </span>
1927
+
1738
1928
 
1739
1929
 
1740
1930
  </span>
@@ -1768,7 +1958,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1768
1958
 
1769
1959
  <dt class="inherited-from">Inherited From:</dt>
1770
1960
  <dd class="inherited-from"><ul class="dummy"><li>
1771
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1961
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1772
1962
  </li></ul></dd>
1773
1963
 
1774
1964
 
@@ -1826,7 +2016,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1826
2016
  <span class="method-parameter is-pulled-right">
1827
2017
  <label>类型:</label>
1828
2018
 
1829
- <span class="param-type">String</span>
2019
+ <span class="param-type">
2020
+
2021
+ String
2022
+
2023
+ </span>
2024
+
1830
2025
 
1831
2026
 
1832
2027
  </span>
@@ -1860,7 +2055,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1860
2055
 
1861
2056
  <dt class="inherited-from">Inherited From:</dt>
1862
2057
  <dd class="inherited-from"><ul class="dummy"><li>
1863
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2058
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1864
2059
  </li></ul></dd>
1865
2060
 
1866
2061
 
@@ -1918,7 +2113,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1918
2113
  <span class="method-parameter is-pulled-right">
1919
2114
  <label>类型:</label>
1920
2115
 
1921
- <span class="param-type">String</span>
2116
+ <span class="param-type">
2117
+
2118
+ String
2119
+
2120
+ </span>
2121
+
1922
2122
 
1923
2123
 
1924
2124
  </span>
@@ -2009,12 +2209,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2009
2209
  <tbody>
2010
2210
 
2011
2211
  <tr class="deep-level-0">
2012
- <td class="name"><code><a href="WorkFlowServer600368.html#execute">execute</a></code></td>
2212
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2013
2213
  <td class="name">
2014
2214
  <code>
2015
2215
 
2016
2216
 
2017
- <span class="param-type">Promise.&lt;Object></span>
2217
+ <span class="param-type">
2218
+
2219
+ Promise.&lt;Object>
2220
+
2221
+ </span>
2222
+
2018
2223
 
2019
2224
 
2020
2225
 
@@ -2024,7 +2229,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2024
2229
  </tr>
2025
2230
 
2026
2231
  <tr class="deep-level-0">
2027
- <td class="name"><code><a href="WorkFlowServer600368.html#queryServerInfo">queryServerInfo</a></code></td>
2232
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2028
2233
  <td class="name">
2029
2234
  <code>
2030
2235
 
@@ -2034,12 +2239,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2034
2239
  </tr>
2035
2240
 
2036
2241
  <tr class="deep-level-0">
2037
- <td class="name"><code><a href="WorkFlowServer600368.html#queryTaskResult">queryTaskResult</a></code></td>
2242
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2038
2243
  <td class="name">
2039
2244
  <code>
2040
2245
 
2041
2246
 
2042
- <span class="param-type">Promise.&lt;String></span>
2247
+ <span class="param-type">
2248
+
2249
+ Promise.&lt;String>
2250
+
2251
+ </span>
2252
+
2043
2253
 
2044
2254
 
2045
2255
 
@@ -2049,12 +2259,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2049
2259
  </tr>
2050
2260
 
2051
2261
  <tr class="deep-level-0">
2052
- <td class="name"><code><a href="WorkFlowServer600368.html#queryTaskStatus">queryTaskStatus</a></code></td>
2262
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2053
2263
  <td class="name">
2054
2264
  <code>
2055
2265
 
2056
2266
 
2057
- <span class="param-type">Promise.&lt;String></span>
2267
+ <span class="param-type">
2268
+
2269
+ Promise.&lt;String>
2270
+
2271
+ </span>
2272
+
2058
2273
 
2059
2274
 
2060
2275
 
@@ -2064,12 +2279,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2064
2279
  </tr>
2065
2280
 
2066
2281
  <tr class="deep-level-0">
2067
- <td class="name"><code><a href="WorkFlowServer600368.html#submit">submit</a></code></td>
2282
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2068
2283
  <td class="name">
2069
2284
  <code>
2070
2285
 
2071
2286
 
2072
- <span class="param-type">Promise.&lt;String></span>
2287
+ <span class="param-type">
2288
+
2289
+ Promise.&lt;String>
2290
+
2291
+ </span>
2292
+
2073
2293
 
2074
2294
 
2075
2295
 
@@ -2138,13 +2358,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2138
2358
 
2139
2359
  <tr class="deep-level-0">
2140
2360
 
2141
- <td class="name" id="options"><code>options</code></td>
2361
+ <td class="name"><code>options</code></td>
2142
2362
 
2143
2363
 
2144
2364
  <td class="type">
2145
2365
 
2146
2366
 
2147
- <span class="param-type">Object</span>
2367
+ <span class="param-type">
2368
+
2369
+ Object
2370
+
2371
+ </span>
2372
+
2148
2373
 
2149
2374
 
2150
2375
 
@@ -2164,13 +2389,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2164
2389
 
2165
2390
  <tr class="deep-level-1">
2166
2391
 
2167
- <td class="name" id="headers"><code>headers</code></td>
2392
+ <td class="name"><code>headers</code></td>
2168
2393
 
2169
2394
 
2170
2395
  <td class="type">
2171
2396
 
2172
2397
 
2173
- <span class="param-type">String</span>
2398
+ <span class="param-type">
2399
+
2400
+ String
2401
+
2402
+ </span>
2403
+
2174
2404
 
2175
2405
 
2176
2406
 
@@ -2190,13 +2420,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2190
2420
 
2191
2421
  <tr class="deep-level-1">
2192
2422
 
2193
- <td class="name" id="method"><code>method</code></td>
2423
+ <td class="name"><code>method</code></td>
2194
2424
 
2195
2425
 
2196
2426
  <td class="type">
2197
2427
 
2198
2428
 
2199
- <span class="param-type">String</span>
2429
+ <span class="param-type">
2430
+
2431
+ String
2432
+
2433
+ </span>
2434
+
2200
2435
 
2201
2436
 
2202
2437
 
@@ -2218,13 +2453,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2218
2453
 
2219
2454
  <tr class="deep-level-1">
2220
2455
 
2221
- <td class="name" id="success"><code>success</code></td>
2456
+ <td class="name"><code>success</code></td>
2222
2457
 
2223
2458
 
2224
2459
  <td class="type">
2225
2460
 
2226
2461
 
2227
- <span class="param-type">function</span>
2462
+ <span class="param-type">
2463
+
2464
+ function
2465
+
2466
+ </span>
2467
+
2228
2468
 
2229
2469
 
2230
2470
 
@@ -2244,13 +2484,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2244
2484
 
2245
2485
  <tr class="deep-level-1">
2246
2486
 
2247
- <td class="name" id="failure"><code>failure</code></td>
2487
+ <td class="name"><code>failure</code></td>
2248
2488
 
2249
2489
 
2250
2490
  <td class="type">
2251
2491
 
2252
2492
 
2253
- <span class="param-type">function</span>
2493
+ <span class="param-type">
2494
+
2495
+ function
2496
+
2497
+ </span>
2498
+
2254
2499
 
2255
2500
 
2256
2501
 
@@ -2289,7 +2534,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2289
2534
 
2290
2535
  <dt class="inherited-from">Inherited From:</dt>
2291
2536
  <dd class="inherited-from"><ul class="dummy"><li>
2292
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2537
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2293
2538
  </li></ul></dd>
2294
2539
 
2295
2540
 
@@ -2348,7 +2593,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2348
2593
  <div class='column is-5 has-text-left'>
2349
2594
  <label>类型: </label>
2350
2595
 
2351
- <span class="param-type">Promise.&lt;Object></span>
2596
+ <span class="param-type">
2597
+
2598
+ Promise.&lt;Object>
2599
+
2600
+ </span>
2601
+
2352
2602
 
2353
2603
 
2354
2604
  </div>
@@ -2433,7 +2683,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2433
2683
 
2434
2684
  <tr class="deep-level-0">
2435
2685
 
2436
- <td class="name" id="options"><code>options</code></td>
2686
+ <td class="name"><code>options</code></td>
2437
2687
 
2438
2688
 
2439
2689
  <td class="type">
@@ -2454,13 +2704,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2454
2704
 
2455
2705
  <tr class="deep-level-1">
2456
2706
 
2457
- <td class="name" id="success"><code>success</code></td>
2707
+ <td class="name"><code>success</code></td>
2458
2708
 
2459
2709
 
2460
2710
  <td class="type">
2461
2711
 
2462
2712
 
2463
- <span class="param-type">function</span>
2713
+ <span class="param-type">
2714
+
2715
+ function
2716
+
2717
+ </span>
2718
+
2464
2719
 
2465
2720
 
2466
2721
 
@@ -2482,13 +2737,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2482
2737
 
2483
2738
  <tr class="deep-level-1">
2484
2739
 
2485
- <td class="name" id="failure"><code>failure</code></td>
2740
+ <td class="name"><code>failure</code></td>
2486
2741
 
2487
2742
 
2488
2743
  <td class="type">
2489
2744
 
2490
2745
 
2491
- <span class="param-type">function</span>
2746
+ <span class="param-type">
2747
+
2748
+ function
2749
+
2750
+ </span>
2751
+
2492
2752
 
2493
2753
 
2494
2754
 
@@ -2529,7 +2789,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2529
2789
 
2530
2790
  <dt class="inherited-from">Inherited From:</dt>
2531
2791
  <dd class="inherited-from"><ul class="dummy"><li>
2532
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2792
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2533
2793
  </li></ul></dd>
2534
2794
 
2535
2795
 
@@ -2666,13 +2926,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2666
2926
 
2667
2927
  <tr class="deep-level-0">
2668
2928
 
2669
- <td class="name" id="options"><code>options</code></td>
2929
+ <td class="name"><code>options</code></td>
2670
2930
 
2671
2931
 
2672
2932
  <td class="type">
2673
2933
 
2674
2934
 
2675
- <span class="param-type">Object</span>
2935
+ <span class="param-type">
2936
+
2937
+ Object
2938
+
2939
+ </span>
2940
+
2676
2941
 
2677
2942
 
2678
2943
 
@@ -2692,13 +2957,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2692
2957
 
2693
2958
  <tr class="deep-level-1">
2694
2959
 
2695
- <td class="name" id="taskId"><code>taskId</code></td>
2960
+ <td class="name"><code>taskId</code></td>
2696
2961
 
2697
2962
 
2698
2963
  <td class="type">
2699
2964
 
2700
2965
 
2701
- <span class="param-type">String</span>
2966
+ <span class="param-type">
2967
+
2968
+ String
2969
+
2970
+ </span>
2971
+
2702
2972
 
2703
2973
 
2704
2974
 
@@ -2718,13 +2988,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2718
2988
 
2719
2989
  <tr class="deep-level-1">
2720
2990
 
2721
- <td class="name" id="headers"><code>headers</code></td>
2991
+ <td class="name"><code>headers</code></td>
2722
2992
 
2723
2993
 
2724
2994
  <td class="type">
2725
2995
 
2726
2996
 
2727
- <span class="param-type">String</span>
2997
+ <span class="param-type">
2998
+
2999
+ String
3000
+
3001
+ </span>
3002
+
2728
3003
 
2729
3004
 
2730
3005
 
@@ -2744,13 +3019,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2744
3019
 
2745
3020
  <tr class="deep-level-1">
2746
3021
 
2747
- <td class="name" id="method"><code>method</code></td>
3022
+ <td class="name"><code>method</code></td>
2748
3023
 
2749
3024
 
2750
3025
  <td class="type">
2751
3026
 
2752
3027
 
2753
- <span class="param-type">String</span>
3028
+ <span class="param-type">
3029
+
3030
+ String
3031
+
3032
+ </span>
3033
+
2754
3034
 
2755
3035
 
2756
3036
 
@@ -2772,13 +3052,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2772
3052
 
2773
3053
  <tr class="deep-level-1">
2774
3054
 
2775
- <td class="name" id="success"><code>success</code></td>
3055
+ <td class="name"><code>success</code></td>
2776
3056
 
2777
3057
 
2778
3058
  <td class="type">
2779
3059
 
2780
3060
 
2781
- <span class="param-type">function</span>
3061
+ <span class="param-type">
3062
+
3063
+ function
3064
+
3065
+ </span>
3066
+
2782
3067
 
2783
3068
 
2784
3069
 
@@ -2798,13 +3083,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2798
3083
 
2799
3084
  <tr class="deep-level-1">
2800
3085
 
2801
- <td class="name" id="failure"><code>failure</code></td>
3086
+ <td class="name"><code>failure</code></td>
2802
3087
 
2803
3088
 
2804
3089
  <td class="type">
2805
3090
 
2806
3091
 
2807
- <span class="param-type">function</span>
3092
+ <span class="param-type">
3093
+
3094
+ function
3095
+
3096
+ </span>
3097
+
2808
3098
 
2809
3099
 
2810
3100
 
@@ -2843,7 +3133,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2843
3133
 
2844
3134
  <dt class="inherited-from">Inherited From:</dt>
2845
3135
  <dd class="inherited-from"><ul class="dummy"><li>
2846
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3136
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
2847
3137
  </li></ul></dd>
2848
3138
 
2849
3139
 
@@ -2902,7 +3192,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2902
3192
  <div class='column is-5 has-text-left'>
2903
3193
  <label>类型: </label>
2904
3194
 
2905
- <span class="param-type">Promise.&lt;String></span>
3195
+ <span class="param-type">
3196
+
3197
+ Promise.&lt;String>
3198
+
3199
+ </span>
3200
+
2906
3201
 
2907
3202
 
2908
3203
  </div>
@@ -2987,13 +3282,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2987
3282
 
2988
3283
  <tr class="deep-level-0">
2989
3284
 
2990
- <td class="name" id="options"><code>options</code></td>
3285
+ <td class="name"><code>options</code></td>
2991
3286
 
2992
3287
 
2993
3288
  <td class="type">
2994
3289
 
2995
3290
 
2996
- <span class="param-type">Object</span>
3291
+ <span class="param-type">
3292
+
3293
+ Object
3294
+
3295
+ </span>
3296
+
2997
3297
 
2998
3298
 
2999
3299
 
@@ -3013,13 +3313,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3013
3313
 
3014
3314
  <tr class="deep-level-1">
3015
3315
 
3016
- <td class="name" id="taskId"><code>taskId</code></td>
3316
+ <td class="name"><code>taskId</code></td>
3017
3317
 
3018
3318
 
3019
3319
  <td class="type">
3020
3320
 
3021
3321
 
3022
- <span class="param-type">String</span>
3322
+ <span class="param-type">
3323
+
3324
+ String
3325
+
3326
+ </span>
3327
+
3023
3328
 
3024
3329
 
3025
3330
 
@@ -3039,13 +3344,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3039
3344
 
3040
3345
  <tr class="deep-level-1">
3041
3346
 
3042
- <td class="name" id="headers"><code>headers</code></td>
3347
+ <td class="name"><code>headers</code></td>
3043
3348
 
3044
3349
 
3045
3350
  <td class="type">
3046
3351
 
3047
3352
 
3048
- <span class="param-type">String</span>
3353
+ <span class="param-type">
3354
+
3355
+ String
3356
+
3357
+ </span>
3358
+
3049
3359
 
3050
3360
 
3051
3361
 
@@ -3065,13 +3375,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3065
3375
 
3066
3376
  <tr class="deep-level-1">
3067
3377
 
3068
- <td class="name" id="method"><code>method</code></td>
3378
+ <td class="name"><code>method</code></td>
3069
3379
 
3070
3380
 
3071
3381
  <td class="type">
3072
3382
 
3073
3383
 
3074
- <span class="param-type">String</span>
3384
+ <span class="param-type">
3385
+
3386
+ String
3387
+
3388
+ </span>
3389
+
3075
3390
 
3076
3391
 
3077
3392
 
@@ -3093,13 +3408,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3093
3408
 
3094
3409
  <tr class="deep-level-1">
3095
3410
 
3096
- <td class="name" id="success"><code>success</code></td>
3411
+ <td class="name"><code>success</code></td>
3097
3412
 
3098
3413
 
3099
3414
  <td class="type">
3100
3415
 
3101
3416
 
3102
- <span class="param-type">function</span>
3417
+ <span class="param-type">
3418
+
3419
+ function
3420
+
3421
+ </span>
3422
+
3103
3423
 
3104
3424
 
3105
3425
 
@@ -3119,13 +3439,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3119
3439
 
3120
3440
  <tr class="deep-level-1">
3121
3441
 
3122
- <td class="name" id="failure"><code>failure</code></td>
3442
+ <td class="name"><code>failure</code></td>
3123
3443
 
3124
3444
 
3125
3445
  <td class="type">
3126
3446
 
3127
3447
 
3128
- <span class="param-type">function</span>
3448
+ <span class="param-type">
3449
+
3450
+ function
3451
+
3452
+ </span>
3453
+
3129
3454
 
3130
3455
 
3131
3456
 
@@ -3164,7 +3489,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3164
3489
 
3165
3490
  <dt class="inherited-from">Inherited From:</dt>
3166
3491
  <dd class="inherited-from"><ul class="dummy"><li>
3167
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3492
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3168
3493
  </li></ul></dd>
3169
3494
 
3170
3495
 
@@ -3223,7 +3548,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3223
3548
  <div class='column is-5 has-text-left'>
3224
3549
  <label>类型: </label>
3225
3550
 
3226
- <span class="param-type">Promise.&lt;String></span>
3551
+ <span class="param-type">
3552
+
3553
+ Promise.&lt;String>
3554
+
3555
+ </span>
3556
+
3227
3557
 
3228
3558
 
3229
3559
  </div>
@@ -3308,13 +3638,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3308
3638
 
3309
3639
  <tr class="deep-level-0">
3310
3640
 
3311
- <td class="name" id="options"><code>options</code></td>
3641
+ <td class="name"><code>options</code></td>
3312
3642
 
3313
3643
 
3314
3644
  <td class="type">
3315
3645
 
3316
3646
 
3317
- <span class="param-type">Object</span>
3647
+ <span class="param-type">
3648
+
3649
+ Object
3650
+
3651
+ </span>
3652
+
3318
3653
 
3319
3654
 
3320
3655
 
@@ -3334,13 +3669,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3334
3669
 
3335
3670
  <tr class="deep-level-1">
3336
3671
 
3337
- <td class="name" id="headers"><code>headers</code></td>
3672
+ <td class="name"><code>headers</code></td>
3338
3673
 
3339
3674
 
3340
3675
  <td class="type">
3341
3676
 
3342
3677
 
3343
- <span class="param-type">String</span>
3678
+ <span class="param-type">
3679
+
3680
+ String
3681
+
3682
+ </span>
3683
+
3344
3684
 
3345
3685
 
3346
3686
 
@@ -3360,13 +3700,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3360
3700
 
3361
3701
  <tr class="deep-level-1">
3362
3702
 
3363
- <td class="name" id="method"><code>method</code></td>
3703
+ <td class="name"><code>method</code></td>
3364
3704
 
3365
3705
 
3366
3706
  <td class="type">
3367
3707
 
3368
3708
 
3369
- <span class="param-type">String</span>
3709
+ <span class="param-type">
3710
+
3711
+ String
3712
+
3713
+ </span>
3714
+
3370
3715
 
3371
3716
 
3372
3717
 
@@ -3388,13 +3733,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3388
3733
 
3389
3734
  <tr class="deep-level-1">
3390
3735
 
3391
- <td class="name" id="success"><code>success</code></td>
3736
+ <td class="name"><code>success</code></td>
3392
3737
 
3393
3738
 
3394
3739
  <td class="type">
3395
3740
 
3396
3741
 
3397
- <span class="param-type">function</span>
3742
+ <span class="param-type">
3743
+
3744
+ function
3745
+
3746
+ </span>
3747
+
3398
3748
 
3399
3749
 
3400
3750
 
@@ -3414,13 +3764,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3414
3764
 
3415
3765
  <tr class="deep-level-1">
3416
3766
 
3417
- <td class="name" id="failure"><code>failure</code></td>
3767
+ <td class="name"><code>failure</code></td>
3418
3768
 
3419
3769
 
3420
3770
  <td class="type">
3421
3771
 
3422
3772
 
3423
- <span class="param-type">function</span>
3773
+ <span class="param-type">
3774
+
3775
+ function
3776
+
3777
+ </span>
3778
+
3424
3779
 
3425
3780
 
3426
3781
 
@@ -3459,7 +3814,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3459
3814
 
3460
3815
  <dt class="inherited-from">Inherited From:</dt>
3461
3816
  <dd class="inherited-from"><ul class="dummy"><li>
3462
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3817
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3463
3818
  </li></ul></dd>
3464
3819
 
3465
3820
 
@@ -3525,7 +3880,12 @@ console.log(&quot;submit: &quot;, res);
3525
3880
  <div class='column is-5 has-text-left'>
3526
3881
  <label>类型: </label>
3527
3882
 
3528
- <span class="param-type">Promise.&lt;String></span>
3883
+ <span class="param-type">
3884
+
3885
+ Promise.&lt;String>
3886
+
3887
+ </span>
3888
+
3529
3889
 
3530
3890
 
3531
3891
  </div>