@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="desInfo"><code>desInfo</code></td>
182
+ <td class="name"><code>desInfo</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="FIDs1"><code>FIDs1</code></td>
209
+ <td class="name"><code>FIDs1</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
 
@@ -203,13 +233,18 @@
203
233
 
204
234
  <tr class="deep-level-1">
205
235
 
206
- <td class="name" id="FIDs2"><code>FIDs2</code></td>
236
+ <td class="name"><code>FIDs2</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">String</span>
242
+ <span class="param-type">
243
+
244
+ String
245
+
246
+ </span>
247
+
213
248
 
214
249
 
215
250
 
@@ -225,13 +260,18 @@
225
260
 
226
261
  <tr class="deep-level-1">
227
262
 
228
- <td class="name" id="spatialOperationType"><code>spatialOperationType</code></td>
263
+ <td class="name"><code>spatialOperationType</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">String</span>
269
+ <span class="param-type">
270
+
271
+ String
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="radius"><code>radius</code></td>
290
+ <td class="name"><code>radius</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -370,7 +415,7 @@
370
415
 
371
416
 
372
417
  <ul>
373
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
418
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
374
419
  </ul>
375
420
 
376
421
 
@@ -402,11 +447,16 @@
402
447
  <tbody>
403
448
 
404
449
  <tr class="deep-level-0">
405
- <td class="name"><code><a href="WorkFlowServer600369.html#clientId">clientId</a></code></td>
450
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
406
451
  <td class="name">
407
452
  <code>
408
453
 
409
- <span class="param-type">Boolean</span>
454
+ <span class="param-type">
455
+
456
+ Boolean
457
+
458
+ </span>
459
+
410
460
 
411
461
 
412
462
  </code>
@@ -415,11 +465,16 @@
415
465
  </tr>
416
466
 
417
467
  <tr class="deep-level-0">
418
- <td class="name"><code><a href="WorkFlowServer600369.html#description">description</a></code></td>
468
+ <td class="name"><code><a href="#description">description</a></code></td>
419
469
  <td class="name">
420
470
  <code>
421
471
 
422
- <span class="param-type">String</span>
472
+ <span class="param-type">
473
+
474
+ String
475
+
476
+ </span>
477
+
423
478
 
424
479
 
425
480
  </code>
@@ -428,11 +483,16 @@
428
483
  </tr>
429
484
 
430
485
  <tr class="deep-level-0">
431
- <td class="name"><code><a href="WorkFlowServer600369.html#desInfo">desInfo</a></code></td>
486
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
432
487
  <td class="name">
433
488
  <code>
434
489
 
435
- <span class="param-type">String</span>
490
+ <span class="param-type">
491
+
492
+ String
493
+
494
+ </span>
495
+
436
496
 
437
497
 
438
498
  </code>
@@ -441,11 +501,16 @@
441
501
  </tr>
442
502
 
443
503
  <tr class="deep-level-0">
444
- <td class="name"><code><a href="WorkFlowServer600369.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
504
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
445
505
  <td class="name">
446
506
  <code>
447
507
 
448
- <span class="param-type">Boolean</span>
508
+ <span class="param-type">
509
+
510
+ Boolean
511
+
512
+ </span>
513
+
449
514
 
450
515
 
451
516
  </code>
@@ -454,11 +519,16 @@
454
519
  </tr>
455
520
 
456
521
  <tr class="deep-level-0">
457
- <td class="name"><code><a href="WorkFlowServer600369.html#FIDs1">FIDs1</a></code></td>
522
+ <td class="name"><code><a href="#FIDs1">FIDs1</a></code></td>
458
523
  <td class="name">
459
524
  <code>
460
525
 
461
- <span class="param-type">String</span>
526
+ <span class="param-type">
527
+
528
+ String
529
+
530
+ </span>
531
+
462
532
 
463
533
 
464
534
  </code>
@@ -467,11 +537,16 @@
467
537
  </tr>
468
538
 
469
539
  <tr class="deep-level-0">
470
- <td class="name"><code><a href="WorkFlowServer600369.html#FIDs2">FIDs2</a></code></td>
540
+ <td class="name"><code><a href="#FIDs2">FIDs2</a></code></td>
471
541
  <td class="name">
472
542
  <code>
473
543
 
474
- <span class="param-type">String</span>
544
+ <span class="param-type">
545
+
546
+ String
547
+
548
+ </span>
549
+
475
550
 
476
551
 
477
552
  </code>
@@ -480,11 +555,16 @@
480
555
  </tr>
481
556
 
482
557
  <tr class="deep-level-0">
483
- <td class="name"><code><a href="WorkFlowServer600369.html#flowId">flowId</a></code></td>
558
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
484
559
  <td class="name">
485
560
  <code>
486
561
 
487
- <span class="param-type">Number</span>
562
+ <span class="param-type">
563
+
564
+ Number
565
+
566
+ </span>
567
+
488
568
 
489
569
 
490
570
  </code>
@@ -493,11 +573,16 @@
493
573
  </tr>
494
574
 
495
575
  <tr class="deep-level-0">
496
- <td class="name"><code><a href="WorkFlowServer600369.html#groupName">groupName</a></code></td>
576
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
497
577
  <td class="name">
498
578
  <code>
499
579
 
