@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="srcInfo"><code>srcInfo</code></td>
128
+ <td class="name"><code>srcInfo</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="desInfo"><code>desInfo</code></td>
155
+ <td class="name"><code>desInfo</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="geometry"><code>geometry</code></td>
182
+ <td class="name"><code>geometry</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
188
+ <span class="param-type">
189
+
190
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="attOptType"><code>attOptType</code></td>
209
+ <td class="name"><code>attOptType</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
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="infoOptType"><code>infoOptType</code></td>
236
+ <td class="name"><code>infoOptType</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
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="overType"><code>overType</code></td>
263
+ <td class="name"><code>overType</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
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="tolerance"><code>tolerance</code></td>
290
+ <td class="name"><code>tolerance</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -384,7 +429,7 @@
384
429
 
385
430
 
386
431
  <ul>
387
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
432
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
388
433
  </ul>
389
434
 
390
435
 
@@ -416,11 +461,16 @@
416
461
  <tbody>
417
462
 
418
463
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="WorkFlowServer600228.html#attOptType">attOptType</a></code></td>
464
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
420
465
  <td class="name">
421
466
  <code>
422
467
 
423
- <span class="param-type">Number</span>
468
+ <span class="param-type">
469
+
470
+ Number
471
+
472
+ </span>
473
+
424
474
 
425
475
 
426
476
  </code>
@@ -429,11 +479,16 @@
429
479
  </tr>
430
480
 
431
481
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="WorkFlowServer600228.html#clientId">clientId</a></code></td>
482
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
433
483
  <td class="name">
434
484
  <code>
435
485
 
436
- <span class="param-type">Boolean</span>
486
+ <span class="param-type">
487
+
488
+ Boolean
489
+
490
+ </span>
491
+
437
492
 
438
493
 
439
494
  </code>
@@ -442,11 +497,16 @@
442
497
  </tr>
443
498
 
444
499
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="WorkFlowServer600228.html#description">description</a></code></td>
500
+ <td class="name"><code><a href="#description">description</a></code></td>
446
501
  <td class="name">
447
502
  <code>
448
503
 
449
- <span class="param-type">String</span>
504
+ <span class="param-type">
505
+
506
+ String
507
+
508
+ </span>
509
+
450
510
 
451
511
 
452
512
  </code>
@@ -455,11 +515,16 @@
455
515
  </tr>
456
516
 
457
517
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="WorkFlowServer600228.html#desInfo">desInfo</a></code></td>
518
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
459
519
  <td class="name">
460
520
  <code>
461
521
 
462
- <span class="param-type">String</span>
522
+ <span class="param-type">
523
+
524
+ String
525
+
526
+ </span>
527
+
463
528
 
464
529
 
465
530
  </code>
@@ -468,11 +533,16 @@
468
533
  </tr>
469
534
 
470
535
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="WorkFlowServer600228.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
536
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
472
537
  <td class="name">
473
538
  <code>
474
539
 
475
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
545
+
476
546
 
477
547
 
478
548
  </code>
@@ -481,11 +551,16 @@
481
551
  </tr>
482
552
 
483
553
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="WorkFlowServer600228.html#flowId">flowId</a></code></td>
554
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
485
555
  <td class="name">
486
556
  <code>
487
557
 
488
- <span class="param-type">Number</span>
558
+ <span class="param-type">
559
+
560
+ Number
561
+
562
+ </span>
563
+
489
564
 
490
565
 
491
566
  </code>
@@ -494,11 +569,16 @@
494
569
  </tr>
495
570
 
496
571
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="WorkFlowServer600228.html#geometry">geometry</a></code></td>
572
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
498
573
  <td class="name">
499
574
  <code>
500
575
 
501
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
576
+ <span class="param-type">
577
+
578
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
579
+
580
+ </span>
581
+
502
582
 
503
583
 
504
584
  </code>
@@ -507,11 +587,16 @@
507
587
  </tr>
508
588
 
509
589
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="WorkFlowServer600228.html#groupName">groupName</a></code></td>
590
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
511
591
  <td class="name">
512
592
  <code>
513
593
 
514
- <span class="param-type">String</span>
594
+ <span class="param-type">
595
+
596
+ String
597
+
598
+ </span>
599
+
515
600
 
516
601
 
517
602
  </code>
@@ -520,11 +605,16 @@
520
605
  </tr>
521
606
 
522
607
  <tr class="deep-level-0">
523
- <td class="name"><code><a href="WorkFlowServer600228.html#headers">headers</a></code></td>
608
+ <td class="name"><code><a href="#headers">headers</a></code></td>
524
609
  <td class="name">
525
610
  <code>
526
611
 
527
- <span class="param-type">String</span>
612
+ <span class="param-type">
613
+
614
+ String
615
+
616
+ </span>
617
+
528
618
 
529
619
 
530
620
  </code>
@@ -533,11 +623,16 @@
533
623
  </tr>
534
624
 
535
625
  <tr class="deep-level-0">
536
- <td class="name"><code><a href="WorkFlowServer600228.html#infoOptType">infoOptType</a></code></td>
626
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
537
627
  <td class="name">
538
628
  <code>
539
629
 
