@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="geometry"><code>geometry</code></td>
155
+ <td class="name"><code>geometry</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
161
+ <span class="param-type">
162
+
163
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="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="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">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="inFormat"><code>inFormat</code></td>
317
+ <td class="name"><code>inFormat</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -406,7 +456,7 @@
406
456
 
407
457
 
408
458
  <ul>
409
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
459
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
410
460
  </ul>
411
461
 
412
462
 
@@ -438,11 +488,16 @@
438
488
  <tbody>
439
489
 
440
490
  <tr class="deep-level-0">
441
- <td class="name"><code><a href="WorkFlowServer600237.html#attOptType">attOptType</a></code></td>
491
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
442
492
  <td class="name">
443
493
  <code>
444
494
 
445
- <span class="param-type">Number</span>
495
+ <span class="param-type">
496
+
497
+ Number
498
+
499
+ </span>
500
+
446
501
 
447
502
 
448
503
  </code>
@@ -451,11 +506,16 @@
451
506
  </tr>
452
507
 
453
508
  <tr class="deep-level-0">
454
- <td class="name"><code><a href="WorkFlowServer600237.html#clientId">clientId</a></code></td>
509
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
455
510
  <td class="name">
456
511
  <code>
457
512
 
458
- <span class="param-type">Boolean</span>
513
+ <span class="param-type">
514
+
515
+ Boolean
516
+
517
+ </span>
518
+
459
519
 
460
520
 
461
521
  </code>
@@ -464,11 +524,16 @@
464
524
  </tr>
465
525
 
466
526
  <tr class="deep-level-0">
467
- <td class="name"><code><a href="WorkFlowServer600237.html#description">description</a></code></td>
527
+ <td class="name"><code><a href="#description">description</a></code></td>
468
528
  <td class="name">
469
529
  <code>
470
530
 
471
- <span class="param-type">String</span>
531
+ <span class="param-type">
532
+
533
+ String
534
+
535
+ </span>
536
+
472
537
 
473
538
 
474
539
  </code>
@@ -477,11 +542,16 @@
477
542
  </tr>
478
543
 
479
544
  <tr class="deep-level-0">
480
- <td class="name"><code><a href="WorkFlowServer600237.html#desInfo">desInfo</a></code></td>
545
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
481
546
  <td class="name">
482
547
  <code>
483
548
 
484
- <span class="param-type">String</span>
549
+ <span class="param-type">
550
+
551
+ String
552
+
553
+ </span>
554
+
485
555
 
486
556
 
487
557
  </code>
@@ -490,11 +560,16 @@
490
560
  </tr>
491
561
 
492
562
  <tr class="deep-level-0">
493
- <td class="name"><code><a href="WorkFlowServer600237.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
563
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
494
564
  <td class="name">
495
565
  <code>
496
566
 
497
- <span class="param-type">Boolean</span>
567
+ <span class="param-type">
568
+
569
+ Boolean
570
+
571
+ </span>
572
+
498
573
 
499
574
 
500
575
  </code>
@@ -503,11 +578,16 @@
503
578
  </tr>
504
579
 
505
580
  <tr class="deep-level-0">
506
- <td class="name"><code><a href="WorkFlowServer600237.html#flowId">flowId</a></code></td>
581
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
507
582
  <td class="name">
508
583
  <code>
509
584
 
510
- <span class="param-type">Number</span>
585
+ <span class="param-type">
586
+
587
+ Number
588
+
589
+ </span>
590
+
511
591
 
512
592
 
513
593
  </code>
@@ -516,11 +596,16 @@
516
596
  </tr>
517
597
 
518
598
  <tr class="deep-level-0">
519
- <td class="name"><code><a href="WorkFlowServer600237.html#geometry">geometry</a></code></td>
599
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
520
600
  <td class="name">
521
601
  <code>
522
602
 
523
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
603
+ <span class="param-type">
604
+
605
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
606
+
607
+ </span>
608
+
524
609
 
525
610
 
526
611
  </code>
@@ -529,11 +614,16 @@
529
614
  </tr>
530
615
 
531
616
  <tr class="deep-level-0">
532
- <td class="name"><code><a href="WorkFlowServer600237.html#geometrys">geometrys</a></code></td>
617
+ <td class="name"><code><a href="#geometrys">geometrys</a></code></td>
533
618
  <td class="name">
534
619
  <code>
535
620
 
536
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
621
+ <span class="param-type">
622
+
623
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
624
+
625
+ </span>
626
+
537
627
 
538
628
 
539
629
  </code>
@@ -542,11 +632,16 @@
542
632
  </tr>
543
633
 
544
634
  <tr class="deep-level-0">
545
- <td class="name"><code><a href="WorkFlowServer600237.html#geometrys">geometrys</a></code></td>
635
+ <td class="name"><code><a href="#geometrys">geometrys</a></code></td>
546
636
  <td class="name">
547
637
  <code>
548
638
 
549
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
639
+ <span class="param-type">
640
+
641
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
642
+
643
+ </span>
644
+
550
645
 
551
646
 
552
647
  </code>
@@ -555,11 +650,16 @@
555
650
  </tr>
556
651
 
557
652
  <tr class="deep-level-0">
558
- <td class="name"><code><a href="WorkFlowServer600237.html#groupName">groupName</a></code></td>
653
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
559
654
  <td class="name">
560
655
  <code>
561
656
 
562
- <span class="param-type">String</span>
657
+ <span class="param-type">
658
+
659
+ String
660
+
661
+ </span>
662
+
563
663
 