500
- <span class="param-type">String</span>
580
+ <span class="param-type">
581
+
582
+ String
583
+
584
+ </span>
585
+
501
586
 
502
587
 
503
588
  </code>
@@ -506,11 +591,16 @@
506
591
  </tr>
507
592
 
508
593
  <tr class="deep-level-0">
509
- <td class="name"><code><a href="WorkFlowServer600369.html#headers">headers</a></code></td>
594
+ <td class="name"><code><a href="#headers">headers</a></code></td>
510
595
  <td class="name">
511
596
  <code>
512
597
 
513
- <span class="param-type">String</span>
598
+ <span class="param-type">
599
+
600
+ String
601
+
602
+ </span>
603
+
514
604
 
515
605
 
516
606
  </code>
@@ -519,11 +609,16 @@
519
609
  </tr>
520
610
 
521
611
  <tr class="deep-level-0">
522
- <td class="name"><code><a href="WorkFlowServer600369.html#radius">radius</a></code></td>
612
+ <td class="name"><code><a href="#radius">radius</a></code></td>
523
613
  <td class="name">
524
614
  <code>
525
615
 
526
- <span class="param-type">String</span>
616
+ <span class="param-type">
617
+
618
+ String
619
+
620
+ </span>
621
+
527
622
 
528
623
 
529
624
  </code>
@@ -532,11 +627,16 @@
532
627
  </tr>
533
628
 
534
629
  <tr class="deep-level-0">
535
- <td class="name"><code><a href="WorkFlowServer600369.html#requestInterceptor">requestInterceptor</a></code></td>
630
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
536
631
  <td class="name">
537
632
  <code>
538
633
 
539
- <span class="param-type">function</span>
634
+ <span class="param-type">
635
+
636
+ function
637
+
638
+ </span>
639
+
540
640
 
541
641
 
542
642
  </code>
@@ -545,11 +645,16 @@
545
645
  </tr>
546
646
 
547
647
  <tr class="deep-level-0">
548
- <td class="name"><code><a href="WorkFlowServer600369.html#requestTimeout">requestTimeout</a></code></td>
648
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
549
649
  <td class="name">
550
650
  <code>
551
651
 
552
- <span class="param-type">String</span>
652
+ <span class="param-type">
653
+
654
+ String
655
+
656
+ </span>
657
+
553
658
 
554
659
 
555
660
  </code>
@@ -558,11 +663,16 @@
558
663
  </tr>
559
664
 
560
665
  <tr class="deep-level-0">
561
- <td class="name"><code><a href="WorkFlowServer600369.html#responseInterceptor">responseInterceptor</a></code></td>
666
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
562
667
  <td class="name">
563
668
  <code>
564
669
 
565
- <span class="param-type">function</span>
670
+ <span class="param-type">
671
+
672
+ function
673
+
674
+ </span>
675
+
566
676
 
567
677
 
568
678
  </code>
@@ -571,11 +681,16 @@
571
681
  </tr>
572
682
 
573
683
  <tr class="deep-level-0">
574
- <td class="name"><code><a href="WorkFlowServer600369.html#spatialOperationType">spatialOperationType</a></code></td>
684
+ <td class="name"><code><a href="#spatialOperationType">spatialOperationType</a></code></td>
575
685
  <td class="name">
576
686
  <code>
577
687
 
578
- <span class="param-type">String</span>
688
+ <span class="param-type">
689
+
690
+ String
691
+
692
+ </span>
693
+
579
694
 
580
695
 
581
696
  </code>
@@ -584,11 +699,16 @@
584
699
  </tr>
585
700
 
586
701
  <tr class="deep-level-0">
587
- <td class="name"><code><a href="WorkFlowServer600369.html#srcInfo1">srcInfo1</a></code></td>
702
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
588
703
  <td class="name">
589
704
  <code>
590
705
 
591
- <span class="param-type">String</span>
706
+ <span class="param-type">
707
+
708
+ String
709
+
710
+ </span>
711
+
592
712
 
593
713
 
594
714
  </code>
@@ -597,11 +717,16 @@
597
717
  </tr>
598
718
 
599
719
  <tr class="deep-level-0">
600
- <td class="name"><code><a href="WorkFlowServer600369.html#srcInfo2">srcInfo2</a></code></td>
720
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
601
721
  <td class="name">
602
722
  <code>
603
723
 
604
- <span class="param-type">String</span>
724
+ <span class="param-type">
725
+
726
+ String
727
+
728
+ </span>
729
+
605
730
 
606
731
 
607
732
  </code>
@@ -610,11 +735,16 @@
610
735
  </tr>
611
736
 
612
737
  <tr class="deep-level-0">
613
- <td class="name"><code><a href="WorkFlowServer600369.html#tokenAttachType">tokenAttachType</a></code></td>
738
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
614
739
  <td class="name">
615
740
  <code>
616
741
 
617
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
742
+ <span class="param-type">
743
+
744
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
745
+
746
+ </span>
747
+
618
748
 
619
749
 
620
750
  </code>
@@ -623,11 +753,16 @@
623
753
  </tr>
624
754
 
625
755
  <tr class="deep-level-0">
626
- <td class="name"><code><a href="WorkFlowServer600369.html#tokenKey">tokenKey</a></code></td>
756
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
627
757
  <td class="name">
628
758
  <code>
629
759
 