540
- <span class="param-type">Number</span>
630
+ <span class="param-type">
631
+
632
+ Number
633
+
634
+ </span>
635
+
541
636
 
542
637
 
543
638
  </code>
@@ -546,11 +641,16 @@
546
641
  </tr>
547
642
 
548
643
  <tr class="deep-level-0">
549
- <td class="name"><code><a href="WorkFlowServer600228.html#overType">overType</a></code></td>
644
+ <td class="name"><code><a href="#overType">overType</a></code></td>
550
645
  <td class="name">
551
646
  <code>
552
647
 
553
- <span class="param-type">Number</span>
648
+ <span class="param-type">
649
+
650
+ Number
651
+
652
+ </span>
653
+
554
654
 
555
655
 
556
656
  </code>
@@ -559,11 +659,16 @@
559
659
  </tr>
560
660
 
561
661
  <tr class="deep-level-0">
562
- <td class="name"><code><a href="WorkFlowServer600228.html#requestInterceptor">requestInterceptor</a></code></td>
662
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
563
663
  <td class="name">
564
664
  <code>
565
665
 
566
- <span class="param-type">function</span>
666
+ <span class="param-type">
667
+
668
+ function
669
+
670
+ </span>
671
+
567
672
 
568
673
 
569
674
  </code>
@@ -572,11 +677,16 @@
572
677
  </tr>
573
678
 
574
679
  <tr class="deep-level-0">
575
- <td class="name"><code><a href="WorkFlowServer600228.html#requestTimeout">requestTimeout</a></code></td>
680
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
576
681
  <td class="name">
577
682
  <code>
578
683
 
579
- <span class="param-type">String</span>
684
+ <span class="param-type">
685
+
686
+ String
687
+
688
+ </span>
689
+
580
690
 
581
691
 
582
692
  </code>
@@ -585,11 +695,16 @@
585
695
  </tr>
586
696
 
587
697
  <tr class="deep-level-0">
588
- <td class="name"><code><a href="WorkFlowServer600228.html#responseInterceptor">responseInterceptor</a></code></td>
698
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
589
699
  <td class="name">
590
700
  <code>
591
701
 
592
- <span class="param-type">function</span>
702
+ <span class="param-type">
703
+
704
+ function
705
+
706
+ </span>
707
+
593
708
 
594
709
 
595
710
  </code>
@@ -598,11 +713,16 @@
598
713
  </tr>
599
714
 
600
715
  <tr class="deep-level-0">
601
- <td class="name"><code><a href="WorkFlowServer600228.html#srcInfo">srcInfo</a></code></td>
716
+ <td class="name"><code><a href="#srcInfo">srcInfo</a></code></td>
602
717
  <td class="name">
603
718
  <code>
604
719
 
605
- <span class="param-type">String</span>
720
+ <span class="param-type">
721
+
722
+ String
723
+
724
+ </span>
725
+
606
726
 
607
727
 
608
728
  </code>
@@ -611,11 +731,16 @@
611
731
  </tr>
612
732
 
613
733
  <tr class="deep-level-0">
614
- <td class="name"><code><a href="WorkFlowServer600228.html#tokenAttachType">tokenAttachType</a></code></td>
734
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
615
735
  <td class="name">
616
736
  <code>
617
737
 
618
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
738
+ <span class="param-type">
739
+
740
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
741
+
742
+ </span>
743
+
619
744
 
620
745
 
621
746
  </code>
@@ -624,11 +749,16 @@
624
749
  </tr>
625
750
 
626
751
  <tr class="deep-level-0">
627
- <td class="name"><code><a href="WorkFlowServer600228.html#tokenKey">tokenKey</a></code></td>
752
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
628
753
  <td class="name">
629
754
  <code>
630
755
 
631
- <span class="param-type">String</span>
756
+ <span class="param-type">
757
+
758
+ String
759
+
760
+ </span>
761
+
632
762
 
633
763
 
634
764
  </code>
@@ -637,11 +767,16 @@
637
767
  </tr>
638
768
 
639
769
  <tr class="deep-level-0">
640
- <td class="name"><code><a href="WorkFlowServer600228.html#tokenValue">tokenValue</a></code></td>
770
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
641
771
  <td class="name">
642
772
  <code>
643
773
 
644
- <span class="param-type">String</span>
774
+ <span class="param-type">
775
+
776
+ String
777
+
778
+ </span>
779
+
645
780
 
646
781
 
647
782
  </code>
@@ -650,11 +785,16 @@
650
785
  </tr>
651
786
 
652
787
  <tr class="deep-level-0">
653
- <td class="name"><code><a href="WorkFlowServer600228.html#tolerance">tolerance</a></code></td>
788
+ <td class="name"><code><a href="#tolerance">tolerance</a></code></td>
654
789
  <td class="name">
655
790
  <code>
656
791
 
657
- <span class="param-type">Number</span>
792
+ <span class="param-type">
793
+
794
+ Number
795
+
796
+ </span>
797
+
658
798
 
659
799
 
660
800
  </code>
@@ -663,11 +803,16 @@
663
803
  </tr>
664
804
 
665
805
  <tr class="deep-level-0">
