@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
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>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -265,7 +273,11 @@ const vectorTileServer = new VectorTileServer({
265
273
  <td class="name">
266
274
  <code>
267
275
 
268
- <span class="param-type">Boolean</span>
276
+ <span class="param-type">
277
+
278
+ Boolean
279
+
280
+ </span>
269
281
 
270
282
 
271
283
 
@@ -279,7 +291,11 @@ const vectorTileServer = new VectorTileServer({
279
291
  <td class="name">
280
292
  <code>
281
293
 
282
- <span class="param-type">Boolean</span>
294
+ <span class="param-type">
295
+
296
+ Boolean
297
+
298
+ </span>
283
299
 
284
300
 
285
301
 
@@ -293,7 +309,11 @@ const vectorTileServer = new VectorTileServer({
293
309
  <td class="name">
294
310
  <code>
295
311
 
296
- <span class="param-type">String</span>
312
+ <span class="param-type">
313
+
314
+ String
315
+
316
+ </span>
297
317
 
298
318
 
299
319
 
@@ -307,7 +327,11 @@ const vectorTileServer = new VectorTileServer({
307
327
  <td class="name">
308
328
  <code>
309
329
 
310
- <span class="param-type">function</span>
330
+ <span class="param-type">
331
+
332
+ function
333
+
334
+ </span>
311
335
 
312
336
 
313
337
 
@@ -321,7 +345,11 @@ const vectorTileServer = new VectorTileServer({
321
345
  <td class="name">
322
346
  <code>
323
347
 
324
- <span class="param-type">String</span>
348
+ <span class="param-type">
349
+
350
+ String
351
+
352
+ </span>
325
353
 
326
354
 
327
355
 
@@ -335,7 +363,11 @@ const vectorTileServer = new VectorTileServer({
335
363
  <td class="name">
336
364
  <code>
337
365
 
338
- <span class="param-type">function</span>
366
+ <span class="param-type">
367
+
368
+ function
369
+
370
+ </span>
339
371
 
340
372
 
341
373
 
@@ -349,7 +381,11 @@ const vectorTileServer = new VectorTileServer({
349
381
  <td class="name">
350
382
  <code>
351
383
 
352
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
384
+ <span class="param-type">
385
+
386
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
387
+
388
+ </span>
353
389
 
354
390
 
355
391
 
@@ -363,7 +399,11 @@ const vectorTileServer = new VectorTileServer({
363
399
  <td class="name">
364
400
  <code>
365
401
 
366
- <span class="param-type">String</span>
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
367
407
 
368
408
 
369
409
 
@@ -377,7 +417,11 @@ const vectorTileServer = new VectorTileServer({
377
417
  <td class="name">
378
418
  <code>
379
419
 
380
- <span class="param-type">String</span>
420
+ <span class="param-type">
421
+
422
+ String
423
+
424
+ </span>
381
425
 
382
426
 
383
427
 
@@ -391,7 +435,11 @@ const vectorTileServer = new VectorTileServer({
391
435
  <td class="name">
392
436
  <code>
393
437
 
394
- <span class="param-type">String</span>
438
+ <span class="param-type">
439
+
440
+ String
441
+
442
+ </span>
395
443
 
396
444
 
397
445
 
@@ -411,7 +459,11 @@ const vectorTileServer = new VectorTileServer({
411
459
  <span class="method-parameter is-pulled-right">
412
460
  <label>类型:</label>
413
461
 
414
- <span class="param-type">Boolean</span>
462
+ <span class="param-type">
463
+
464
+ Boolean
465
+
466
+ </span>
415
467
 
416
468
 
417
469
 
@@ -487,7 +539,11 @@ const vectorTileServer = new VectorTileServer({
487
539
  <span class="method-parameter is-pulled-right">
488
540
  <label>类型:</label>
489
541
 
490
- <span class="param-type">Boolean</span>
542
+ <span class="param-type">
543
+
544
+ Boolean
545
+
546
+ </span>
491
547
 
492
548
 
493
549
 
@@ -584,7 +640,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
584
640
  <span class="method-parameter is-pulled-right">
585
641
  <label>类型:</label>
586
642
 
587
- <span class="param-type">String</span>
643
+ <span class="param-type">
644
+
645
+ String
646
+
647
+ </span>
588
648
 
589
649
 
590
650
 
@@ -682,7 +742,11 @@ BaseServer.headers.token = '新token';</code></pre>
682
742
  <span class="method-parameter is-pulled-right">
683
743
  <label>类型:</label>
684
744
 
685
- <span class="param-type">function</span>
745
+ <span class="param-type">
746
+
747
+ function
748
+
749
+ </span>
686
750
 
687
751
 
688
752
 
@@ -786,7 +850,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
786
850
  <span class="method-parameter is-pulled-right">
787
851
  <label>类型:</label>
788
852
 
789
- <span class="param-type">String</span>
853
+ <span class="param-type">
854
+
855
+ String
856
+
857
+ </span>
790
858
 
791
859
 
792
860
 
@@ -880,7 +948,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
880
948
  <span class="method-parameter is-pulled-right">
881
949
  <label>类型:</label>
882
950
 
883
- <span class="param-type">function</span>
951
+ <span class="param-type">
952
+
953
+ function
954
+
955
+ </span>
884
956
 
885
957
 
886
958
 
@@ -986,7 +1058,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
986
1058
  <span class="method-parameter is-pulled-right">
987
1059
  <label>类型:</label>
988
1060
 
989
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1061
+ <span class="param-type">
1062
+
1063
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1064
+
1065
+ </span>
990
1066
 
991
1067
 
992
1068
 
@@ -1084,7 +1160,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1084
1160
  <span class="method-parameter is-pulled-right">
1085
1161
  <label>类型:</label>
1086
1162
 
1087
- <span class="param-type">String</span>
1163
+ <span class="param-type">
1164
+
1165
+ String
1166
+
1167
+ </span>
1088
1168
 
1089
1169
 
1090
1170
 
@@ -1177,7 +1257,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1177
1257
  <span class="method-parameter is-pulled-right">
1178
1258
  <label>类型:</label>
1179
1259
 
1180
- <span class="param-type">String</span>
1260
+ <span class="param-type">
1261
+
1262
+ String
1263
+
1264
+ </span>
1181
1265
 
1182
1266
 
1183
1267
 
@@ -1270,7 +1354,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1270
1354
  <span class="method-parameter is-pulled-right">
1271
1355
  <label>类型:</label>
1272
1356
 
1273
- <span class="param-type">String</span>
1357
+ <span class="param-type">
1358
+
1359
+ String
1360
+
1361
+ </span>
1274
1362
 
1275
1363
 
1276
1364
 
@@ -1476,7 +1564,7 @@ BaseServer.url = '新URL';</code></pre>
1476
1564
 
1477
1565
  <tr class="deep-level-0">
1478
1566
 
1479
- <td class="name" id="options"><code>options</code></td>
1567
+ <td class="name"><code>options</code></td>
1480
1568
 
1481
1569
 
1482
1570
  <td class="type">
@@ -1493,13 +1581,17 @@ BaseServer.url = '新URL';</code></pre>
1493
1581
 
1494
1582
  <tr class="deep-level-1">
1495
1583
 
1496
- <td class="name" id="success"><code>success</code></td>
1584
+ <td class="name"><code>success</code></td>
1497
1585
 
1498
1586
 
1499
1587
  <td class="type">
1500
1588
 
1501
1589
 
1502
- <span class="param-type">function</span>
1590
+ <span class="param-type">
1591
+
1592
+ function
1593
+
1594
+ </span>
1503
1595
 
1504
1596
 
1505
1597
 
@@ -1516,13 +1608,17 @@ BaseServer.url = '新URL';</code></pre>
1516
1608
 
1517
1609
  <tr class="deep-level-1">
1518
1610
 
1519
- <td class="name" id="failure"><code>failure</code></td>
1611
+ <td class="name"><code>failure</code></td>
1520
1612
 
1521
1613
 
1522
1614
  <td class="type">
1523
1615
 
1524
1616
 
1525
- <span class="param-type">function</span>
1617
+ <span class="param-type">
1618
+
1619
+ function
1620
+
1621
+ </span>
1526
1622
 
1527
1623
 
1528
1624
 
@@ -1681,7 +1777,7 @@ vectorTileServer.queryServerInfo().then(function (result) {
1681
1777
 
1682
1778
  <tr class="deep-level-0">
1683
1779
 
1684
- <td class="name" id="options"><code>options</code></td>
1780
+ <td class="name"><code>options</code></td>
1685
1781
 
1686
1782
 
1687
1783
  <td class="type">
@@ -1698,13 +1794,17 @@ vectorTileServer.queryServerInfo().then(function (result) {
1698
1794
 
1699
1795
  <tr class="deep-level-1">
1700
1796
 
1701
- <td class="name" id="success"><code>success</code></td>
1797
+ <td class="name"><code>success</code></td>
1702
1798
 
1703
1799
 
1704
1800
  <td class="type">
1705
1801
 
1706
1802
 
1707
- <span class="param-type">function</span>
1803
+ <span class="param-type">
1804
+
1805
+ function
1806
+
1807
+ </span>
1708
1808
 
1709
1809
 
1710
1810
 
@@ -1721,13 +1821,17 @@ vectorTileServer.queryServerInfo().then(function (result) {
1721
1821
 
1722
1822
  <tr class="deep-level-1">
1723
1823
 
1724
- <td class="name" id="failure"><code>failure</code></td>
1824
+ <td class="name"><code>failure</code></td>
1725
1825
 
1726
1826
 
1727
1827
  <td class="type">
1728
1828
 
1729
1829
 
1730
- <span class="param-type">function</span>
1830
+ <span class="param-type">
1831
+
1832
+ function
1833
+
1834
+ </span>
1731
1835
 
1732
1836
 
1733
1837
 
@@ -1744,13 +1848,17 @@ vectorTileServer.queryServerInfo().then(function (result) {
1744
1848
 
1745
1849
  <tr class="deep-level-1">
1746
1850
 
1747
- <td class="name" id="format"><code>format</code></td>
1851
+ <td class="name"><code>format</code></td>
1748
1852
 
1749
1853
 
1750
1854
  <td class="type">
1751
1855
 
1752
1856
 
1753
- <span class="param-type">String</span>
1857
+ <span class="param-type">
1858
+
1859
+ String
1860
+
1861
+ </span>
1754
1862
 
1755
1863
 
1756
1864
 
@@ -1909,7 +2017,7 @@ vectorTileServer.getSprite().then(function (result) {
1909
2017
 
1910
2018
  <tr class="deep-level-0">
1911
2019
 
1912
- <td class="name" id="options"><code>options</code></td>
2020
+ <td class="name"><code>options</code></td>
1913
2021
 
1914
2022
 
1915
2023
  <td class="type">
@@ -1926,13 +2034,17 @@ vectorTileServer.getSprite().then(function (result) {
1926
2034
 
1927
2035
  <tr class="deep-level-1">
1928
2036
 
1929
- <td class="name" id="success"><code>success</code></td>
2037
+ <td class="name"><code>success</code></td>
1930
2038
 
1931
2039
 
1932
2040
  <td class="type">
1933
2041
 
1934
2042
 
1935
- <span class="param-type">function</span>
2043
+ <span class="param-type">
2044
+
2045
+ function
2046
+
2047
+ </span>
1936
2048
 
1937
2049
 
1938
2050
 
@@ -1949,13 +2061,17 @@ vectorTileServer.getSprite().then(function (result) {
1949
2061
 
1950
2062
  <tr class="deep-level-1">
1951
2063
 
1952
- <td class="name" id="failure"><code>failure</code></td>
2064
+ <td class="name"><code>failure</code></td>
1953
2065
 
1954
2066
 
1955
2067
  <td class="type">
1956
2068
 
1957
2069
 
1958
- <span class="param-type">function</span>
2070
+ <span class="param-type">
2071
+
2072
+ function
2073
+
2074
+ </span>
1959
2075
 
1960
2076
 
1961
2077
 
@@ -2116,7 +2232,7 @@ vectorTileServer.getStyle().then(function (result) {
2116
2232
 
2117
2233
  <tr class="deep-level-0">
2118
2234
 
2119
- <td class="name" id="options"><code>options</code></td>
2235
+ <td class="name"><code>options</code></td>
2120
2236
 
2121
2237
 
2122
2238
  <td class="type">
@@ -2137,13 +2253,17 @@ vectorTileServer.getStyle().then(function (result) {
2137
2253
 
2138
2254
  <tr class="deep-level-1">
2139
2255
 
2140
- <td class="name" id="success"><code>success</code></td>
2256
+ <td class="name"><code>success</code></td>
2141
2257
 
2142
2258
 
2143
2259
  <td class="type">
2144
2260
 
2145
2261
 
2146
- <span class="param-type">function</span>
2262
+ <span class="param-type">
2263
+
2264
+ function
2265
+
2266
+ </span>
2147
2267
 
2148
2268
 
2149
2269
 
@@ -2166,13 +2286,17 @@ vectorTileServer.getStyle().then(function (result) {
2166
2286
 
2167
2287
  <tr class="deep-level-1">
2168
2288
 
2169
- <td class="name" id="failure"><code>failure</code></td>
2289
+ <td class="name"><code>failure</code></td>
2170
2290
 
2171
2291
 
2172
2292
  <td class="type">
2173
2293
 
2174
2294
 
2175
- <span class="param-type">function</span>
2295
+ <span class="param-type">
2296
+
2297
+ function
2298
+
2299
+ </span>
2176
2300
 
2177
2301
 
2178
2302