630
- <span class="param-type">String</span>
760
+ <span class="param-type">
761
+
762
+ String
763
+
764
+ </span>
765
+
631
766
 
632
767
 
633
768
  </code>
@@ -636,11 +771,16 @@
636
771
  </tr>
637
772
 
638
773
  <tr class="deep-level-0">
639
- <td class="name"><code><a href="WorkFlowServer600369.html#tokenValue">tokenValue</a></code></td>
774
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
640
775
  <td class="name">
641
776
  <code>
642
777
 
643
- <span class="param-type">String</span>
778
+ <span class="param-type">
779
+
780
+ String
781
+
782
+ </span>
783
+
644
784
 
645
785
 
646
786
  </code>
@@ -649,11 +789,16 @@
649
789
  </tr>
650
790
 
651
791
  <tr class="deep-level-0">
652
- <td class="name"><code><a href="WorkFlowServer600369.html#url">url</a></code></td>
792
+ <td class="name"><code><a href="#url">url</a></code></td>
653
793
  <td class="name">
654
794
  <code>
655
795
 
656
- <span class="param-type">String</span>
796
+ <span class="param-type">
797
+
798
+ String
799
+
800
+ </span>
801
+
657
802
 
658
803
 
659
804
  </code>
@@ -672,7 +817,12 @@
672
817
  <span class="method-parameter is-pulled-right">
673
818
  <label>类型:</label>
674
819
 
675
- <span class="param-type">Boolean</span>
820
+ <span class="param-type">
821
+
822
+ Boolean
823
+
824
+ </span>
825
+
676
826
 
677
827
 
678
828
  </span>
@@ -706,7 +856,7 @@
706
856
 
707
857
  <dt class="inherited-from">Inherited From:</dt>
708
858
  <dd class="inherited-from"><ul class="dummy"><li>
709
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
859
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
710
860
  </li></ul></dd>
711
861
 
712
862
 
@@ -747,7 +897,12 @@
747
897
  <span class="method-parameter is-pulled-right">
748
898
  <label>类型:</label>
749
899
 
750
- <span class="param-type">String</span>
900
+ <span class="param-type">
901
+
902
+ String
903
+
904
+ </span>
905
+
751
906
 
752
907
 
753
908
  </span>
@@ -821,7 +976,12 @@
821
976
  <span class="method-parameter is-pulled-right">
822
977
  <label>类型:</label>
823
978
 
824
- <span class="param-type">String</span>
979
+ <span class="param-type">
980
+
981
+ String
982
+
983
+ </span>
984
+
825
985
 
826
986
 
827
987
  </span>
@@ -891,7 +1051,12 @@
891
1051
  <span class="method-parameter is-pulled-right">
892
1052
  <label>类型:</label>
893
1053
 
894
- <span class="param-type">Boolean</span>
1054
+ <span class="param-type">
1055
+
1056
+ Boolean
1057
+
1058
+ </span>
1059
+
895
1060
 
896
1061
 
897
1062
  </span>
@@ -925,7 +1090,7 @@
925
1090
 
926
1091
  <dt class="inherited-from">Inherited From:</dt>
927
1092
  <dd class="inherited-from"><ul class="dummy"><li>
928
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1093
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
929
1094
  </li></ul></dd>
930
1095
 
931
1096
 
@@ -987,7 +1152,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
987
1152
  <span class="method-parameter is-pulled-right">
988
1153
  <label>类型:</label>
989
1154
 
990
- <span class="param-type">String</span>
1155
+ <span class="param-type">
1156
+
1157
+ String
1158
+
1159
+ </span>
1160
+
991
1161
 
992
1162
 
993
1163
  </span>
@@ -1057,7 +1227,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1057
1227
  <span class="method-parameter is-pulled-right">
1058
1228
  <label>类型:</label>
1059
1229
 
1060
- <span class="param-type">String</span>
1230
+ <span class="param-type">
1231
+
1232
+ String
1233
+
1234
+ </span>
1235
+
1061
1236
 
1062
1237
 
1063
1238
  </span>
@@ -1127,7 +1302,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1127
1302
  <span class="method-parameter is-pulled-right">
1128
1303
  <label>类型:</label>
1129
1304
 
1130
- <span class="param-type">Number</span>
1305
+ <span class="param-type">
1306
+
1307
+ Number
1308
+
1309
+ </span>
1310
+
1131
1311
 
1132
1312
 
1133
1313
  </span>
@@ -1201,7 +1381,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1201
1381
  <span class="method-parameter is-pulled-right">
1202
1382
  <label>类型:</label>
1203
1383
 
1204
- <span class="param-type">String</span>
1384
+ <span class="param-type">
1385
+
1386
+ String
1387
+
1388
+ </span>
1389
+
1205
1390
 
1206
1391
 
1207
1392
  </span>
@@ -1275,7 +1460,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1275
1460
  <span class="method-parameter is-pulled-right">
1276
1461
  <label>类型:</label>
1277
1462
 
1278
- <span class="param-type">String</span>
1463
+ <span class="param-type">
1464
+
1465
+ String
1466
+
1467
+ </span>
1468
+
1279
1469
 
1280
1470
 
1281
1471
  </span>
@@ -1309,7 +1499,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1309
1499
 
1310
1500
  <dt class="inherited-from">Inherited From:</dt>
1311
1501
  <dd class="inherited-from"><ul class="dummy"><li>