564
664
 
565
665
  </code>
@@ -568,11 +668,16 @@
568
668
  </tr>
569
669
 
570
670
  <tr class="deep-level-0">
571
- <td class="name"><code><a href="WorkFlowServer600237.html#headers">headers</a></code></td>
671
+ <td class="name"><code><a href="#headers">headers</a></code></td>
572
672
  <td class="name">
573
673
  <code>
574
674
 
575
- <span class="param-type">String</span>
675
+ <span class="param-type">
676
+
677
+ String
678
+
679
+ </span>
680
+
576
681
 
577
682
 
578
683
  </code>
@@ -581,11 +686,16 @@
581
686
  </tr>
582
687
 
583
688
  <tr class="deep-level-0">
584
- <td class="name"><code><a href="WorkFlowServer600237.html#infoOptType">infoOptType</a></code></td>
689
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
585
690
  <td class="name">
586
691
  <code>
587
692
 
588
- <span class="param-type">Number</span>
693
+ <span class="param-type">
694
+
695
+ Number
696
+
697
+ </span>
698
+
589
699
 
590
700
 
591
701
  </code>
@@ -594,11 +704,16 @@
594
704
  </tr>
595
705
 
596
706
  <tr class="deep-level-0">
597
- <td class="name"><code><a href="WorkFlowServer600237.html#inFormat">inFormat</a></code></td>
707
+ <td class="name"><code><a href="#inFormat">inFormat</a></code></td>
598
708
  <td class="name">
599
709
  <code>
600
710
 
601
- <span class="param-type">String</span>
711
+ <span class="param-type">
712
+
713
+ String
714
+
715
+ </span>
716
+
602
717
 
603
718
 
604
719
  </code>
@@ -607,11 +722,16 @@
607
722
  </tr>
608
723
 
609
724
  <tr class="deep-level-0">
610
- <td class="name"><code><a href="WorkFlowServer600237.html#overType">overType</a></code></td>
725
+ <td class="name"><code><a href="#overType">overType</a></code></td>
611
726
  <td class="name">
612
727
  <code>
613
728
 
614
- <span class="param-type">Number</span>
729
+ <span class="param-type">
730
+
731
+ Number
732
+
733
+ </span>
734
+
615
735
 
616
736
 
617
737
  </code>
@@ -620,11 +740,16 @@
620
740
  </tr>
621
741
 
622
742
  <tr class="deep-level-0">
623
- <td class="name"><code><a href="WorkFlowServer600237.html#radius">radius</a></code></td>
743
+ <td class="name"><code><a href="#radius">radius</a></code></td>
624
744
  <td class="name">
625
745
  <code>
626
746
 
627
- <span class="param-type">Number</span>
747
+ <span class="param-type">
748
+
749
+ Number
750
+
751
+ </span>
752
+
628
753
 
629
754
 
630
755
  </code>
@@ -633,11 +758,16 @@
633
758
  </tr>
634
759
 
635
760
  <tr class="deep-level-0">
636
- <td class="name"><code><a href="WorkFlowServer600237.html#requestInterceptor">requestInterceptor</a></code></td>
761
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
637
762
  <td class="name">
638
763
  <code>
639
764
 
640
- <span class="param-type">function</span>
765
+ <span class="param-type">
766
+
767
+ function
768
+
769
+ </span>
770
+
641
771
 
642
772
 
643
773
  </code>
@@ -646,11 +776,16 @@
646
776
  </tr>
647
777
 
648
778
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="WorkFlowServer600237.html#requestTimeout">requestTimeout</a></code></td>
779
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
650
780
  <td class="name">
651
781
  <code>
652
782
 
653
- <span class="param-type">String</span>
783
+ <span class="param-type">
784
+
785
+ String
786
+
787
+ </span>
788
+
654
789
 
655
790
 
656
791
  </code>
@@ -659,11 +794,16 @@
659
794
  </tr>
660
795
 
661
796
  <tr class="deep-level-0">
662
- <td class="name"><code><a href="WorkFlowServer600237.html#responseInterceptor">responseInterceptor</a></code></td>
797
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
663
798
  <td class="name">
664
799
  <code>
665
800
 
666
- <span class="param-type">function</span>
801
+ <span class="param-type">
802
+
803
+ function
804
+
805
+ </span>
806
+
667
807
 
668
808
 
669
809
  </code>
@@ -672,11 +812,16 @@
672
812
  </tr>
673
813
 
674
814
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="WorkFlowServer600237.html#srcInfo1">srcInfo1</a></code></td>
815
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
676
816
  <td class="name">
677
817
  <code>
678
818
 
679
- <span class="param-type">String</span>
819
+ <span class="param-type">
820
+
821
+ String
822
+
823
+ </span>
824
+
680
825
 
681
826
 
682
827
  </code>
@@ -685,11 +830,16 @@
685
830
  </tr>
686
831
 
687
832
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="WorkFlowServer600237.html#tokenAttachType">tokenAttachType</a></code></td>
833
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
689
834
  <td class="name">
690
835
  <code>
691
836
 
692
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
837
+ <span class="param-type">
838
+
839
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
840
+
841
+ </span>
842
+
693
843
 
694
844
 
695
845
  </code>
@@ -698,11 +848,16 @@
698
848
  </tr>
699
849
 
700
850
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="WorkFlowServer600237.html#tokenKey">tokenKey</a></code></td>
851
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
702
852
  <td class="name">
703
853
  <code>
704
854
 
