@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
 
@@ -156,7 +166,7 @@
156
166
  <dt class="tag-see">See:</dt>
157
167
  <dd class="tag-see">
158
168
  <ul>
159
- <li><p><a href="tutorial-工作流.html"><h4>不同工作流参数配置</h4></a></p></li>
169
+ <li><a onclick="getTypeHTML(event)" link="tutorial-工作流.html">不同工作流参数配置<a></li>
160
170
  </ul>
161
171
  </dd>
162
172
 
@@ -216,7 +226,7 @@ const workflow = WorkFlowServer.createWorkFlow({
216
226
 
217
227
 
218
228
  <ul>
219
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
229
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
220
230
  </ul>
221
231
 
222
232
 
@@ -248,11 +258,16 @@ const workflow = WorkFlowServer.createWorkFlow({
248
258
  <tbody>
249
259
 
250
260
  <tr class="deep-level-0">
251
- <td class="name"><code><a href="WorkFlowServer.html#clientId">clientId</a></code></td>
261
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
252
262
  <td class="name">
253
263
  <code>
254
264
 
255
- <span class="param-type">Boolean</span>
265
+ <span class="param-type">
266
+
267
+ Boolean
268
+
269
+ </span>
270
+
256
271
 
257
272
 
258
273
  </code>
@@ -261,11 +276,16 @@ const workflow = WorkFlowServer.createWorkFlow({
261
276
  </tr>
262
277
 
263
278
  <tr class="deep-level-0">
264
- <td class="name"><code><a href="WorkFlowServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
279
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
265
280
  <td class="name">
266
281
  <code>
267
282
 
268
- <span class="param-type">Boolean</span>
283
+ <span class="param-type">
284
+
285
+ Boolean
286
+
287
+ </span>
288
+
269
289
 
270
290
 
271
291
  </code>
@@ -274,11 +294,16 @@ const workflow = WorkFlowServer.createWorkFlow({
274
294
  </tr>
275
295
 
276
296
  <tr class="deep-level-0">
277
- <td class="name"><code><a href="WorkFlowServer.html#headers">headers</a></code></td>
297
+ <td class="name"><code><a href="#headers">headers</a></code></td>
278
298
  <td class="name">
279
299
  <code>
280
300
 
281
- <span class="param-type">String</span>
301
+ <span class="param-type">
302
+
303
+ String
304
+
305
+ </span>
306
+
282
307
 
283
308
 
284
309
  </code>
@@ -287,11 +312,16 @@ const workflow = WorkFlowServer.createWorkFlow({
287
312
  </tr>
288
313
 
289
314
  <tr class="deep-level-0">
290
- <td class="name"><code><a href="WorkFlowServer.html#requestInterceptor">requestInterceptor</a></code></td>
315
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
291
316
  <td class="name">
292
317
  <code>
293
318
 
294
- <span class="param-type">function</span>
319
+ <span class="param-type">
320
+
321
+ function
322
+
323
+ </span>
324
+
295
325
 
296
326
 
297
327
  </code>
@@ -300,11 +330,16 @@ const workflow = WorkFlowServer.createWorkFlow({
300
330
  </tr>
301
331
 
302
332
  <tr class="deep-level-0">
303
- <td class="name"><code><a href="WorkFlowServer.html#requestTimeout">requestTimeout</a></code></td>
333
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
304
334
  <td class="name">
305
335
  <code>
306
336
 
307
- <span class="param-type">String</span>
337
+ <span class="param-type">
338
+
339
+ String
340
+
341
+ </span>
342
+
308
343
 
309
344
 
310
345
  </code>
@@ -313,11 +348,16 @@ const workflow = WorkFlowServer.createWorkFlow({
313
348
  </tr>
314
349
 
315
350
  <tr class="deep-level-0">
316
- <td class="name"><code><a href="WorkFlowServer.html#responseInterceptor">responseInterceptor</a></code></td>
351
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
317
352
  <td class="name">
318
353
  <code>
319
354
 
320
- <span class="param-type">function</span>
355
+ <span class="param-type">
356
+
357
+ function
358
+
359
+ </span>
360
+
321
361
 
322
362
 
323
363
  </code>
@@ -326,11 +366,16 @@ const workflow = WorkFlowServer.createWorkFlow({
326
366
  </tr>
327
367
 
328
368
  <tr class="deep-level-0">
329
- <td class="name"><code><a href="WorkFlowServer.html#tokenAttachType">tokenAttachType</a></code></td>
369
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
330
370
  <td class="name">
331
371
  <code>
332
372
 
333
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
373
+ <span class="param-type">
374
+
375
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
376
+
377
+ </span>
378
+
334
379
 
335
380
 
336
381
  </code>
@@ -339,11 +384,16 @@ const workflow = WorkFlowServer.createWorkFlow({
339
384
  </tr>
340
385
 
341
386
  <tr class="deep-level-0">
342
- <td class="name"><code><a href="WorkFlowServer.html#tokenKey">tokenKey</a></code></td>
387
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
343
388
  <td class="name">
344
389
  <code>
345
390
 
346
- <span class="param-type">String</span>
391
+ <span class="param-type">
392
+
393
+ String
394
+
395
+ </span>
396
+
347
397
 
348
398
 
349
399
  </code>
@@ -352,11 +402,16 @@ const workflow = WorkFlowServer.createWorkFlow({
352
402
  </tr>
353
403
 
354
404
  <tr class="deep-level-0">
355
- <td class="name"><code><a href="WorkFlowServer.html#tokenValue">tokenValue</a></code></td>
405
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
356
406
  <td class="name">
357
407
  <code>
358
408
 
359
- <span class="param-type">String</span>
409
+ <span class="param-type">
410
+
411
+ String
412
+
413
+ </span>
414
+
360
415
 
361
416
 
362
417
  </code>
@@ -365,11 +420,16 @@ const workflow = WorkFlowServer.createWorkFlow({
365
420
  </tr>
366
421
 
367
422
  <tr class="deep-level-0">
368
- <td class="name"><code><a href="WorkFlowServer.html#url">url</a></code></td>
423
+ <td class="name"><code><a href="#url">url</a></code></td>
369
424
  <td class="name">
370
425
  <code>
371
426
 
372
- <span class="param-type">String</span>
427
+ <span class="param-type">
428
+
429
+ String
430
+
431
+ </span>
432
+
373
433
 
374
434
 
375
435
  </code>
@@ -388,7 +448,12 @@ const workflow = WorkFlowServer.createWorkFlow({
388
448
  <span class="method-parameter is-pulled-right">
389
449
  <label>类型:</label>
390
450
 
391
- <span class="param-type">Boolean</span>
451
+ <span class="param-type">
452
+
453
+ Boolean
454
+
455
+ </span>
456
+
392
457
 
393
458
 
394
459
  </span>
@@ -422,7 +487,7 @@ const workflow = WorkFlowServer.createWorkFlow({
422
487
 
423
488
  <dt class="inherited-from">Inherited From:</dt>
424
489
  <dd class="inherited-from"><ul class="dummy"><li>
425
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
490
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
426
491
  </li></ul></dd>
427
492
 
428
493
 
@@ -463,7 +528,12 @@ const workflow = WorkFlowServer.createWorkFlow({
463
528
  <span class="method-parameter is-pulled-right">
464
529
  <label>类型:</label>
465
530
 
466
- <span class="param-type">Boolean</span>
531
+ <span class="param-type">
532
+
533
+ Boolean
534
+
535
+ </span>
536
+
467
537
 
468
538
 
469
539
  </span>
@@ -497,7 +567,7 @@ const workflow = WorkFlowServer.createWorkFlow({
497
567
 
498
568
  <dt class="inherited-from">Inherited From:</dt>
499
569
  <dd class="inherited-from"><ul class="dummy"><li>
500
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
570
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
501
571
  </li></ul></dd>
502
572
 
503
573
 
@@ -559,7 +629,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
559
629
  <span class="method-parameter is-pulled-right">
560
630
  <label>类型:</label>
561
631
 
562
- <span class="param-type">String</span>
632
+ <span class="param-type">
633
+
634
+ String
635
+
636
+ </span>
637
+
563
638
 
564
639
 
565
640
  </span>
@@ -593,7 +668,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
593
668
 
594
669
  <dt class="inherited-from">Inherited From:</dt>
595
670
  <dd class="inherited-from"><ul class="dummy"><li>
596
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
671
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
597
672
  </li></ul></dd>
598
673
 
599
674
 
@@ -656,7 +731,12 @@ BaseServer.headers.token = '新token';</code></pre>
656
731
  <span class="method-parameter is-pulled-right">
657
732
  <label>类型:</label>
658
733
 
659
- <span class="param-type">function</span>
734
+ <span class="param-type">
735
+
736
+ function
737
+
738
+ </span>
739
+
660
740
 
661
741
 
662
742
  </span>
@@ -690,7 +770,7 @@ BaseServer.headers.token = '新token';</code></pre>
690
770
 
691
771
  <dt class="inherited-from">Inherited From:</dt>
692
772
  <dd class="inherited-from"><ul class="dummy"><li>
693
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
773
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
694
774
  </li></ul></dd>
695
775
 
696
776
 
@@ -759,7 +839,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
759
839
  <span class="method-parameter is-pulled-right">
760
840
  <label>类型:</label>
761
841
 
762
- <span class="param-type">String</span>
842
+ <span class="param-type">
843
+
844
+ String
845
+
846
+ </span>
847
+
763
848
 
764
849
 
765
850
  </span>
@@ -793,7 +878,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
793
878
 
794
879
  <dt class="inherited-from">Inherited From:</dt>
795
880
  <dd class="inherited-from"><ul class="dummy"><li>
796
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
881
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
797
882
  </li></ul></dd>
798
883
 
799
884
 
@@ -852,7 +937,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
852
937
  <span class="method-parameter is-pulled-right">
853
938
  <label>类型:</label>
854
939
 
855
- <span class="param-type">function</span>
940
+ <span class="param-type">
941
+
942
+ function
943
+
944
+ </span>
945
+
856
946
 
857
947
 
858
948
  </span>
@@ -886,7 +976,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
886
976
 
887
977
  <dt class="inherited-from">Inherited From:</dt>
888
978
  <dd class="inherited-from"><ul class="dummy"><li>
889
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
979
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
890
980
  </li></ul></dd>
891
981
 
892
982
 
@@ -957,7 +1047,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
957
1047
  <span class="method-parameter is-pulled-right">
958
1048
  <label>类型:</label>
959
1049
 
960
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1050
+ <span class="param-type">
1051
+
1052
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1053
+
1054
+ </span>
1055
+
961
1056
 
962
1057
 
963
1058
  </span>
@@ -991,7 +1086,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
991
1086
 
992
1087
  <dt class="inherited-from">Inherited From:</dt>
993
1088
  <dd class="inherited-from"><ul class="dummy"><li>
994
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1089
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
995
1090
  </li></ul></dd>
996
1091
 
997
1092
 
@@ -1054,7 +1149,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1054
1149
  <span class="method-parameter is-pulled-right">
1055
1150
  <label>类型:</label>
1056
1151
 
1057
- <span class="param-type">String</span>
1152
+ <span class="param-type">
1153
+
1154
+ String
1155
+
1156
+ </span>
1157
+
1058
1158
 
1059
1159
 
1060
1160
  </span>
@@ -1088,7 +1188,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1088
1188
 
1089
1189
  <dt class="inherited-from">Inherited From:</dt>
1090
1190
  <dd class="inherited-from"><ul class="dummy"><li>
1091
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1191
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1092
1192
  </li></ul></dd>
1093
1193
 
1094
1194
 
@@ -1146,7 +1246,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1146
1246
  <span class="method-parameter is-pulled-right">
1147
1247
  <label>类型:</label>
1148
1248
 
1149
- <span class="param-type">String</span>
1249
+ <span class="param-type">
1250
+
1251
+ String
1252
+
1253
+ </span>
1254
+
1150
1255
 
1151
1256
 
1152
1257
  </span>
@@ -1180,7 +1285,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1180
1285
 
1181
1286
  <dt class="inherited-from">Inherited From:</dt>
1182
1287
  <dd class="inherited-from"><ul class="dummy"><li>
1183
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1288
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1184
1289
  </li></ul></dd>
1185
1290
 
1186
1291
 
@@ -1238,7 +1343,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1238
1343
  <span class="method-parameter is-pulled-right">
1239
1344
  <label>类型:</label>
1240
1345
 
1241
- <span class="param-type">String</span>
1346
+ <span class="param-type">
1347
+
1348
+ String
1349
+
1350
+ </span>
1351
+
1242
1352
 
1243
1353
 
1244
1354
  </span>
@@ -1272,7 +1382,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1272
1382
 
1273
1383
  <dt class="inherited-from">Inherited From:</dt>
1274
1384
  <dd class="inherited-from"><ul class="dummy"><li>
1275
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1385
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1276
1386
  </li></ul></dd>
1277
1387
 
1278
1388
 
@@ -1346,12 +1456,17 @@ BaseServer.url = '新URL';</code></pre>
1346
1456
  <tbody>
1347
1457
 
1348
1458
  <tr class="deep-level-0">
1349
- <td class="name"><code><a href="WorkFlowServer.html#createWorkFlow">createWorkFlow</a></code></td>
1459
+ <td class="name"><code><a href="#createWorkFlow">createWorkFlow</a></code></td>
1350
1460
  <td class="name">
1351
1461
  <code>
1352
1462
 
1353
1463
 
1354
- <span class="param-type"><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></span>
1464
+ <span class="param-type">
1465
+
1466
+ <a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a>
1467
+
1468
+ </span>
1469
+
1355
1470
 
1356
1471
 
1357
1472
 
@@ -1361,12 +1476,17 @@ BaseServer.url = '新URL';</code></pre>
1361
1476
  </tr>
1362
1477
 
1363
1478
  <tr class="deep-level-0">
1364
- <td class="name"><code><a href="WorkFlowServer.html#execute">execute</a></code></td>
1479
+ <td class="name"><code><a href="#execute">execute</a></code></td>
1365
1480
  <td class="name">
1366
1481
  <code>
1367
1482
 
1368
1483
 
1369
- <span class="param-type">Promise.&lt;Object></span>
1484
+ <span class="param-type">
1485
+
1486
+ Promise.&lt;Object>
1487
+
1488
+ </span>
1489
+
1370
1490
 
1371
1491
 
1372
1492
 
@@ -1376,7 +1496,7 @@ BaseServer.url = '新URL';</code></pre>
1376
1496
  </tr>
1377
1497
 
1378
1498
  <tr class="deep-level-0">
1379
- <td class="name"><code><a href="WorkFlowServer.html#queryServerInfo">queryServerInfo</a></code></td>
1499
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1380
1500
  <td class="name">
1381
1501
  <code>
1382
1502
 
@@ -1386,12 +1506,17 @@ BaseServer.url = '新URL';</code></pre>
1386
1506
  </tr>
1387
1507
 
1388
1508
  <tr class="deep-level-0">
1389
- <td class="name"><code><a href="WorkFlowServer.html#queryTaskResult">queryTaskResult</a></code></td>
1509
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
1390
1510
  <td class="name">
1391
1511
  <code>
1392
1512
 
1393
1513
 
1394
- <span class="param-type">Promise.&lt;String></span>
1514
+ <span class="param-type">
1515
+
1516
+ Promise.&lt;String>
1517
+
1518
+ </span>
1519
+
1395
1520
 
1396
1521
 
1397
1522
 
@@ -1401,12 +1526,17 @@ BaseServer.url = '新URL';</code></pre>
1401
1526
  </tr>
1402
1527
 
1403
1528
  <tr class="deep-level-0">
1404
- <td class="name"><code><a href="WorkFlowServer.html#queryTaskStatus">queryTaskStatus</a></code></td>
1529
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
1405
1530
  <td class="name">
1406
1531
  <code>
1407
1532
 
1408
1533
 
1409
- <span class="param-type">Promise.&lt;String></span>
1534
+ <span class="param-type">
1535
+
1536
+ Promise.&lt;String>
1537
+
1538
+ </span>
1539
+
1410
1540
 
1411
1541
 
1412
1542
 
@@ -1416,12 +1546,17 @@ BaseServer.url = '新URL';</code></pre>
1416
1546
  </tr>
1417
1547
 
1418
1548
  <tr class="deep-level-0">
1419
- <td class="name"><code><a href="WorkFlowServer.html#submit">submit</a></code></td>
1549
+ <td class="name"><code><a href="#submit">submit</a></code></td>
1420
1550
  <td class="name">
1421
1551
  <code>
1422
1552
 
1423
1553
 
1424
- <span class="param-type">Promise.&lt;String></span>
1554
+ <span class="param-type">
1555
+
1556
+ Promise.&lt;String>
1557
+
1558
+ </span>
1559
+
1425
1560
 
1426
1561
 
1427
1562
 
@@ -1492,13 +1627,18 @@ BaseServer.url = '新URL';</code></pre>
1492
1627
 
1493
1628
  <tr class="deep-level-0">
1494
1629
 
1495
- <td class="name" id="工作流参数"><code>工作流参数</code></td>
1630
+ <td class="name"><code>工作流参数</code></td>
1496
1631
 
1497
1632
 
1498
1633
  <td class="type">
1499
1634
 
1500
1635
 
1501
- <span class="param-type">Object</span>
1636
+ <span class="param-type">
1637
+
1638
+ Object
1639
+
1640
+ </span>
1641
+
1502
1642
 
1503
1643
 
1504
1644
 
@@ -1584,7 +1724,12 @@ BaseServer.url = '新URL';</code></pre>
1584
1724
  <div class='column is-5 has-text-left'>
1585
1725
  <label>类型: </label>
1586
1726
 
1587
- <span class="param-type"><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></span>
1727
+ <span class="param-type">
1728
+
1729
+ <a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a>
1730
+
1731
+ </span>
1732
+
1588
1733
 
1589
1734
 
1590
1735
  </div>
@@ -1669,13 +1814,18 @@ BaseServer.url = '新URL';</code></pre>
1669
1814
 
1670
1815
  <tr class="deep-level-0">
1671
1816
 
1672
- <td class="name" id="options"><code>options</code></td>
1817
+ <td class="name"><code>options</code></td>
1673
1818
 
1674
1819
 
1675
1820
  <td class="type">
1676
1821
 
1677
1822
 
1678
- <span class="param-type">Object</span>
1823
+ <span class="param-type">
1824
+
1825
+ Object
1826
+
1827
+ </span>
1828
+
1679
1829
 
1680
1830
 
1681
1831
 
@@ -1695,13 +1845,18 @@ BaseServer.url = '新URL';</code></pre>
1695
1845
 
1696
1846
  <tr class="deep-level-1">
1697
1847
 
1698
- <td class="name" id="headers"><code>headers</code></td>
1848
+ <td class="name"><code>headers</code></td>
1699
1849
 
1700
1850
 
1701
1851
  <td class="type">
1702
1852
 
1703
1853
 
1704
- <span class="param-type">String</span>
1854
+ <span class="param-type">
1855
+
1856
+ String
1857
+
1858
+ </span>
1859
+
1705
1860
 
1706
1861
 
1707
1862
 
@@ -1721,13 +1876,18 @@ BaseServer.url = '新URL';</code></pre>
1721
1876
 
1722
1877
  <tr class="deep-level-1">
1723
1878
 
1724
- <td class="name" id="method"><code>method</code></td>
1879
+ <td class="name"><code>method</code></td>
1725
1880
 
1726
1881
 
1727
1882
  <td class="type">
1728
1883
 
1729
1884
 
1730
- <span class="param-type">String</span>
1885
+ <span class="param-type">
1886
+
1887
+ String
1888
+
1889
+ </span>
1890
+
1731
1891
 
1732
1892
 
1733
1893
 
@@ -1749,13 +1909,18 @@ BaseServer.url = '新URL';</code></pre>
1749
1909
 
1750
1910
  <tr class="deep-level-1">
1751
1911
 
1752
- <td class="name" id="success"><code>success</code></td>
1912
+ <td class="name"><code>success</code></td>
1753
1913
 
1754
1914
 
1755
1915
  <td class="type">
1756
1916
 
1757
1917
 
1758
- <span class="param-type">function</span>
1918
+ <span class="param-type">
1919
+
1920
+ function
1921
+
1922
+ </span>
1923
+
1759
1924
 
1760
1925
 
1761
1926
 
@@ -1775,13 +1940,18 @@ BaseServer.url = '新URL';</code></pre>
1775
1940
 
1776
1941
  <tr class="deep-level-1">
1777
1942
 
1778
- <td class="name" id="failure"><code>failure</code></td>
1943
+ <td class="name"><code>failure</code></td>
1779
1944
 
1780
1945
 
1781
1946
  <td class="type">
1782
1947
 
1783
1948
 
1784
- <span class="param-type">function</span>
1949
+ <span class="param-type">
1950
+
1951
+ function
1952
+
1953
+ </span>
1954
+
1785
1955
 
1786
1956
 
1787
1957
 
@@ -1874,7 +2044,12 @@ BaseServer.url = '新URL';</code></pre>
1874
2044
  <div class='column is-5 has-text-left'>
1875
2045
  <label>类型: </label>
1876
2046
 
1877
- <span class="param-type">Promise.&lt;Object></span>
2047
+ <span class="param-type">
2048
+
2049
+ Promise.&lt;Object>
2050
+
2051
+ </span>
2052
+
1878
2053
 
1879
2054
 
1880
2055
  </div>
@@ -1959,7 +2134,7 @@ BaseServer.url = '新URL';</code></pre>
1959
2134
 
1960
2135
  <tr class="deep-level-0">
1961
2136
 
1962
- <td class="name" id="options"><code>options</code></td>
2137
+ <td class="name"><code>options</code></td>
1963
2138
 
1964
2139
 
1965
2140
  <td class="type">
@@ -1980,13 +2155,18 @@ BaseServer.url = '新URL';</code></pre>
1980
2155
 
1981
2156
  <tr class="deep-level-1">
1982
2157
 
1983
- <td class="name" id="success"><code>success</code></td>
2158
+ <td class="name"><code>success</code></td>
1984
2159
 
1985
2160
 
1986
2161
  <td class="type">
1987
2162
 
1988
2163
 
1989
- <span class="param-type">function</span>
2164
+ <span class="param-type">
2165
+
2166
+ function
2167
+
2168
+ </span>
2169
+
1990
2170
 
1991
2171
 
1992
2172
 
@@ -2008,13 +2188,18 @@ BaseServer.url = '新URL';</code></pre>
2008
2188
 
2009
2189
  <tr class="deep-level-1">
2010
2190
 
2011
- <td class="name" id="failure"><code>failure</code></td>
2191
+ <td class="name"><code>failure</code></td>
2012
2192
 
2013
2193
 
2014
2194
  <td class="type">
2015
2195
 
2016
2196
 
2017
- <span class="param-type">function</span>
2197
+ <span class="param-type">
2198
+
2199
+ function
2200
+
2201
+ </span>
2202
+
2018
2203
 
2019
2204
 
2020
2205
 
@@ -2055,7 +2240,7 @@ BaseServer.url = '新URL';</code></pre>
2055
2240
 
2056
2241
  <dt class="inherited-from">Inherited From:</dt>
2057
2242
  <dd class="inherited-from"><ul class="dummy"><li>
2058
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2243
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2059
2244
  </li></ul></dd>
2060
2245
 
2061
2246
 
@@ -2192,13 +2377,18 @@ BaseServer.url = '新URL';</code></pre>
2192
2377
 
2193
2378
  <tr class="deep-level-0">
2194
2379
 
2195
- <td class="name" id="options"><code>options</code></td>
2380
+ <td class="name"><code>options</code></td>
2196
2381
 
2197
2382
 
2198
2383
  <td class="type">
2199
2384
 
2200
2385
 
2201
- <span class="param-type">Object</span>
2386
+ <span class="param-type">
2387
+
2388
+ Object
2389
+
2390
+ </span>
2391
+
2202
2392
 
2203
2393
 
2204
2394
 
@@ -2218,13 +2408,18 @@ BaseServer.url = '新URL';</code></pre>
2218
2408
 
2219
2409
  <tr class="deep-level-1">
2220
2410
 
2221
- <td class="name" id="taskId"><code>taskId</code></td>
2411
+ <td class="name"><code>taskId</code></td>
2222
2412
 
2223
2413
 
2224
2414
  <td class="type">
2225
2415
 
2226
2416
 
2227
- <span class="param-type">String</span>
2417
+ <span class="param-type">
2418
+
2419
+ String
2420
+
2421
+ </span>
2422
+
2228
2423
 
2229
2424
 
2230
2425
 
@@ -2244,13 +2439,18 @@ BaseServer.url = '新URL';</code></pre>
2244
2439
 
2245
2440
  <tr class="deep-level-1">
2246
2441
 
2247
- <td class="name" id="headers"><code>headers</code></td>
2442
+ <td class="name"><code>headers</code></td>
2248
2443
 
2249
2444
 
2250
2445
  <td class="type">
2251
2446
 
2252
2447
 
2253
- <span class="param-type">String</span>
2448
+ <span class="param-type">
2449
+
2450
+ String
2451
+
2452
+ </span>
2453
+
2254
2454
 
2255
2455
 
2256
2456
 
@@ -2270,13 +2470,18 @@ BaseServer.url = '新URL';</code></pre>
2270
2470
 
2271
2471
  <tr class="deep-level-1">
2272
2472
 
2273
- <td class="name" id="method"><code>method</code></td>
2473
+ <td class="name"><code>method</code></td>
2274
2474
 
2275
2475
 
2276
2476
  <td class="type">
2277
2477
 
2278
2478
 
2279
- <span class="param-type">String</span>
2479
+ <span class="param-type">
2480
+
2481
+ String
2482
+
2483
+ </span>
2484
+
2280
2485
 
2281
2486
 
2282
2487
 
@@ -2298,13 +2503,18 @@ BaseServer.url = '新URL';</code></pre>
2298
2503
 
2299
2504
  <tr class="deep-level-1">
2300
2505
 
2301
- <td class="name" id="success"><code>success</code></td>
2506
+ <td class="name"><code>success</code></td>
2302
2507
 
2303
2508
 
2304
2509
  <td class="type">
2305
2510
 
2306
2511
 
2307
- <span class="param-type">function</span>
2512
+ <span class="param-type">
2513
+
2514
+ function
2515
+
2516
+ </span>
2517
+
2308
2518
 
2309
2519
 
2310
2520
 
@@ -2324,13 +2534,18 @@ BaseServer.url = '新URL';</code></pre>
2324
2534
 
2325
2535
  <tr class="deep-level-1">
2326
2536
 
2327
- <td class="name" id="failure"><code>failure</code></td>
2537
+ <td class="name"><code>failure</code></td>
2328
2538
 
2329
2539
 
2330
2540
  <td class="type">
2331
2541
 
2332
2542
 
2333
- <span class="param-type">function</span>
2543
+ <span class="param-type">
2544
+
2545
+ function
2546
+
2547
+ </span>
2548
+
2334
2549
 
2335
2550
 
2336
2551
 
@@ -2423,7 +2638,12 @@ BaseServer.url = '新URL';</code></pre>
2423
2638
  <div class='column is-5 has-text-left'>
2424
2639
  <label>类型: </label>
2425
2640
 
2426
- <span class="param-type">Promise.&lt;String></span>
2641
+ <span class="param-type">
2642
+
2643
+ Promise.&lt;String>
2644
+
2645
+ </span>
2646
+
2427
2647
 
2428
2648
 
2429
2649
  </div>
@@ -2508,13 +2728,18 @@ BaseServer.url = '新URL';</code></pre>
2508
2728
 
2509
2729
  <tr class="deep-level-0">
2510
2730
 
2511
- <td class="name" id="options"><code>options</code></td>
2731
+ <td class="name"><code>options</code></td>
2512
2732
 
2513
2733
 
2514
2734
  <td class="type">
2515
2735
 
2516
2736
 
2517
- <span class="param-type">Object</span>
2737
+ <span class="param-type">
2738
+
2739
+ Object
2740
+
2741
+ </span>
2742
+
2518
2743
 
2519
2744
 
2520
2745
 
@@ -2534,13 +2759,18 @@ BaseServer.url = '新URL';</code></pre>
2534
2759
 
2535
2760
  <tr class="deep-level-1">
2536
2761
 
2537
- <td class="name" id="taskId"><code>taskId</code></td>
2762
+ <td class="name"><code>taskId</code></td>
2538
2763
 
2539
2764
 
2540
2765
  <td class="type">
2541
2766
 
2542
2767
 
2543
- <span class="param-type">String</span>
2768
+ <span class="param-type">
2769
+
2770
+ String
2771
+
2772
+ </span>
2773
+
2544
2774
 
2545
2775
 
2546
2776
 
@@ -2560,13 +2790,18 @@ BaseServer.url = '新URL';</code></pre>
2560
2790
 
2561
2791
  <tr class="deep-level-1">
2562
2792
 
2563
- <td class="name" id="headers"><code>headers</code></td>
2793
+ <td class="name"><code>headers</code></td>
2564
2794
 
2565
2795
 
2566
2796
  <td class="type">
2567
2797
 
2568
2798
 
2569
- <span class="param-type">String</span>
2799
+ <span class="param-type">
2800
+
2801
+ String
2802
+
2803
+ </span>
2804
+
2570
2805
 
2571
2806
 
2572
2807
 
@@ -2586,13 +2821,18 @@ BaseServer.url = '新URL';</code></pre>
2586
2821
 
2587
2822
  <tr class="deep-level-1">
2588
2823
 
2589
- <td class="name" id="method"><code>method</code></td>
2824
+ <td class="name"><code>method</code></td>
2590
2825
 
2591
2826
 
2592
2827
  <td class="type">
2593
2828
 
2594
2829
 
2595
- <span class="param-type">String</span>
2830
+ <span class="param-type">
2831
+
2832
+ String
2833
+
2834
+ </span>
2835
+
2596
2836
 
2597
2837
 
2598
2838
 
@@ -2614,13 +2854,18 @@ BaseServer.url = '新URL';</code></pre>
2614
2854
 
2615
2855
  <tr class="deep-level-1">
2616
2856
 
2617
- <td class="name" id="success"><code>success</code></td>
2857
+ <td class="name"><code>success</code></td>
2618
2858
 
2619
2859
 
2620
2860
  <td class="type">
2621
2861
 
2622
2862
 
2623
- <span class="param-type">function</span>
2863
+ <span class="param-type">
2864
+
2865
+ function
2866
+
2867
+ </span>
2868
+
2624
2869
 
2625
2870
 
2626
2871
 
@@ -2640,13 +2885,18 @@ BaseServer.url = '新URL';</code></pre>
2640
2885
 
2641
2886
  <tr class="deep-level-1">
2642
2887
 
2643
- <td class="name" id="failure"><code>failure</code></td>
2888
+ <td class="name"><code>failure</code></td>
2644
2889
 
2645
2890
 
2646
2891
  <td class="type">
2647
2892
 
2648
2893
 
2649
- <span class="param-type">function</span>
2894
+ <span class="param-type">
2895
+
2896
+ function
2897
+
2898
+ </span>
2899
+
2650
2900
 
2651
2901
 
2652
2902
 
@@ -2739,7 +2989,12 @@ BaseServer.url = '新URL';</code></pre>
2739
2989
  <div class='column is-5 has-text-left'>
2740
2990
  <label>类型: </label>
2741
2991
 
2742
- <span class="param-type">Promise.&lt;String></span>
2992
+ <span class="param-type">
2993
+
2994
+ Promise.&lt;String>
2995
+
2996
+ </span>
2997
+
2743
2998
 
2744
2999
 
2745
3000
  </div>
@@ -2824,13 +3079,18 @@ BaseServer.url = '新URL';</code></pre>
2824
3079
 
2825
3080
  <tr class="deep-level-0">
2826
3081
 
2827
- <td class="name" id="options"><code>options</code></td>
3082
+ <td class="name"><code>options</code></td>
2828
3083
 
2829
3084
 
2830
3085
  <td class="type">
2831
3086
 
2832
3087
 
2833
- <span class="param-type">Object</span>
3088
+ <span class="param-type">
3089
+
3090
+ Object
3091
+
3092
+ </span>
3093
+
2834
3094
 
2835
3095
 
2836
3096
 
@@ -2850,13 +3110,18 @@ BaseServer.url = '新URL';</code></pre>
2850
3110
 
2851
3111
  <tr class="deep-level-1">
2852
3112
 
2853
- <td class="name" id="headers"><code>headers</code></td>
3113
+ <td class="name"><code>headers</code></td>
2854
3114
 
2855
3115
 
2856
3116
  <td class="type">
2857
3117
 
2858
3118
 
2859
- <span class="param-type">String</span>
3119
+ <span class="param-type">
3120
+
3121
+ String
3122
+
3123
+ </span>
3124
+
2860
3125
 
2861
3126
 
2862
3127
 
@@ -2876,13 +3141,18 @@ BaseServer.url = '新URL';</code></pre>
2876
3141
 
2877
3142
  <tr class="deep-level-1">
2878
3143
 
2879
- <td class="name" id="method"><code>method</code></td>
3144
+ <td class="name"><code>method</code></td>
2880
3145
 
2881
3146
 
2882
3147
  <td class="type">
2883
3148
 
2884
3149
 
2885
- <span class="param-type">String</span>
3150
+ <span class="param-type">
3151
+
3152
+ String
3153
+
3154
+ </span>
3155
+
2886
3156
 
2887
3157
 
2888
3158
 
@@ -2904,13 +3174,18 @@ BaseServer.url = '新URL';</code></pre>
2904
3174
 
2905
3175
  <tr class="deep-level-1">
2906
3176
 
2907
- <td class="name" id="success"><code>success</code></td>
3177
+ <td class="name"><code>success</code></td>
2908
3178
 
2909
3179
 
2910
3180
  <td class="type">
2911
3181
 
2912
3182
 
2913
- <span class="param-type">function</span>
3183
+ <span class="param-type">
3184
+
3185
+ function
3186
+
3187
+ </span>
3188
+
2914
3189
 
2915
3190
 
2916
3191
 
@@ -2930,13 +3205,18 @@ BaseServer.url = '新URL';</code></pre>
2930
3205
 
2931
3206
  <tr class="deep-level-1">
2932
3207
 
2933
- <td class="name" id="failure"><code>failure</code></td>
3208
+ <td class="name"><code>failure</code></td>
2934
3209
 
2935
3210
 
2936
3211
  <td class="type">
2937
3212
 
2938
3213
 
2939
- <span class="param-type">function</span>
3214
+ <span class="param-type">
3215
+
3216
+ function
3217
+
3218
+ </span>
3219
+
2940
3220
 
2941
3221
 
2942
3222
 
@@ -3036,7 +3316,12 @@ console.log(&quot;submit: &quot;, res);
3036
3316
  <div class='column is-5 has-text-left'>
3037
3317
  <label>类型: </label>
3038
3318
 
3039
- <span class="param-type">Promise.&lt;String></span>
3319
+ <span class="param-type">
3320
+
3321
+ Promise.&lt;String>
3322
+
3323
+ </span>
3324
+
3040
3325
 
3041
3326
 
3042
3327
  </div>