@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
 
@@ -227,7 +237,7 @@ const vectorTileServer = new VectorTileServer({
227
237
 
228
238
 
229
239
  <ul>
230
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
240
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
231
241
  </ul>
232
242
 
233
243
 
@@ -259,11 +269,16 @@ const vectorTileServer = new VectorTileServer({
259
269
  <tbody>
260
270
 
261
271
  <tr class="deep-level-0">
262
- <td class="name"><code><a href="VectorTileServer.html#clientId">clientId</a></code></td>
272
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
263
273
  <td class="name">
264
274
  <code>
265
275
 
266
- <span class="param-type">Boolean</span>
276
+ <span class="param-type">
277
+
278
+ Boolean
279
+
280
+ </span>
281
+
267
282
 
268
283
 
269
284
  </code>
@@ -272,11 +287,16 @@ const vectorTileServer = new VectorTileServer({
272
287
  </tr>
273
288
 
274
289
  <tr class="deep-level-0">
275
- <td class="name"><code><a href="VectorTileServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
290
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
276
291
  <td class="name">
277
292
  <code>
278
293
 
279
- <span class="param-type">Boolean</span>
294
+ <span class="param-type">
295
+
296
+ Boolean
297
+
298
+ </span>
299
+
280
300
 
281
301
 
282
302
  </code>
@@ -285,11 +305,16 @@ const vectorTileServer = new VectorTileServer({
285
305
  </tr>
286
306
 
287
307
  <tr class="deep-level-0">
288
- <td class="name"><code><a href="VectorTileServer.html#headers">headers</a></code></td>
308
+ <td class="name"><code><a href="#headers">headers</a></code></td>
289
309
  <td class="name">
290
310
  <code>
291
311
 
292
- <span class="param-type">String</span>
312
+ <span class="param-type">
313
+
314
+ String
315
+
316
+ </span>
317
+
293
318
 
294
319
 
295
320
  </code>
@@ -298,11 +323,16 @@ const vectorTileServer = new VectorTileServer({
298
323
  </tr>
299
324
 
300
325
  <tr class="deep-level-0">
301
- <td class="name"><code><a href="VectorTileServer.html#requestInterceptor">requestInterceptor</a></code></td>
326
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
302
327
  <td class="name">
303
328
  <code>
304
329
 
305
- <span class="param-type">function</span>
330
+ <span class="param-type">
331
+
332
+ function
333
+
334
+ </span>
335
+
306
336
 
307
337
 
308
338
  </code>
@@ -311,11 +341,16 @@ const vectorTileServer = new VectorTileServer({
311
341
  </tr>
312
342
 
313
343
  <tr class="deep-level-0">
314
- <td class="name"><code><a href="VectorTileServer.html#requestTimeout">requestTimeout</a></code></td>
344
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
315
345
  <td class="name">
316
346
  <code>
317
347
 
318
- <span class="param-type">String</span>
348
+ <span class="param-type">
349
+
350
+ String
351
+
352
+ </span>
353
+
319
354
 
320
355
 
321
356
  </code>
@@ -324,11 +359,16 @@ const vectorTileServer = new VectorTileServer({
324
359
  </tr>
325
360
 
326
361
  <tr class="deep-level-0">
327
- <td class="name"><code><a href="VectorTileServer.html#responseInterceptor">responseInterceptor</a></code></td>
362
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
328
363
  <td class="name">
329
364
  <code>
330
365
 
331
- <span class="param-type">function</span>
366
+ <span class="param-type">
367
+
368
+ function
369
+
370
+ </span>
371
+
332
372
 
333
373
 
334
374
  </code>
@@ -337,11 +377,16 @@ const vectorTileServer = new VectorTileServer({
337
377
  </tr>
338
378
 
339
379
  <tr class="deep-level-0">
340
- <td class="name"><code><a href="VectorTileServer.html#tokenAttachType">tokenAttachType</a></code></td>
380
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
341
381
  <td class="name">
342
382
  <code>
343
383
 
344
- <span class="param-type"><a 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>
389
+
345
390
 
346
391
 
347
392
  </code>
@@ -350,11 +395,16 @@ const vectorTileServer = new VectorTileServer({
350
395
  </tr>
351
396
 
352
397
  <tr class="deep-level-0">
353
- <td class="name"><code><a href="VectorTileServer.html#tokenKey">tokenKey</a></code></td>
398
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
354
399
  <td class="name">
355
400
  <code>
356
401
 
357
- <span class="param-type">String</span>
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
407
+
358
408
 
359
409
 
360
410
  </code>
@@ -363,11 +413,16 @@ const vectorTileServer = new VectorTileServer({
363
413
  </tr>
364
414
 
365
415
  <tr class="deep-level-0">
366
- <td class="name"><code><a href="VectorTileServer.html#tokenValue">tokenValue</a></code></td>
416
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
367
417
  <td class="name">
368
418
  <code>
369
419
 
370
- <span class="param-type">String</span>
420
+ <span class="param-type">
421
+
422
+ String
423
+
424
+ </span>
425
+
371
426
 
372
427
 
373
428
  </code>
@@ -376,11 +431,16 @@ const vectorTileServer = new VectorTileServer({
376
431
  </tr>
377
432
 
378
433
  <tr class="deep-level-0">
379
- <td class="name"><code><a href="VectorTileServer.html#url">url</a></code></td>
434
+ <td class="name"><code><a href="#url">url</a></code></td>
380
435
  <td class="name">
381
436
  <code>
382
437
 
383
- <span class="param-type">String</span>
438
+ <span class="param-type">
439
+
440
+ String
441
+
442
+ </span>
443
+
384
444
 
385
445
 
386
446
  </code>
@@ -399,7 +459,12 @@ const vectorTileServer = new VectorTileServer({
399
459
  <span class="method-parameter is-pulled-right">
400
460
  <label>类型:</label>
401
461
 
402
- <span class="param-type">Boolean</span>
462
+ <span class="param-type">
463
+
464
+ Boolean
465
+
466
+ </span>
467
+
403
468
 
404
469
 
405
470
  </span>
@@ -433,7 +498,7 @@ const vectorTileServer = new VectorTileServer({
433
498
 
434
499
  <dt class="inherited-from">Inherited From:</dt>
435
500
  <dd class="inherited-from"><ul class="dummy"><li>
436
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
501
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
437
502
  </li></ul></dd>
438
503
 
439
504
 
@@ -474,7 +539,12 @@ const vectorTileServer = new VectorTileServer({
474
539
  <span class="method-parameter is-pulled-right">
475
540
  <label>类型:</label>
476
541
 
477
- <span class="param-type">Boolean</span>
542
+ <span class="param-type">
543
+
544
+ Boolean
545
+
546
+ </span>
547
+
478
548
 
479
549
 
480
550
  </span>
@@ -508,7 +578,7 @@ const vectorTileServer = new VectorTileServer({
508
578
 
509
579
  <dt class="inherited-from">Inherited From:</dt>
510
580
  <dd class="inherited-from"><ul class="dummy"><li>
511
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
581
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
512
582
  </li></ul></dd>
513
583
 
514
584
 
@@ -570,7 +640,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
570
640
  <span class="method-parameter is-pulled-right">
571
641
  <label>类型:</label>
572
642
 
573
- <span class="param-type">String</span>
643
+ <span class="param-type">
644
+
645
+ String
646
+
647
+ </span>
648
+
574
649
 
575
650
 
576
651
  </span>
@@ -604,7 +679,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
604
679
 
605
680
  <dt class="inherited-from">Inherited From:</dt>
606
681
  <dd class="inherited-from"><ul class="dummy"><li>
607
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
682
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
608
683
  </li></ul></dd>
609
684
 
610
685
 
@@ -667,7 +742,12 @@ BaseServer.headers.token = '新token';</code></pre>
667
742
  <span class="method-parameter is-pulled-right">
668
743
  <label>类型:</label>
669
744
 
670
- <span class="param-type">function</span>
745
+ <span class="param-type">
746
+
747
+ function
748
+
749
+ </span>
750
+
671
751
 
672
752
 
673
753
  </span>
@@ -701,7 +781,7 @@ BaseServer.headers.token = '新token';</code></pre>
701
781
 
702
782
  <dt class="inherited-from">Inherited From:</dt>
703
783
  <dd class="inherited-from"><ul class="dummy"><li>
704
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
784
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
705
785
  </li></ul></dd>
706
786
 
707
787
 
@@ -770,7 +850,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
770
850
  <span class="method-parameter is-pulled-right">
771
851
  <label>类型:</label>
772
852
 
773
- <span class="param-type">String</span>
853
+ <span class="param-type">
854
+
855
+ String
856
+
857
+ </span>
858
+
774
859
 
775
860
 
776
861
  </span>
@@ -804,7 +889,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
804
889
 
805
890
  <dt class="inherited-from">Inherited From:</dt>
806
891
  <dd class="inherited-from"><ul class="dummy"><li>
807
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
892
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
808
893
  </li></ul></dd>
809
894
 
810
895
 
@@ -863,7 +948,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
863
948
  <span class="method-parameter is-pulled-right">
864
949
  <label>类型:</label>
865
950
 
866
- <span class="param-type">function</span>
951
+ <span class="param-type">
952
+
953
+ function
954
+
955
+ </span>
956
+
867
957
 
868
958
 
869
959
  </span>
@@ -897,7 +987,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
897
987
 
898
988
  <dt class="inherited-from">Inherited From:</dt>
899
989
  <dd class="inherited-from"><ul class="dummy"><li>
900
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
990
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
901
991
  </li></ul></dd>
902
992
 
903
993
 
@@ -968,7 +1058,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
968
1058
  <span class="method-parameter is-pulled-right">
969
1059
  <label>类型:</label>
970
1060
 
971
- <span class="param-type"><a 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>
1066
+
972
1067
 
973
1068
 
974
1069
  </span>
@@ -1002,7 +1097,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1002
1097
 
1003
1098
  <dt class="inherited-from">Inherited From:</dt>
1004
1099
  <dd class="inherited-from"><ul class="dummy"><li>
1005
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1100
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1006
1101
  </li></ul></dd>
1007
1102
 
1008
1103
 
@@ -1065,7 +1160,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1065
1160
  <span class="method-parameter is-pulled-right">
1066
1161
  <label>类型:</label>
1067
1162
 
1068
- <span class="param-type">String</span>
1163
+ <span class="param-type">
1164
+
1165
+ String
1166
+
1167
+ </span>
1168
+
1069
1169
 
1070
1170
 
1071
1171
  </span>
@@ -1099,7 +1199,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1099
1199
 
1100
1200
  <dt class="inherited-from">Inherited From:</dt>
1101
1201
  <dd class="inherited-from"><ul class="dummy"><li>
1102
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1202
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1103
1203
  </li></ul></dd>
1104
1204
 
1105
1205
 
@@ -1157,7 +1257,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1157
1257
  <span class="method-parameter is-pulled-right">
1158
1258
  <label>类型:</label>
1159
1259
 
1160
- <span class="param-type">String</span>
1260
+ <span class="param-type">
1261
+
1262
+ String
1263
+
1264
+ </span>
1265
+
1161
1266
 
1162
1267
 
1163
1268
  </span>
@@ -1191,7 +1296,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1191
1296
 
1192
1297
  <dt class="inherited-from">Inherited From:</dt>
1193
1298
  <dd class="inherited-from"><ul class="dummy"><li>
1194
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1299
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1195
1300
  </li></ul></dd>
1196
1301
 
1197
1302
 
@@ -1249,7 +1354,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1249
1354
  <span class="method-parameter is-pulled-right">
1250
1355
  <label>类型:</label>
1251
1356
 
1252
- <span class="param-type">String</span>
1357
+ <span class="param-type">
1358
+
1359
+ String
1360
+
1361
+ </span>
1362
+
1253
1363
 
1254
1364
 
1255
1365
  </span>
@@ -1283,7 +1393,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1283
1393
 
1284
1394
  <dt class="inherited-from">Inherited From:</dt>
1285
1395
  <dd class="inherited-from"><ul class="dummy"><li>
1286
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1396
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1287
1397
  </li></ul></dd>
1288
1398
 
1289
1399
 
@@ -1357,7 +1467,7 @@ BaseServer.url = '新URL';</code></pre>
1357
1467
  <tbody>
1358
1468
 
1359
1469
  <tr class="deep-level-0">
1360
- <td class="name"><code><a href="VectorTileServer.html#getFonts">getFonts</a></code></td>
1470
+ <td class="name"><code><a href="#getFonts">getFonts</a></code></td>
1361
1471
  <td class="name">
1362
1472
  <code>
1363
1473
 
@@ -1367,7 +1477,7 @@ BaseServer.url = '新URL';</code></pre>
1367
1477
  </tr>
1368
1478
 
1369
1479
  <tr class="deep-level-0">
1370
- <td class="name"><code><a href="VectorTileServer.html#getSprite">getSprite</a></code></td>
1480
+ <td class="name"><code><a href="#getSprite">getSprite</a></code></td>
1371
1481
  <td class="name">
1372
1482
  <code>
1373
1483
 
@@ -1377,7 +1487,7 @@ BaseServer.url = '新URL';</code></pre>
1377
1487
  </tr>
1378
1488
 
1379
1489
  <tr class="deep-level-0">
1380
- <td class="name"><code><a href="VectorTileServer.html#getStyle">getStyle</a></code></td>
1490
+ <td class="name"><code><a href="#getStyle">getStyle</a></code></td>
1381
1491
  <td class="name">
1382
1492
  <code>
1383
1493
 
@@ -1387,7 +1497,7 @@ BaseServer.url = '新URL';</code></pre>
1387
1497
  </tr>
1388
1498
 
1389
1499
  <tr class="deep-level-0">
1390
- <td class="name"><code><a href="VectorTileServer.html#queryServerInfo">queryServerInfo</a></code></td>
1500
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1391
1501
  <td class="name">
1392
1502
  <code>
1393
1503
 
@@ -1454,7 +1564,7 @@ BaseServer.url = '新URL';</code></pre>
1454
1564
 
1455
1565
  <tr class="deep-level-0">
1456
1566
 
1457
- <td class="name" id="options"><code>options</code></td>
1567
+ <td class="name"><code>options</code></td>
1458
1568
 
1459
1569
 
1460
1570
  <td class="type">
@@ -1471,13 +1581,18 @@ BaseServer.url = '新URL';</code></pre>
1471
1581
 
1472
1582
  <tr class="deep-level-1">
1473
1583
 
1474
- <td class="name" id="success"><code>success</code></td>
1584
+ <td class="name"><code>success</code></td>
1475
1585
 
1476
1586
 
1477
1587
  <td class="type">
1478
1588
 
1479
1589
 
1480
- <span class="param-type">function</span>
1590
+ <span class="param-type">
1591
+
1592
+ function
1593
+
1594
+ </span>
1595
+
1481
1596
 
1482
1597
 
1483
1598
 
@@ -1493,13 +1608,18 @@ BaseServer.url = '新URL';</code></pre>
1493
1608
 
1494
1609
  <tr class="deep-level-1">
1495
1610
 
1496
- <td class="name" id="failure"><code>failure</code></td>
1611
+ <td class="name"><code>failure</code></td>
1497
1612
 
1498
1613
 
1499
1614
  <td class="type">
1500
1615
 
1501
1616
 
1502
- <span class="param-type">function</span>
1617
+ <span class="param-type">
1618
+
1619
+ function
1620
+
1621
+ </span>
1622
+
1503
1623
 
1504
1624
 
1505
1625
 
@@ -1657,7 +1777,7 @@ vectorTileServer.queryServerInfo().then(function (result) {
1657
1777
 
1658
1778
  <tr class="deep-level-0">
1659
1779
 
1660
- <td class="name" id="options"><code>options</code></td>
1780
+ <td class="name"><code>options</code></td>
1661
1781
 
1662
1782
 
1663
1783
  <td class="type">
@@ -1674,13 +1794,18 @@ vectorTileServer.queryServerInfo().then(function (result) {
1674
1794
 
1675
1795
  <tr class="deep-level-1">
1676
1796
 
1677
- <td class="name" id="success"><code>success</code></td>
1797
+ <td class="name"><code>success</code></td>
1678
1798
 
1679
1799
 
1680
1800
  <td class="type">
1681
1801
 
1682
1802
 
1683
- <span class="param-type">function</span>
1803
+ <span class="param-type">
1804
+
1805
+ function
1806
+
1807
+ </span>
1808
+
1684
1809
 
1685
1810
 
1686
1811
 
@@ -1696,13 +1821,18 @@ vectorTileServer.queryServerInfo().then(function (result) {
1696
1821
 
1697
1822
  <tr class="deep-level-1">
1698
1823
 
1699
- <td class="name" id="failure"><code>failure</code></td>
1824
+ <td class="name"><code>failure</code></td>
1700
1825
 
1701
1826
 
1702
1827
  <td class="type">
1703
1828
 
1704
1829
 
1705
- <span class="param-type">function</span>
1830
+ <span class="param-type">
1831
+
1832
+ function
1833
+
1834
+ </span>
1835
+
1706
1836
 
1707
1837
 
1708
1838
 
@@ -1718,13 +1848,18 @@ vectorTileServer.queryServerInfo().then(function (result) {
1718
1848
 
1719
1849
  <tr class="deep-level-1">
1720
1850
 
1721
- <td class="name" id="format"><code>format</code></td>
1851
+ <td class="name"><code>format</code></td>
1722
1852
 
1723
1853
 
1724
1854
  <td class="type">
1725
1855
 
1726
1856
 
1727
- <span class="param-type">String</span>
1857
+ <span class="param-type">
1858
+
1859
+ String
1860
+
1861
+ </span>
1862
+
1728
1863
 
1729
1864
 
1730
1865
 
@@ -1882,7 +2017,7 @@ vectorTileServer.getSprite().then(function (result) {
1882
2017
 
1883
2018
  <tr class="deep-level-0">
1884
2019
 
1885
- <td class="name" id="options"><code>options</code></td>
2020
+ <td class="name"><code>options</code></td>
1886
2021
 
1887
2022
 
1888
2023
  <td class="type">
@@ -1899,13 +2034,18 @@ vectorTileServer.getSprite().then(function (result) {
1899
2034
 
1900
2035
  <tr class="deep-level-1">
1901
2036
 
1902
- <td class="name" id="success"><code>success</code></td>
2037
+ <td class="name"><code>success</code></td>
1903
2038
 
1904
2039
 
1905
2040
  <td class="type">
1906
2041
 
1907
2042
 
1908
- <span class="param-type">function</span>
2043
+ <span class="param-type">
2044
+
2045
+ function
2046
+
2047
+ </span>
2048
+
1909
2049
 
1910
2050
 
1911
2051
 
@@ -1921,13 +2061,18 @@ vectorTileServer.getSprite().then(function (result) {
1921
2061
 
1922
2062
  <tr class="deep-level-1">
1923
2063
 
1924
- <td class="name" id="failure"><code>failure</code></td>
2064
+ <td class="name"><code>failure</code></td>
1925
2065
 
1926
2066
 
1927
2067
  <td class="type">
1928
2068
 
1929
2069
 
1930
- <span class="param-type">function</span>
2070
+ <span class="param-type">
2071
+
2072
+ function
2073
+
2074
+ </span>
2075
+
1931
2076
 
1932
2077
 
1933
2078
 
@@ -2087,7 +2232,7 @@ vectorTileServer.getStyle().then(function (result) {
2087
2232
 
2088
2233
  <tr class="deep-level-0">
2089
2234
 
2090
- <td class="name" id="options"><code>options</code></td>
2235
+ <td class="name"><code>options</code></td>
2091
2236
 
2092
2237
 
2093
2238
  <td class="type">
@@ -2108,13 +2253,18 @@ vectorTileServer.getStyle().then(function (result) {
2108
2253
 
2109
2254
  <tr class="deep-level-1">
2110
2255
 
2111
- <td class="name" id="success"><code>success</code></td>
2256
+ <td class="name"><code>success</code></td>
2112
2257
 
2113
2258
 
2114
2259
  <td class="type">
2115
2260
 
2116
2261
 
2117
- <span class="param-type">function</span>
2262
+ <span class="param-type">
2263
+
2264
+ function
2265
+
2266
+ </span>
2267
+
2118
2268
 
2119
2269
 
2120
2270
 
@@ -2136,13 +2286,18 @@ vectorTileServer.getStyle().then(function (result) {
2136
2286
 
2137
2287
  <tr class="deep-level-1">
2138
2288
 
2139
- <td class="name" id="failure"><code>failure</code></td>
2289
+ <td class="name"><code>failure</code></td>
2140
2290
 
2141
2291
 
2142
2292
  <td class="type">
2143
2293
 
2144
2294
 
2145
- <span class="param-type">function</span>
2295
+ <span class="param-type">
2296
+
2297
+ function
2298
+
2299
+ </span>
2300
+
2146
2301
 
2147
2302
 
2148
2303