705
- <span class="param-type">String</span>
855
+ <span class="param-type">
856
+
857
+ String
858
+
859
+ </span>
860
+
706
861
 
707
862
 
708
863
  </code>
@@ -711,11 +866,16 @@
711
866
  </tr>
712
867
 
713
868
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="WorkFlowServer600237.html#tokenValue">tokenValue</a></code></td>
869
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
715
870
  <td class="name">
716
871
  <code>
717
872
 
718
- <span class="param-type">String</span>
873
+ <span class="param-type">
874
+
875
+ String
876
+
877
+ </span>
878
+
719
879
 
720
880
 
721
881
  </code>
@@ -724,11 +884,16 @@
724
884
  </tr>
725
885
 
726
886
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="WorkFlowServer600237.html#url">url</a></code></td>
887
+ <td class="name"><code><a href="#url">url</a></code></td>
728
888
  <td class="name">
729
889
  <code>
730
890
 
731
- <span class="param-type">String</span>
891
+ <span class="param-type">
892
+
893
+ String
894
+
895
+ </span>
896
+
732
897
 
733
898
 
734
899
  </code>
@@ -747,7 +912,12 @@
747
912
  <span class="method-parameter is-pulled-right">
748
913
  <label>类型:</label>
749
914
 
750
- <span class="param-type">Number</span>
915
+ <span class="param-type">
916
+
917
+ Number
918
+
919
+ </span>
920
+
751
921
 
752
922
 
753
923
  </span>
@@ -817,7 +987,12 @@
817
987
  <span class="method-parameter is-pulled-right">
818
988
  <label>类型:</label>
819
989
 
820
- <span class="param-type">Boolean</span>
990
+ <span class="param-type">
991
+
992
+ Boolean
993
+
994
+ </span>
995
+
821
996
 
822
997
 
823
998
  </span>
@@ -851,7 +1026,7 @@
851
1026
 
852
1027
  <dt class="inherited-from">Inherited From:</dt>
853
1028
  <dd class="inherited-from"><ul class="dummy"><li>
854
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1029
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
855
1030
  </li></ul></dd>
856
1031
 
857
1032
 
@@ -892,7 +1067,12 @@
892
1067
  <span class="method-parameter is-pulled-right">
893
1068
  <label>类型:</label>
894
1069
 
895
- <span class="param-type">String</span>
1070
+ <span class="param-type">
1071
+
1072
+ String
1073
+
1074
+ </span>
1075
+
896
1076
 
897
1077
 
898
1078
  </span>
@@ -966,7 +1146,12 @@
966
1146
  <span class="method-parameter is-pulled-right">
967
1147
  <label>类型:</label>
968
1148
 
969
- <span class="param-type">String</span>
1149
+ <span class="param-type">
1150
+
1151
+ String
1152
+
1153
+ </span>
1154
+
970
1155
 
971
1156
 
972
1157
  </span>
@@ -1036,7 +1221,12 @@
1036
1221
  <span class="method-parameter is-pulled-right">
1037
1222
  <label>类型:</label>
1038
1223
 
1039
- <span class="param-type">Boolean</span>
1224
+ <span class="param-type">
1225
+
1226
+ Boolean
1227
+
1228
+ </span>
1229
+
1040
1230
 
1041
1231
 
1042
1232
  </span>
@@ -1070,7 +1260,7 @@
1070
1260
 
1071
1261
  <dt class="inherited-from">Inherited From:</dt>
1072
1262
  <dd class="inherited-from"><ul class="dummy"><li>
1073
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1263
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1074
1264
  </li></ul></dd>
1075
1265
 
1076
1266
 
@@ -1132,7 +1322,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1132
1322
  <span class="method-parameter is-pulled-right">
1133
1323
  <label>类型:</label>
1134
1324
 
1135
- <span class="param-type">Number</span>
1325
+ <span class="param-type">
1326
+
1327
+ Number
1328
+
1329
+ </span>
1330
+
1136
1331
 
1137
1332
 
1138
1333
  </span>
@@ -1206,7 +1401,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1206
1401
  <span class="method-parameter is-pulled-right">
1207
1402
  <label>类型:</label>
1208
1403
 
1209
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1404
+ <span class="param-type">
1405
+
1406
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1407
+
1408
+ </span>
1409
+
1210
1410
 
1211
1411
 
1212
1412
  </span>
@@ -1276,7 +1476,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1276
1476
  <span class="method-parameter is-pulled-right">
1277
1477
  <label>类型:</label>
1278
1478
 
1279
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1479
+ <span class="param-type">
1480
+
1481
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1482
+
1483
+ </span>
1484
+
1280
1485
 
1281
1486
 
1282
1487
  </span>
@@ -1346,7 +1551,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1346
1551
  <span class="method-parameter is-pulled-right">
1347
1552
  <label>类型:</label>
1348
1553
 
1349
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1554
+ <span class="param-type">
1555
+
1556
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1557
+
1558
+ </span>
1559
+
1350
1560
 
1351
1561
 
1352
1562
  </span>
@@ -1416,7 +1626,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1416
1626
  <span class="method-parameter is-pulled-right">
1417
1627
  <label>类型:</label>
1418
1628
 
1419
- <span class="param-type">String</span>
1629
+ <span class="param-type">
1630
+
1631
+ String
1632
+
1633
+ </span>
1634
+
1420
1635
 
1421
1636
 
1422
1637
  </span>
@@ -1490,7 +1705,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1490
1705
  <span class="method-parameter is-pulled-right">
1491
1706
  <label>类型:</label>
1492
1707
 