1312
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1502
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1313
1503
  </li></ul></dd>
1314
1504
 
1315
1505
 
@@ -1372,7 +1562,12 @@ BaseServer.headers.token = '新token';</code></pre>
1372
1562
  <span class="method-parameter is-pulled-right">
1373
1563
  <label>类型:</label>
1374
1564
 
1375
- <span class="param-type">String</span>
1565
+ <span class="param-type">
1566
+
1567
+ String
1568
+
1569
+ </span>
1570
+
1376
1571
 
1377
1572
 
1378
1573
  </span>
@@ -1442,7 +1637,12 @@ BaseServer.headers.token = '新token';</code></pre>
1442
1637
  <span class="method-parameter is-pulled-right">
1443
1638
  <label>类型:</label>
1444
1639
 
1445
- <span class="param-type">function</span>
1640
+ <span class="param-type">
1641
+
1642
+ function
1643
+
1644
+ </span>
1645
+
1446
1646
 
1447
1647
 
1448
1648
  </span>
@@ -1476,7 +1676,7 @@ BaseServer.headers.token = '新token';</code></pre>
1476
1676
 
1477
1677
  <dt class="inherited-from">Inherited From:</dt>
1478
1678
  <dd class="inherited-from"><ul class="dummy"><li>
1479
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1679
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1480
1680
  </li></ul></dd>
1481
1681
 
1482
1682
 
@@ -1545,7 +1745,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1545
1745
  <span class="method-parameter is-pulled-right">
1546
1746
  <label>类型:</label>
1547
1747
 
1548
- <span class="param-type">String</span>
1748
+ <span class="param-type">
1749
+
1750
+ String
1751
+
1752
+ </span>
1753
+
1549
1754
 
1550
1755
 
1551
1756
  </span>
@@ -1579,7 +1784,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1579
1784
 
1580
1785
  <dt class="inherited-from">Inherited From:</dt>
1581
1786
  <dd class="inherited-from"><ul class="dummy"><li>
1582
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1787
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1583
1788
  </li></ul></dd>
1584
1789
 
1585
1790
 
@@ -1638,7 +1843,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1638
1843
  <span class="method-parameter is-pulled-right">
1639
1844
  <label>类型:</label>
1640
1845
 
1641
- <span class="param-type">function</span>
1846
+ <span class="param-type">
1847
+
1848
+ function
1849
+
1850
+ </span>
1851
+
1642
1852
 
1643
1853
 
1644
1854
  </span>
@@ -1672,7 +1882,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1672
1882
 
1673
1883
  <dt class="inherited-from">Inherited From:</dt>
1674
1884
  <dd class="inherited-from"><ul class="dummy"><li>
1675
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1885
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1676
1886
  </li></ul></dd>
1677
1887
 
1678
1888
 
@@ -1743,7 +1953,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1743
1953
  <span class="method-parameter is-pulled-right">
1744
1954
  <label>类型:</label>
1745
1955
 
1746
- <span class="param-type">String</span>
1956
+ <span class="param-type">
1957
+
1958
+ String
1959
+
1960
+ </span>
1961
+
1747
1962
 
1748
1963
 
1749
1964
  </span>
@@ -1813,7 +2028,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1813
2028
  <span class="method-parameter is-pulled-right">
1814
2029
  <label>类型:</label>
1815
2030
 
1816
- <span class="param-type">String</span>
2031
+ <span class="param-type">
2032
+
2033
+ String
2034
+
2035
+ </span>
2036
+
1817
2037
 
1818
2038
 
1819
2039
  </span>
@@ -1883,7 +2103,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1883
2103
  <span class="method-parameter is-pulled-right">
1884
2104
  <label>类型:</label>
1885
2105
 
1886
- <span class="param-type">String</span>
2106
+ <span class="param-type">
2107
+
2108
+ String
2109
+
2110
+ </span>
2111
+
1887
2112
 
1888
2113
 
1889
2114
  </span>
@@ -1953,7 +2178,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1953
2178
  <span class="method-parameter is-pulled-right">
1954
2179
  <label>类型:</label>
1955
2180
 
1956
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2181
+ <span class="param-type">
2182
+
2183
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2184
+
2185
+ </span>
2186
+
1957
2187
 
1958
2188
 
1959
2189
  </span>
@@ -1987,7 +2217,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1987
2217
 
1988
2218
  <dt class="inherited-from">Inherited From:</dt>
1989
2219
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2220
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1991
2221
  </li></ul></dd>
1992
2222
 
1993
2223
 
@@ -2050,7 +2280,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2050
2280
  <span class="method-parameter is-pulled-right">
2051
2281
  <label>类型:</label>
2052
2282
 
2053
- <span class="param-type">String</span>
2283
+ <span class="param-type">
2284
+
2285
+ String
2286
+
2287
+ </span>
2288
+
2054
2289
 
2055
2290
 
2056
2291
  </span>
@@ -2084,7 +2319,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2084
2319
 
2085
2320
  <dt class="inherited-from">Inherited From:</dt>
2086
2321
  <dd class="inherited-from"><ul class="dummy"><li>
2087
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2322
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2088
2323
  </li></ul></dd>
2089
2324
 
2090
2325
 
@@ -2142,7 +2377,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2142
2377
  <span class="method-parameter is-pulled-right">