666
- <td class="name"><code><a href="WorkFlowServer600228.html#url">url</a></code></td>
806
+ <td class="name"><code><a href="#url">url</a></code></td>
667
807
  <td class="name">
668
808
  <code>
669
809
 
670
- <span class="param-type">String</span>
810
+ <span class="param-type">
811
+
812
+ String
813
+
814
+ </span>
815
+
671
816
 
672
817
 
673
818
  </code>
@@ -686,7 +831,12 @@
686
831
  <span class="method-parameter is-pulled-right">
687
832
  <label>类型:</label>
688
833
 
689
- <span class="param-type">Number</span>
834
+ <span class="param-type">
835
+
836
+ Number
837
+
838
+ </span>
839
+
690
840
 
691
841
 
692
842
  </span>
@@ -756,7 +906,12 @@
756
906
  <span class="method-parameter is-pulled-right">
757
907
  <label>类型:</label>
758
908
 
759
- <span class="param-type">Boolean</span>
909
+ <span class="param-type">
910
+
911
+ Boolean
912
+
913
+ </span>
914
+
760
915
 
761
916
 
762
917
  </span>
@@ -790,7 +945,7 @@
790
945
 
791
946
  <dt class="inherited-from">Inherited From:</dt>
792
947
  <dd class="inherited-from"><ul class="dummy"><li>
793
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
948
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
794
949
  </li></ul></dd>
795
950
 
796
951
 
@@ -831,7 +986,12 @@
831
986
  <span class="method-parameter is-pulled-right">
832
987
  <label>类型:</label>
833
988
 
834
- <span class="param-type">String</span>
989
+ <span class="param-type">
990
+
991
+ String
992
+
993
+ </span>
994
+
835
995
 
836
996
 
837
997
  </span>
@@ -905,7 +1065,12 @@
905
1065
  <span class="method-parameter is-pulled-right">
906
1066
  <label>类型:</label>
907
1067
 
908
- <span class="param-type">String</span>
1068
+ <span class="param-type">
1069
+
1070
+ String
1071
+
1072
+ </span>
1073
+
909
1074
 
910
1075
 
911
1076
  </span>
@@ -975,7 +1140,12 @@
975
1140
  <span class="method-parameter is-pulled-right">
976
1141
  <label>类型:</label>
977
1142
 
978
- <span class="param-type">Boolean</span>
1143
+ <span class="param-type">
1144
+
1145
+ Boolean
1146
+
1147
+ </span>
1148
+
979
1149
 
980
1150
 
981
1151
  </span>
@@ -1009,7 +1179,7 @@
1009
1179
 
1010
1180
  <dt class="inherited-from">Inherited From:</dt>
1011
1181
  <dd class="inherited-from"><ul class="dummy"><li>
1012
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1182
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1013
1183
  </li></ul></dd>
1014
1184
 
1015
1185
 
@@ -1071,7 +1241,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1071
1241
  <span class="method-parameter is-pulled-right">
1072
1242
  <label>类型:</label>
1073
1243
 
1074
- <span class="param-type">Number</span>
1244
+ <span class="param-type">
1245
+
1246
+ Number
1247
+
1248
+ </span>
1249
+
1075
1250
 
1076
1251
 
1077
1252
  </span>
@@ -1145,7 +1320,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1145
1320
  <span class="method-parameter is-pulled-right">
1146
1321
  <label>类型:</label>
1147
1322
 
1148
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1323
+ <span class="param-type">
1324
+
1325
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1326
+
1327
+ </span>
1328
+
1149
1329
 
1150
1330
 
1151
1331
  </span>
@@ -1215,7 +1395,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1215
1395
  <span class="method-parameter is-pulled-right">
1216
1396
  <label>类型:</label>
1217
1397
 
1218
- <span class="param-type">String</span>
1398
+ <span class="param-type">
1399
+
1400
+ String
1401
+
1402
+ </span>
1403
+
1219
1404
 
1220
1405
 
1221
1406
  </span>
@@ -1289,7 +1474,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1289
1474
  <span class="method-parameter is-pulled-right">
1290
1475
  <label>类型:</label>
1291
1476
 
1292
- <span class="param-type">String</span>
1477
+ <span class="param-type">
1478
+
1479
+ String
1480
+
1481
+ </span>
1482
+
1293
1483
 
1294
1484
 
1295
1485
  </span>
@@ -1323,7 +1513,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1323
1513
 
1324
1514
  <dt class="inherited-from">Inherited From:</dt>
1325
1515
  <dd class="inherited-from"><ul class="dummy"><li>
1326
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1516
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1327
1517
  </li></ul></dd>
1328
1518
 
1329
1519
 
@@ -1386,7 +1576,12 @@ BaseServer.headers.token = '新token';</code></pre>
1386
1576
  <span class="method-parameter is-pulled-right">
1387
1577
  <label>类型:</label>
1388
1578
 
1389
- <span class="param-type">Number</span>
1579
+ <span class="param-type">
1580
+
1581
+ Number
1582
+
1583
+ </span>
1584
+
1390
1585
 
1391
1586
 
1392
1587
  </span>
@@ -1456,7 +1651,12 @@ BaseServer.headers.token = '新token';</code></pre>
1456
1651
  <span class="method-parameter is-pulled-right">