1493
- <span class="param-type">String</span>
1708
+ <span class="param-type">
1709
+
1710
+ String
1711
+
1712
+ </span>
1713
+
1494
1714
 
1495
1715
 
1496
1716
  </span>
@@ -1524,7 +1744,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1524
1744
 
1525
1745
  <dt class="inherited-from">Inherited From:</dt>
1526
1746
  <dd class="inherited-from"><ul class="dummy"><li>
1527
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1747
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1528
1748
  </li></ul></dd>
1529
1749
 
1530
1750
 
@@ -1587,7 +1807,12 @@ BaseServer.headers.token = '新token';</code></pre>
1587
1807
  <span class="method-parameter is-pulled-right">
1588
1808
  <label>类型:</label>
1589
1809
 
1590
- <span class="param-type">Number</span>
1810
+ <span class="param-type">
1811
+
1812
+ Number
1813
+
1814
+ </span>
1815
+
1591
1816
 
1592
1817
 
1593
1818
  </span>
@@ -1657,7 +1882,12 @@ BaseServer.headers.token = '新token';</code></pre>
1657
1882
  <span class="method-parameter is-pulled-right">
1658
1883
  <label>类型:</label>
1659
1884
 
1660
- <span class="param-type">String</span>
1885
+ <span class="param-type">
1886
+
1887
+ String
1888
+
1889
+ </span>
1890
+
1661
1891
 
1662
1892
 
1663
1893
  </span>
@@ -1727,7 +1957,12 @@ BaseServer.headers.token = '新token';</code></pre>
1727
1957
  <span class="method-parameter is-pulled-right">
1728
1958
  <label>类型:</label>
1729
1959
 
1730
- <span class="param-type">Number</span>
1960
+ <span class="param-type">
1961
+
1962
+ Number
1963
+
1964
+ </span>
1965
+
1731
1966
 
1732
1967
 
1733
1968
  </span>
@@ -1797,7 +2032,12 @@ BaseServer.headers.token = '新token';</code></pre>
1797
2032
  <span class="method-parameter is-pulled-right">
1798
2033
  <label>类型:</label>
1799
2034
 
1800
- <span class="param-type">Number</span>
2035
+ <span class="param-type">
2036
+
2037
+ Number
2038
+
2039
+ </span>
2040
+
1801
2041
 
1802
2042
 
1803
2043
  </span>
@@ -1867,7 +2107,12 @@ BaseServer.headers.token = '新token';</code></pre>
1867
2107
  <span class="method-parameter is-pulled-right">
1868
2108
  <label>类型:</label>
1869
2109
 
1870
- <span class="param-type">function</span>
2110
+ <span class="param-type">
2111
+
2112
+ function
2113
+
2114
+ </span>
2115
+
1871
2116
 
1872
2117
 
1873
2118
  </span>
@@ -1901,7 +2146,7 @@ BaseServer.headers.token = '新token';</code></pre>
1901
2146
 
1902
2147
  <dt class="inherited-from">Inherited From:</dt>
1903
2148
  <dd class="inherited-from"><ul class="dummy"><li>
1904
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2149
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1905
2150
  </li></ul></dd>
1906
2151
 
1907
2152
 
@@ -1970,7 +2215,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1970
2215
  <span class="method-parameter is-pulled-right">
1971
2216
  <label>类型:</label>
1972
2217
 
1973
- <span class="param-type">String</span>
2218
+ <span class="param-type">
2219
+
2220
+ String
2221
+
2222
+ </span>
2223
+
1974
2224
 
1975
2225
 
1976
2226
  </span>
@@ -2004,7 +2254,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2004
2254
 
2005
2255
  <dt class="inherited-from">Inherited From:</dt>
2006
2256
  <dd class="inherited-from"><ul class="dummy"><li>
2007
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2257
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2008
2258
  </li></ul></dd>
2009
2259
 
2010
2260
 
@@ -2063,7 +2313,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
2063
2313
  <span class="method-parameter is-pulled-right">
2064
2314
  <label>类型:</label>
2065
2315
 
2066
- <span class="param-type">function</span>
2316
+ <span class="param-type">
2317
+
2318
+ function
2319
+
2320
+ </span>
2321
+
2067
2322
 
2068
2323
 
2069
2324
  </span>
@@ -2097,7 +2352,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
2097
2352
 
2098
2353
  <dt class="inherited-from">Inherited From:</dt>
2099
2354
  <dd class="inherited-from"><ul class="dummy"><li>
2100
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2355
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2101
2356
  </li></ul></dd>
2102
2357
 
2103
2358
 
@@ -2168,7 +2423,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2168
2423
  <span class="method-parameter is-pulled-right">
2169
2424
  <label>类型:</label>
2170
2425
 
2171
- <span class="param-type">String</span>
2426
+ <span class="param-type">
2427
+
2428
+ String
2429
+
2430
+ </span>
2431
+
2172
2432
 
2173
2433
 
2174
2434
  </span>
@@ -2238,7 +2498,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2238
2498
  <span class="method-parameter is-pulled-right">
2239
2499
  <label>类型:</label>
2240
2500
 
2241
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2501
+ <span class="param-type">
2502
+
2503
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2504
+
2505
+ </span>
2506
+
2242
2507
 
2243
2508
 
2244
2509
  </span>
@@ -2272,7 +2537,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2272
2537
 
2273
2538
  <dt class="inherited-from">Inherited From:</dt>
2274
2539
  <dd class="inherited-from"><ul class="dummy"><li>
2275
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2540
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2276
2541
  </li></ul></dd>