2143
2378
  <label>类型:</label>
2144
2379
 
2145
- <span class="param-type">String</span>
2380
+ <span class="param-type">
2381
+
2382
+ String
2383
+
2384
+ </span>
2385
+
2146
2386
 
2147
2387
 
2148
2388
  </span>
@@ -2176,7 +2416,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2176
2416
 
2177
2417
  <dt class="inherited-from">Inherited From:</dt>
2178
2418
  <dd class="inherited-from"><ul class="dummy"><li>
2179
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2419
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2180
2420
  </li></ul></dd>
2181
2421
 
2182
2422
 
@@ -2234,7 +2474,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2234
2474
  <span class="method-parameter is-pulled-right">
2235
2475
  <label>类型:</label>
2236
2476
 
2237
- <span class="param-type">String</span>
2477
+ <span class="param-type">
2478
+
2479
+ String
2480
+
2481
+ </span>
2482
+
2238
2483
 
2239
2484
 
2240
2485
  </span>
@@ -2325,12 +2570,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2325
2570
  <tbody>
2326
2571
 
2327
2572
  <tr class="deep-level-0">
2328
- <td class="name"><code><a href="WorkFlowServer600369.html#execute">execute</a></code></td>
2573
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2329
2574
  <td class="name">
2330
2575
  <code>
2331
2576
 
2332
2577
 
2333
- <span class="param-type">Promise.&lt;Object></span>
2578
+ <span class="param-type">
2579
+
2580
+ Promise.&lt;Object>
2581
+
2582
+ </span>
2583
+
2334
2584
 
2335
2585
 
2336
2586
 
@@ -2340,7 +2590,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2340
2590
  </tr>
2341
2591
 
2342
2592
  <tr class="deep-level-0">
2343
- <td class="name"><code><a href="WorkFlowServer600369.html#queryServerInfo">queryServerInfo</a></code></td>
2593
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2344
2594
  <td class="name">
2345
2595
  <code>
2346
2596
 
@@ -2350,12 +2600,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2350
2600
  </tr>
2351
2601
 
2352
2602
  <tr class="deep-level-0">
2353
- <td class="name"><code><a href="WorkFlowServer600369.html#queryTaskResult">queryTaskResult</a></code></td>
2603
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2354
2604
  <td class="name">
2355
2605
  <code>
2356
2606
 
2357
2607
 
2358
- <span class="param-type">Promise.&lt;String></span>
2608
+ <span class="param-type">
2609
+
2610
+ Promise.&lt;String>
2611
+
2612
+ </span>
2613
+
2359
2614
 
2360
2615
 
2361
2616
 
@@ -2365,12 +2620,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2365
2620
  </tr>
2366
2621
 
2367
2622
  <tr class="deep-level-0">
2368
- <td class="name"><code><a href="WorkFlowServer600369.html#queryTaskStatus">queryTaskStatus</a></code></td>
2623
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2369
2624
  <td class="name">
2370
2625
  <code>
2371
2626
 
2372
2627
 
2373
- <span class="param-type">Promise.&lt;String></span>
2628
+ <span class="param-type">
2629
+
2630
+ Promise.&lt;String>
2631
+
2632
+ </span>
2633
+
2374
2634
 
2375
2635
 
2376
2636
 
@@ -2380,12 +2640,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2380
2640
  </tr>
2381
2641
 
2382
2642
  <tr class="deep-level-0">
2383
- <td class="name"><code><a href="WorkFlowServer600369.html#submit">submit</a></code></td>
2643
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2384
2644
  <td class="name">
2385
2645
  <code>
2386
2646
 
2387
2647
 
2388
- <span class="param-type">Promise.&lt;String></span>
2648
+ <span class="param-type">
2649
+
2650
+ Promise.&lt;String>
2651
+
2652
+ </span>
2653
+
2389
2654
 
2390
2655
 
2391
2656
 
@@ -2454,13 +2719,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2454
2719
 
2455
2720
  <tr class="deep-level-0">
2456
2721
 
2457
- <td class="name" id="options"><code>options</code></td>
2722
+ <td class="name"><code>options</code></td>
2458
2723
 
2459
2724
 
2460
2725
  <td class="type">
2461
2726
 
2462
2727
 
2463
- <span class="param-type">Object</span>
2728
+ <span class="param-type">
2729
+
2730
+ Object
2731
+
2732
+ </span>
2733
+
2464
2734
 
2465
2735
 
2466
2736
 
@@ -2480,13 +2750,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2480
2750
 
2481
2751
  <tr class="deep-level-1">
2482
2752
 
2483
- <td class="name" id="headers"><code>headers</code></td>
2753
+ <td class="name"><code>headers</code></td>
2484
2754
 
2485
2755
 
2486
2756
  <td class="type">
2487
2757
 
2488
2758
 
2489
- <span class="param-type">String</span>
2759
+ <span class="param-type">
2760
+
2761
+ String
2762
+
2763
+ </span>
2764
+
2490
2765
 
2491
2766
 
2492
2767
 
@@ -2506,13 +2781,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2506
2781
 
2507
2782
  <tr class="deep-level-1">
2508
2783
 
2509
- <td class="name" id="method"><code>method</code></td>
2784
+ <td class="name"><code>method</code></td>
2510
2785
 
2511
2786
 
2512
2787
  <td class="type">
