@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -239,7 +241,7 @@ const WMTSServer = new WMTSServer({
239
241
 
240
242
 
241
243
  <ul>
242
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
244
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
243
245
  </ul>
244
246
 
245
247
 
@@ -271,89 +273,96 @@ const WMTSServer = new WMTSServer({
271
273
  <tbody>
272
274
 
273
275
  <tr class="deep-level-0">
274
- <td class="name"><code><a href="WMTSServer.html#clientId">clientId</a></code></td>
276
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
275
277
  <td class="name">
276
278
  <code>
277
279
 
278
280
  <span class="param-type">Boolean</span>
279
281
 
280
282
 
283
+
281
284
  </code>
282
285
  </td>
283
286
  <td class="name"><code><p>客户端id</p></code></td>
284
287
  </tr>
285
288
 
286
289
  <tr class="deep-level-0">
287
- <td class="name"><code><a href="WMTSServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
290
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
288
291
  <td class="name">
289
292
  <code>
290
293
 
291
294
  <span class="param-type">Boolean</span>
292
295
 
293
296
 
297
+
294
298
  </code>
295
299
  </td>
296
300
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
297
301
  </tr>
298
302
 
299
303
  <tr class="deep-level-0">
300
- <td class="name"><code><a href="WMTSServer.html#headers">headers</a></code></td>
304
+ <td class="name"><code><a href="#headers">headers</a></code></td>
301
305
  <td class="name">
302
306
  <code>
303
307
 
304
308
  <span class="param-type">String</span>
305
309
 
306
310
 
311
+
307
312
  </code>
308
313
  </td>
309
314
  <td class="name"><code><p>请求头参数</p></code></td>
310
315
  </tr>
311
316
 
312
317
  <tr class="deep-level-0">
313
- <td class="name"><code><a href="WMTSServer.html#requestInterceptor">requestInterceptor</a></code></td>
318
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
314
319
  <td class="name">
315
320
  <code>
316
321
 
317
322
  <span class="param-type">function</span>
318
323
 
319
324
 
325
+
320
326
  </code>
321
327
  </td>
322
328
  <td class="name"><code><p>请求发送拦截器</p></code></td>
323
329
  </tr>
324
330
 
325
331
  <tr class="deep-level-0">
326
- <td class="name"><code><a href="WMTSServer.html#requestTimeout">requestTimeout</a></code></td>
332
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
327
333
  <td class="name">
328
334
  <code>
329
335
 
330
336
  <span class="param-type">String</span>
331
337
 
332
338
 
339
+
333
340
  </code>
334
341
  </td>
335
342
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
336
343
  </tr>
337
344
 
338
345
  <tr class="deep-level-0">
339
- <td class="name"><code><a href="WMTSServer.html#responseInterceptor">responseInterceptor</a></code></td>
346
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
340
347
  <td class="name">
341
348
  <code>
342
349
 
343
350
  <span class="param-type">function</span>
344
351
 
345
352
 
353
+
346
354
  </code>
347
355
  </td>
348
356
  <td class="name"><code><p>请求响应拦截器</p></code></td>
349
357
  </tr>
350
358
 
351
359
  <tr class="deep-level-0">
352
- <td class="name"><code><a href="WMTSServer.html#tokenAttachType">tokenAttachType</a></code></td>
360
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
353
361
  <td class="name">
354
362
  <code>
355
363
 
356
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
364
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
365
+
357
366
 
358
367
 
359
368
  </code>
@@ -362,39 +371,42 @@ const WMTSServer = new WMTSServer({
362
371
  </tr>
363
372
 
364
373
  <tr class="deep-level-0">
365
- <td class="name"><code><a href="WMTSServer.html#tokenKey">tokenKey</a></code></td>
374
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
366
375
  <td class="name">
367
376
  <code>
368
377
 
369
378
  <span class="param-type">String</span>
370
379
 
371
380
 
381
+
372
382
  </code>
373
383
  </td>
374
384
  <td class="name"><code><p>token名</p></code></td>
375
385
  </tr>
376
386
 
377
387
  <tr class="deep-level-0">
378
- <td class="name"><code><a href="WMTSServer.html#tokenValue">tokenValue</a></code></td>
388
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
379
389
  <td class="name">
380
390
  <code>
381
391
 
382
392
  <span class="param-type">String</span>
383
393
 
384
394
 
395
+
385
396
  </code>
386
397
  </td>
387
398
  <td class="name"><code><p>token值</p></code></td>
388
399
  </tr>
389
400
 
390
401
  <tr class="deep-level-0">
391
- <td class="name"><code><a href="WMTSServer.html#url">url</a></code></td>
402
+ <td class="name"><code><a href="#url">url</a></code></td>
392
403
  <td class="name">
393
404
  <code>
394
405
 
395
406
  <span class="param-type">String</span>
396
407
 
397
408
 
409
+
398
410
  </code>
399
411
  </td>
400
412
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -414,6 +426,7 @@ const WMTSServer = new WMTSServer({
414
426
  <span class="param-type">Boolean</span>
415
427
 
416
428
 
429
+
417
430
  </span>
418
431
 
419
432
  <h4 class="name" id="clientId">
@@ -445,7 +458,7 @@ const WMTSServer = new WMTSServer({
445
458
 
446
459
  <dt class="inherited-from">Inherited From:</dt>
447
460
  <dd class="inherited-from"><ul class="dummy"><li>
448
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
461
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
449
462
  </li></ul></dd>
450
463
 
451
464
 
@@ -489,6 +502,7 @@ const WMTSServer = new WMTSServer({
489
502
  <span class="param-type">Boolean</span>
490
503
 
491
504
 
505
+
492
506
  </span>
493
507
 
494
508
  <h4 class="name" id="enableGlobeFetch">
@@ -520,7 +534,7 @@ const WMTSServer = new WMTSServer({
520
534
 
521
535
  <dt class="inherited-from">Inherited From:</dt>
522
536
  <dd class="inherited-from"><ul class="dummy"><li>
523
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
537
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
524
538
  </li></ul></dd>
525
539
 
526
540
 
@@ -585,6 +599,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
585
599
  <span class="param-type">String</span>
586
600
 
587
601
 
602
+
588
603
  </span>
589
604
 
590
605
  <h4 class="name" id="headers">
@@ -616,7 +631,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
616
631
 
617
632
  <dt class="inherited-from">Inherited From:</dt>
618
633
  <dd class="inherited-from"><ul class="dummy"><li>
619
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
634
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
620
635
  </li></ul></dd>
621
636
 
622
637
 
@@ -682,6 +697,7 @@ BaseServer.headers.token = '新token';</code></pre>
682
697
  <span class="param-type">function</span>
683
698
 
684
699
 
700
+
685
701
  </span>
686
702
 
687
703
  <h4 class="name" id="requestInterceptor">
@@ -713,7 +729,7 @@ BaseServer.headers.token = '新token';</code></pre>
713
729
 
714
730
  <dt class="inherited-from">Inherited From:</dt>
715
731
  <dd class="inherited-from"><ul class="dummy"><li>
716
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
732
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
717
733
  </li></ul></dd>
718
734
 
719
735
 
@@ -785,6 +801,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
785
801
  <span class="param-type">String</span>
786
802
 
787
803
 
804
+
788
805
  </span>
789
806
 
790
807
  <h4 class="name" id="requestTimeout">
@@ -816,7 +833,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
816
833
 
817
834
  <dt class="inherited-from">Inherited From:</dt>
818
835
  <dd class="inherited-from"><ul class="dummy"><li>
819
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
836
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
820
837
  </li></ul></dd>
821
838
 
822
839
 
@@ -878,6 +895,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
878
895
  <span class="param-type">function</span>
879
896
 
880
897
 
898
+
881
899
  </span>
882
900
 
883
901
  <h4 class="name" id="responseInterceptor">
@@ -909,7 +927,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
909
927
 
910
928
  <dt class="inherited-from">Inherited From:</dt>
911
929
  <dd class="inherited-from"><ul class="dummy"><li>
912
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
930
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
913
931
  </li></ul></dd>
914
932
 
915
933
 
@@ -980,7 +998,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
980
998
  <span class="method-parameter is-pulled-right">
981
999
  <label>类型:</label>
982
1000
 
983
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1001
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1002
+
984
1003
 
985
1004
 
986
1005
  </span>
@@ -1014,7 +1033,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1014
1033
 
1015
1034
  <dt class="inherited-from">Inherited From:</dt>
1016
1035
  <dd class="inherited-from"><ul class="dummy"><li>
1017
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1036
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1018
1037
  </li></ul></dd>
1019
1038
 
1020
1039
 
@@ -1080,6 +1099,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1080
1099
  <span class="param-type">String</span>
1081
1100
 
1082
1101
 
1102
+
1083
1103
  </span>
1084
1104
 
1085
1105
  <h4 class="name" id="tokenKey">
@@ -1111,7 +1131,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1111
1131
 
1112
1132
  <dt class="inherited-from">Inherited From:</dt>
1113
1133
  <dd class="inherited-from"><ul class="dummy"><li>
1114
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1134
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1115
1135
  </li></ul></dd>
1116
1136
 
1117
1137
 
@@ -1172,6 +1192,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1172
1192
  <span class="param-type">String</span>
1173
1193
 
1174
1194
 
1195
+
1175
1196
  </span>
1176
1197
 
1177
1198
  <h4 class="name" id="tokenValue">
@@ -1203,7 +1224,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1203
1224
 
1204
1225
  <dt class="inherited-from">Inherited From:</dt>
1205
1226
  <dd class="inherited-from"><ul class="dummy"><li>
1206
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1227
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1207
1228
  </li></ul></dd>
1208
1229
 
1209
1230
 
@@ -1264,6 +1285,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1264
1285
  <span class="param-type">String</span>
1265
1286
 
1266
1287
 
1288
+
1267
1289
  </span>
1268
1290
 
1269
1291
  <h4 class="name" id="url">
@@ -1295,7 +1317,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1295
1317
 
1296
1318
  <dt class="inherited-from">Inherited From:</dt>
1297
1319
  <dd class="inherited-from"><ul class="dummy"><li>
1298
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1320
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1299
1321
  </li></ul></dd>
1300
1322
 
1301
1323
 
@@ -1369,7 +1391,7 @@ BaseServer.url = '新URL';</code></pre>
1369
1391
  <tbody>
1370
1392
 
1371
1393
  <tr class="deep-level-0">
1372
- <td class="name"><code><a href="WMTSServer.html#getCapabitities">getCapabitities</a></code></td>
1394
+ <td class="name"><code><a href="#getCapabitities">getCapabitities</a></code></td>
1373
1395
  <td class="name">
1374
1396
  <code>
1375
1397
 
@@ -1379,7 +1401,7 @@ BaseServer.url = '新URL';</code></pre>
1379
1401
  </tr>
1380
1402
 
1381
1403
  <tr class="deep-level-0">
1382
- <td class="name"><code><a href="WMTSServer.html#queryServerInfo">queryServerInfo</a></code></td>
1404
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1383
1405
  <td class="name">
1384
1406
  <code>
1385
1407
 
@@ -1472,6 +1494,7 @@ BaseServer.url = '新URL';</code></pre>
1472
1494
  <span class="param-type">function</span>
1473
1495
 
1474
1496
 
1497
+
1475
1498
 
1476
1499
  </td>
1477
1500
 
@@ -1494,6 +1517,7 @@ BaseServer.url = '新URL';</code></pre>
1494
1517
  <span class="param-type">function</span>
1495
1518
 
1496
1519
 
1520
+
1497
1521
 
1498
1522
  </td>
1499
1523
 
@@ -1681,6 +1705,7 @@ WMTSServer.getCapabitities().then(function (result) {
1681
1705
  <span class="param-type">function</span>
1682
1706
 
1683
1707
 
1708
+
1684
1709
 
1685
1710
  </td>
1686
1711
 
@@ -1709,6 +1734,7 @@ WMTSServer.getCapabitities().then(function (result) {
1709
1734
  <span class="param-type">function</span>
1710
1735
 
1711
1736
 
1737
+
1712
1738
 
1713
1739
  </td>
1714
1740
 
@@ -1747,7 +1773,7 @@ WMTSServer.getCapabitities().then(function (result) {
1747
1773
 
1748
1774
  <dt class="inherited-from">Inherited From:</dt>
1749
1775
  <dd class="inherited-from"><ul class="dummy"><li>
1750
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
1776
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
1751
1777
  </li></ul></dd>
1752
1778
 
1753
1779
 
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -134,6 +136,7 @@
134
136
  <span class="param-type">String</span>
135
137
 
136
138
 
139
+
137
140
 
138
141
  </td>
139
142
 
@@ -162,6 +165,7 @@
162
165
  <span class="param-type">String</span>
163
166
 
164
167
 
168
+
165
169
 
166
170
  </td>
167
171
 
@@ -187,7 +191,8 @@
187
191
  <td class="type">
188
192
 
189
193
 
190
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
194
+ <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
195
+
191
196
 
192
197
 
193
198
 
@@ -309,50 +314,54 @@
309
314
  <tbody>
310
315
 
311
316
  <tr class="deep-level-0">
312
- <td class="name"><code><a href="WMTSStyle.html#description">description</a></code></td>
317
+ <td class="name"><code><a href="#description">description</a></code></td>
313
318
  <td class="name">
314
319
  <code>
315
320
 
316
321
  <span class="param-type">String</span>
317
322
 
318
323
 
324
+
319
325
  </code>
320
326
  </td>
321
327
  <td class="name"><code><p>样式描述</p></code></td>
322
328
  </tr>
323
329
 
324
330
  <tr class="deep-level-0">
325
- <td class="name"><code><a href="WMTSStyle.html#id">id</a></code></td>
331
+ <td class="name"><code><a href="#id">id</a></code></td>
326
332
  <td class="name">
327
333
  <code>
328
334
 
329
335
  <span class="param-type">String</span>
330
336
 
331
337
 
338
+
332
339
  </code>
333
340
  </td>
334
341
  <td class="name"><code><p>WMTS样式id</p></code></td>
335
342
  </tr>
336
343
 
337
344
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="WMTSStyle.html#isDefault">isDefault</a></code></td>
345
+ <td class="name"><code><a href="#isDefault">isDefault</a></code></td>
339
346
  <td class="name">
340
347
  <code>
341
348
 
342
349
  <span class="param-type">Boolean</span>
343
350
 
344
351
 
352
+
345
353
  </code>
346
354
  </td>
347
355
  <td class="name"><code><p>是否为默认样式</p></code></td>
348
356
  </tr>
349
357
 
350
358
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="WMTSStyle.html#title">title</a></code></td>
359
+ <td class="name"><code><a href="#title">title</a></code></td>
352
360
  <td class="name">
353
361
  <code>
354
362
 
355
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
363
+ <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
364
+
356
365
 
357
366
 
358
367
  </code>
@@ -374,6 +383,7 @@
374
383
  <span class="param-type">String</span>
375
384
 
376
385
 
386
+
377
387
  </span>
378
388
 
379
389
  <h4 class="name" id="description">
@@ -444,6 +454,7 @@
444
454
  <span class="param-type">String</span>
445
455
 
446
456
 
457
+
447
458
  </span>
448
459
 
449
460
  <h4 class="name" id="id">
@@ -514,6 +525,7 @@
514
525
  <span class="param-type">Boolean</span>
515
526
 
516
527
 
528
+
517
529
  </span>
518
530
 
519
531
  <h4 class="name" id="isDefault">
@@ -581,7 +593,8 @@
581
593
  <span class="method-parameter is-pulled-right">
582
594
  <label>类型:</label>
583
595
 
584
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
596
+ <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
597
+
585
598
 
586
599
 
587
600
  </span>
@@ -667,12 +680,13 @@
667
680
  <tbody>
668
681
 
669
682
  <tr class="deep-level-0">
670
- <td class="name"><code><a href="WMTSStyle.html#clone">clone</a></code></td>
683
+ <td class="name"><code><a href="#clone">clone</a></code></td>
671
684
  <td class="name">
672
685
  <code>
673
686
 
674
687
 
675
- <span class="param-type"><a class="mapgis-link-name" title="WMTSStyle" WMTSStyle.html>WMTSStyle</a></span>
688
+ <span class="param-type"><a link="WMTSStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSStyle" WMTSStyle.html>WMTSStyle</a></span>
689
+
676
690
 
677
691
 
678
692
 
@@ -682,7 +696,7 @@
682
696
  </tr>
683
697
 
684
698
  <tr class="deep-level-0">
685
- <td class="name"><code><a href="WMTSStyle.html#fromJSON">fromJSON</a></code></td>
699
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
686
700
  <td class="name">
687
701
  <code>
688
702
 
@@ -692,7 +706,7 @@
692
706
  </tr>
693
707
 
694
708
  <tr class="deep-level-0">
695
- <td class="name"><code><a href="WMTSStyle.html#toJSON">toJSON</a></code></td>
709
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
696
710
  <td class="name">
697
711
  <code>
698
712
 
@@ -700,6 +714,7 @@
700
714
  <span class="param-type">Object</span>
701
715
 
702
716
 
717
+
703
718
 
704
719
  </code>
705
720
  </td>
@@ -809,7 +824,8 @@
809
824
  <div class='column is-5 has-text-left'>
810
825
  <label>类型: </label>
811
826
 
812
- <span class="param-type"><a class="mapgis-link-name" title="WMTSStyle" WMTSStyle.html>WMTSStyle</a></span>
827
+ <span class="param-type"><a link="WMTSStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSStyle" WMTSStyle.html>WMTSStyle</a></span>
828
+
813
829
 
814
830
 
815
831
  </div>
@@ -889,6 +905,7 @@
889
905
  <span class="param-type">Object</span>
890
906
 
891
907
 
908
+
892
909
 
893
910
  </td>
894
911
 
@@ -1068,6 +1085,7 @@
1068
1085
  <span class="param-type">Object</span>
1069
1086
 
1070
1087
 
1088
+
1071
1089
  </div>
1072
1090
 
1073
1091
  </div>