2277
2542
 
2278
2543
 
@@ -2335,7 +2600,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2335
2600
  <span class="method-parameter is-pulled-right">
2336
2601
  <label>类型:</label>
2337
2602
 
2338
- <span class="param-type">String</span>
2603
+ <span class="param-type">
2604
+
2605
+ String
2606
+
2607
+ </span>
2608
+
2339
2609
 
2340
2610
 
2341
2611
  </span>
@@ -2369,7 +2639,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2369
2639
 
2370
2640
  <dt class="inherited-from">Inherited From:</dt>
2371
2641
  <dd class="inherited-from"><ul class="dummy"><li>
2372
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2642
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2373
2643
  </li></ul></dd>
2374
2644
 
2375
2645
 
@@ -2427,7 +2697,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2427
2697
  <span class="method-parameter is-pulled-right">
2428
2698
  <label>类型:</label>
2429
2699
 
2430
- <span class="param-type">String</span>
2700
+ <span class="param-type">
2701
+
2702
+ String
2703
+
2704
+ </span>
2705
+
2431
2706
 
2432
2707
 
2433
2708
  </span>
@@ -2461,7 +2736,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2461
2736
 
2462
2737
  <dt class="inherited-from">Inherited From:</dt>
2463
2738
  <dd class="inherited-from"><ul class="dummy"><li>
2464
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2739
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2465
2740
  </li></ul></dd>
2466
2741
 
2467
2742
 
@@ -2519,7 +2794,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2519
2794
  <span class="method-parameter is-pulled-right">
2520
2795
  <label>类型:</label>
2521
2796
 
2522
- <span class="param-type">String</span>
2797
+ <span class="param-type">
2798
+
2799
+ String
2800
+
2801
+ </span>
2802
+
2523
2803
 
2524
2804
 
2525
2805
  </span>
@@ -2610,12 +2890,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2610
2890
  <tbody>
2611
2891
 
2612
2892
  <tr class="deep-level-0">
2613
- <td class="name"><code><a href="WorkFlowServer600237.html#execute">execute</a></code></td>
2893
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2614
2894
  <td class="name">
2615
2895
  <code>
2616
2896
 
2617
2897
 
2618
- <span class="param-type">Promise.&lt;Object></span>
2898
+ <span class="param-type">
2899
+
2900
+ Promise.&lt;Object>
2901
+
2902
+ </span>
2903
+
2619
2904
 
2620
2905
 
2621
2906
 
@@ -2625,7 +2910,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2625
2910
  </tr>
2626
2911
 
2627
2912
  <tr class="deep-level-0">
2628
- <td class="name"><code><a href="WorkFlowServer600237.html#queryServerInfo">queryServerInfo</a></code></td>
2913
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2629
2914
  <td class="name">
2630
2915
  <code>
2631
2916
 
@@ -2635,12 +2920,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2635
2920
  </tr>
2636
2921
 
2637
2922
  <tr class="deep-level-0">
2638
- <td class="name"><code><a href="WorkFlowServer600237.html#queryTaskResult">queryTaskResult</a></code></td>
2923
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2639
2924
  <td class="name">
2640
2925
  <code>
2641
2926
 
2642
2927
 
2643
- <span class="param-type">Promise.&lt;String></span>
2928
+ <span class="param-type">
2929
+
2930
+ Promise.&lt;String>
2931
+
2932
+ </span>
2933
+
2644
2934
 
2645
2935
 
2646
2936
 
@@ -2650,12 +2940,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2650
2940
  </tr>
2651
2941
 
2652
2942
  <tr class="deep-level-0">
2653
- <td class="name"><code><a href="WorkFlowServer600237.html#queryTaskStatus">queryTaskStatus</a></code></td>
2943
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2654
2944
  <td class="name">
2655
2945
  <code>
2656
2946
 
2657
2947
 
2658
- <span class="param-type">Promise.&lt;String></span>
2948
+ <span class="param-type">
2949
+
2950
+ Promise.&lt;String>
2951
+
2952
+ </span>
2953
+
2659
2954
 
2660
2955
 
2661
2956
 
@@ -2665,12 +2960,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2665
2960
  </tr>
2666
2961
 
2667
2962
  <tr class="deep-level-0">
2668
- <td class="name"><code><a href="WorkFlowServer600237.html#submit">submit</a></code></td>
2963
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2669
2964
  <td class="name">
2670
2965
  <code>
2671
2966
 
2672
2967
 
2673
- <span class="param-type">Promise.&lt;String></span>
2968
+ <span class="param-type">
2969
+
2970
+ Promise.&lt;String>
2971
+
2972
+ </span>
2973
+
2674
2974
 
2675
2975
 
2676
2976
 
@@ -2739,13 +3039,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2739
3039
 
2740
3040
  <tr class="deep-level-0">
2741
3041
 
2742
- <td class="name" id="options"><code>options</code></td>
3042
+ <td class="name"><code>options</code></td>
2743
3043
 
2744
3044
 
2745
3045
  <td class="type">
2746
3046
 
2747
3047
 
2748
- <span class="param-type">Object</span>
3048
+ <span class="param-type">
3049
+
3050
+ Object
3051
+
3052
+ </span>
3053
+
2749
3054
 
2750
3055
 
2751
3056
 
@@ -2765,13 +3070,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2765
3070
 
2766
3071
  <tr class="deep-level-1">
2767
3072
 
2768
- <td class="name" id="headers"><code>headers</code></td>
3073
+ <td class="name"><code>headers</code></td>
2769
3074
 