1457
1652
  <label>类型:</label>
1458
1653
 
1459
- <span class="param-type">Number</span>
1654
+ <span class="param-type">
1655
+
1656
+ Number
1657
+
1658
+ </span>
1659
+
1460
1660
 
1461
1661
 
1462
1662
  </span>
@@ -1526,7 +1726,12 @@ BaseServer.headers.token = '新token';</code></pre>
1526
1726
  <span class="method-parameter is-pulled-right">
1527
1727
  <label>类型:</label>
1528
1728
 
1529
- <span class="param-type">function</span>
1729
+ <span class="param-type">
1730
+
1731
+ function
1732
+
1733
+ </span>
1734
+
1530
1735
 
1531
1736
 
1532
1737
  </span>
@@ -1560,7 +1765,7 @@ BaseServer.headers.token = '新token';</code></pre>
1560
1765
 
1561
1766
  <dt class="inherited-from">Inherited From:</dt>
1562
1767
  <dd class="inherited-from"><ul class="dummy"><li>
1563
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1768
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1564
1769
  </li></ul></dd>
1565
1770
 
1566
1771
 
@@ -1629,7 +1834,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1629
1834
  <span class="method-parameter is-pulled-right">
1630
1835
  <label>类型:</label>
1631
1836
 
1632
- <span class="param-type">String</span>
1837
+ <span class="param-type">
1838
+
1839
+ String
1840
+
1841
+ </span>
1842
+
1633
1843
 
1634
1844
 
1635
1845
  </span>
@@ -1663,7 +1873,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1663
1873
 
1664
1874
  <dt class="inherited-from">Inherited From:</dt>
1665
1875
  <dd class="inherited-from"><ul class="dummy"><li>
1666
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1876
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1667
1877
  </li></ul></dd>
1668
1878
 
1669
1879
 
@@ -1722,7 +1932,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1722
1932
  <span class="method-parameter is-pulled-right">
1723
1933
  <label>类型:</label>
1724
1934
 
1725
- <span class="param-type">function</span>
1935
+ <span class="param-type">
1936
+
1937
+ function
1938
+
1939
+ </span>
1940
+
1726
1941
 
1727
1942
 
1728
1943
  </span>
@@ -1756,7 +1971,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1756
1971
 
1757
1972
  <dt class="inherited-from">Inherited From:</dt>
1758
1973
  <dd class="inherited-from"><ul class="dummy"><li>
1759
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1974
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1760
1975
  </li></ul></dd>
1761
1976
 
1762
1977
 
@@ -1827,7 +2042,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1827
2042
  <span class="method-parameter is-pulled-right">
1828
2043
  <label>类型:</label>
1829
2044
 
1830
- <span class="param-type">String</span>
2045
+ <span class="param-type">
2046
+
2047
+ String
2048
+
2049
+ </span>
2050
+
1831
2051
 
1832
2052
 
1833
2053
  </span>
@@ -1897,7 +2117,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1897
2117
  <span class="method-parameter is-pulled-right">
1898
2118
  <label>类型:</label>
1899
2119
 
1900
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2120
+ <span class="param-type">
2121
+
2122
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2123
+
2124
+ </span>
2125
+
1901
2126
 
1902
2127
 
1903
2128
  </span>
@@ -1931,7 +2156,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1931
2156
 
1932
2157
  <dt class="inherited-from">Inherited From:</dt>
1933
2158
  <dd class="inherited-from"><ul class="dummy"><li>
1934
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2159
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1935
2160
  </li></ul></dd>
1936
2161
 
1937
2162
 
@@ -1994,7 +2219,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1994
2219
  <span class="method-parameter is-pulled-right">
1995
2220
  <label>类型:</label>
1996
2221
 
1997
- <span class="param-type">String</span>
2222
+ <span class="param-type">
2223
+
2224
+ String
2225
+
2226
+ </span>
2227
+
1998
2228
 
1999
2229
 
2000
2230
  </span>
@@ -2028,7 +2258,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2028
2258
 
2029
2259
  <dt class="inherited-from">Inherited From:</dt>
2030
2260
  <dd class="inherited-from"><ul class="dummy"><li>
2031
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2261
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2032
2262
  </li></ul></dd>
2033
2263
 
2034
2264
 
@@ -2086,7 +2316,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2086
2316
  <span class="method-parameter is-pulled-right">
2087
2317
  <label>类型:</label>
2088
2318
 
2089
- <span class="param-type">String</span>
2319
+ <span class="param-type">
2320
+
2321
+ String
2322
+
2323
+ </span>
2324
+
2090
2325
 
2091
2326
 
2092
2327
  </span>
@@ -2120,7 +2355,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2120
2355
 
2121
2356
  <dt class="inherited-from">Inherited From:</dt>
2122
2357
  <dd class="inherited-from"><ul class="dummy"><li>
2123
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2358
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2124
2359
  </li></ul></dd>
2125
2360
 
2126
2361
 
@@ -2178,7 +2413,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2178
2413
  <span class="method-parameter is-pulled-right">
2179
2414
  <label>类型:</label>
2180
2415
 
2181
- <span class="param-type">Number</span>
2416
+ <span class="param-type">
2417
+
2418
+ Number
2419
+
2420
+ </span>
2421
+
2182
2422
 