2513
2788
 
2514
2789
 
2515
- <span class="param-type">String</span>
2790
+ <span class="param-type">
2791
+
2792
+ String
2793
+
2794
+ </span>
2795
+
2516
2796
 
2517
2797
 
2518
2798
 
@@ -2534,13 +2814,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2534
2814
 
2535
2815
  <tr class="deep-level-1">
2536
2816
 
2537
- <td class="name" id="success"><code>success</code></td>
2817
+ <td class="name"><code>success</code></td>
2538
2818
 
2539
2819
 
2540
2820
  <td class="type">
2541
2821
 
2542
2822
 
2543
- <span class="param-type">function</span>
2823
+ <span class="param-type">
2824
+
2825
+ function
2826
+
2827
+ </span>
2828
+
2544
2829
 
2545
2830
 
2546
2831
 
@@ -2560,13 +2845,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2560
2845
 
2561
2846
  <tr class="deep-level-1">
2562
2847
 
2563
- <td class="name" id="failure"><code>failure</code></td>
2848
+ <td class="name"><code>failure</code></td>
2564
2849
 
2565
2850
 
2566
2851
  <td class="type">
2567
2852
 
2568
2853
 
2569
- <span class="param-type">function</span>
2854
+ <span class="param-type">
2855
+
2856
+ function
2857
+
2858
+ </span>
2859
+
2570
2860
 
2571
2861
 
2572
2862
 
@@ -2605,7 +2895,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2605
2895
 
2606
2896
  <dt class="inherited-from">Inherited From:</dt>
2607
2897
  <dd class="inherited-from"><ul class="dummy"><li>
2608
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2898
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2609
2899
  </li></ul></dd>
2610
2900
 
2611
2901
 
@@ -2664,7 +2954,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2664
2954
  <div class='column is-5 has-text-left'>
2665
2955
  <label>类型: </label>
2666
2956
 
2667
- <span class="param-type">Promise.&lt;Object></span>
2957
+ <span class="param-type">
2958
+
2959
+ Promise.&lt;Object>
2960
+
2961
+ </span>
2962
+
2668
2963
 
2669
2964
 
2670
2965
  </div>
@@ -2749,7 +3044,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2749
3044
 
2750
3045
  <tr class="deep-level-0">
2751
3046
 
2752
- <td class="name" id="options"><code>options</code></td>
3047
+ <td class="name"><code>options</code></td>
2753
3048
 
2754
3049
 
2755
3050
  <td class="type">
@@ -2770,13 +3065,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2770
3065
 
2771
3066
  <tr class="deep-level-1">
2772
3067
 
2773
- <td class="name" id="success"><code>success</code></td>
3068
+ <td class="name"><code>success</code></td>
2774
3069
 
2775
3070
 
2776
3071
  <td class="type">
2777
3072
 
2778
3073
 
2779
- <span class="param-type">function</span>
3074
+ <span class="param-type">
3075
+
3076
+ function
3077
+
3078
+ </span>
3079
+
2780
3080
 
2781
3081
 
2782
3082
 
@@ -2798,13 +3098,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2798
3098
 
2799
3099
  <tr class="deep-level-1">
2800
3100
 
2801
- <td class="name" id="failure"><code>failure</code></td>
3101
+ <td class="name"><code>failure</code></td>
2802
3102
 
2803
3103
 
2804
3104
  <td class="type">
2805
3105
 
2806
3106
 
2807
- <span class="param-type">function</span>
3107
+ <span class="param-type">
3108
+
3109
+ function
3110
+
3111
+ </span>
3112
+
2808
3113
 
2809
3114
 
2810
3115
 
@@ -2845,7 +3150,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2845
3150
 
2846
3151
  <dt class="inherited-from">Inherited From:</dt>
2847
3152
  <dd class="inherited-from"><ul class="dummy"><li>
2848
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3153
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2849
3154
  </li></ul></dd>
2850
3155
 
2851
3156
 
@@ -2982,13 +3287,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2982
3287
 
2983
3288
  <tr class="deep-level-0">
2984
3289
 
2985
- <td class="name" id="options"><code>options</code></td>
3290
+ <td class="name"><code>options</code></td>
2986
3291
 
2987
3292
 
2988
3293
  <td class="type">
2989
3294
 
2990
3295
 
2991
- <span class="param-type">Object</span>
3296
+ <span class="param-type">
3297
+
3298
+ Object
3299
+
3300
+ </span>
3301
+
2992
3302
 
2993
3303
 
2994
3304
 
@@ -3008,13 +3318,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3008
3318
 
3009
3319
  <tr class="deep-level-1">
3010
3320
 
3011
- <td class="name" id="taskId"><code>taskId</code></td>
3321
+ <td class="name"><code>taskId</code></td>
3012
3322
 
3013
3323
 
3014
3324
  <td class="type">
3015
3325
 
3016
3326
 
3017
- <span class="param-type">String</span>
3327
+ <span class="param-type">
3328
+
3329
+ String
3330
+
3331
+ </span>
3332
+
3018
3333
 
3019
3334
 
3020
3335
 
@@ -3034,13 +3349,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3034
3349
 
3035
3350
  <tr class="deep-level-1">
3036
3351
 
3037
- <td class="name" id="headers"><code>headers</code></td>
3352
+ <td class="name"><code>headers</code></td>
3038
3353
 