2770
3075
 
2771
3076
  <td class="type">
2772
3077
 
2773
3078
 
2774
- <span class="param-type">String</span>
3079
+ <span class="param-type">
3080
+
3081
+ String
3082
+
3083
+ </span>
3084
+
2775
3085
 
2776
3086
 
2777
3087
 
@@ -2791,13 +3101,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2791
3101
 
2792
3102
  <tr class="deep-level-1">
2793
3103
 
2794
- <td class="name" id="method"><code>method</code></td>
3104
+ <td class="name"><code>method</code></td>
2795
3105
 
2796
3106
 
2797
3107
  <td class="type">
2798
3108
 
2799
3109
 
2800
- <span class="param-type">String</span>
3110
+ <span class="param-type">
3111
+
3112
+ String
3113
+
3114
+ </span>
3115
+
2801
3116
 
2802
3117
 
2803
3118
 
@@ -2819,13 +3134,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2819
3134
 
2820
3135
  <tr class="deep-level-1">
2821
3136
 
2822
- <td class="name" id="success"><code>success</code></td>
3137
+ <td class="name"><code>success</code></td>
2823
3138
 
2824
3139
 
2825
3140
  <td class="type">
2826
3141
 
2827
3142
 
2828
- <span class="param-type">function</span>
3143
+ <span class="param-type">
3144
+
3145
+ function
3146
+
3147
+ </span>
3148
+
2829
3149
 
2830
3150
 
2831
3151
 
@@ -2845,13 +3165,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2845
3165
 
2846
3166
  <tr class="deep-level-1">
2847
3167
 
2848
- <td class="name" id="failure"><code>failure</code></td>
3168
+ <td class="name"><code>failure</code></td>
2849
3169
 
2850
3170
 
2851
3171
  <td class="type">
2852
3172
 
2853
3173
 
2854
- <span class="param-type">function</span>
3174
+ <span class="param-type">
3175
+
3176
+ function
3177
+
3178
+ </span>
3179
+
2855
3180
 
2856
3181
 
2857
3182
 
@@ -2890,7 +3215,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2890
3215
 
2891
3216
  <dt class="inherited-from">Inherited From:</dt>
2892
3217
  <dd class="inherited-from"><ul class="dummy"><li>
2893
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3218
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2894
3219
  </li></ul></dd>
2895
3220
 
2896
3221
 
@@ -2949,7 +3274,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2949
3274
  <div class='column is-5 has-text-left'>
2950
3275
  <label>类型: </label>
2951
3276
 
2952
- <span class="param-type">Promise.&lt;Object></span>
3277
+ <span class="param-type">
3278
+
3279
+ Promise.&lt;Object>
3280
+
3281
+ </span>
3282
+
2953
3283
 
2954
3284
 
2955
3285
  </div>
@@ -3034,7 +3364,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3034
3364
 
3035
3365
  <tr class="deep-level-0">
3036
3366
 
3037
- <td class="name" id="options"><code>options</code></td>
3367
+ <td class="name"><code>options</code></td>
3038
3368
 
3039
3369
 
3040
3370
  <td class="type">
@@ -3055,13 +3385,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3055
3385
 
3056
3386
  <tr class="deep-level-1">
3057
3387
 
3058
- <td class="name" id="success"><code>success</code></td>
3388
+ <td class="name"><code>success</code></td>
3059
3389
 
3060
3390
 
3061
3391
  <td class="type">
3062
3392
 
3063
3393
 
3064
- <span class="param-type">function</span>
3394
+ <span class="param-type">
3395
+
3396
+ function
3397
+
3398
+ </span>
3399
+
3065
3400
 
3066
3401
 
3067
3402
 
@@ -3083,13 +3418,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3083
3418
 
3084
3419
  <tr class="deep-level-1">
3085
3420
 
3086
- <td class="name" id="failure"><code>failure</code></td>
3421
+ <td class="name"><code>failure</code></td>
3087
3422
 
3088
3423
 
3089
3424
  <td class="type">
3090
3425
 
3091
3426
 
3092
- <span class="param-type">function</span>
3427
+ <span class="param-type">
3428
+
3429
+ function
3430
+
3431
+ </span>
3432
+
3093
3433
 
3094
3434
 
3095
3435
 
@@ -3130,7 +3470,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3130
3470
 
3131
3471
  <dt class="inherited-from">Inherited From:</dt>
3132
3472
  <dd class="inherited-from"><ul class="dummy"><li>
3133
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3473
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3134
3474
  </li></ul></dd>
3135
3475
 
3136
3476
 
@@ -3267,13 +3607,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3267
3607
 
3268
3608
  <tr class="deep-level-0">
3269
3609
 
3270
- <td class="name" id="options"><code>options</code></td>
3610
+ <td class="name"><code>options</code></td>
3271
3611
 
3272
3612
 
3273
3613
  <td class="type">
3274
3614
 
3275
3615
 
3276
- <span class="param-type">Object</span>
3616
+ <span class="param-type">
3617
+
3618
+ Object
3619
+
3620
+ </span>
3621
+
3277
3622
 
3278
3623
 
3279
3624
 
@@ -3293,13 +3638,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3293
3638
 
3294
3639
  <tr class="deep-level-1">
3295
3640
 
3296
- <td class="name" id="taskId"><code>taskId</code></td>
3641
+ <td class="name"><code>taskId</code></td>
3297
3642
 
3298
3643
 
3299
3644
  <td class="type">
3300
3645
 
3301
3646
 