2183
2423
 
2184
2424
  </span>
@@ -2248,7 +2488,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2248
2488
  <span class="method-parameter is-pulled-right">
2249
2489
  <label>类型:</label>
2250
2490
 
2251
- <span class="param-type">String</span>
2491
+ <span class="param-type">
2492
+
2493
+ String
2494
+
2495
+ </span>
2496
+
2252
2497
 
2253
2498
 
2254
2499
  </span>
@@ -2339,12 +2584,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2339
2584
  <tbody>
2340
2585
 
2341
2586
  <tr class="deep-level-0">
2342
- <td class="name"><code><a href="WorkFlowServer600228.html#execute">execute</a></code></td>
2587
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2343
2588
  <td class="name">
2344
2589
  <code>
2345
2590
 
2346
2591
 
2347
- <span class="param-type">Promise.&lt;Object></span>
2592
+ <span class="param-type">
2593
+
2594
+ Promise.&lt;Object>
2595
+
2596
+ </span>
2597
+
2348
2598
 
2349
2599
 
2350
2600
 
@@ -2354,7 +2604,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2354
2604
  </tr>
2355
2605
 
2356
2606
  <tr class="deep-level-0">
2357
- <td class="name"><code><a href="WorkFlowServer600228.html#queryServerInfo">queryServerInfo</a></code></td>
2607
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2358
2608
  <td class="name">
2359
2609
  <code>
2360
2610
 
@@ -2364,12 +2614,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2364
2614
  </tr>
2365
2615
 
2366
2616
  <tr class="deep-level-0">
2367
- <td class="name"><code><a href="WorkFlowServer600228.html#queryTaskResult">queryTaskResult</a></code></td>
2617
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2368
2618
  <td class="name">
2369
2619
  <code>
2370
2620
 
2371
2621
 
2372
- <span class="param-type">Promise.&lt;String></span>
2622
+ <span class="param-type">
2623
+
2624
+ Promise.&lt;String>
2625
+
2626
+ </span>
2627
+
2373
2628
 
2374
2629
 
2375
2630
 
@@ -2379,12 +2634,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2379
2634
  </tr>
2380
2635
 
2381
2636
  <tr class="deep-level-0">
2382
- <td class="name"><code><a href="WorkFlowServer600228.html#queryTaskStatus">queryTaskStatus</a></code></td>
2637
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2383
2638
  <td class="name">
2384
2639
  <code>
2385
2640
 
2386
2641
 
2387
- <span class="param-type">Promise.&lt;String></span>
2642
+ <span class="param-type">
2643
+
2644
+ Promise.&lt;String>
2645
+
2646
+ </span>
2647
+
2388
2648
 
2389
2649
 
2390
2650
 
@@ -2394,12 +2654,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2394
2654
  </tr>
2395
2655
 
2396
2656
  <tr class="deep-level-0">
2397
- <td class="name"><code><a href="WorkFlowServer600228.html#submit">submit</a></code></td>
2657
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2398
2658
  <td class="name">
2399
2659
  <code>
2400
2660
 
2401
2661
 
2402
- <span class="param-type">Promise.&lt;String></span>
2662
+ <span class="param-type">
2663
+
2664
+ Promise.&lt;String>
2665
+
2666
+ </span>
2667
+
2403
2668
 
2404
2669
 
2405
2670
 
@@ -2468,13 +2733,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2468
2733
 
2469
2734
  <tr class="deep-level-0">
2470
2735
 
2471
- <td class="name" id="options"><code>options</code></td>
2736
+ <td class="name"><code>options</code></td>
2472
2737
 
2473
2738
 
2474
2739
  <td class="type">
2475
2740
 
2476
2741
 
2477
- <span class="param-type">Object</span>
2742
+ <span class="param-type">
2743
+
2744
+ Object
2745
+
2746
+ </span>
2747
+
2478
2748
 
2479
2749
 
2480
2750
 
@@ -2494,13 +2764,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2494
2764
 
2495
2765
  <tr class="deep-level-1">
2496
2766
 
2497
- <td class="name" id="headers"><code>headers</code></td>
2767
+ <td class="name"><code>headers</code></td>
2498
2768
 
2499
2769
 
2500
2770
  <td class="type">
2501
2771
 
2502
2772
 
2503
- <span class="param-type">String</span>
2773
+ <span class="param-type">
2774
+
2775
+ String
2776
+
2777
+ </span>
2778
+
2504
2779
 
2505
2780
 
2506
2781
 
@@ -2520,13 +2795,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2520
2795
 
2521
2796
  <tr class="deep-level-1">
2522
2797
 
2523
- <td class="name" id="method"><code>method</code></td>
2798
+ <td class="name"><code>method</code></td>
2524
2799
 
2525
2800
 
2526
2801
  <td class="type">
2527
2802
 
2528
2803
 
2529
- <span class="param-type">String</span>
2804
+ <span class="param-type">
2805
+
2806
+ String
2807
+
2808
+ </span>
2809
+
2530
2810
 
2531
2811
 
2532
2812
 
@@ -2548,13 +2828,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2548
2828
 
2549
2829
  <tr class="deep-level-1">