3039
3354
 
3040
3355
  <td class="type">
3041
3356
 
3042
3357
 
3043
- <span class="param-type">String</span>
3358
+ <span class="param-type">
3359
+
3360
+ String
3361
+
3362
+ </span>
3363
+
3044
3364
 
3045
3365
 
3046
3366
 
@@ -3060,13 +3380,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3060
3380
 
3061
3381
  <tr class="deep-level-1">
3062
3382
 
3063
- <td class="name" id="method"><code>method</code></td>
3383
+ <td class="name"><code>method</code></td>
3064
3384
 
3065
3385
 
3066
3386
  <td class="type">
3067
3387
 
3068
3388
 
3069
- <span class="param-type">String</span>
3389
+ <span class="param-type">
3390
+
3391
+ String
3392
+
3393
+ </span>
3394
+
3070
3395
 
3071
3396
 
3072
3397
 
@@ -3088,13 +3413,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3088
3413
 
3089
3414
  <tr class="deep-level-1">
3090
3415
 
3091
- <td class="name" id="success"><code>success</code></td>
3416
+ <td class="name"><code>success</code></td>
3092
3417
 
3093
3418
 
3094
3419
  <td class="type">
3095
3420
 
3096
3421
 
3097
- <span class="param-type">function</span>
3422
+ <span class="param-type">
3423
+
3424
+ function
3425
+
3426
+ </span>
3427
+
3098
3428
 
3099
3429
 
3100
3430
 
@@ -3114,13 +3444,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3114
3444
 
3115
3445
  <tr class="deep-level-1">
3116
3446
 
3117
- <td class="name" id="failure"><code>failure</code></td>
3447
+ <td class="name"><code>failure</code></td>
3118
3448
 
3119
3449
 
3120
3450
  <td class="type">
3121
3451
 
3122
3452
 
3123
- <span class="param-type">function</span>
3453
+ <span class="param-type">
3454
+
3455
+ function
3456
+
3457
+ </span>
3458
+
3124
3459
 
3125
3460
 
3126
3461
 
@@ -3159,7 +3494,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3159
3494
 
3160
3495
  <dt class="inherited-from">Inherited From:</dt>
3161
3496
  <dd class="inherited-from"><ul class="dummy"><li>
3162
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3497
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3163
3498
  </li></ul></dd>
3164
3499
 
3165
3500
 
@@ -3218,7 +3553,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3218
3553
  <div class='column is-5 has-text-left'>
3219
3554
  <label>类型: </label>
3220
3555
 
3221
- <span class="param-type">Promise.&lt;String></span>
3556
+ <span class="param-type">
3557
+
3558
+ Promise.&lt;String>
3559
+
3560
+ </span>
3561
+
3222
3562
 
3223
3563
 
3224
3564
  </div>
@@ -3303,13 +3643,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3303
3643
 
3304
3644
  <tr class="deep-level-0">
3305
3645
 
3306
- <td class="name" id="options"><code>options</code></td>
3646
+ <td class="name"><code>options</code></td>
3307
3647
 
3308
3648
 
3309
3649
  <td class="type">
3310
3650
 
3311
3651
 
3312
- <span class="param-type">Object</span>
3652
+ <span class="param-type">
3653
+
3654
+ Object
3655
+
3656
+ </span>
3657
+
3313
3658
 
3314
3659
 
3315
3660
 
@@ -3329,13 +3674,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3329
3674
 
3330
3675
  <tr class="deep-level-1">
3331
3676
 
3332
- <td class="name" id="taskId"><code>taskId</code></td>
3677
+ <td class="name"><code>taskId</code></td>
3333
3678
 
3334
3679
 
3335
3680
  <td class="type">
3336
3681
 
3337
3682
 
3338
- <span class="param-type">String</span>
3683
+ <span class="param-type">
3684
+
3685
+ String
3686
+
3687
+ </span>
3688
+
3339
3689
 
3340
3690
 
3341
3691
 
@@ -3355,13 +3705,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3355
3705
 
3356
3706
  <tr class="deep-level-1">
3357
3707
 
3358
- <td class="name" id="headers"><code>headers</code></td>
3708
+ <td class="name"><code>headers</code></td>
3359
3709
 
3360
3710
 
3361
3711
  <td class="type">
3362
3712
 
3363
3713
 
3364
- <span class="param-type">String</span>
3714
+ <span class="param-type">
3715
+
3716
+ String
3717
+
3718
+ </span>
3719
+
3365
3720
 
3366
3721
 
3367
3722
 
@@ -3381,13 +3736,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3381
3736
 
3382
3737
  <tr class="deep-level-1">
3383
3738
 
3384
- <td class="name" id="method"><code>method</code></td>
3739
+ <td class="name"><code>method</code></td>
3385
3740
 
3386
3741
 
3387
3742
  <td class="type">
3388
3743
 
3389
3744
 
3390
- <span class="param-type">String</span>
3745
+ <span class="param-type">
3746
+
3747
+ String
3748
+
3749
+ </span>
3750
+
3391
3751
 
3392
3752
 
3393
3753
 
@@ -3409,13 +3769,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3409
3769
 
3410
3770
  <tr class="deep-level-1">
3411
3771
 
3412
- <td class="name" id="success"><code>success</code></td>
3772
+ <td class="name"><code>success</code></td>
3413
3773
 