3302
- <span class="param-type">String</span>
3647
+ <span class="param-type">
3648
+
3649
+ String
3650
+
3651
+ </span>
3652
+
3303
3653
 
3304
3654
 
3305
3655
 
@@ -3319,13 +3669,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3319
3669
 
3320
3670
  <tr class="deep-level-1">
3321
3671
 
3322
- <td class="name" id="headers"><code>headers</code></td>
3672
+ <td class="name"><code>headers</code></td>
3323
3673
 
3324
3674
 
3325
3675
  <td class="type">
3326
3676
 
3327
3677
 
3328
- <span class="param-type">String</span>
3678
+ <span class="param-type">
3679
+
3680
+ String
3681
+
3682
+ </span>
3683
+
3329
3684
 
3330
3685
 
3331
3686
 
@@ -3345,13 +3700,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3345
3700
 
3346
3701
  <tr class="deep-level-1">
3347
3702
 
3348
- <td class="name" id="method"><code>method</code></td>
3703
+ <td class="name"><code>method</code></td>
3349
3704
 
3350
3705
 
3351
3706
  <td class="type">
3352
3707
 
3353
3708
 
3354
- <span class="param-type">String</span>
3709
+ <span class="param-type">
3710
+
3711
+ String
3712
+
3713
+ </span>
3714
+
3355
3715
 
3356
3716
 
3357
3717
 
@@ -3373,13 +3733,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3733
 
3374
3734
  <tr class="deep-level-1">
3375
3735
 
3376
- <td class="name" id="success"><code>success</code></td>
3736
+ <td class="name"><code>success</code></td>
3377
3737
 
3378
3738
 
3379
3739
  <td class="type">
3380
3740
 
3381
3741
 
3382
- <span class="param-type">function</span>
3742
+ <span class="param-type">
3743
+
3744
+ function
3745
+
3746
+ </span>
3747
+
3383
3748
 
3384
3749
 
3385
3750
 
@@ -3399,13 +3764,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3399
3764
 
3400
3765
  <tr class="deep-level-1">
3401
3766
 
3402
- <td class="name" id="failure"><code>failure</code></td>
3767
+ <td class="name"><code>failure</code></td>
3403
3768
 
3404
3769
 
3405
3770
  <td class="type">
3406
3771
 
3407
3772
 
3408
- <span class="param-type">function</span>
3773
+ <span class="param-type">
3774
+
3775
+ function
3776
+
3777
+ </span>
3778
+
3409
3779
 
3410
3780
 
3411
3781
 
@@ -3444,7 +3814,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3444
3814
 
3445
3815
  <dt class="inherited-from">Inherited From:</dt>
3446
3816
  <dd class="inherited-from"><ul class="dummy"><li>
3447
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3817
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3448
3818
  </li></ul></dd>
3449
3819
 
3450
3820
 
@@ -3503,7 +3873,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3503
3873
  <div class='column is-5 has-text-left'>
3504
3874
  <label>类型: </label>
3505
3875
 
3506
- <span class="param-type">Promise.&lt;String></span>
3876
+ <span class="param-type">
3877
+
3878
+ Promise.&lt;String>
3879
+
3880
+ </span>
3881
+
3507
3882
 
3508
3883
 
3509
3884
  </div>
@@ -3588,13 +3963,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3588
3963
 
3589
3964
  <tr class="deep-level-0">
3590
3965
 
3591
- <td class="name" id="options"><code>options</code></td>
3966
+ <td class="name"><code>options</code></td>
3592
3967
 
3593
3968
 
3594
3969
  <td class="type">
3595
3970
 
3596
3971
 
3597
- <span class="param-type">Object</span>
3972
+ <span class="param-type">
3973
+
3974
+ Object
3975
+
3976
+ </span>
3977
+
3598
3978
 
3599
3979
 
3600
3980
 
@@ -3614,13 +3994,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3614
3994
 
3615
3995
  <tr class="deep-level-1">
3616
3996
 
3617
- <td class="name" id="taskId"><code>taskId</code></td>
3997
+ <td class="name"><code>taskId</code></td>
3618
3998
 
3619
3999
 
3620
4000
  <td class="type">
3621
4001
 
3622
4002
 
3623
- <span class="param-type">String</span>
4003
+ <span class="param-type">
4004
+
4005
+ String
4006
+
4007
+ </span>
4008
+
3624
4009
 
3625
4010
 
3626
4011
 
@@ -3640,13 +4025,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3640
4025
 
3641
4026
  <tr class="deep-level-1">
3642
4027
 
3643
- <td class="name" id="headers"><code>headers</code></td>
4028
+ <td class="name"><code>headers</code></td>
3644
4029
 
3645
4030
 
3646
4031
  <td class="type">
3647
4032
 
3648
4033
 
3649
- <span class="param-type">String</span>
4034
+ <span class="param-type">
4035
+
4036
+ String
4037
+
4038
+ </span>
4039
+
3650
4040
 
3651
4041
 
3652
4042
 
@@ -3666,13 +4056,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3666
4056
 
3667
4057
  <tr class="deep-level-1">
3668
4058
 
3669
- <td class="name" id="method"><code>method</code></td>
4059
+ <td class="name"><code>method</code></td>
3670
4060
 
3671
4061
 
3672
4062
  <td class="type">
3673
4063
 
3674
4064
 
3675
- <span class="param-type">String</span>
4065
+ <span class="param-type">
4066
+
4067
+ String
4068
+
4069
+ </span>
4070
+
3676
4071
 
3677
4072
 
3678
4073
 