2550
2830
 
2551
- <td class="name" id="success"><code>success</code></td>
2831
+ <td class="name"><code>success</code></td>
2552
2832
 
2553
2833
 
2554
2834
  <td class="type">
2555
2835
 
2556
2836
 
2557
- <span class="param-type">function</span>
2837
+ <span class="param-type">
2838
+
2839
+ function
2840
+
2841
+ </span>
2842
+
2558
2843
 
2559
2844
 
2560
2845
 
@@ -2574,13 +2859,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2574
2859
 
2575
2860
  <tr class="deep-level-1">
2576
2861
 
2577
- <td class="name" id="failure"><code>failure</code></td>
2862
+ <td class="name"><code>failure</code></td>
2578
2863
 
2579
2864
 
2580
2865
  <td class="type">
2581
2866
 
2582
2867
 
2583
- <span class="param-type">function</span>
2868
+ <span class="param-type">
2869
+
2870
+ function
2871
+
2872
+ </span>
2873
+
2584
2874
 
2585
2875
 
2586
2876
 
@@ -2619,7 +2909,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2619
2909
 
2620
2910
  <dt class="inherited-from">Inherited From:</dt>
2621
2911
  <dd class="inherited-from"><ul class="dummy"><li>
2622
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2912
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2623
2913
  </li></ul></dd>
2624
2914
 
2625
2915
 
@@ -2678,7 +2968,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2678
2968
  <div class='column is-5 has-text-left'>
2679
2969
  <label>类型: </label>
2680
2970
 
2681
- <span class="param-type">Promise.&lt;Object></span>
2971
+ <span class="param-type">
2972
+
2973
+ Promise.&lt;Object>
2974
+
2975
+ </span>
2976
+
2682
2977
 
2683
2978
 
2684
2979
  </div>
@@ -2763,7 +3058,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2763
3058
 
2764
3059
  <tr class="deep-level-0">
2765
3060
 
2766
- <td class="name" id="options"><code>options</code></td>
3061
+ <td class="name"><code>options</code></td>
2767
3062
 
2768
3063
 
2769
3064
  <td class="type">
@@ -2784,13 +3079,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2784
3079
 
2785
3080
  <tr class="deep-level-1">
2786
3081
 
2787
- <td class="name" id="success"><code>success</code></td>
3082
+ <td class="name"><code>success</code></td>
2788
3083
 
2789
3084
 
2790
3085
  <td class="type">
2791
3086
 
2792
3087
 
2793
- <span class="param-type">function</span>
3088
+ <span class="param-type">
3089
+
3090
+ function
3091
+
3092
+ </span>
3093
+
2794
3094
 
2795
3095
 
2796
3096
 
@@ -2812,13 +3112,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2812
3112
 
2813
3113
  <tr class="deep-level-1">
2814
3114
 
2815
- <td class="name" id="failure"><code>failure</code></td>
3115
+ <td class="name"><code>failure</code></td>
2816
3116
 
2817
3117
 
2818
3118
  <td class="type">
2819
3119
 
2820
3120
 
2821
- <span class="param-type">function</span>
3121
+ <span class="param-type">
3122
+
3123
+ function
3124
+
3125
+ </span>
3126
+
2822
3127
 
2823
3128
 
2824
3129
 
@@ -2859,7 +3164,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2859
3164
 
2860
3165
  <dt class="inherited-from">Inherited From:</dt>
2861
3166
  <dd class="inherited-from"><ul class="dummy"><li>
2862
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3167
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2863
3168
  </li></ul></dd>
2864
3169
 
2865
3170
 
@@ -2996,13 +3301,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2996
3301
 
2997
3302
  <tr class="deep-level-0">
2998
3303
 
2999
- <td class="name" id="options"><code>options</code></td>
3304
+ <td class="name"><code>options</code></td>
3000
3305
 
3001
3306
 
3002
3307
  <td class="type">
3003
3308
 
3004
3309
 
3005
- <span class="param-type">Object</span>
3310
+ <span class="param-type">
3311
+
3312
+ Object
3313
+
3314
+ </span>
3315
+
3006
3316
 
3007
3317
 
3008
3318
 
@@ -3022,13 +3332,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3022
3332
 
3023
3333
  <tr class="deep-level-1">
3024
3334
 
3025
- <td class="name" id="taskId"><code>taskId</code></td>
3335
+ <td class="name"><code>taskId</code></td>
3026
3336
 
3027
3337
 
3028
3338
  <td class="type">
3029
3339
 
3030
3340
 
3031
- <span class="param-type">String</span>
3341
+ <span class="param-type">
3342
+
3343
+ String
3344
+
3345
+ </span>
3346
+
3032
3347
 
3033
3348
 
3034
3349
 
@@ -3048,13 +3363,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3048
3363
 
3049
3364
  <tr class="deep-level-1">
3050
3365
 
3051
- <td class="name" id="headers"><code>headers</code></td>
3366
+ <td class="name"><code>headers</code></td>
3052
3367
 
3053
3368
 
3054
3369
  <td class="type">
3055
3370
 
3056
3371
 
3057
- <span class="param-type">String</span>
3372
+ <span class="param-type">
3373
+
3374
+ String
3375
+
3376
+ </span>
3377
+
3058
3378
 
