@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
@@ -98,6 +98,7 @@ if(layer.loadStatus === 'loaded') {<br/>
98
98
  <span class="param-type">Object</span>
99
99
 
100
100
 
101
+
101
102
 
102
103
  </td>
103
104
 
@@ -124,6 +125,7 @@ if(layer.loadStatus === 'loaded') {<br/>
124
125
  <span class="param-type">String</span>
125
126
 
126
127
 
128
+
127
129
 
128
130
  </td>
129
131
 
@@ -159,7 +161,8 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
159
161
  <td class="type">
160
162
 
161
163
 
162
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
164
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
165
+
163
166
 
164
167
 
165
168
 
@@ -188,6 +191,7 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
188
191
  <span class="param-type">Number</span>
189
192
 
190
193
 
194
+
191
195
 
192
196
  </td>
193
197
 
@@ -216,6 +220,7 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
216
220
  <span class="param-type">Boolean</span>
217
221
 
218
222
 
223
+
219
224
 
220
225
  </td>
221
226
 
@@ -244,6 +249,7 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
244
249
  <span class="param-type">Number</span>
245
250
 
246
251
 
252
+
247
253
 
248
254
  </td>
249
255
 
@@ -272,6 +278,7 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
272
278
  <span class="param-type">Number</span>
273
279
 
274
280
 
281
+
275
282
 
276
283
  </td>
277
284
 
@@ -300,6 +307,7 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
300
307
  <span class="param-type">String</span>
301
308
 
302
309
 
310
+
303
311
 
304
312
  </td>
305
313
 
@@ -328,6 +336,7 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
328
336
  <span class="param-type">String</span>
329
337
 
330
338
 
339
+
331
340
 
332
341
  </td>
333
342
 
@@ -351,21 +360,22 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
351
360
  <td class="type">
352
361
 
353
362
 
354
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
363
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
355
364
  |
356
365
 
357
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
366
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
358
367
  |
359
368
 
360
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
369
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
361
370
  |
362
371
 
363
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
372
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
364
373
  |
365
374
 
366
375
  <span class="param-type">null</span>
367
376
 
368
377
 
378
+
369
379
 
370
380
  </td>
371
381
 
@@ -622,7 +632,7 @@ map.add(layer)</code></pre>
622
632
 
623
633
 
624
634
  <ul>
625
- <li><a class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
635
+ <li><a link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
626
636
  </ul>
627
637
 
628
638
 
@@ -654,11 +664,12 @@ map.add(layer)</code></pre>
654
664
  <tbody>
655
665
 
656
666
  <tr class="deep-level-0">
657
- <td class="name"><code><a href="WMTSLayer.html#activeLayer">activeLayer</a></code></td>
667
+ <td class="name"><code><a href="#activeLayer">activeLayer</a></code></td>
658
668
  <td class="name">
659
669
  <code>
660
670
 
661
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
671
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
672
+
662
673
 
663
674
 
664
675
  </code>
@@ -667,114 +678,122 @@ map.add(layer)</code></pre>
667
678
  </tr>
668
679
 
669
680
  <tr class="deep-level-0">
670
- <td class="name"><code><a href="WMTSLayer.html#clippingArea">clippingArea</a></code></td>
681
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
671
682
  <td class="name">
672
683
  <code>
673
684
 
674
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
685
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
675
686
  |
676
687
 
677
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
688
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
678
689
  |
679
690
 
680
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
691
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
681
692
  |
682
693
 
683
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
694
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
684
695
  |
685
696
 
686
697
  <span class="param-type">null</span>
687
698
 
688
699
 
700
+
689
701
  </code>
690
702
  </td>
691
703
  <td class="name"><code><p>空间裁剪范围</p></code></td>
692
704
  </tr>
693
705
 
694
706
  <tr class="deep-level-0">
695
- <td class="name"><code><a href="WMTSLayer.html#copyright">copyright</a></code></td>
707
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
696
708
  <td class="name">
697
709
  <code>
698
710
 
699
711
  <span class="param-type">String</span>
700
712
 
701
713
 
714
+
702
715
  </code>
703
716
  </td>
704
717
  <td class="name"><code><p>版权所有</p></code></td>
705
718
  </tr>
706
719
 
707
720
  <tr class="deep-level-0">
708
- <td class="name"><code><a href="WMTSLayer.html#corporationType">corporationType</a></code></td>
721
+ <td class="name"><code><a href="#corporationType">corporationType</a></code></td>
709
722
  <td class="name">
710
723
  <code>
711
724
 
712
725
  <span class="param-type">String</span>
713
726
 
714
727
 
728
+
715
729
  </code>
716
730
  </td>
717
731
  <td class="name"><code><p>WMTS 公司代码</p></code></td>
718
732
  </tr>
719
733
 
720
734
  <tr class="deep-level-0">
721
- <td class="name"><code><a href="WMTSLayer.html#customParameters">customParameters</a></code></td>
735
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
722
736
  <td class="name">
723
737
  <code>
724
738
 
725
739
  <span class="param-type">Object</span>
726
740
 
727
741
 
742
+
728
743
  </code>
729
744
  </td>
730
745
  <td class="name"><code><p>自定义查询参数customParameters</p></code></td>
731
746
  </tr>
732
747
 
733
748
  <tr class="deep-level-0">
734
- <td class="name"><code><a href="WMTSLayer.html#description">description</a></code></td>
749
+ <td class="name"><code><a href="#description">description</a></code></td>
735
750
  <td class="name">
736
751
  <code>
737
752
 
738
753
  <span class="param-type">String</span>
739
754
 
740
755
 
756
+
741
757
  </code>
742
758
  </td>
743
759
  <td class="name"><code><p>图层描述</p></code></td>
744
760
  </tr>
745
761
 
746
762
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="WMTSLayer.html#extendOptions">extendOptions</a></code></td>
763
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
748
764
  <td class="name">
749
765
  <code>
750
766
 
751
767
  <span class="param-type">Object</span>
752
768
 
753
769
 
770
+
754
771
  </code>
755
772
  </td>
756
773
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
757
774
  </tr>
758
775
 
759
776
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="WMTSLayer.html#extendProps">extendProps</a></code></td>
777
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
761
778
  <td class="name">
762
779
  <code>
763
780
 
764
781
  <span class="param-type">Object</span>
765
782
 
766
783
 
784
+
767
785
  </code>
768
786
  </td>
769
787
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
770
788
  </tr>
771
789
 
772
790
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="WMTSLayer.html#extent">extent</a></code></td>
791
+ <td class="name"><code><a href="#extent">extent</a></code></td>
774
792
  <td class="name">
775
793
  <code>
776
794
 
777
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
795
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
796
+
778
797
 
779
798
 
780
799
  </code>
@@ -783,128 +802,138 @@ map.add(layer)</code></pre>
783
802
  </tr>
784
803
 
785
804
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="WMTSLayer.html#headers">headers</a></code></td>
805
+ <td class="name"><code><a href="#headers">headers</a></code></td>
787
806
  <td class="name">
788
807
  <code>
789
808
 
790
809
  <span class="param-type">String</span>
791
810
 
792
811
 
812
+
793
813
  </code>
794
814
  </td>
795
815
  <td class="name"><code><p>设置服务请求头</p></code></td>
796
816
  </tr>
797
817
 
798
818
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="WMTSLayer.html#httpMethod">httpMethod</a></code></td>
819
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
800
820
  <td class="name">
801
821
  <code>
802
822
 
803
823
  <span class="param-type">String</span>
804
824
 
805
825
 
826
+
806
827
  </code>
807
828
  </td>
808
829
  <td class="name"><code><p>http请求方式</p></code></td>
809
830
  </tr>
810
831
 
811
832
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="WMTSLayer.html#id">id</a></code></td>
833
+ <td class="name"><code><a href="#id">id</a></code></td>
813
834
  <td class="name">
814
835
  <code>
815
836
 
816
837
  <span class="param-type">String</span>
817
838
 
818
839
 
840
+
819
841
  </code>
820
842
  </td>
821
843
  <td class="name"><code><p>图层id</p></code></td>
822
844
  </tr>
823
845
 
824
846
  <tr class="deep-level-0">
825
- <td class="name"><code><a href="WMTSLayer.html#index">index</a></code></td>
847
+ <td class="name"><code><a href="#index">index</a></code></td>
826
848
  <td class="name">
827
849
  <code>
828
850
 
829
851
  <span class="param-type">Number</span>
830
852
 
831
853
 
854
+
832
855
  </code>
833
856
  </td>
834
857
  <td class="name"><code><p>图层顺序</p></code></td>
835
858
  </tr>
836
859
 
837
860
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="WMTSLayer.html#loaded">loaded</a></code></td>
861
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
839
862
  <td class="name">
840
863
  <code>
841
864
 
842
865
  <span class="param-type">Boolean</span>
843
866
 
844
867
 
868
+
845
869
  </code>
846
870
  </td>
847
871
  <td class="name"><code><p>是否加载完毕</p></code></td>
848
872
  </tr>
849
873
 
850
874
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="WMTSLayer.html#loadStatus">loadStatus</a></code></td>
875
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
852
876
  <td class="name">
853
877
  <code>
854
878
 
855
879
  <span class="param-type">String</span>
856
880
 
857
881
 
882
+
858
883
  </code>
859
884
  </td>
860
885
  <td class="name"><code><p>图层加载状态</p></code></td>
861
886
  </tr>
862
887
 
863
888
  <tr class="deep-level-0">
864
- <td class="name"><code><a href="WMTSLayer.html#maxScale">maxScale</a></code></td>
889
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
865
890
  <td class="name">
866
891
  <code>
867
892
 
868
893
  <span class="param-type">Number</span>
869
894
 
870
895
 
896
+
871
897
  </code>
872
898
  </td>
873
899
  <td class="name"><code><p>最大缩放比例尺</p></code></td>
874
900
  </tr>
875
901
 
876
902
  <tr class="deep-level-0">
877
- <td class="name"><code><a href="WMTSLayer.html#minScale">minScale</a></code></td>
903
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
878
904
  <td class="name">
879
905
  <code>
880
906
 
881
907
  <span class="param-type">Number</span>
882
908
 
883
909
 
910
+
884
911
  </code>
885
912
  </td>
886
913
  <td class="name"><code><p>最小缩放比例尺</p></code></td>
887
914
  </tr>
888
915
 
889
916
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="WMTSLayer.html#opacity">opacity</a></code></td>
917
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
891
918
  <td class="name">
892
919
  <code>
893
920
 
894
921
  <span class="param-type">Number</span>
895
922
 
896
923
 
924
+
897
925
  </code>
898
926
  </td>
899
927
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
900
928
  </tr>
901
929
 
902
930
  <tr class="deep-level-0">
903
- <td class="name"><code><a href="WMTSLayer.html#spatialReference">spatialReference</a></code></td>
931
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
904
932
  <td class="name">
905
933
  <code>
906
934
 
907
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
935
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
936
+
908
937
 
909
938
 
910
939
  </code>
@@ -913,11 +942,12 @@ map.add(layer)</code></pre>
913
942
  </tr>
914
943
 
915
944
  <tr class="deep-level-0">
916
- <td class="name"><code><a href="WMTSLayer.html#sublayers">sublayers</a></code></td>
945
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
917
946
  <td class="name">
918
947
  <code>
919
948
 
920
- <span class="param-type">Array.&lt;<a href="WMTSSubLayer.html">WMTSSubLayer</a>></span>
949
+ <span class="param-type">Array.&lt;<a link="Array.<WMTSSubLayer>.html" onclick="getTypeHTML(event)" href="WMTSSubLayer.html">WMTSSubLayer</a>></span>
950
+
921
951
 
922
952
 
923
953
  </code>
@@ -926,11 +956,12 @@ map.add(layer)</code></pre>
926
956
  </tr>
927
957
 
928
958
  <tr class="deep-level-0">
929
- <td class="name"><code><a href="WMTSLayer.html#tileMatrixSets">tileMatrixSets</a></code></td>
959
+ <td class="name"><code><a href="#tileMatrixSets">tileMatrixSets</a></code></td>
930
960
  <td class="name">
931
961
  <code>
932
962
 
933
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
963
+ <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" href="TileMatrixSet.html">TileMatrixSet</a>></span>
964
+
934
965
 
935
966
 
936
967
  </code>
@@ -939,91 +970,98 @@ map.add(layer)</code></pre>
939
970
  </tr>
940
971
 
941
972
  <tr class="deep-level-0">
942
- <td class="name"><code><a href="WMTSLayer.html#title">title</a></code></td>
973
+ <td class="name"><code><a href="#title">title</a></code></td>
943
974
  <td class="name">
944
975
  <code>
945
976
 
946
977
  <span class="param-type">String</span>
947
978
 
948
979
 
980
+
949
981
  </code>
950
982
  </td>
951
983
  <td class="name"><code><p>图层名称</p></code></td>
952
984
  </tr>
953
985
 
954
986
  <tr class="deep-level-0">
955
- <td class="name"><code><a href="WMTSLayer.html#tokenKey">tokenKey</a></code></td>
987
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
956
988
  <td class="name">
957
989
  <code>
958
990
 
959
991
  <span class="param-type">String</span>
960
992
 
961
993
 
994
+
962
995
  </code>
963
996
  </td>
964
997
  <td class="name"><code><p>token名</p></code></td>
965
998
  </tr>
966
999
 
967
1000
  <tr class="deep-level-0">
968
- <td class="name"><code><a href="WMTSLayer.html#tokenValue">tokenValue</a></code></td>
1001
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
969
1002
  <td class="name">
970
1003
  <code>
971
1004
 
972
1005
  <span class="param-type">String</span>
973
1006
 
974
1007
 
1008
+
975
1009
  </code>
976
1010
  </td>
977
1011
  <td class="name"><code><p>token值</p></code></td>
978
1012
  </tr>
979
1013
 
980
1014
  <tr class="deep-level-0">
981
- <td class="name"><code><a href="WMTSLayer.html#type">type</a></code></td>
1015
+ <td class="name"><code><a href="#type">type</a></code></td>
982
1016
  <td class="name">
983
1017
  <code>
984
1018
 
985
1019
  <span class="param-type">type</span>
986
1020
 
987
1021
 
1022
+
988
1023
  </code>
989
1024
  </td>
990
1025
  <td class="name"><code><p>图层类型</p></code></td>
991
1026
  </tr>
992
1027
 
993
1028
  <tr class="deep-level-0">
994
- <td class="name"><code><a href="WMTSLayer.html#url">url</a></code></td>
1029
+ <td class="name"><code><a href="#url">url</a></code></td>
995
1030
  <td class="name">
996
1031
  <code>
997
1032
 
998
1033
  <span class="param-type">String</span>
999
1034
 
1000
1035
 
1036
+
1001
1037
  </code>
1002
1038
  </td>
1003
1039
  <td class="name"><code><p>服务基地址</p></code></td>
1004
1040
  </tr>
1005
1041
 
1006
1042
  <tr class="deep-level-0">
1007
- <td class="name"><code><a href="WMTSLayer.html#version">version</a></code></td>
1043
+ <td class="name"><code><a href="#version">version</a></code></td>
1008
1044
  <td class="name">
1009
1045
  <code>
1010
1046
 
1011
1047
  <span class="param-type">String</span>
1012
1048
 
1013
1049
 
1050
+
1014
1051
  </code>
1015
1052
  </td>
1016
1053
  <td class="name"><code><p>ogc版本号</p></code></td>
1017
1054
  </tr>
1018
1055
 
1019
1056
  <tr class="deep-level-0">
1020
- <td class="name"><code><a href="WMTSLayer.html#visible">visible</a></code></td>
1057
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1021
1058
  <td class="name">
1022
1059
  <code>
1023
1060
 
1024
1061
  <span class="param-type">Number</span>
1025
1062
 
1026
1063
 
1064
+
1027
1065
  </code>
1028
1066
  </td>
1029
1067
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -1040,7 +1078,8 @@ map.add(layer)</code></pre>
1040
1078
  <span class="method-parameter is-pulled-right">
1041
1079
  <label>类型:</label>
1042
1080
 
1043
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
1081
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
1082
+
1044
1083
 
1045
1084
 
1046
1085
  </span>
@@ -1110,21 +1149,22 @@ map.add(layer)</code></pre>
1110
1149
  <span class="method-parameter is-pulled-right">
1111
1150
  <label>类型:</label>
1112
1151
 
1113
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1152
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1114
1153
  |
1115
1154
 
1116
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1155
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1117
1156
  |
1118
1157
 
1119
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1158
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1120
1159
  |
1121
1160
 
1122
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1161
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1123
1162
  |
1124
1163
 
1125
1164
  <span class="param-type">null</span>
1126
1165
 
1127
1166
 
1167
+
1128
1168
  </span>
1129
1169
 
1130
1170
  <h4 class="name" id="clippingArea">
@@ -1195,6 +1235,7 @@ map.add(layer)</code></pre>
1195
1235
  <span class="param-type">String</span>
1196
1236
 
1197
1237
 
1238
+
1198
1239
  </span>
1199
1240
 
1200
1241
  <h4 class="name" id="copyright">
@@ -1230,7 +1271,7 @@ map.add(layer)</code></pre>
1230
1271
 
1231
1272
  <dt class="inherited-from">Inherited From:</dt>
1232
1273
  <dd class="inherited-from"><ul class="dummy"><li>
1233
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1274
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1234
1275
  </li></ul></dd>
1235
1276
 
1236
1277
 
@@ -1274,6 +1315,7 @@ map.add(layer)</code></pre>
1274
1315
  <span class="param-type">String</span>
1275
1316
 
1276
1317
 
1318
+
1277
1319
  </span>
1278
1320
 
1279
1321
  <h4 class="name" id="corporationType">
@@ -1348,6 +1390,7 @@ map.add(layer)</code></pre>
1348
1390
  <span class="param-type">Object</span>
1349
1391
 
1350
1392
 
1393
+
1351
1394
  </span>
1352
1395
 
1353
1396
  <h4 class="name" id="customParameters">
@@ -1379,7 +1422,7 @@ map.add(layer)</code></pre>
1379
1422
 
1380
1423
  <dt class="inherited-from">Inherited From:</dt>
1381
1424
  <dd class="inherited-from"><ul class="dummy"><li>
1382
- <a class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1425
+ <a goto="customParameters" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1383
1426
  </li></ul></dd>
1384
1427
 
1385
1428
 
@@ -1423,6 +1466,7 @@ map.add(layer)</code></pre>
1423
1466
  <span class="param-type">String</span>
1424
1467
 
1425
1468
 
1469
+
1426
1470
  </span>
1427
1471
 
1428
1472
  <h4 class="name" id="description">
@@ -1458,7 +1502,7 @@ map.add(layer)</code></pre>
1458
1502
 
1459
1503
  <dt class="inherited-from">Inherited From:</dt>
1460
1504
  <dd class="inherited-from"><ul class="dummy"><li>
1461
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1505
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1462
1506
  </li></ul></dd>
1463
1507
 
1464
1508
 
@@ -1502,6 +1546,7 @@ map.add(layer)</code></pre>
1502
1546
  <span class="param-type">Object</span>
1503
1547
 
1504
1548
 
1549
+
1505
1550
  </span>
1506
1551
 
1507
1552
  <h4 class="name" id="extendOptions">
@@ -1533,7 +1578,7 @@ map.add(layer)</code></pre>
1533
1578
 
1534
1579
  <dt class="inherited-from">Inherited From:</dt>
1535
1580
  <dd class="inherited-from"><ul class="dummy"><li>
1536
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1581
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1537
1582
  </li></ul></dd>
1538
1583
 
1539
1584
 
@@ -1577,6 +1622,7 @@ map.add(layer)</code></pre>
1577
1622
  <span class="param-type">Object</span>
1578
1623
 
1579
1624
 
1625
+
1580
1626
  </span>
1581
1627
 
1582
1628
  <h4 class="name" id="extendProps">
@@ -1608,7 +1654,7 @@ map.add(layer)</code></pre>
1608
1654
 
1609
1655
  <dt class="inherited-from">Inherited From:</dt>
1610
1656
  <dd class="inherited-from"><ul class="dummy"><li>
1611
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1657
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1612
1658
  </li></ul></dd>
1613
1659
 
1614
1660
 
@@ -1649,7 +1695,8 @@ map.add(layer)</code></pre>
1649
1695
  <span class="method-parameter is-pulled-right">
1650
1696
  <label>类型:</label>
1651
1697
 
1652
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1698
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1699
+
1653
1700
 
1654
1701
 
1655
1702
  </span>
@@ -1727,6 +1774,7 @@ map.add(layer)</code></pre>
1727
1774
  <span class="param-type">String</span>
1728
1775
 
1729
1776
 
1777
+
1730
1778
  </span>
1731
1779
 
1732
1780
  <h4 class="name" id="headers">
@@ -1758,7 +1806,7 @@ map.add(layer)</code></pre>
1758
1806
 
1759
1807
  <dt class="inherited-from">Inherited From:</dt>
1760
1808
  <dd class="inherited-from"><ul class="dummy"><li>
1761
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1809
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1762
1810
  </li></ul></dd>
1763
1811
 
1764
1812
 
@@ -1802,6 +1850,7 @@ map.add(layer)</code></pre>
1802
1850
  <span class="param-type">String</span>
1803
1851
 
1804
1852
 
1853
+
1805
1854
  </span>
1806
1855
 
1807
1856
  <h4 class="name" id="httpMethod">
@@ -1833,7 +1882,7 @@ map.add(layer)</code></pre>
1833
1882
 
1834
1883
  <dt class="inherited-from">Inherited From:</dt>
1835
1884
  <dd class="inherited-from"><ul class="dummy"><li>
1836
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1885
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1837
1886
  </li></ul></dd>
1838
1887
 
1839
1888
 
@@ -1877,6 +1926,7 @@ map.add(layer)</code></pre>
1877
1926
  <span class="param-type">String</span>
1878
1927
 
1879
1928
 
1929
+
1880
1930
  </span>
1881
1931
 
1882
1932
  <h4 class="name" id="id">
@@ -1912,7 +1962,7 @@ map.add(layer)</code></pre>
1912
1962
 
1913
1963
  <dt class="inherited-from">Inherited From:</dt>
1914
1964
  <dd class="inherited-from"><ul class="dummy"><li>
1915
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1965
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1916
1966
  </li></ul></dd>
1917
1967
 
1918
1968
 
@@ -1956,6 +2006,7 @@ map.add(layer)</code></pre>
1956
2006
  <span class="param-type">Number</span>
1957
2007
 
1958
2008
 
2009
+
1959
2010
  </span>
1960
2011
 
1961
2012
  <h4 class="name" id="index">
@@ -1987,7 +2038,7 @@ map.add(layer)</code></pre>
1987
2038
 
1988
2039
  <dt class="inherited-from">Inherited From:</dt>
1989
2040
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2041
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1991
2042
  </li></ul></dd>
1992
2043
 
1993
2044
 
@@ -2031,6 +2082,7 @@ map.add(layer)</code></pre>
2031
2082
  <span class="param-type">Boolean</span>
2032
2083
 
2033
2084
 
2085
+
2034
2086
  </span>
2035
2087
 
2036
2088
  <h4 class="name" id="loaded">
@@ -2115,6 +2167,7 @@ map.add(layer)</code></pre>
2115
2167
  <span class="param-type">String</span>
2116
2168
 
2117
2169
 
2170
+
2118
2171
  </span>
2119
2172
 
2120
2173
  <h4 class="name" id="loadStatus">
@@ -2199,6 +2252,7 @@ map.add(layer)</code></pre>
2199
2252
  <span class="param-type">Number</span>
2200
2253
 
2201
2254
 
2255
+
2202
2256
  </span>
2203
2257
 
2204
2258
  <h4 class="name" id="maxScale">
@@ -2274,6 +2328,7 @@ map.add(layer)</code></pre>
2274
2328
  <span class="param-type">Number</span>
2275
2329
 
2276
2330
 
2331
+
2277
2332
  </span>
2278
2333
 
2279
2334
  <h4 class="name" id="minScale">
@@ -2349,6 +2404,7 @@ map.add(layer)</code></pre>
2349
2404
  <span class="param-type">Number</span>
2350
2405
 
2351
2406
 
2407
+
2352
2408
  </span>
2353
2409
 
2354
2410
  <h4 class="name" id="opacity">
@@ -2380,7 +2436,7 @@ map.add(layer)</code></pre>
2380
2436
 
2381
2437
  <dt class="inherited-from">Inherited From:</dt>
2382
2438
  <dd class="inherited-from"><ul class="dummy"><li>
2383
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2439
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2384
2440
  </li></ul></dd>
2385
2441
 
2386
2442
 
@@ -2421,7 +2477,8 @@ map.add(layer)</code></pre>
2421
2477
  <span class="method-parameter is-pulled-right">
2422
2478
  <label>类型:</label>
2423
2479
 
2424
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2480
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2481
+
2425
2482
 
2426
2483
 
2427
2484
  </span>
@@ -2500,7 +2557,8 @@ map.add(layer)</code></pre>
2500
2557
  <span class="method-parameter is-pulled-right">
2501
2558
  <label>类型:</label>
2502
2559
 
2503
- <span class="param-type">Array.&lt;<a href="WMTSSubLayer.html">WMTSSubLayer</a>></span>
2560
+ <span class="param-type">Array.&lt;<a link="Array.<WMTSSubLayer>.html" onclick="getTypeHTML(event)" href="WMTSSubLayer.html">WMTSSubLayer</a>></span>
2561
+
2504
2562
 
2505
2563
 
2506
2564
  </span>
@@ -2574,7 +2632,8 @@ map.add(layer)</code></pre>
2574
2632
  <span class="method-parameter is-pulled-right">
2575
2633
  <label>类型:</label>
2576
2634
 
2577
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
2635
+ <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" href="TileMatrixSet.html">TileMatrixSet</a>></span>
2636
+
2578
2637
 
2579
2638
 
2580
2639
  </span>
@@ -2651,6 +2710,7 @@ map.add(layer)</code></pre>
2651
2710
  <span class="param-type">String</span>
2652
2711
 
2653
2712
 
2713
+
2654
2714
  </span>
2655
2715
 
2656
2716
  <h4 class="name" id="title">
@@ -2726,6 +2786,7 @@ map.add(layer)</code></pre>
2726
2786
  <span class="param-type">String</span>
2727
2787
 
2728
2788
 
2789
+
2729
2790
  </span>
2730
2791
 
2731
2792
  <h4 class="name" id="tokenKey">
@@ -2757,7 +2818,7 @@ map.add(layer)</code></pre>
2757
2818
 
2758
2819
  <dt class="inherited-from">Inherited From:</dt>
2759
2820
  <dd class="inherited-from"><ul class="dummy"><li>
2760
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2821
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2761
2822
  </li></ul></dd>
2762
2823
 
2763
2824
 
@@ -2806,6 +2867,7 @@ map.add(layer)</code></pre>
2806
2867
  <span class="param-type">String</span>
2807
2868
 
2808
2869
 
2870
+
2809
2871
  </span>
2810
2872
 
2811
2873
  <h4 class="name" id="tokenValue">
@@ -2837,7 +2899,7 @@ map.add(layer)</code></pre>
2837
2899
 
2838
2900
  <dt class="inherited-from">Inherited From:</dt>
2839
2901
  <dd class="inherited-from"><ul class="dummy"><li>
2840
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2902
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2841
2903
  </li></ul></dd>
2842
2904
 
2843
2905
 
@@ -2881,6 +2943,7 @@ map.add(layer)</code></pre>
2881
2943
  <span class="param-type">type</span>
2882
2944
 
2883
2945
 
2946
+
2884
2947
  </span>
2885
2948
 
2886
2949
  <h4 class="name" id="type">
@@ -2960,6 +3023,7 @@ map.add(layer)</code></pre>
2960
3023
  <span class="param-type">String</span>
2961
3024
 
2962
3025
 
3026
+
2963
3027
  </span>
2964
3028
 
2965
3029
  <h4 class="name" id="url">
@@ -3034,6 +3098,7 @@ map.add(layer)</code></pre>
3034
3098
  <span class="param-type">String</span>
3035
3099
 
3036
3100
 
3101
+
3037
3102
  </span>
3038
3103
 
3039
3104
  <h4 class="name" id="version">
@@ -3065,7 +3130,7 @@ map.add(layer)</code></pre>
3065
3130
 
3066
3131
  <dt class="inherited-from">Inherited From:</dt>
3067
3132
  <dd class="inherited-from"><ul class="dummy"><li>
3068
- <a class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3133
+ <a goto="version" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3069
3134
  </li></ul></dd>
3070
3135
 
3071
3136
 
@@ -3109,6 +3174,7 @@ map.add(layer)</code></pre>
3109
3174
  <span class="param-type">Number</span>
3110
3175
 
3111
3176
 
3177
+
3112
3178
  </span>
3113
3179
 
3114
3180
  <h4 class="name" id="visible">
@@ -3140,7 +3206,7 @@ map.add(layer)</code></pre>
3140
3206
 
3141
3207
  <dt class="inherited-from">Inherited From:</dt>
3142
3208
  <dd class="inherited-from"><ul class="dummy"><li>
3143
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3209
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3144
3210
  </li></ul></dd>
3145
3211
 
3146
3212
 
@@ -3197,7 +3263,7 @@ map.add(layer)</code></pre>
3197
3263
  <tbody>
3198
3264
 
3199
3265
  <tr class="deep-level-0">
3200
- <td class="name"><code><a href="WMTSLayer.html#fromJSON">fromJSON</a></code></td>
3266
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3201
3267
  <td class="name">
3202
3268
  <code>
3203
3269
 
@@ -3207,12 +3273,13 @@ map.add(layer)</code></pre>
3207
3273
  </tr>
3208
3274
 
3209
3275
  <tr class="deep-level-0">
3210
- <td class="name"><code><a href="WMTSLayer.html#fromServerUrl">fromServerUrl</a></code></td>
3276
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
3211
3277
  <td class="name">
3212
3278
  <code>
3213
3279
 
3214
3280
 
3215
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
3281
+ <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
3282
+
3216
3283
 
3217
3284
 
3218
3285
 
@@ -3222,12 +3289,13 @@ map.add(layer)</code></pre>
3222
3289
  </tr>
3223
3290
 
3224
3291
  <tr class="deep-level-0">
3225
- <td class="name"><code><a href="WMTSLayer.html#clone">clone</a></code></td>
3292
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3226
3293
  <td class="name">
3227
3294
  <code>
3228
3295
 
3229
3296
 
3230
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3297
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3298
+
3231
3299
 
3232
3300
 
3233
3301
 
@@ -3237,7 +3305,7 @@ map.add(layer)</code></pre>
3237
3305
  </tr>
3238
3306
 
3239
3307
  <tr class="deep-level-0">
3240
- <td class="name"><code><a href="WMTSLayer.html#destroy">destroy</a></code></td>
3308
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3241
3309
  <td class="name">
3242
3310
  <code>
3243
3311
 
@@ -3245,6 +3313,7 @@ map.add(layer)</code></pre>
3245
3313
  <span class="param-type">*</span>
3246
3314
 
3247
3315
 
3316
+
3248
3317
 
3249
3318
  </code>
3250
3319
  </td>
@@ -3252,12 +3321,13 @@ map.add(layer)</code></pre>
3252
3321
  </tr>
3253
3322
 
3254
3323
  <tr class="deep-level-0">
3255
- <td class="name"><code><a href="WMTSLayer.html#findSublayerById">findSublayerById</a></code></td>
3324
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
3256
3325
  <td class="name">
3257
3326
  <code>
3258
3327
 
3259
3328
 
3260
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3329
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3330
+
3261
3331
 
3262
3332
 
3263
3333
 
@@ -3267,12 +3337,13 @@ map.add(layer)</code></pre>
3267
3337
  </tr>
3268
3338
 
3269
3339
  <tr class="deep-level-0">
3270
- <td class="name"><code><a href="WMTSLayer.html#getCurrentTileInfo">getCurrentTileInfo</a></code></td>
3340
+ <td class="name"><code><a href="#getCurrentTileInfo">getCurrentTileInfo</a></code></td>
3271
3341
  <td class="name">
3272
3342
  <code>
3273
3343
 
3274
3344
 
3275
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
3345
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
3346
+
3276
3347
 
3277
3348
 
3278
3349
 
@@ -3282,7 +3353,7 @@ map.add(layer)</code></pre>
3282
3353
  </tr>
3283
3354
 
3284
3355
  <tr class="deep-level-0">
3285
- <td class="name"><code><a href="WMTSLayer.html#isLoaded">isLoaded</a></code></td>
3356
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3286
3357
  <td class="name">
3287
3358
  <code>
3288
3359
 
@@ -3290,6 +3361,7 @@ map.add(layer)</code></pre>
3290
3361
  <span class="param-type">Boolean</span>
3291
3362
 
3292
3363
 
3364
+
3293
3365
 
3294
3366
  </code>
3295
3367
  </td>
@@ -3297,7 +3369,7 @@ map.add(layer)</code></pre>
3297
3369
  </tr>
3298
3370
 
3299
3371
  <tr class="deep-level-0">
3300
- <td class="name"><code><a href="WMTSLayer.html#load">load</a></code></td>
3372
+ <td class="name"><code><a href="#load">load</a></code></td>
3301
3373
  <td class="name">
3302
3374
  <code>
3303
3375
 
@@ -3307,7 +3379,7 @@ map.add(layer)</code></pre>
3307
3379
  </tr>
3308
3380
 
3309
3381
  <tr class="deep-level-0">
3310
- <td class="name"><code><a href="WMTSLayer.html#refresh">refresh</a></code></td>
3382
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3311
3383
  <td class="name">
3312
3384
  <code>
3313
3385
 
@@ -3317,7 +3389,7 @@ map.add(layer)</code></pre>
3317
3389
  </tr>
3318
3390
 
3319
3391
  <tr class="deep-level-0">
3320
- <td class="name"><code><a href="WMTSLayer.html#toJSON">toJSON</a></code></td>
3392
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3321
3393
  <td class="name">
3322
3394
  <code>
3323
3395
 
@@ -3325,6 +3397,7 @@ map.add(layer)</code></pre>
3325
3397
  <span class="param-type">Object</span>
3326
3398
 
3327
3399
 
3400
+
3328
3401
 
3329
3402
  </code>
3330
3403
  </td>
@@ -3402,6 +3475,7 @@ map.add(layer)</code></pre>
3402
3475
  <span class="param-type">Object</span>
3403
3476
 
3404
3477
 
3478
+
3405
3479
 
3406
3480
  </td>
3407
3481
 
@@ -3563,6 +3637,7 @@ const wmtsLayer = new WMTSLayer.fromJSON(json)</code></pre>
3563
3637
  <span class="param-type">String</span>
3564
3638
 
3565
3639
 
3640
+
3566
3641
 
3567
3642
  </td>
3568
3643
 
@@ -3648,7 +3723,8 @@ const wmtsLayer = new WMTSLayer.fromJSON(json)</code></pre>
3648
3723
  <div class='column is-5 has-text-left'>
3649
3724
  <label>类型: </label>
3650
3725
 
3651
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
3726
+ <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
3727
+
3652
3728
 
3653
3729
 
3654
3730
  </div>
@@ -3723,7 +3799,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3723
3799
 
3724
3800
  <dt class="inherited-from">Inherited From:</dt>
3725
3801
  <dd class="inherited-from"><ul class="dummy"><li>
3726
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3802
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3727
3803
  </li></ul></dd>
3728
3804
 
3729
3805
 
@@ -3784,7 +3860,8 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3784
3860
  <div class='column is-5 has-text-left'>
3785
3861
  <label>类型: </label>
3786
3862
 
3787
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3863
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3864
+
3788
3865
 
3789
3866
 
3790
3867
  </div>
@@ -3840,7 +3917,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3840
3917
 
3841
3918
  <dt class="inherited-from">Inherited From:</dt>
3842
3919
  <dd class="inherited-from"><ul class="dummy"><li>
3843
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3920
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3844
3921
  </li></ul></dd>
3845
3922
 
3846
3923
 
@@ -3902,6 +3979,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3902
3979
  <span class="param-type">*</span>
3903
3980
 
3904
3981
 
3982
+
3905
3983
  </div>
3906
3984
 
3907
3985
  </div>
@@ -3979,6 +4057,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3979
4057
  <span class="param-type">Object</span>
3980
4058
 
3981
4059
 
4060
+
3982
4061
 
3983
4062
  </td>
3984
4063
 
@@ -4064,7 +4143,8 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4064
4143
  <div class='column is-5 has-text-left'>
4065
4144
  <label>类型: </label>
4066
4145
 
4067
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
4146
+ <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
4147
+
4068
4148
 
4069
4149
 
4070
4150
  </div>
@@ -4178,7 +4258,8 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4178
4258
  <div class='column is-5 has-text-left'>
4179
4259
  <label>类型: </label>
4180
4260
 
4181
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
4261
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
4262
+
4182
4263
 
4183
4264
 
4184
4265
  </div>
@@ -4238,7 +4319,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4238
4319
 
4239
4320
  <dt class="inherited-from">Inherited From:</dt>
4240
4321
  <dd class="inherited-from"><ul class="dummy"><li>
4241
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4322
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4242
4323
  </li></ul></dd>
4243
4324
 
4244
4325
 
@@ -4302,6 +4383,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4302
4383
  <span class="param-type">Boolean</span>
4303
4384
 
4304
4385
 
4386
+
4305
4387
  </div>
4306
4388
 
4307
4389
  </div>
@@ -4471,7 +4553,7 @@ wmtsLayer.load().then((result) => {
4471
4553
 
4472
4554
  <dt class="inherited-from">Inherited From:</dt>
4473
4555
  <dd class="inherited-from"><ul class="dummy"><li>
4474
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4556
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4475
4557
  </li></ul></dd>
4476
4558
 
4477
4559
 
@@ -4631,6 +4713,7 @@ wmtsLayer.load().then((result) => {
4631
4713
  <span class="param-type">Object</span>
4632
4714
 
4633
4715
 
4716
+
4634
4717
  </div>
4635
4718
 
4636
4719
  </div>
@@ -4780,6 +4863,7 @@ wmtsLayer.load().then((result) => {
4780
4863
  <span class="param-type">Object</span>
4781
4864
 
4782
4865
 
4866
+
4783
4867
 
4784
4868
  </td>
4785
4869
 
@@ -4813,6 +4897,7 @@ wmtsLayer.load().then((result) => {
4813
4897
  <span class="param-type">String</span>
4814
4898
 
4815
4899
 
4900
+
4816
4901
 
4817
4902
  </td>
4818
4903
 
@@ -4850,6 +4935,7 @@ wmtsLayer.load().then((result) => {
4850
4935
  <span class="param-type">String</span>
4851
4936
 
4852
4937
 
4938
+
4853
4939
 
4854
4940
  </td>
4855
4941
 
@@ -4884,7 +4970,8 @@ wmtsLayer.load().then((result) => {
4884
4970
  <td class="type">
4885
4971
 
4886
4972
 
4887
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4973
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4974
+
4888
4975
 
4889
4976
 
4890
4977
 
@@ -4921,7 +5008,8 @@ wmtsLayer.load().then((result) => {
4921
5008
  <td class="type">
4922
5009
 
4923
5010
 
4924
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5011
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5012
+
4925
5013
 
4926
5014
 
4927
5015
 
@@ -4958,7 +5046,8 @@ wmtsLayer.load().then((result) => {
4958
5046
  <td class="type">
4959
5047
 
4960
5048
 
4961
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5049
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5050
+
4962
5051
 
4963
5052
 
4964
5053
 
@@ -4995,7 +5084,8 @@ wmtsLayer.load().then((result) => {
4995
5084
  <td class="type">
4996
5085
 
4997
5086
 
4998
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5087
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5088
+
4999
5089
 
5000
5090
 
5001
5091
 
@@ -5032,7 +5122,8 @@ wmtsLayer.load().then((result) => {
5032
5122
  <td class="type">
5033
5123
 
5034
5124
 
5035
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5125
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5126
+
5036
5127
 
5037
5128
 
5038
5129
 
@@ -5077,7 +5168,7 @@ wmtsLayer.load().then((result) => {
5077
5168
 
5078
5169
  <dt class="inherited-from">Inherited From:</dt>
5079
5170
  <dd class="inherited-from"><ul class="dummy"><li>
5080
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
5171
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
5081
5172
  </li></ul></dd>
5082
5173
 
5083
5174
 
@@ -5226,6 +5317,7 @@ wmtsLayer.load().then((result) => {
5226
5317
  <span class="param-type">Object</span>
5227
5318
 
5228
5319
 
5320
+
5229
5321
 
5230
5322
  </td>
5231
5323
 
@@ -5259,6 +5351,7 @@ wmtsLayer.load().then((result) => {
5259
5351
  <span class="param-type">String</span>
5260
5352
 
5261
5353
 
5354
+
5262
5355
 
5263
5356
  </td>
5264
5357
 
@@ -5296,6 +5389,7 @@ wmtsLayer.load().then((result) => {
5296
5389
  <span class="param-type">String</span>
5297
5390
 
5298
5391
 
5392
+
5299
5393
 
5300
5394
  </td>
5301
5395
 
@@ -5330,7 +5424,8 @@ wmtsLayer.load().then((result) => {
5330
5424
  <td class="type">
5331
5425
 
5332
5426
 
5333
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5427
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5428
+
5334
5429
 
5335
5430
 
5336
5431
 
@@ -5367,7 +5462,8 @@ wmtsLayer.load().then((result) => {
5367
5462
  <td class="type">
5368
5463
 
5369
5464
 
5370
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5465
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5466
+
5371
5467
 
5372
5468
 
5373
5469
 
@@ -5404,7 +5500,8 @@ wmtsLayer.load().then((result) => {
5404
5500
  <td class="type">
5405
5501
 
5406
5502
 
5407
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5503
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5504
+
5408
5505
 
5409
5506
 
5410
5507
 
@@ -5441,7 +5538,8 @@ wmtsLayer.load().then((result) => {
5441
5538
  <td class="type">
5442
5539
 
5443
5540
 
5444
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5541
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5542
+
5445
5543
 
5446
5544
 
5447
5545
 
@@ -5478,7 +5576,8 @@ wmtsLayer.load().then((result) => {
5478
5576
  <td class="type">
5479
5577
 
5480
5578
 
5481
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5579
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5580
+
5482
5581
 
5483
5582
 
5484
5583
 
@@ -5523,7 +5622,7 @@ wmtsLayer.load().then((result) => {
5523
5622
 
5524
5623
  <dt class="inherited-from">Inherited From:</dt>
5525
5624
  <dd class="inherited-from"><ul class="dummy"><li>
5526
- <a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
5625
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
5527
5626
  </li></ul></dd>
5528
5627
 
5529
5628
 
@@ -5662,6 +5761,7 @@ wmtsLayer.load().then((result) => {
5662
5761
  <span class="param-type">Object</span>
5663
5762
 
5664
5763
 
5764
+
5665
5765
 
5666
5766
  </td>
5667
5767
 
@@ -5695,6 +5795,7 @@ wmtsLayer.load().then((result) => {
5695
5795
  <span class="param-type">String</span>
5696
5796
 
5697
5797
 
5798
+
5698
5799
 
5699
5800
  </td>
5700
5801
 
@@ -5732,6 +5833,7 @@ wmtsLayer.load().then((result) => {
5732
5833
  <span class="param-type">String</span>
5733
5834
 
5734
5835
 
5836
+
5735
5837
 
5736
5838
  </td>
5737
5839
 
@@ -5766,7 +5868,8 @@ wmtsLayer.load().then((result) => {
5766
5868
  <td class="type">
5767
5869
 
5768
5870
 
5769
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5871
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5872
+
5770
5873
 
5771
5874
 
5772
5875
 
@@ -5803,7 +5906,8 @@ wmtsLayer.load().then((result) => {
5803
5906
  <td class="type">
5804
5907
 
5805
5908
 
5806
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5909
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5910
+
5807
5911
 
5808
5912
 
5809
5913
 
@@ -5840,7 +5944,8 @@ wmtsLayer.load().then((result) => {
5840
5944
  <td class="type">
5841
5945
 
5842
5946
 
5843
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5947
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5948
+
5844
5949
 
5845
5950
 
5846
5951
 
@@ -5877,7 +5982,8 @@ wmtsLayer.load().then((result) => {
5877
5982
  <td class="type">
5878
5983
 
5879
5984
 
5880
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5985
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5986
+
5881
5987
 
5882
5988
 
5883
5989
 
@@ -5914,7 +6020,8 @@ wmtsLayer.load().then((result) => {
5914
6020
  <td class="type">
5915
6021
 
5916
6022
 
5917
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6023
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6024
+
5918
6025
 
5919
6026
 
5920
6027
 
@@ -5959,7 +6066,7 @@ wmtsLayer.load().then((result) => {
5959
6066
 
5960
6067
  <dt class="inherited-from">Inherited From:</dt>
5961
6068
  <dd class="inherited-from"><ul class="dummy"><li>
5962
- <a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
6069
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
5963
6070
  </li></ul></dd>
5964
6071
 
5965
6072
 
@@ -6108,6 +6215,7 @@ wmtsLayer.load().then((result) => {
6108
6215
  <span class="param-type">Object</span>
6109
6216
 
6110
6217
 
6218
+
6111
6219
 
6112
6220
  </td>
6113
6221
 
@@ -6141,6 +6249,7 @@ wmtsLayer.load().then((result) => {
6141
6249
  <span class="param-type">String</span>
6142
6250
 
6143
6251
 
6252
+
6144
6253
 
6145
6254
  </td>
6146
6255
 
@@ -6178,6 +6287,7 @@ wmtsLayer.load().then((result) => {
6178
6287
  <span class="param-type">String</span>
6179
6288
 
6180
6289
 
6290
+
6181
6291
 
6182
6292
  </td>
6183
6293
 
@@ -6212,7 +6322,8 @@ wmtsLayer.load().then((result) => {
6212
6322
  <td class="type">
6213
6323
 
6214
6324
 
6215
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6325
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6326
+
6216
6327
 
6217
6328
 
6218
6329
 
@@ -6249,7 +6360,8 @@ wmtsLayer.load().then((result) => {
6249
6360
  <td class="type">
6250
6361
 
6251
6362
 
6252
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6363
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6364
+
6253
6365
 
6254
6366
 
6255
6367
 
@@ -6286,7 +6398,8 @@ wmtsLayer.load().then((result) => {
6286
6398
  <td class="type">
6287
6399
 
6288
6400
 
6289
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6401
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6402
+
6290
6403
 
6291
6404
 
6292
6405
 
@@ -6323,7 +6436,8 @@ wmtsLayer.load().then((result) => {
6323
6436
  <td class="type">
6324
6437
 
6325
6438
 
6326
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6439
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6440
+
6327
6441
 
6328
6442
 
6329
6443
 
@@ -6360,7 +6474,8 @@ wmtsLayer.load().then((result) => {
6360
6474
  <td class="type">
6361
6475
 
6362
6476
 
6363
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6477
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6478
+
6364
6479
 
6365
6480
 
6366
6481
 
@@ -6405,7 +6520,7 @@ wmtsLayer.load().then((result) => {
6405
6520
 
6406
6521
  <dt class="inherited-from">Inherited From:</dt>
6407
6522
  <dd class="inherited-from"><ul class="dummy"><li>
6408
- <a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
6523
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
6409
6524
  </li></ul></dd>
6410
6525
 
6411
6526
 
@@ -6544,6 +6659,7 @@ wmtsLayer.load().then((result) => {
6544
6659
  <span class="param-type">Object</span>
6545
6660
 
6546
6661
 
6662
+
6547
6663
 
6548
6664
  </td>
6549
6665
 
@@ -6577,6 +6693,7 @@ wmtsLayer.load().then((result) => {
6577
6693
  <span class="param-type">String</span>
6578
6694
 
6579
6695
 
6696
+
6580
6697
 
6581
6698
  </td>
6582
6699
 
@@ -6614,6 +6731,7 @@ wmtsLayer.load().then((result) => {
6614
6731
  <span class="param-type">String</span>
6615
6732
 
6616
6733
 
6734
+
6617
6735
 
6618
6736
  </td>
6619
6737
 
@@ -6648,7 +6766,8 @@ wmtsLayer.load().then((result) => {
6648
6766
  <td class="type">
6649
6767
 
6650
6768
 
6651
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6769
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6770
+
6652
6771
 
6653
6772
 
6654
6773
 
@@ -6685,7 +6804,8 @@ wmtsLayer.load().then((result) => {
6685
6804
  <td class="type">
6686
6805
 
6687
6806
 
6688
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6807
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6808
+
6689
6809
 
6690
6810
 
6691
6811
 
@@ -6722,7 +6842,8 @@ wmtsLayer.load().then((result) => {
6722
6842
  <td class="type">
6723
6843
 
6724
6844
 
6725
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6845
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6846
+
6726
6847
 
6727
6848
 
6728
6849
 
@@ -6759,7 +6880,8 @@ wmtsLayer.load().then((result) => {
6759
6880
  <td class="type">
6760
6881
 
6761
6882
 
6762
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6883
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6884
+
6763
6885
 
6764
6886
 
6765
6887
 
@@ -6796,7 +6918,8 @@ wmtsLayer.load().then((result) => {
6796
6918
  <td class="type">
6797
6919
 
6798
6920
 
6799
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6921
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6922
+
6800
6923
 
6801
6924
 
6802
6925
 
@@ -6841,7 +6964,7 @@ wmtsLayer.load().then((result) => {
6841
6964
 
6842
6965
  <dt class="inherited-from">Inherited From:</dt>
6843
6966
  <dd class="inherited-from"><ul class="dummy"><li>
6844
- <a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
6967
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
6845
6968
  </li></ul></dd>
6846
6969
 
6847
6970
 
@@ -6990,6 +7113,7 @@ wmtsLayer.load().then((result) => {
6990
7113
  <span class="param-type">Object</span>
6991
7114
 
6992
7115
 
7116
+
6993
7117
 
6994
7118
  </td>
6995
7119
 
@@ -7023,6 +7147,7 @@ wmtsLayer.load().then((result) => {
7023
7147
  <span class="param-type">String</span>
7024
7148
 
7025
7149
 
7150
+
7026
7151
 
7027
7152
  </td>
7028
7153
 
@@ -7060,6 +7185,7 @@ wmtsLayer.load().then((result) => {
7060
7185
  <span class="param-type">String</span>
7061
7186
 
7062
7187
 
7188
+
7063
7189
 
7064
7190
  </td>
7065
7191
 
@@ -7094,7 +7220,8 @@ wmtsLayer.load().then((result) => {
7094
7220
  <td class="type">
7095
7221
 
7096
7222
 
7097
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7223
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7224
+
7098
7225
 
7099
7226
 
7100
7227
 
@@ -7131,7 +7258,8 @@ wmtsLayer.load().then((result) => {
7131
7258
  <td class="type">
7132
7259
 
7133
7260
 
7134
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7261
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7262
+
7135
7263
 
7136
7264
 
7137
7265
 
@@ -7168,7 +7296,8 @@ wmtsLayer.load().then((result) => {
7168
7296
  <td class="type">
7169
7297
 
7170
7298
 
7171
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7299
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7300
+
7172
7301
 
7173
7302
 
7174
7303
 
@@ -7205,7 +7334,8 @@ wmtsLayer.load().then((result) => {
7205
7334
  <td class="type">
7206
7335
 
7207
7336
 
7208
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7337
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7338
+
7209
7339
 
7210
7340
 
7211
7341
 
@@ -7242,7 +7372,8 @@ wmtsLayer.load().then((result) => {
7242
7372
  <td class="type">
7243
7373
 
7244
7374
 
7245
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7375
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7376
+
7246
7377
 
7247
7378
 
7248
7379
 
@@ -7287,7 +7418,7 @@ wmtsLayer.load().then((result) => {
7287
7418
 
7288
7419
  <dt class="inherited-from">Inherited From:</dt>
7289
7420
  <dd class="inherited-from"><ul class="dummy"><li>
7290
- <a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
7421
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
7291
7422
  </li></ul></dd>
7292
7423
 
7293
7424
 
@@ -7426,6 +7557,7 @@ wmtsLayer.load().then((result) => {
7426
7557
  <span class="param-type">Object</span>
7427
7558
 
7428
7559
 
7560
+
7429
7561
 
7430
7562
  </td>
7431
7563
 
@@ -7459,6 +7591,7 @@ wmtsLayer.load().then((result) => {
7459
7591
  <span class="param-type">String</span>
7460
7592
 
7461
7593
 
7594
+
7462
7595
 
7463
7596
  </td>
7464
7597
 
@@ -7496,6 +7629,7 @@ wmtsLayer.load().then((result) => {
7496
7629
  <span class="param-type">String</span>
7497
7630
 
7498
7631
 
7632
+
7499
7633
 
7500
7634
  </td>
7501
7635
 
@@ -7530,7 +7664,8 @@ wmtsLayer.load().then((result) => {
7530
7664
  <td class="type">
7531
7665
 
7532
7666
 
7533
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7667
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7668
+
7534
7669
 
7535
7670
 
7536
7671
 
@@ -7567,7 +7702,8 @@ wmtsLayer.load().then((result) => {
7567
7702
  <td class="type">
7568
7703
 
7569
7704
 
7570
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7705
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7706
+
7571
7707
 
7572
7708
 
7573
7709
 
@@ -7604,7 +7740,8 @@ wmtsLayer.load().then((result) => {
7604
7740
  <td class="type">
7605
7741
 
7606
7742
 
7607
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7743
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7744
+
7608
7745
 
7609
7746
 
7610
7747
 
@@ -7641,7 +7778,8 @@ wmtsLayer.load().then((result) => {
7641
7778
  <td class="type">
7642
7779
 
7643
7780
 
7644
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7781
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7782
+
7645
7783
 
7646
7784
 
7647
7785
 
@@ -7678,7 +7816,8 @@ wmtsLayer.load().then((result) => {
7678
7816
  <td class="type">
7679
7817
 
7680
7818
 
7681
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7819
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7820
+
7682
7821
 
7683
7822
 
7684
7823
 
@@ -7723,7 +7862,7 @@ wmtsLayer.load().then((result) => {
7723
7862
 
7724
7863
  <dt class="inherited-from">Inherited From:</dt>
7725
7864
  <dd class="inherited-from"><ul class="dummy"><li>
7726
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
7865
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
7727
7866
  </li></ul></dd>
7728
7867
 
7729
7868