@@ -3694,13 +4089,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3694
4089
 
3695
4090
  <tr class="deep-level-1">
3696
4091
 
3697
- <td class="name" id="success"><code>success</code></td>
4092
+ <td class="name"><code>success</code></td>
3698
4093
 
3699
4094
 
3700
4095
  <td class="type">
3701
4096
 
3702
4097
 
3703
- <span class="param-type">function</span>
4098
+ <span class="param-type">
4099
+
4100
+ function
4101
+
4102
+ </span>
4103
+
3704
4104
 
3705
4105
 
3706
4106
 
@@ -3720,13 +4120,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3720
4120
 
3721
4121
  <tr class="deep-level-1">
3722
4122
 
3723
- <td class="name" id="failure"><code>failure</code></td>
4123
+ <td class="name"><code>failure</code></td>
3724
4124
 
3725
4125
 
3726
4126
  <td class="type">
3727
4127
 
3728
4128
 
3729
- <span class="param-type">function</span>
4129
+ <span class="param-type">
4130
+
4131
+ function
4132
+
4133
+ </span>
4134
+
3730
4135
 
3731
4136
 
3732
4137
 
@@ -3765,7 +4170,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3765
4170
 
3766
4171
  <dt class="inherited-from">Inherited From:</dt>
3767
4172
  <dd class="inherited-from"><ul class="dummy"><li>
3768
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4173
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3769
4174
  </li></ul></dd>
3770
4175
 
3771
4176
 
@@ -3824,7 +4229,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3824
4229
  <div class='column is-5 has-text-left'>
3825
4230
  <label>类型: </label>
3826
4231
 
3827
- <span class="param-type">Promise.&lt;String></span>
4232
+ <span class="param-type">
4233
+
4234
+ Promise.&lt;String>
4235
+
4236
+ </span>
4237
+
3828
4238
 
3829
4239
 
3830
4240
  </div>
@@ -3909,13 +4319,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3909
4319
 
3910
4320
  <tr class="deep-level-0">
3911
4321
 
3912
- <td class="name" id="options"><code>options</code></td>
4322
+ <td class="name"><code>options</code></td>
3913
4323
 
3914
4324
 
3915
4325
  <td class="type">
3916
4326
 
3917
4327
 
3918
- <span class="param-type">Object</span>
4328
+ <span class="param-type">
4329
+
4330
+ Object
4331
+
4332
+ </span>
4333
+
3919
4334
 
3920
4335
 
3921
4336
 
@@ -3935,13 +4350,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3935
4350
 
3936
4351
  <tr class="deep-level-1">
3937
4352
 
3938
- <td class="name" id="headers"><code>headers</code></td>
4353
+ <td class="name"><code>headers</code></td>
3939
4354
 
3940
4355
 
3941
4356
  <td class="type">
3942
4357
 
3943
4358
 
3944
- <span class="param-type">String</span>
4359
+ <span class="param-type">
4360
+
4361
+ String
4362
+
4363
+ </span>
4364
+
3945
4365
 
3946
4366
 
3947
4367
 
@@ -3961,13 +4381,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3961
4381
 
3962
4382
  <tr class="deep-level-1">
3963
4383
 
3964
- <td class="name" id="method"><code>method</code></td>
4384
+ <td class="name"><code>method</code></td>
3965
4385
 
3966
4386
 
3967
4387
  <td class="type">
3968
4388
 
3969
4389
 
3970
- <span class="param-type">String</span>
4390
+ <span class="param-type">
4391
+
4392
+ String
4393
+
4394
+ </span>
4395
+
3971
4396
 
3972
4397
 
3973
4398
 
@@ -3989,13 +4414,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3989
4414
 
3990
4415
  <tr class="deep-level-1">
3991
4416
 
3992
- <td class="name" id="success"><code>success</code></td>
4417
+ <td class="name"><code>success</code></td>
3993
4418
 
3994
4419
 
3995
4420
  <td class="type">
3996
4421
 
3997
4422
 
3998
- <span class="param-type">function</span>
4423
+ <span class="param-type">
4424
+
4425
+ function
4426
+
4427
+ </span>
4428
+
3999
4429
 
4000
4430
 
4001
4431
 
@@ -4015,13 +4445,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
4015
4445
 
4016
4446
  <tr class="deep-level-1">
4017
4447
 
4018
- <td class="name" id="failure"><code>failure</code></td>
4448
+ <td class="name"><code>failure</code></td>
4019
4449
 
4020
4450
 
4021
4451
  <td class="type">
4022
4452
 
4023
4453
 
4024
- <span class="param-type">function</span>
4454
+ <span class="param-type">
4455
+
4456
+ function
4457
+
4458
+ </span>
4459
+
4025
4460
 
4026
4461
 
4027
4462
 
@@ -4060,7 +4495,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
4060
4495
 
4061
4496
  <dt class="inherited-from">Inherited From:</dt>
4062
4497
  <dd class="inherited-from"><ul class="dummy"><li>
4063
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4498
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4064
4499
  </li></ul></dd>
4065
4500
 
4066
4501
 
@@ -4126,7 +4561,12 @@ console.log(&quot;submit: &quot;, res);
4126
4561
  <div class='column is-5 has-text-left'>
4127
4562
  <label>类型: </label>
4128
4563
 
4129
- <span class="param-type">Promise.&lt;String></span>
4564
+ <span class="param-type">
4565
+
4566
+ Promise.&lt;String>
4567
+
4568
+ </span>
4569
+
4130
4570
 
4131
4571
 
4132
4572
  </div>