3059
3379
 
3060
3380
 
@@ -3074,13 +3394,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3074
3394
 
3075
3395
  <tr class="deep-level-1">
3076
3396
 
3077
- <td class="name" id="method"><code>method</code></td>
3397
+ <td class="name"><code>method</code></td>
3078
3398
 
3079
3399
 
3080
3400
  <td class="type">
3081
3401
 
3082
3402
 
3083
- <span class="param-type">String</span>
3403
+ <span class="param-type">
3404
+
3405
+ String
3406
+
3407
+ </span>
3408
+
3084
3409
 
3085
3410
 
3086
3411
 
@@ -3102,13 +3427,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3102
3427
 
3103
3428
  <tr class="deep-level-1">
3104
3429
 
3105
- <td class="name" id="success"><code>success</code></td>
3430
+ <td class="name"><code>success</code></td>
3106
3431
 
3107
3432
 
3108
3433
  <td class="type">
3109
3434
 
3110
3435
 
3111
- <span class="param-type">function</span>
3436
+ <span class="param-type">
3437
+
3438
+ function
3439
+
3440
+ </span>
3441
+
3112
3442
 
3113
3443
 
3114
3444
 
@@ -3128,13 +3458,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3128
3458
 
3129
3459
  <tr class="deep-level-1">
3130
3460
 
3131
- <td class="name" id="failure"><code>failure</code></td>
3461
+ <td class="name"><code>failure</code></td>
3132
3462
 
3133
3463
 
3134
3464
  <td class="type">
3135
3465
 
3136
3466
 
3137
- <span class="param-type">function</span>
3467
+ <span class="param-type">
3468
+
3469
+ function
3470
+
3471
+ </span>
3472
+
3138
3473
 
3139
3474
 
3140
3475
 
@@ -3173,7 +3508,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3173
3508
 
3174
3509
  <dt class="inherited-from">Inherited From:</dt>
3175
3510
  <dd class="inherited-from"><ul class="dummy"><li>
3176
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3511
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3177
3512
  </li></ul></dd>
3178
3513
 
3179
3514
 
@@ -3232,7 +3567,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3232
3567
  <div class='column is-5 has-text-left'>
3233
3568
  <label>类型: </label>
3234
3569
 
3235
- <span class="param-type">Promise.&lt;String></span>
3570
+ <span class="param-type">
3571
+
3572
+ Promise.&lt;String>
3573
+
3574
+ </span>
3575
+
3236
3576
 
3237
3577
 
3238
3578
  </div>
@@ -3317,13 +3657,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3317
3657
 
3318
3658
  <tr class="deep-level-0">
3319
3659
 
3320
- <td class="name" id="options"><code>options</code></td>
3660
+ <td class="name"><code>options</code></td>
3321
3661
 
3322
3662
 
3323
3663
  <td class="type">
3324
3664
 
3325
3665
 
3326
- <span class="param-type">Object</span>
3666
+ <span class="param-type">
3667
+
3668
+ Object
3669
+
3670
+ </span>
3671
+
3327
3672
 
3328
3673
 
3329
3674
 
@@ -3343,13 +3688,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3343
3688
 
3344
3689
  <tr class="deep-level-1">
3345
3690
 
3346
- <td class="name" id="taskId"><code>taskId</code></td>
3691
+ <td class="name"><code>taskId</code></td>
3347
3692
 
3348
3693
 
3349
3694
  <td class="type">
3350
3695
 
3351
3696
 
3352
- <span class="param-type">String</span>
3697
+ <span class="param-type">
3698
+
3699
+ String
3700
+
3701
+ </span>
3702
+
3353
3703
 
3354
3704
 
3355
3705
 
@@ -3369,13 +3719,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3369
3719
 
3370
3720
  <tr class="deep-level-1">
3371
3721
 
3372
- <td class="name" id="headers"><code>headers</code></td>
3722
+ <td class="name"><code>headers</code></td>
3373
3723
 
3374
3724
 
3375
3725
  <td class="type">
3376
3726
 
3377
3727
 
3378
- <span class="param-type">String</span>
3728
+ <span class="param-type">
3729
+
3730
+ String
3731
+
3732
+ </span>
3733
+
3379
3734
 
3380
3735
 
3381
3736
 
@@ -3395,13 +3750,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3395
3750
 
3396
3751
  <tr class="deep-level-1">
3397
3752
 
3398
- <td class="name" id="method"><code>method</code></td>
3753
+ <td class="name"><code>method</code></td>
3399
3754
 
3400
3755
 
3401
3756
  <td class="type">
3402
3757
 
3403
3758
 
3404
- <span class="param-type">String</span>
3759
+ <span class="param-type">
3760
+
3761
+ String
3762
+
3763
+ </span>
3764
+
3405
3765
 
3406
3766
 
3407
3767
 
@@ -3423,13 +3783,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3423
3783
 
3424
3784
  <tr class="deep-level-1">
3425
3785
 
3426
- <td class="name" id="success"><code>success</code></td>
3786
+ <td class="name"><code>success</code></td>
3427
3787
 
3428
3788
 
3429
3789
  <td class="type">
3430
3790
 
3431
3791
 