3414
3774
 
3415
3775
  <td class="type">
3416
3776
 
3417
3777
 
3418
- <span class="param-type">function</span>
3778
+ <span class="param-type">
3779
+
3780
+ function
3781
+
3782
+ </span>
3783
+
3419
3784
 
3420
3785
 
3421
3786
 
@@ -3435,13 +3800,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3435
3800
 
3436
3801
  <tr class="deep-level-1">
3437
3802
 
3438
- <td class="name" id="failure"><code>failure</code></td>
3803
+ <td class="name"><code>failure</code></td>
3439
3804
 
3440
3805
 
3441
3806
  <td class="type">
3442
3807
 
3443
3808
 
3444
- <span class="param-type">function</span>
3809
+ <span class="param-type">
3810
+
3811
+ function
3812
+
3813
+ </span>
3814
+
3445
3815
 
3446
3816
 
3447
3817
 
@@ -3480,7 +3850,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3480
3850
 
3481
3851
  <dt class="inherited-from">Inherited From:</dt>
3482
3852
  <dd class="inherited-from"><ul class="dummy"><li>
3483
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3853
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3484
3854
  </li></ul></dd>
3485
3855
 
3486
3856
 
@@ -3539,7 +3909,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3539
3909
  <div class='column is-5 has-text-left'>
3540
3910
  <label>类型: </label>
3541
3911
 
3542
- <span class="param-type">Promise.&lt;String></span>
3912
+ <span class="param-type">
3913
+
3914
+ Promise.&lt;String>
3915
+
3916
+ </span>
3917
+
3543
3918
 
3544
3919
 
3545
3920
  </div>
@@ -3624,13 +3999,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3624
3999
 
3625
4000
  <tr class="deep-level-0">
3626
4001
 
3627
- <td class="name" id="options"><code>options</code></td>
4002
+ <td class="name"><code>options</code></td>
3628
4003
 
3629
4004
 
3630
4005
  <td class="type">
3631
4006
 
3632
4007
 
3633
- <span class="param-type">Object</span>
4008
+ <span class="param-type">
4009
+
4010
+ Object
4011
+
4012
+ </span>
4013
+
3634
4014
 
3635
4015
 
3636
4016
 
@@ -3650,13 +4030,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3650
4030
 
3651
4031
  <tr class="deep-level-1">
3652
4032
 
3653
- <td class="name" id="headers"><code>headers</code></td>
4033
+ <td class="name"><code>headers</code></td>
3654
4034
 
3655
4035
 
3656
4036
  <td class="type">
3657
4037
 
3658
4038
 
3659
- <span class="param-type">String</span>
4039
+ <span class="param-type">
4040
+
4041
+ String
4042
+
4043
+ </span>
4044
+
3660
4045
 
3661
4046
 
3662
4047
 
@@ -3676,13 +4061,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3676
4061
 
3677
4062
  <tr class="deep-level-1">
3678
4063
 
3679
- <td class="name" id="method"><code>method</code></td>
4064
+ <td class="name"><code>method</code></td>
3680
4065
 
3681
4066
 
3682
4067
  <td class="type">
3683
4068
 
3684
4069
 
3685
- <span class="param-type">String</span>
4070
+ <span class="param-type">
4071
+
4072
+ String
4073
+
4074
+ </span>
4075
+
3686
4076
 
3687
4077
 
3688
4078
 
@@ -3704,13 +4094,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3704
4094
 
3705
4095
  <tr class="deep-level-1">
3706
4096
 
3707
- <td class="name" id="success"><code>success</code></td>
4097
+ <td class="name"><code>success</code></td>
3708
4098
 
3709
4099
 
3710
4100
  <td class="type">
3711
4101
 
3712
4102
 
3713
- <span class="param-type">function</span>
4103
+ <span class="param-type">
4104
+
4105
+ function
4106
+
4107
+ </span>
4108
+
3714
4109
 
3715
4110
 
3716
4111
 
@@ -3730,13 +4125,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3730
4125
 
3731
4126
  <tr class="deep-level-1">
3732
4127
 
3733
- <td class="name" id="failure"><code>failure</code></td>
4128
+ <td class="name"><code>failure</code></td>
3734
4129
 
3735
4130
 
3736
4131
  <td class="type">
3737
4132
 
3738
4133
 
3739
- <span class="param-type">function</span>
4134
+ <span class="param-type">
4135
+
4136
+ function
4137
+
4138
+ </span>
4139
+
3740
4140
 
3741
4141
 
3742
4142
 
@@ -3775,7 +4175,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3775
4175
 
3776
4176
  <dt class="inherited-from">Inherited From:</dt>
3777
4177
  <dd class="inherited-from"><ul class="dummy"><li>
3778
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4178
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3779
4179
  </li></ul></dd>
3780
4180
 
3781
4181
 
@@ -3841,7 +4241,12 @@ console.log(&quot;submit: &quot;, res);
3841
4241
  <div class='column is-5 has-text-left'>
3842
4242
  <label>类型: </label>
3843
4243
 
3844
- <span class="param-type">Promise.&lt;String></span>
4244
+ <span class="param-type">
4245
+
4246
+ Promise.&lt;String>
4247
+
4248
+ </span>
4249
+
3845
4250
 
3846
4251
 
3847
4252
  </div>