3432
- <span class="param-type">function</span>
3792
+ <span class="param-type">
3793
+
3794
+ function
3795
+
3796
+ </span>
3797
+
3433
3798
 
3434
3799
 
3435
3800
 
@@ -3449,13 +3814,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3449
3814
 
3450
3815
  <tr class="deep-level-1">
3451
3816
 
3452
- <td class="name" id="failure"><code>failure</code></td>
3817
+ <td class="name"><code>failure</code></td>
3453
3818
 
3454
3819
 
3455
3820
  <td class="type">
3456
3821
 
3457
3822
 
3458
- <span class="param-type">function</span>
3823
+ <span class="param-type">
3824
+
3825
+ function
3826
+
3827
+ </span>
3828
+
3459
3829
 
3460
3830
 
3461
3831
 
@@ -3494,7 +3864,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3494
3864
 
3495
3865
  <dt class="inherited-from">Inherited From:</dt>
3496
3866
  <dd class="inherited-from"><ul class="dummy"><li>
3497
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3867
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3498
3868
  </li></ul></dd>
3499
3869
 
3500
3870
 
@@ -3553,7 +3923,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3553
3923
  <div class='column is-5 has-text-left'>
3554
3924
  <label>类型: </label>
3555
3925
 
3556
- <span class="param-type">Promise.&lt;String></span>
3926
+ <span class="param-type">
3927
+
3928
+ Promise.&lt;String>
3929
+
3930
+ </span>
3931
+
3557
3932
 
3558
3933
 
3559
3934
  </div>
@@ -3638,13 +4013,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3638
4013
 
3639
4014
  <tr class="deep-level-0">
3640
4015
 
3641
- <td class="name" id="options"><code>options</code></td>
4016
+ <td class="name"><code>options</code></td>
3642
4017
 
3643
4018
 
3644
4019
  <td class="type">
3645
4020
 
3646
4021
 
3647
- <span class="param-type">Object</span>
4022
+ <span class="param-type">
4023
+
4024
+ Object
4025
+
4026
+ </span>
4027
+
3648
4028
 
3649
4029
 
3650
4030
 
@@ -3664,13 +4044,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3664
4044
 
3665
4045
  <tr class="deep-level-1">
3666
4046
 
3667
- <td class="name" id="headers"><code>headers</code></td>
4047
+ <td class="name"><code>headers</code></td>
3668
4048
 
3669
4049
 
3670
4050
  <td class="type">
3671
4051
 
3672
4052
 
3673
- <span class="param-type">String</span>
4053
+ <span class="param-type">
4054
+
4055
+ String
4056
+
4057
+ </span>
4058
+
3674
4059
 
3675
4060
 
3676
4061
 
@@ -3690,13 +4075,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3690
4075
 
3691
4076
  <tr class="deep-level-1">
3692
4077
 
3693
- <td class="name" id="method"><code>method</code></td>
4078
+ <td class="name"><code>method</code></td>
3694
4079
 
3695
4080
 
3696
4081
  <td class="type">
3697
4082
 
3698
4083
 
3699
- <span class="param-type">String</span>
4084
+ <span class="param-type">
4085
+
4086
+ String
4087
+
4088
+ </span>
4089
+
3700
4090
 
3701
4091
 
3702
4092
 
@@ -3718,13 +4108,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3718
4108
 
3719
4109
  <tr class="deep-level-1">
3720
4110
 
3721
- <td class="name" id="success"><code>success</code></td>
4111
+ <td class="name"><code>success</code></td>
3722
4112
 
3723
4113
 
3724
4114
  <td class="type">
3725
4115
 
3726
4116
 
3727
- <span class="param-type">function</span>
4117
+ <span class="param-type">
4118
+
4119
+ function
4120
+
4121
+ </span>
4122
+
3728
4123
 
3729
4124
 
3730
4125
 
@@ -3744,13 +4139,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3744
4139
 
3745
4140
  <tr class="deep-level-1">
3746
4141
 
3747
- <td class="name" id="failure"><code>failure</code></td>
4142
+ <td class="name"><code>failure</code></td>
3748
4143
 
3749
4144
 
3750
4145
  <td class="type">
3751
4146
 
3752
4147
 
3753
- <span class="param-type">function</span>
4148
+ <span class="param-type">
4149
+
4150
+ function
4151
+
4152
+ </span>
4153
+
3754
4154
 
3755
4155
 
3756
4156
 
@@ -3789,7 +4189,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3789
4189
 
3790
4190
  <dt class="inherited-from">Inherited From:</dt>
3791
4191
  <dd class="inherited-from"><ul class="dummy"><li>
3792
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4192
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3793
4193
  </li></ul></dd>
3794
4194
 
3795
4195
 
@@ -3855,7 +4255,12 @@ console.log(&quot;submit: &quot;, res);
3855
4255
  <div class='column is-5 has-text-left'>
3856
4256
  <label>类型: </label>
3857
4257
 
3858
- <span class="param-type">Promise.&lt;String></span>
4258
+ <span class="param-type">
4259
+
4260
+ Promise.&lt;String>
4261
+
4262
+ </span>
4263
+
3859
4264
 
3860
4265
 
3861
4266
  </div>