@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -89,13 +89,18 @@ if(layer.loadStatus === 'loaded') {<br/>
89
89
 
90
90
  <tr class="deep-level-0">
91
91
 
92
- <td class="name" id="options"><code>options</code></td>
92
+ <td class="name"><code>options</code></td>
93
93
 
94
94
 
95
95
  <td class="type">
96
96
 
97
97
 
98
- <span class="param-type">Object</span>
98
+ <span class="param-type">
99
+
100
+ Object
101
+
102
+ </span>
103
+
99
104
 
100
105
 
101
106
 
@@ -115,13 +120,18 @@ if(layer.loadStatus === 'loaded') {<br/>
115
120
 
116
121
  <tr class="deep-level-1">
117
122
 
118
- <td class="name" id="url"><code>url</code></td>
123
+ <td class="name"><code>url</code></td>
119
124
 
120
125
 
121
126
  <td class="type">
122
127
 
123
128
 
124
- <span class="param-type">String</span>
129
+ <span class="param-type">
130
+
131
+ String
132
+
133
+ </span>
134
+
125
135
 
126
136
 
127
137
 
@@ -153,13 +163,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
153
163
 
154
164
  <tr class="deep-level-1">
155
165
 
156
- <td class="name" id="activeLayer"><code>activeLayer</code></td>
166
+ <td class="name"><code>activeLayer</code></td>
157
167
 
158
168
 
159
169
  <td class="type">
160
170
 
161
171
 
162
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
172
+ <span class="param-type">
173
+
174
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
175
+
176
+ </span>
177
+
163
178
 
164
179
 
165
180
 
@@ -179,13 +194,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
179
194
 
180
195
  <tr class="deep-level-1">
181
196
 
182
- <td class="name" id="opacity"><code>opacity</code></td>
197
+ <td class="name"><code>opacity</code></td>
183
198
 
184
199
 
185
200
  <td class="type">
186
201
 
187
202
 
188
- <span class="param-type">Number</span>
203
+ <span class="param-type">
204
+
205
+ Number
206
+
207
+ </span>
208
+
189
209
 
190
210
 
191
211
 
@@ -207,13 +227,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
207
227
 
208
228
  <tr class="deep-level-1">
209
229
 
210
- <td class="name" id="visible"><code>visible</code></td>
230
+ <td class="name"><code>visible</code></td>
211
231
 
212
232
 
213
233
  <td class="type">
214
234
 
215
235
 
216
- <span class="param-type">Boolean</span>
236
+ <span class="param-type">
237
+
238
+ Boolean
239
+
240
+ </span>
241
+
217
242
 
218
243
 
219
244
 
@@ -235,13 +260,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
235
260
 
236
261
  <tr class="deep-level-1">
237
262
 
238
- <td class="name" id="minScale"><code>minScale</code></td>
263
+ <td class="name"><code>minScale</code></td>
239
264
 
240
265
 
241
266
  <td class="type">
242
267
 
243
268
 
244
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
274
+
245
275
 
246
276
 
247
277
 
@@ -263,13 +293,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
263
293
 
264
294
  <tr class="deep-level-1">
265
295
 
266
- <td class="name" id="maxScale"><code>maxScale</code></td>
296
+ <td class="name"><code>maxScale</code></td>
267
297
 
268
298
 
269
299
  <td class="type">
270
300
 
271
301
 
272
- <span class="param-type">Number</span>
302
+ <span class="param-type">
303
+
304
+ Number
305
+
306
+ </span>
307
+
273
308
 
274
309
 
275
310
 
@@ -291,13 +326,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
291
326
 
292
327
  <tr class="deep-level-1">
293
328
 
294
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
329
+ <td class="name"><code>tokenKey</code></td>
295
330
 
296
331
 
297
332
  <td class="type">
298
333
 
299
334
 
300
- <span class="param-type">String</span>
335
+ <span class="param-type">
336
+
337
+ String
338
+
339
+ </span>
340
+
301
341
 
302
342
 
303
343
 
@@ -319,13 +359,18 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
319
359
 
320
360
  <tr class="deep-level-1">
321
361
 
322
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
362
+ <td class="name"><code>tokenValue</code></td>
323
363
 
324
364
 
325
365
  <td class="type">
326
366
 
327
367
 
328
- <span class="param-type">String</span>
368
+ <span class="param-type">
369
+
370
+ String
371
+
372
+ </span>
373
+
329
374
 
330
375
 
331
376
 
@@ -345,25 +390,46 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
345
390
 
346
391
  <tr class="deep-level-1">
347
392
 
348
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
393
+ <td class="name"><code>clippingArea</code></td>
349
394
 
350
395
 
351
396
  <td class="type">
352
397
 
353
398
 
354
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
399
+ <span class="param-type">
400
+
401
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
402
+
403
+ </span>
355
404
  |
356
405
 
357
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
406
+ <span class="param-type">
407
+
408
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
409
+
410
+ </span>
358
411
  |
359
412
 
360
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
413
+ <span class="param-type">
414
+
415
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
416
+
417
+ </span>
361
418
  |
362
419
 
363
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
420
+ <span class="param-type">
421
+
422
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
423
+
424
+ </span>
364
425
  |
365
426
 
366
- <span class="param-type">null</span>
427
+ <span class="param-type">
428
+
429
+ null
430
+
431
+ </span>
432
+
367
433
 
368
434
 
369
435
 
@@ -437,19 +503,19 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
437
503
  <div class="column is-2"><label>绑定事件</label></div>
438
504
  <div class="column is-10">
439
505
  <ul>
440
- <li><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></li>
506
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
441
507
 
442
- <li><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></li>
508
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
443
509
 
444
- <li><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></li>
510
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
445
511
 
446
- <li><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></li>
512
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
447
513
 
448
- <li><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></li>
514
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
449
515
 
450
- <li><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></li>
516
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
451
517
 
452
- <li><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></li>
518
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
453
519
  </ul>
454
520
  </div>
455
521
  </div>
@@ -622,7 +688,7 @@ map.add(layer)</code></pre>
622
688
 
623
689
 
624
690
  <ul>
625
- <li><a class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
691
+ <li><a link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer" OGCLayer.html>OGCLayer</a></li>
626
692
  </ul>
627
693
 
628
694
 
@@ -654,11 +720,16 @@ map.add(layer)</code></pre>
654
720
  <tbody>
655
721
 
656
722
  <tr class="deep-level-0">
657
- <td class="name"><code><a href="WMTSLayer.html#activeLayer">activeLayer</a></code></td>
723
+ <td class="name"><code><a href="#activeLayer">activeLayer</a></code></td>
658
724
  <td class="name">
659
725
  <code>
660
726
 
661
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
727
+ <span class="param-type">
728
+
729
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
730
+
731
+ </span>
732
+
662
733
 
663
734
 
664
735
  </code>
@@ -667,23 +738,44 @@ map.add(layer)</code></pre>
667
738
  </tr>
668
739
 
669
740
  <tr class="deep-level-0">
670
- <td class="name"><code><a href="WMTSLayer.html#clippingArea">clippingArea</a></code></td>
741
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
671
742
  <td class="name">
672
743
  <code>
673
744
 
674
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
745
+ <span class="param-type">
746
+
747
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
748
+
749
+ </span>
675
750
  |
676
751
 
677
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
752
+ <span class="param-type">
753
+
754
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
755
+
756
+ </span>
678
757
  |
679
758
 
680
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
759
+ <span class="param-type">
760
+
761
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
762
+
763
+ </span>
681
764
  |
682
765
 
683
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
766
+ <span class="param-type">
767
+
768
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
769
+
770
+ </span>
684
771
  |
685
772
 
686
- <span class="param-type">null</span>
773
+ <span class="param-type">
774
+
775
+ null
776
+
777
+ </span>
778
+
687
779
 
688
780
 
689
781
  </code>
@@ -692,11 +784,16 @@ map.add(layer)</code></pre>
692
784
  </tr>
693
785
 
694
786
  <tr class="deep-level-0">
695
- <td class="name"><code><a href="WMTSLayer.html#copyright">copyright</a></code></td>
787
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
696
788
  <td class="name">
697
789
  <code>
698
790
 
699
- <span class="param-type">String</span>
791
+ <span class="param-type">
792
+
793
+ String
794
+
795
+ </span>
796
+
700
797
 
701
798
 
702
799
  </code>
@@ -705,11 +802,16 @@ map.add(layer)</code></pre>
705
802
  </tr>
706
803
 
707
804
  <tr class="deep-level-0">
708
- <td class="name"><code><a href="WMTSLayer.html#corporationType">corporationType</a></code></td>
805
+ <td class="name"><code><a href="#corporationType">corporationType</a></code></td>
709
806
  <td class="name">
710
807
  <code>
711
808
 
712
- <span class="param-type">String</span>
809
+ <span class="param-type">
810
+
811
+ String
812
+
813
+ </span>
814
+
713
815
 
714
816
 
715
817
  </code>
@@ -718,11 +820,16 @@ map.add(layer)</code></pre>
718
820
  </tr>
719
821
 
720
822
  <tr class="deep-level-0">
721
- <td class="name"><code><a href="WMTSLayer.html#customParameters">customParameters</a></code></td>
823
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
722
824
  <td class="name">
723
825
  <code>
724
826
 
725
- <span class="param-type">Object</span>
827
+ <span class="param-type">
828
+
829
+ Object
830
+
831
+ </span>
832
+
726
833
 
727
834
 
728
835
  </code>
@@ -731,11 +838,16 @@ map.add(layer)</code></pre>
731
838
  </tr>
732
839
 
733
840
  <tr class="deep-level-0">
734
- <td class="name"><code><a href="WMTSLayer.html#description">description</a></code></td>
841
+ <td class="name"><code><a href="#description">description</a></code></td>
735
842
  <td class="name">
736
843
  <code>
737
844
 
738
- <span class="param-type">String</span>
845
+ <span class="param-type">
846
+
847
+ String
848
+
849
+ </span>
850
+
739
851
 
740
852
 
741
853
  </code>
@@ -744,11 +856,16 @@ map.add(layer)</code></pre>
744
856
  </tr>
745
857
 
746
858
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="WMTSLayer.html#extendOptions">extendOptions</a></code></td>
859
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
748
860
  <td class="name">
749
861
  <code>
750
862
 
751
- <span class="param-type">Object</span>
863
+ <span class="param-type">
864
+
865
+ Object
866
+
867
+ </span>
868
+
752
869
 
753
870
 
754
871
  </code>
@@ -757,11 +874,16 @@ map.add(layer)</code></pre>
757
874
  </tr>
758
875
 
759
876
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="WMTSLayer.html#extendProps">extendProps</a></code></td>
877
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
761
878
  <td class="name">
762
879
  <code>
763
880
 
764
- <span class="param-type">Object</span>
881
+ <span class="param-type">
882
+
883
+ Object
884
+
885
+ </span>
886
+
765
887
 
766
888
 
767
889
  </code>
@@ -770,11 +892,16 @@ map.add(layer)</code></pre>
770
892
  </tr>
771
893
 
772
894
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="WMTSLayer.html#extent">extent</a></code></td>
895
+ <td class="name"><code><a href="#extent">extent</a></code></td>
774
896
  <td class="name">
775
897
  <code>
776
898
 
777
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
899
+ <span class="param-type">
900
+
901
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
902
+
903
+ </span>
904
+
778
905
 
779
906
 
780
907
  </code>
@@ -783,11 +910,16 @@ map.add(layer)</code></pre>
783
910
  </tr>
784
911
 
785
912
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="WMTSLayer.html#headers">headers</a></code></td>
913
+ <td class="name"><code><a href="#headers">headers</a></code></td>
787
914
  <td class="name">
788
915
  <code>
789
916
 
790
- <span class="param-type">String</span>
917
+ <span class="param-type">
918
+
919
+ String
920
+
921
+ </span>
922
+
791
923
 
792
924
 
793
925
  </code>
@@ -796,11 +928,16 @@ map.add(layer)</code></pre>
796
928
  </tr>
797
929
 
798
930
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="WMTSLayer.html#httpMethod">httpMethod</a></code></td>
931
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
800
932
  <td class="name">
801
933
  <code>
802
934
 
803
- <span class="param-type">String</span>
935
+ <span class="param-type">
936
+
937
+ String
938
+
939
+ </span>
940
+
804
941
 
805
942
 
806
943
  </code>
@@ -809,11 +946,16 @@ map.add(layer)</code></pre>
809
946
  </tr>
810
947
 
811
948
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="WMTSLayer.html#id">id</a></code></td>
949
+ <td class="name"><code><a href="#id">id</a></code></td>
813
950
  <td class="name">
814
951
  <code>
815
952
 
816
- <span class="param-type">String</span>
953
+ <span class="param-type">
954
+
955
+ String
956
+
957
+ </span>
958
+
817
959
 
818
960
 
819
961
  </code>
@@ -822,11 +964,16 @@ map.add(layer)</code></pre>
822
964
  </tr>
823
965
 
824
966
  <tr class="deep-level-0">
825
- <td class="name"><code><a href="WMTSLayer.html#index">index</a></code></td>
967
+ <td class="name"><code><a href="#index">index</a></code></td>
826
968
  <td class="name">
827
969
  <code>
828
970
 
829
- <span class="param-type">Number</span>
971
+ <span class="param-type">
972
+
973
+ Number
974
+
975
+ </span>
976
+
830
977
 
831
978
 
832
979
  </code>
@@ -835,11 +982,16 @@ map.add(layer)</code></pre>
835
982
  </tr>
836
983
 
837
984
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="WMTSLayer.html#loaded">loaded</a></code></td>
985
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
839
986
  <td class="name">
840
987
  <code>
841
988
 
842
- <span class="param-type">Boolean</span>
989
+ <span class="param-type">
990
+
991
+ Boolean
992
+
993
+ </span>
994
+
843
995
 
844
996
 
845
997
  </code>
@@ -848,11 +1000,16 @@ map.add(layer)</code></pre>
848
1000
  </tr>
849
1001
 
850
1002
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="WMTSLayer.html#loadStatus">loadStatus</a></code></td>
1003
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
852
1004
  <td class="name">
853
1005
  <code>
854
1006
 
855
- <span class="param-type">String</span>
1007
+ <span class="param-type">
1008
+
1009
+ String
1010
+
1011
+ </span>
1012
+
856
1013
 
857
1014
 
858
1015
  </code>
@@ -861,11 +1018,16 @@ map.add(layer)</code></pre>
861
1018
  </tr>
862
1019
 
863
1020
  <tr class="deep-level-0">
864
- <td class="name"><code><a href="WMTSLayer.html#maxScale">maxScale</a></code></td>
1021
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
865
1022
  <td class="name">
866
1023
  <code>
867
1024
 
868
- <span class="param-type">Number</span>
1025
+ <span class="param-type">
1026
+
1027
+ Number
1028
+
1029
+ </span>
1030
+
869
1031
 
870
1032
 
871
1033
  </code>
@@ -874,11 +1036,16 @@ map.add(layer)</code></pre>
874
1036
  </tr>
875
1037
 
876
1038
  <tr class="deep-level-0">
877
- <td class="name"><code><a href="WMTSLayer.html#minScale">minScale</a></code></td>
1039
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
878
1040
  <td class="name">
879
1041
  <code>
880
1042
 
881
- <span class="param-type">Number</span>
1043
+ <span class="param-type">
1044
+
1045
+ Number
1046
+
1047
+ </span>
1048
+
882
1049
 
883
1050
 
884
1051
  </code>
@@ -887,11 +1054,16 @@ map.add(layer)</code></pre>
887
1054
  </tr>
888
1055
 
889
1056
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="WMTSLayer.html#opacity">opacity</a></code></td>
1057
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
891
1058
  <td class="name">
892
1059
  <code>
893
1060
 
894
- <span class="param-type">Number</span>
1061
+ <span class="param-type">
1062
+
1063
+ Number
1064
+
1065
+ </span>
1066
+
895
1067
 
896
1068
 
897
1069
  </code>
@@ -900,11 +1072,16 @@ map.add(layer)</code></pre>
900
1072
  </tr>
901
1073
 
902
1074
  <tr class="deep-level-0">
903
- <td class="name"><code><a href="WMTSLayer.html#spatialReference">spatialReference</a></code></td>
1075
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
904
1076
  <td class="name">
905
1077
  <code>
906
1078
 
907
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1079
+ <span class="param-type">
1080
+
1081
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1082
+
1083
+ </span>
1084
+
908
1085
 
909
1086
 
910
1087
  </code>
@@ -913,11 +1090,16 @@ map.add(layer)</code></pre>
913
1090
  </tr>
914
1091
 
915
1092
  <tr class="deep-level-0">
916
- <td class="name"><code><a href="WMTSLayer.html#sublayers">sublayers</a></code></td>
1093
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
917
1094
  <td class="name">
918
1095
  <code>
919
1096
 
920
- <span class="param-type">Array.&lt;<a href="WMTSSubLayer.html">WMTSSubLayer</a>></span>
1097
+ <span class="param-type">
1098
+
1099
+ Array.&lt;<a onclick="getTypeHTML(event)" link="WMTSSubLayer.html">WMTSSubLayer</a>>
1100
+
1101
+ </span>
1102
+
921
1103
 
922
1104
 
923
1105
  </code>
@@ -926,11 +1108,16 @@ map.add(layer)</code></pre>
926
1108
  </tr>
927
1109
 
928
1110
  <tr class="deep-level-0">
929
- <td class="name"><code><a href="WMTSLayer.html#tileMatrixSets">tileMatrixSets</a></code></td>
1111
+ <td class="name"><code><a href="#tileMatrixSets">tileMatrixSets</a></code></td>
930
1112
  <td class="name">
931
1113
  <code>
932
1114
 
933
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
1115
+ <span class="param-type">
1116
+
1117
+ Array.&lt;<a onclick="getTypeHTML(event)" link="TileMatrixSet.html">TileMatrixSet</a>>
1118
+
1119
+ </span>
1120
+
934
1121
 
935
1122
 
936
1123
  </code>
@@ -939,11 +1126,16 @@ map.add(layer)</code></pre>
939
1126
  </tr>
940
1127
 
941
1128
  <tr class="deep-level-0">
942
- <td class="name"><code><a href="WMTSLayer.html#title">title</a></code></td>
1129
+ <td class="name"><code><a href="#title">title</a></code></td>
943
1130
  <td class="name">
944
1131
  <code>
945
1132
 
946
- <span class="param-type">String</span>
1133
+ <span class="param-type">
1134
+
1135
+ String
1136
+
1137
+ </span>
1138
+
947
1139
 
948
1140
 
949
1141
  </code>
@@ -952,11 +1144,16 @@ map.add(layer)</code></pre>
952
1144
  </tr>
953
1145
 
954
1146
  <tr class="deep-level-0">
955
- <td class="name"><code><a href="WMTSLayer.html#tokenKey">tokenKey</a></code></td>
1147
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
956
1148
  <td class="name">
957
1149
  <code>
958
1150
 
959
- <span class="param-type">String</span>
1151
+ <span class="param-type">
1152
+
1153
+ String
1154
+
1155
+ </span>
1156
+
960
1157
 
961
1158
 
962
1159
  </code>
@@ -965,11 +1162,16 @@ map.add(layer)</code></pre>
965
1162
  </tr>
966
1163
 
967
1164
  <tr class="deep-level-0">
968
- <td class="name"><code><a href="WMTSLayer.html#tokenValue">tokenValue</a></code></td>
1165
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
969
1166
  <td class="name">
970
1167
  <code>
971
1168
 
972
- <span class="param-type">String</span>
1169
+ <span class="param-type">
1170
+
1171
+ String
1172
+
1173
+ </span>
1174
+
973
1175
 
974
1176
 
975
1177
  </code>
@@ -978,11 +1180,16 @@ map.add(layer)</code></pre>
978
1180
  </tr>
979
1181
 
980
1182
  <tr class="deep-level-0">
981
- <td class="name"><code><a href="WMTSLayer.html#type">type</a></code></td>
1183
+ <td class="name"><code><a href="#type">type</a></code></td>
982
1184
  <td class="name">
983
1185
  <code>
984
1186
 
985
- <span class="param-type">type</span>
1187
+ <span class="param-type">
1188
+
1189
+ type
1190
+
1191
+ </span>
1192
+
986
1193
 
987
1194
 
988
1195
  </code>
@@ -991,11 +1198,16 @@ map.add(layer)</code></pre>
991
1198
  </tr>
992
1199
 
993
1200
  <tr class="deep-level-0">
994
- <td class="name"><code><a href="WMTSLayer.html#url">url</a></code></td>
1201
+ <td class="name"><code><a href="#url">url</a></code></td>
995
1202
  <td class="name">
996
1203
  <code>
997
1204
 
998
- <span class="param-type">String</span>
1205
+ <span class="param-type">
1206
+
1207
+ String
1208
+
1209
+ </span>
1210
+
999
1211
 
1000
1212
 
1001
1213
  </code>
@@ -1004,11 +1216,16 @@ map.add(layer)</code></pre>
1004
1216
  </tr>
1005
1217
 
1006
1218
  <tr class="deep-level-0">
1007
- <td class="name"><code><a href="WMTSLayer.html#version">version</a></code></td>
1219
+ <td class="name"><code><a href="#version">version</a></code></td>
1008
1220
  <td class="name">
1009
1221
  <code>
1010
1222
 
1011
- <span class="param-type">String</span>
1223
+ <span class="param-type">
1224
+
1225
+ String
1226
+
1227
+ </span>
1228
+
1012
1229
 
1013
1230
 
1014
1231
  </code>
@@ -1017,11 +1234,16 @@ map.add(layer)</code></pre>
1017
1234
  </tr>
1018
1235
 
1019
1236
  <tr class="deep-level-0">
1020
- <td class="name"><code><a href="WMTSLayer.html#visible">visible</a></code></td>
1237
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1021
1238
  <td class="name">
1022
1239
  <code>
1023
1240
 
1024
- <span class="param-type">Number</span>
1241
+ <span class="param-type">
1242
+
1243
+ Number
1244
+
1245
+ </span>
1246
+
1025
1247
 
1026
1248
 
1027
1249
  </code>
@@ -1040,7 +1262,12 @@ map.add(layer)</code></pre>
1040
1262
  <span class="method-parameter is-pulled-right">
1041
1263
  <label>类型:</label>
1042
1264
 
1043
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
1265
+ <span class="param-type">
1266
+
1267
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
1268
+
1269
+ </span>
1270
+
1044
1271
 
1045
1272
 
1046
1273
  </span>
@@ -1110,19 +1337,40 @@ map.add(layer)</code></pre>
1110
1337
  <span class="method-parameter is-pulled-right">
1111
1338
  <label>类型:</label>
1112
1339
 
1113
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1340
+ <span class="param-type">
1341
+
1342
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1343
+
1344
+ </span>
1114
1345
  |
1115
1346
 
1116
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1347
+ <span class="param-type">
1348
+
1349
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1350
+
1351
+ </span>
1117
1352
  |
1118
1353
 
1119
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1354
+ <span class="param-type">
1355
+
1356
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1357
+
1358
+ </span>
1120
1359
  |
1121
1360
 
1122
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1361
+ <span class="param-type">
1362
+
1363
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1364
+
1365
+ </span>
1123
1366
  |
1124
1367
 
1125
- <span class="param-type">null</span>
1368
+ <span class="param-type">
1369
+
1370
+ null
1371
+
1372
+ </span>
1373
+
1126
1374
 
1127
1375
 
1128
1376
  </span>
@@ -1192,7 +1440,12 @@ map.add(layer)</code></pre>
1192
1440
  <span class="method-parameter is-pulled-right">
1193
1441
  <label>类型:</label>
1194
1442
 
1195
- <span class="param-type">String</span>
1443
+ <span class="param-type">
1444
+
1445
+ String
1446
+
1447
+ </span>
1448
+
1196
1449
 
1197
1450
 
1198
1451
  </span>
@@ -1230,7 +1483,7 @@ map.add(layer)</code></pre>
1230
1483
 
1231
1484
  <dt class="inherited-from">Inherited From:</dt>
1232
1485
  <dd class="inherited-from"><ul class="dummy"><li>
1233
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1486
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1234
1487
  </li></ul></dd>
1235
1488
 
1236
1489
 
@@ -1271,7 +1524,12 @@ map.add(layer)</code></pre>
1271
1524
  <span class="method-parameter is-pulled-right">
1272
1525
  <label>类型:</label>
1273
1526
 
1274
- <span class="param-type">String</span>
1527
+ <span class="param-type">
1528
+
1529
+ String
1530
+
1531
+ </span>
1532
+
1275
1533
 
1276
1534
 
1277
1535
  </span>
@@ -1345,7 +1603,12 @@ map.add(layer)</code></pre>
1345
1603
  <span class="method-parameter is-pulled-right">
1346
1604
  <label>类型:</label>
1347
1605
 
1348
- <span class="param-type">Object</span>
1606
+ <span class="param-type">
1607
+
1608
+ Object
1609
+
1610
+ </span>
1611
+
1349
1612
 
1350
1613
 
1351
1614
  </span>
@@ -1379,7 +1642,7 @@ map.add(layer)</code></pre>
1379
1642
 
1380
1643
  <dt class="inherited-from">Inherited From:</dt>
1381
1644
  <dd class="inherited-from"><ul class="dummy"><li>
1382
- <a class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1645
+ <a goto="customParameters" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#customParameters" OGCLayer.html#customParameters>OGCLayer#customParameters</a>
1383
1646
  </li></ul></dd>
1384
1647
 
1385
1648
 
@@ -1420,7 +1683,12 @@ map.add(layer)</code></pre>
1420
1683
  <span class="method-parameter is-pulled-right">
1421
1684
  <label>类型:</label>
1422
1685
 
1423
- <span class="param-type">String</span>
1686
+ <span class="param-type">
1687
+
1688
+ String
1689
+
1690
+ </span>
1691
+
1424
1692
 
1425
1693
 
1426
1694
  </span>
@@ -1458,7 +1726,7 @@ map.add(layer)</code></pre>
1458
1726
 
1459
1727
  <dt class="inherited-from">Inherited From:</dt>
1460
1728
  <dd class="inherited-from"><ul class="dummy"><li>
1461
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1729
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1462
1730
  </li></ul></dd>
1463
1731
 
1464
1732
 
@@ -1499,7 +1767,12 @@ map.add(layer)</code></pre>
1499
1767
  <span class="method-parameter is-pulled-right">
1500
1768
  <label>类型:</label>
1501
1769
 
1502
- <span class="param-type">Object</span>
1770
+ <span class="param-type">
1771
+
1772
+ Object
1773
+
1774
+ </span>
1775
+
1503
1776
 
1504
1777
 
1505
1778
  </span>
@@ -1533,7 +1806,7 @@ map.add(layer)</code></pre>
1533
1806
 
1534
1807
  <dt class="inherited-from">Inherited From:</dt>
1535
1808
  <dd class="inherited-from"><ul class="dummy"><li>
1536
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1809
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1537
1810
  </li></ul></dd>
1538
1811
 
1539
1812
 
@@ -1574,7 +1847,12 @@ map.add(layer)</code></pre>
1574
1847
  <span class="method-parameter is-pulled-right">
1575
1848
  <label>类型:</label>
1576
1849
 
1577
- <span class="param-type">Object</span>
1850
+ <span class="param-type">
1851
+
1852
+ Object
1853
+
1854
+ </span>
1855
+
1578
1856
 
1579
1857
 
1580
1858
  </span>
@@ -1608,7 +1886,7 @@ map.add(layer)</code></pre>
1608
1886
 
1609
1887
  <dt class="inherited-from">Inherited From:</dt>
1610
1888
  <dd class="inherited-from"><ul class="dummy"><li>
1611
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1889
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1612
1890
  </li></ul></dd>
1613
1891
 
1614
1892
 
@@ -1649,7 +1927,12 @@ map.add(layer)</code></pre>
1649
1927
  <span class="method-parameter is-pulled-right">
1650
1928
  <label>类型:</label>
1651
1929
 
1652
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1930
+ <span class="param-type">
1931
+
1932
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1933
+
1934
+ </span>
1935
+
1653
1936
 
1654
1937
 
1655
1938
  </span>
@@ -1724,7 +2007,12 @@ map.add(layer)</code></pre>
1724
2007
  <span class="method-parameter is-pulled-right">
1725
2008
  <label>类型:</label>
1726
2009
 
1727
- <span class="param-type">String</span>
2010
+ <span class="param-type">
2011
+
2012
+ String
2013
+
2014
+ </span>
2015
+
1728
2016
 
1729
2017
 
1730
2018
  </span>
@@ -1758,7 +2046,7 @@ map.add(layer)</code></pre>
1758
2046
 
1759
2047
  <dt class="inherited-from">Inherited From:</dt>
1760
2048
  <dd class="inherited-from"><ul class="dummy"><li>
1761
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
2049
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1762
2050
  </li></ul></dd>
1763
2051
 
1764
2052
 
@@ -1799,7 +2087,12 @@ map.add(layer)</code></pre>
1799
2087
  <span class="method-parameter is-pulled-right">
1800
2088
  <label>类型:</label>
1801
2089
 
1802
- <span class="param-type">String</span>
2090
+ <span class="param-type">
2091
+
2092
+ String
2093
+
2094
+ </span>
2095
+
1803
2096
 
1804
2097
 
1805
2098
  </span>
@@ -1833,7 +2126,7 @@ map.add(layer)</code></pre>
1833
2126
 
1834
2127
  <dt class="inherited-from">Inherited From:</dt>
1835
2128
  <dd class="inherited-from"><ul class="dummy"><li>
1836
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
2129
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1837
2130
  </li></ul></dd>
1838
2131
 
1839
2132
 
@@ -1874,7 +2167,12 @@ map.add(layer)</code></pre>
1874
2167
  <span class="method-parameter is-pulled-right">
1875
2168
  <label>类型:</label>
1876
2169
 
1877
- <span class="param-type">String</span>
2170
+ <span class="param-type">
2171
+
2172
+ String
2173
+
2174
+ </span>
2175
+
1878
2176
 
1879
2177
 
1880
2178
  </span>
@@ -1912,7 +2210,7 @@ map.add(layer)</code></pre>
1912
2210
 
1913
2211
  <dt class="inherited-from">Inherited From:</dt>
1914
2212
  <dd class="inherited-from"><ul class="dummy"><li>
1915
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
2213
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1916
2214
  </li></ul></dd>
1917
2215
 
1918
2216
 
@@ -1953,7 +2251,12 @@ map.add(layer)</code></pre>
1953
2251
  <span class="method-parameter is-pulled-right">
1954
2252
  <label>类型:</label>
1955
2253
 
1956
- <span class="param-type">Number</span>
2254
+ <span class="param-type">
2255
+
2256
+ Number
2257
+
2258
+ </span>
2259
+
1957
2260
 
1958
2261
 
1959
2262
  </span>
@@ -1987,7 +2290,7 @@ map.add(layer)</code></pre>
1987
2290
 
1988
2291
  <dt class="inherited-from">Inherited From:</dt>
1989
2292
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2293
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1991
2294
  </li></ul></dd>
1992
2295
 
1993
2296
 
@@ -2028,7 +2331,12 @@ map.add(layer)</code></pre>
2028
2331
  <span class="method-parameter is-pulled-right">
2029
2332
  <label>类型:</label>
2030
2333
 
2031
- <span class="param-type">Boolean</span>
2334
+ <span class="param-type">
2335
+
2336
+ Boolean
2337
+
2338
+ </span>
2339
+
2032
2340
 
2033
2341
 
2034
2342
  </span>
@@ -2112,7 +2420,12 @@ map.add(layer)</code></pre>
2112
2420
  <span class="method-parameter is-pulled-right">
2113
2421
  <label>类型:</label>
2114
2422
 
2115
- <span class="param-type">String</span>
2423
+ <span class="param-type">
2424
+
2425
+ String
2426
+
2427
+ </span>
2428
+
2116
2429
 
2117
2430
 
2118
2431
  </span>
@@ -2196,7 +2509,12 @@ map.add(layer)</code></pre>
2196
2509
  <span class="method-parameter is-pulled-right">
2197
2510
  <label>类型:</label>
2198
2511
 
2199
- <span class="param-type">Number</span>
2512
+ <span class="param-type">
2513
+
2514
+ Number
2515
+
2516
+ </span>
2517
+
2200
2518
 
2201
2519
 
2202
2520
  </span>
@@ -2271,7 +2589,12 @@ map.add(layer)</code></pre>
2271
2589
  <span class="method-parameter is-pulled-right">
2272
2590
  <label>类型:</label>
2273
2591
 
2274
- <span class="param-type">Number</span>
2592
+ <span class="param-type">
2593
+
2594
+ Number
2595
+
2596
+ </span>
2597
+
2275
2598
 
2276
2599
 
2277
2600
  </span>
@@ -2346,7 +2669,12 @@ map.add(layer)</code></pre>
2346
2669
  <span class="method-parameter is-pulled-right">
2347
2670
  <label>类型:</label>
2348
2671
 
2349
- <span class="param-type">Number</span>
2672
+ <span class="param-type">
2673
+
2674
+ Number
2675
+
2676
+ </span>
2677
+
2350
2678
 
2351
2679
 
2352
2680
  </span>
@@ -2380,7 +2708,7 @@ map.add(layer)</code></pre>
2380
2708
 
2381
2709
  <dt class="inherited-from">Inherited From:</dt>
2382
2710
  <dd class="inherited-from"><ul class="dummy"><li>
2383
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2711
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2384
2712
  </li></ul></dd>
2385
2713
 
2386
2714
 
@@ -2421,7 +2749,12 @@ map.add(layer)</code></pre>
2421
2749
  <span class="method-parameter is-pulled-right">
2422
2750
  <label>类型:</label>
2423
2751
 
2424
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2752
+ <span class="param-type">
2753
+
2754
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2755
+
2756
+ </span>
2757
+
2425
2758
 
2426
2759
 
2427
2760
  </span>
@@ -2500,7 +2833,12 @@ map.add(layer)</code></pre>
2500
2833
  <span class="method-parameter is-pulled-right">
2501
2834
  <label>类型:</label>
2502
2835
 
2503
- <span class="param-type">Array.&lt;<a href="WMTSSubLayer.html">WMTSSubLayer</a>></span>
2836
+ <span class="param-type">
2837
+
2838
+ Array.&lt;<a onclick="getTypeHTML(event)" link="WMTSSubLayer.html">WMTSSubLayer</a>>
2839
+
2840
+ </span>
2841
+
2504
2842
 
2505
2843
 
2506
2844
  </span>
@@ -2574,7 +2912,12 @@ map.add(layer)</code></pre>
2574
2912
  <span class="method-parameter is-pulled-right">
2575
2913
  <label>类型:</label>
2576
2914
 
2577
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
2915
+ <span class="param-type">
2916
+
2917
+ Array.&lt;<a onclick="getTypeHTML(event)" link="TileMatrixSet.html">TileMatrixSet</a>>
2918
+
2919
+ </span>
2920
+
2578
2921
 
2579
2922
 
2580
2923
  </span>
@@ -2648,7 +2991,12 @@ map.add(layer)</code></pre>
2648
2991
  <span class="method-parameter is-pulled-right">
2649
2992
  <label>类型:</label>
2650
2993
 
2651
- <span class="param-type">String</span>
2994
+ <span class="param-type">
2995
+
2996
+ String
2997
+
2998
+ </span>
2999
+
2652
3000
 
2653
3001
 
2654
3002
  </span>
@@ -2723,7 +3071,12 @@ map.add(layer)</code></pre>
2723
3071
  <span class="method-parameter is-pulled-right">
2724
3072
  <label>类型:</label>
2725
3073
 
2726
- <span class="param-type">String</span>
3074
+ <span class="param-type">
3075
+
3076
+ String
3077
+
3078
+ </span>
3079
+
2727
3080
 
2728
3081
 
2729
3082
  </span>
@@ -2757,7 +3110,7 @@ map.add(layer)</code></pre>
2757
3110
 
2758
3111
  <dt class="inherited-from">Inherited From:</dt>
2759
3112
  <dd class="inherited-from"><ul class="dummy"><li>
2760
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
3113
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2761
3114
  </li></ul></dd>
2762
3115
 
2763
3116
 
@@ -2803,7 +3156,12 @@ map.add(layer)</code></pre>
2803
3156
  <span class="method-parameter is-pulled-right">
2804
3157
  <label>类型:</label>
2805
3158
 
2806
- <span class="param-type">String</span>
3159
+ <span class="param-type">
3160
+
3161
+ String
3162
+
3163
+ </span>
3164
+
2807
3165
 
2808
3166
 
2809
3167
  </span>
@@ -2837,7 +3195,7 @@ map.add(layer)</code></pre>
2837
3195
 
2838
3196
  <dt class="inherited-from">Inherited From:</dt>
2839
3197
  <dd class="inherited-from"><ul class="dummy"><li>
2840
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3198
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2841
3199
  </li></ul></dd>
2842
3200
 
2843
3201
 
@@ -2878,7 +3236,12 @@ map.add(layer)</code></pre>
2878
3236
  <span class="method-parameter is-pulled-right">
2879
3237
  <label>类型:</label>
2880
3238
 
2881
- <span class="param-type">type</span>
3239
+ <span class="param-type">
3240
+
3241
+ type
3242
+
3243
+ </span>
3244
+
2882
3245
 
2883
3246
 
2884
3247
  </span>
@@ -2957,7 +3320,12 @@ map.add(layer)</code></pre>
2957
3320
  <span class="method-parameter is-pulled-right">
2958
3321
  <label>类型:</label>
2959
3322
 
2960
- <span class="param-type">String</span>
3323
+ <span class="param-type">
3324
+
3325
+ String
3326
+
3327
+ </span>
3328
+
2961
3329
 
2962
3330
 
2963
3331
  </span>
@@ -3031,7 +3399,12 @@ map.add(layer)</code></pre>
3031
3399
  <span class="method-parameter is-pulled-right">
3032
3400
  <label>类型:</label>
3033
3401
 
3034
- <span class="param-type">String</span>
3402
+ <span class="param-type">
3403
+
3404
+ String
3405
+
3406
+ </span>
3407
+
3035
3408
 
3036
3409
 
3037
3410
  </span>
@@ -3065,7 +3438,7 @@ map.add(layer)</code></pre>
3065
3438
 
3066
3439
  <dt class="inherited-from">Inherited From:</dt>
3067
3440
  <dd class="inherited-from"><ul class="dummy"><li>
3068
- <a class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3441
+ <a goto="version" link="OGCLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OGCLayer#version" OGCLayer.html#version>OGCLayer#version</a>
3069
3442
  </li></ul></dd>
3070
3443
 
3071
3444
 
@@ -3106,7 +3479,12 @@ map.add(layer)</code></pre>
3106
3479
  <span class="method-parameter is-pulled-right">
3107
3480
  <label>类型:</label>
3108
3481
 
3109
- <span class="param-type">Number</span>
3482
+ <span class="param-type">
3483
+
3484
+ Number
3485
+
3486
+ </span>
3487
+
3110
3488
 
3111
3489
 
3112
3490
  </span>
@@ -3140,7 +3518,7 @@ map.add(layer)</code></pre>
3140
3518
 
3141
3519
  <dt class="inherited-from">Inherited From:</dt>
3142
3520
  <dd class="inherited-from"><ul class="dummy"><li>
3143
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3521
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3144
3522
  </li></ul></dd>
3145
3523
 
3146
3524
 
@@ -3197,37 +3575,47 @@ map.add(layer)</code></pre>
3197
3575
  <tbody>
3198
3576
 
3199
3577
  <tr class="deep-level-0">
3200
- <td class="name"><code><a href="WMTSLayer.html#fromJSON">fromJSON</a></code></td>
3578
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3201
3579
  <td class="name">
3202
3580
  <code>
3203
3581
 
3204
3582
  </code>
3205
3583
  </td>
3206
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3584
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3207
3585
  </tr>
3208
3586
 
3209
3587
  <tr class="deep-level-0">
3210
- <td class="name"><code><a href="WMTSLayer.html#fromServerUrl">fromServerUrl</a></code></td>
3588
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
3211
3589
  <td class="name">
3212
3590
  <code>
3213
3591
 
3214
3592
 
3215
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
3593
+ <span class="param-type">
3594
+
3595
+ <a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a>
3596
+
3597
+ </span>
3598
+
3216
3599
 
3217
3600
 
3218
3601
 
3219
3602
  </code>
3220
3603
  </td>
3221
- <td class="name"><code><p>通过url创建图层对象<a id='fromServerUrl'></a></p></code></td>
3604
+ <td class="name"><code><p>通过url创建图层对象</code></td>
3222
3605
  </tr>
3223
3606
 
3224
3607
  <tr class="deep-level-0">
3225
- <td class="name"><code><a href="WMTSLayer.html#clone">clone</a></code></td>
3608
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3226
3609
  <td class="name">
3227
3610
  <code>
3228
3611
 
3229
3612
 
3230
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3613
+ <span class="param-type">
3614
+
3615
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3616
+
3617
+ </span>
3618
+
3231
3619
 
3232
3620
 
3233
3621
 
@@ -3237,12 +3625,17 @@ map.add(layer)</code></pre>
3237
3625
  </tr>
3238
3626
 
3239
3627
  <tr class="deep-level-0">
3240
- <td class="name"><code><a href="WMTSLayer.html#destroy">destroy</a></code></td>
3628
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3241
3629
  <td class="name">
3242
3630
  <code>
3243
3631
 
3244
3632
 
3245
- <span class="param-type">*</span>
3633
+ <span class="param-type">
3634
+
3635
+ *
3636
+
3637
+ </span>
3638
+
3246
3639
 
3247
3640
 
3248
3641
 
@@ -3252,42 +3645,57 @@ map.add(layer)</code></pre>
3252
3645
  </tr>
3253
3646
 
3254
3647
  <tr class="deep-level-0">
3255
- <td class="name"><code><a href="WMTSLayer.html#findSublayerById">findSublayerById</a></code></td>
3648
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
3256
3649
  <td class="name">
3257
3650
  <code>
3258
3651
 
3259
3652
 
3260
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3653
+ <span class="param-type">
3654
+
3655
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
3656
+
3657
+ </span>
3658
+
3261
3659
 
3262
3660
 
3263
3661
 
3264
3662
  </code>
3265
3663
  </td>
3266
- <td class="name"><code><p>根据id查询子图层<a id='findSublayerById'></a></p></code></td>
3664
+ <td class="name"><code><p>根据id查询子图层</code></td>
3267
3665
  </tr>
3268
3666
 
3269
3667
  <tr class="deep-level-0">
3270
- <td class="name"><code><a href="WMTSLayer.html#getCurrentTileInfo">getCurrentTileInfo</a></code></td>
3668
+ <td class="name"><code><a href="#getCurrentTileInfo">getCurrentTileInfo</a></code></td>
3271
3669
  <td class="name">
3272
3670
  <code>
3273
3671
 
3274
3672
 
3275
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
3673
+ <span class="param-type">
3674
+
3675
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
3676
+
3677
+ </span>
3678
+
3276
3679
 
3277
3680
 
3278
3681
 
3279
3682
  </code>
3280
3683
  </td>
3281
- <td class="name"><code><p>获取当前图层瓦片裁图信息<a id='getCurrentTileInfo'></a></p></code></td>
3684
+ <td class="name"><code><p>获取当前图层瓦片裁图信息</code></td>
3282
3685
  </tr>
3283
3686
 
3284
3687
  <tr class="deep-level-0">
3285
- <td class="name"><code><a href="WMTSLayer.html#isLoaded">isLoaded</a></code></td>
3688
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3286
3689
  <td class="name">
3287
3690
  <code>
3288
3691
 
3289
3692
 
3290
- <span class="param-type">Boolean</span>
3693
+ <span class="param-type">
3694
+
3695
+ Boolean
3696
+
3697
+ </span>
3698
+
3291
3699
 
3292
3700
 
3293
3701
 
@@ -3297,17 +3705,17 @@ map.add(layer)</code></pre>
3297
3705
  </tr>
3298
3706
 
3299
3707
  <tr class="deep-level-0">
3300
- <td class="name"><code><a href="WMTSLayer.html#load">load</a></code></td>
3708
+ <td class="name"><code><a href="#load">load</a></code></td>
3301
3709
  <td class="name">
3302
3710
  <code>
3303
3711
 
3304
3712
  </code>
3305
3713
  </td>
3306
- <td class="name"><code><p>加载图层资源<a id='load'></a></p></code></td>
3714
+ <td class="name"><code><p>加载图层资源</code></td>
3307
3715
  </tr>
3308
3716
 
3309
3717
  <tr class="deep-level-0">
3310
- <td class="name"><code><a href="WMTSLayer.html#refresh">refresh</a></code></td>
3718
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3311
3719
  <td class="name">
3312
3720
  <code>
3313
3721
 
@@ -3317,12 +3725,17 @@ map.add(layer)</code></pre>
3317
3725
  </tr>
3318
3726
 
3319
3727
  <tr class="deep-level-0">
3320
- <td class="name"><code><a href="WMTSLayer.html#toJSON">toJSON</a></code></td>
3728
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3321
3729
  <td class="name">
3322
3730
  <code>
3323
3731
 
3324
3732
 
3325
- <span class="param-type">Object</span>
3733
+ <span class="param-type">
3734
+
3735
+ Object
3736
+
3737
+ </span>
3738
+
3326
3739
 
3327
3740
 
3328
3741
 
@@ -3393,13 +3806,18 @@ map.add(layer)</code></pre>
3393
3806
 
3394
3807
  <tr class="deep-level-0">
3395
3808
 
3396
- <td class="name" id="json"><code>json</code></td>
3809
+ <td class="name"><code>json</code></td>
3397
3810
 
3398
3811
 
3399
3812
  <td class="type">
3400
3813
 
3401
3814
 
3402
- <span class="param-type">Object</span>
3815
+ <span class="param-type">
3816
+
3817
+ Object
3818
+
3819
+ </span>
3820
+
3403
3821
 
3404
3822
 
3405
3823
 
@@ -3554,13 +3972,18 @@ const wmtsLayer = new WMTSLayer.fromJSON(json)</code></pre>
3554
3972
 
3555
3973
  <tr class="deep-level-0">
3556
3974
 
3557
- <td class="name" id="url"><code>url</code></td>
3975
+ <td class="name"><code>url</code></td>
3558
3976
 
3559
3977
 
3560
3978
  <td class="type">
3561
3979
 
3562
3980
 
3563
- <span class="param-type">String</span>
3981
+ <span class="param-type">
3982
+
3983
+ String
3984
+
3985
+ </span>
3986
+
3564
3987
 
3565
3988
 
3566
3989
 
@@ -3648,7 +4071,12 @@ const wmtsLayer = new WMTSLayer.fromJSON(json)</code></pre>
3648
4071
  <div class='column is-5 has-text-left'>
3649
4072
  <label>类型: </label>
3650
4073
 
3651
- <span class="param-type"><a class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a></span>
4074
+ <span class="param-type">
4075
+
4076
+ <a link="WMTSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSLayer" WMTSLayer.html>WMTSLayer</a>
4077
+
4078
+ </span>
4079
+
3652
4080
 
3653
4081
 
3654
4082
  </div>
@@ -3723,7 +4151,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3723
4151
 
3724
4152
  <dt class="inherited-from">Inherited From:</dt>
3725
4153
  <dd class="inherited-from"><ul class="dummy"><li>
3726
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
4154
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3727
4155
  </li></ul></dd>
3728
4156
 
3729
4157
 
@@ -3784,7 +4212,12 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3784
4212
  <div class='column is-5 has-text-left'>
3785
4213
  <label>类型: </label>
3786
4214
 
3787
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4215
+ <span class="param-type">
4216
+
4217
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4218
+
4219
+ </span>
4220
+
3788
4221
 
3789
4222
 
3790
4223
  </div>
@@ -3840,7 +4273,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3840
4273
 
3841
4274
  <dt class="inherited-from">Inherited From:</dt>
3842
4275
  <dd class="inherited-from"><ul class="dummy"><li>
3843
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
4276
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3844
4277
  </li></ul></dd>
3845
4278
 
3846
4279
 
@@ -3899,7 +4332,12 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3899
4332
  <div class='column is-5 has-text-left'>
3900
4333
  <label>类型: </label>
3901
4334
 
3902
- <span class="param-type">*</span>
4335
+ <span class="param-type">
4336
+
4337
+ *
4338
+
4339
+ </span>
4340
+
3903
4341
 
3904
4342
 
3905
4343
  </div>
@@ -3970,13 +4408,18 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3970
4408
 
3971
4409
  <tr class="deep-level-0">
3972
4410
 
3973
- <td class="name" id="id"><code>id</code></td>
4411
+ <td class="name"><code>id</code></td>
3974
4412
 
3975
4413
 
3976
4414
  <td class="type">
3977
4415
 
3978
4416
 
3979
- <span class="param-type">Object</span>
4417
+ <span class="param-type">
4418
+
4419
+ Object
4420
+
4421
+ </span>
4422
+
3980
4423
 
3981
4424
 
3982
4425
 
@@ -4064,7 +4507,12 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4064
4507
  <div class='column is-5 has-text-left'>
4065
4508
  <label>类型: </label>
4066
4509
 
4067
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
4510
+ <span class="param-type">
4511
+
4512
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
4513
+
4514
+ </span>
4515
+
4068
4516
 
4069
4517
 
4070
4518
  </div>
@@ -4178,7 +4626,12 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4178
4626
  <div class='column is-5 has-text-left'>
4179
4627
  <label>类型: </label>
4180
4628
 
4181
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
4629
+ <span class="param-type">
4630
+
4631
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
4632
+
4633
+ </span>
4634
+
4182
4635
 
4183
4636
 
4184
4637
  </div>
@@ -4238,7 +4691,7 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4238
4691
 
4239
4692
  <dt class="inherited-from">Inherited From:</dt>
4240
4693
  <dd class="inherited-from"><ul class="dummy"><li>
4241
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4694
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4242
4695
  </li></ul></dd>
4243
4696
 
4244
4697
 
@@ -4299,7 +4752,12 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4299
4752
  <div class='column is-5 has-text-left'>
4300
4753
  <label>类型: </label>
4301
4754
 
4302
- <span class="param-type">Boolean</span>
4755
+ <span class="param-type">
4756
+
4757
+ Boolean
4758
+
4759
+ </span>
4760
+
4303
4761
 
4304
4762
 
4305
4763
  </div>
@@ -4471,7 +4929,7 @@ wmtsLayer.load().then((result) => {
4471
4929
 
4472
4930
  <dt class="inherited-from">Inherited From:</dt>
4473
4931
  <dd class="inherited-from"><ul class="dummy"><li>
4474
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4932
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4475
4933
  </li></ul></dd>
4476
4934
 
4477
4935
 
@@ -4628,7 +5086,12 @@ wmtsLayer.load().then((result) => {
4628
5086
  <div class='column is-5 has-text-left'>
4629
5087
  <label>类型: </label>
4630
5088
 
4631
- <span class="param-type">Object</span>
5089
+ <span class="param-type">
5090
+
5091
+ Object
5092
+
5093
+ </span>
5094
+
4632
5095
 
4633
5096
 
4634
5097
  </div>
@@ -4667,37 +5130,37 @@ wmtsLayer.load().then((result) => {
4667
5130
  <tbody>
4668
5131
 
4669
5132
  <tr class="deep-level-0">
4670
- <td class="name"><code><a href="WMTSLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5133
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4671
5134
  <td class="name"><code>图层刷新完毕事件</code></td>
4672
5135
  </tr>
4673
5136
 
4674
5137
  <tr class="deep-level-0">
4675
- <td class="name"><code><a href="WMTSLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5138
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4676
5139
  <td class="name"><code>图层加载完毕事件</code></td>
4677
5140
  </tr>
4678
5141
 
4679
5142
  <tr class="deep-level-0">
4680
- <td class="name"><code><a href="WMTSLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5143
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4681
5144
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4682
5145
  </tr>
4683
5146
 
4684
5147
  <tr class="deep-level-0">
4685
- <td class="name"><code><a href="WMTSLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5148
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4686
5149
  <td class="name"><code>图层更新完毕事件</code></td>
4687
5150
  </tr>
4688
5151
 
4689
5152
  <tr class="deep-level-0">
4690
- <td class="name"><code><a href="WMTSLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5153
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4691
5154
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4692
5155
  </tr>
4693
5156
 
4694
5157
  <tr class="deep-level-0">
4695
- <td class="name"><code><a href="WMTSLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5158
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4696
5159
  <td class="name"><code>图层销毁完毕事件</code></td>
4697
5160
  </tr>
4698
5161
 
4699
5162
  <tr class="deep-level-0">
4700
- <td class="name"><code><a href="WMTSLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5163
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4701
5164
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4702
5165
  </tr>
4703
5166
 
@@ -4777,7 +5240,12 @@ wmtsLayer.load().then((result) => {
4777
5240
  <td class="type">
4778
5241
 
4779
5242
 
4780
- <span class="param-type">Object</span>
5243
+ <span class="param-type">
5244
+
5245
+ Object
5246
+
5247
+ </span>
5248
+
4781
5249
 
4782
5250
 
4783
5251
 
@@ -4810,7 +5278,12 @@ wmtsLayer.load().then((result) => {
4810
5278
  <td class="type">
4811
5279
 
4812
5280
 
4813
- <span class="param-type">String</span>
5281
+ <span class="param-type">
5282
+
5283
+ String
5284
+
5285
+ </span>
5286
+
4814
5287
 
4815
5288
 
4816
5289
 
@@ -4847,7 +5320,12 @@ wmtsLayer.load().then((result) => {
4847
5320
  <td class="type">
4848
5321
 
4849
5322
 
4850
- <span class="param-type">String</span>
5323
+ <span class="param-type">
5324
+
5325
+ String
5326
+
5327
+ </span>
5328
+
4851
5329
 
4852
5330
 
4853
5331
 
@@ -4884,7 +5362,12 @@ wmtsLayer.load().then((result) => {
4884
5362
  <td class="type">
4885
5363
 
4886
5364
 
4887
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5365
+ <span class="param-type">
5366
+
5367
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5368
+
5369
+ </span>
5370
+
4888
5371
 
4889
5372
 
4890
5373
 
@@ -4921,7 +5404,12 @@ wmtsLayer.load().then((result) => {
4921
5404
  <td class="type">
4922
5405
 
4923
5406
 
4924
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5407
+ <span class="param-type">
5408
+
5409
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5410
+
5411
+ </span>
5412
+
4925
5413
 
4926
5414
 
4927
5415
 
@@ -4958,7 +5446,12 @@ wmtsLayer.load().then((result) => {
4958
5446
  <td class="type">
4959
5447
 
4960
5448
 
4961
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5449
+ <span class="param-type">
5450
+
5451
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5452
+
5453
+ </span>
5454
+
4962
5455
 
4963
5456
 
4964
5457
 
@@ -4995,7 +5488,12 @@ wmtsLayer.load().then((result) => {
4995
5488
  <td class="type">
4996
5489
 
4997
5490
 
4998
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5491
+ <span class="param-type">
5492
+
5493
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5494
+
5495
+ </span>
5496
+
4999
5497
 
5000
5498
 
5001
5499
 
@@ -5032,7 +5530,12 @@ wmtsLayer.load().then((result) => {
5032
5530
  <td class="type">
5033
5531
 
5034
5532
 
5035
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5533
+ <span class="param-type">
5534
+
5535
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5536
+
5537
+ </span>
5538
+
5036
5539
 
5037
5540
 
5038
5541
 
@@ -5077,7 +5580,7 @@ wmtsLayer.load().then((result) => {
5077
5580
 
5078
5581
  <dt class="inherited-from">Inherited From:</dt>
5079
5582
  <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>
5583
+ <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
5584
  </li></ul></dd>
5082
5585
 
5083
5586
 
@@ -5223,7 +5726,12 @@ wmtsLayer.load().then((result) => {
5223
5726
  <td class="type">
5224
5727
 
5225
5728
 
5226
- <span class="param-type">Object</span>
5729
+ <span class="param-type">
5730
+
5731
+ Object
5732
+
5733
+ </span>
5734
+
5227
5735
 
5228
5736
 
5229
5737
 
@@ -5256,7 +5764,12 @@ wmtsLayer.load().then((result) => {
5256
5764
  <td class="type">
5257
5765
 
5258
5766
 
5259
- <span class="param-type">String</span>
5767
+ <span class="param-type">
5768
+
5769
+ String
5770
+
5771
+ </span>
5772
+
5260
5773
 
5261
5774
 
5262
5775
 
@@ -5293,7 +5806,12 @@ wmtsLayer.load().then((result) => {
5293
5806
  <td class="type">
5294
5807
 
5295
5808
 
5296
- <span class="param-type">String</span>
5809
+ <span class="param-type">
5810
+
5811
+ String
5812
+
5813
+ </span>
5814
+
5297
5815
 
5298
5816
 
5299
5817
 
@@ -5330,7 +5848,12 @@ wmtsLayer.load().then((result) => {
5330
5848
  <td class="type">
5331
5849
 
5332
5850
 
5333
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5851
+ <span class="param-type">
5852
+
5853
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5854
+
5855
+ </span>
5856
+
5334
5857
 
5335
5858
 
5336
5859
 
@@ -5367,7 +5890,12 @@ wmtsLayer.load().then((result) => {
5367
5890
  <td class="type">
5368
5891
 
5369
5892
 
5370
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5893
+ <span class="param-type">
5894
+
5895
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5896
+
5897
+ </span>
5898
+
5371
5899
 
5372
5900
 
5373
5901
 
@@ -5404,7 +5932,12 @@ wmtsLayer.load().then((result) => {
5404
5932
  <td class="type">
5405
5933
 
5406
5934
 
5407
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5935
+ <span class="param-type">
5936
+
5937
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5938
+
5939
+ </span>
5940
+
5408
5941
 
5409
5942
 
5410
5943
 
@@ -5441,7 +5974,12 @@ wmtsLayer.load().then((result) => {
5441
5974
  <td class="type">
5442
5975
 
5443
5976
 
5444
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5977
+ <span class="param-type">
5978
+
5979
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5980
+
5981
+ </span>
5982
+
5445
5983
 
5446
5984
 
5447
5985
 
@@ -5478,7 +6016,12 @@ wmtsLayer.load().then((result) => {
5478
6016
  <td class="type">
5479
6017
 
5480
6018
 
5481
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6019
+ <span class="param-type">
6020
+
6021
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6022
+
6023
+ </span>
6024
+
5482
6025
 
5483
6026
 
5484
6027
 
@@ -5523,7 +6066,7 @@ wmtsLayer.load().then((result) => {
5523
6066
 
5524
6067
  <dt class="inherited-from">Inherited From:</dt>
5525
6068
  <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>
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%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
5527
6070
  </li></ul></dd>
5528
6071
 
5529
6072
 
@@ -5659,7 +6202,12 @@ wmtsLayer.load().then((result) => {
5659
6202
  <td class="type">
5660
6203
 
5661
6204
 
5662
- <span class="param-type">Object</span>
6205
+ <span class="param-type">
6206
+
6207
+ Object
6208
+
6209
+ </span>
6210
+
5663
6211
 
5664
6212
 
5665
6213
 
@@ -5692,7 +6240,12 @@ wmtsLayer.load().then((result) => {
5692
6240
  <td class="type">
5693
6241
 
5694
6242
 
5695
- <span class="param-type">String</span>
6243
+ <span class="param-type">
6244
+
6245
+ String
6246
+
6247
+ </span>
6248
+
5696
6249
 
5697
6250
 
5698
6251
 
@@ -5729,7 +6282,12 @@ wmtsLayer.load().then((result) => {
5729
6282
  <td class="type">
5730
6283
 
5731
6284
 
5732
- <span class="param-type">String</span>
6285
+ <span class="param-type">
6286
+
6287
+ String
6288
+
6289
+ </span>
6290
+
5733
6291
 
5734
6292
 
5735
6293
 
@@ -5766,7 +6324,12 @@ wmtsLayer.load().then((result) => {
5766
6324
  <td class="type">
5767
6325
 
5768
6326
 
5769
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6327
+ <span class="param-type">
6328
+
6329
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6330
+
6331
+ </span>
6332
+
5770
6333
 
5771
6334
 
5772
6335
 
@@ -5803,7 +6366,12 @@ wmtsLayer.load().then((result) => {
5803
6366
  <td class="type">
5804
6367
 
5805
6368
 
5806
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6369
+ <span class="param-type">
6370
+
6371
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6372
+
6373
+ </span>
6374
+
5807
6375
 
5808
6376
 
5809
6377
 
@@ -5840,7 +6408,12 @@ wmtsLayer.load().then((result) => {
5840
6408
  <td class="type">
5841
6409
 
5842
6410
 
5843
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6411
+ <span class="param-type">
6412
+
6413
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6414
+
6415
+ </span>
6416
+
5844
6417
 
5845
6418
 
5846
6419
 
@@ -5877,7 +6450,12 @@ wmtsLayer.load().then((result) => {
5877
6450
  <td class="type">
5878
6451
 
5879
6452
 
5880
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6453
+ <span class="param-type">
6454
+
6455
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6456
+
6457
+ </span>
6458
+
5881
6459
 
5882
6460
 
5883
6461
 
@@ -5914,7 +6492,12 @@ wmtsLayer.load().then((result) => {
5914
6492
  <td class="type">
5915
6493
 
5916
6494
 
5917
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6495
+ <span class="param-type">
6496
+
6497
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6498
+
6499
+ </span>
6500
+
5918
6501
 
5919
6502
 
5920
6503
 
@@ -5959,7 +6542,7 @@ wmtsLayer.load().then((result) => {
5959
6542
 
5960
6543
  <dt class="inherited-from">Inherited From:</dt>
5961
6544
  <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>
6545
+ <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
6546
  </li></ul></dd>
5964
6547
 
5965
6548
 
@@ -6105,7 +6688,12 @@ wmtsLayer.load().then((result) => {
6105
6688
  <td class="type">
6106
6689
 
6107
6690
 
6108
- <span class="param-type">Object</span>
6691
+ <span class="param-type">
6692
+
6693
+ Object
6694
+
6695
+ </span>
6696
+
6109
6697
 
6110
6698
 
6111
6699
 
@@ -6138,7 +6726,12 @@ wmtsLayer.load().then((result) => {
6138
6726
  <td class="type">
6139
6727
 
6140
6728
 
6141
- <span class="param-type">String</span>
6729
+ <span class="param-type">
6730
+
6731
+ String
6732
+
6733
+ </span>
6734
+
6142
6735
 
6143
6736
 
6144
6737
 
@@ -6175,7 +6768,12 @@ wmtsLayer.load().then((result) => {
6175
6768
  <td class="type">
6176
6769
 
6177
6770
 
6178
- <span class="param-type">String</span>
6771
+ <span class="param-type">
6772
+
6773
+ String
6774
+
6775
+ </span>
6776
+
6179
6777
 
6180
6778
 
6181
6779
 
@@ -6212,7 +6810,12 @@ wmtsLayer.load().then((result) => {
6212
6810
  <td class="type">
6213
6811
 
6214
6812
 
6215
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6813
+ <span class="param-type">
6814
+
6815
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6816
+
6817
+ </span>
6818
+
6216
6819
 
6217
6820
 
6218
6821
 
@@ -6249,7 +6852,12 @@ wmtsLayer.load().then((result) => {
6249
6852
  <td class="type">
6250
6853
 
6251
6854
 
6252
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6855
+ <span class="param-type">
6856
+
6857
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6858
+
6859
+ </span>
6860
+
6253
6861
 
6254
6862
 
6255
6863
 
@@ -6286,7 +6894,12 @@ wmtsLayer.load().then((result) => {
6286
6894
  <td class="type">
6287
6895
 
6288
6896
 
6289
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6897
+ <span class="param-type">
6898
+
6899
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6900
+
6901
+ </span>
6902
+
6290
6903
 
6291
6904
 
6292
6905
 
@@ -6323,7 +6936,12 @@ wmtsLayer.load().then((result) => {
6323
6936
  <td class="type">
6324
6937
 
6325
6938
 
6326
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6939
+ <span class="param-type">
6940
+
6941
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6942
+
6943
+ </span>
6944
+
6327
6945
 
6328
6946
 
6329
6947
 
@@ -6360,7 +6978,12 @@ wmtsLayer.load().then((result) => {
6360
6978
  <td class="type">
6361
6979
 
6362
6980
 
6363
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6981
+ <span class="param-type">
6982
+
6983
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6984
+
6985
+ </span>
6986
+
6364
6987
 
6365
6988
 
6366
6989
 
@@ -6405,7 +7028,7 @@ wmtsLayer.load().then((result) => {
6405
7028
 
6406
7029
  <dt class="inherited-from">Inherited From:</dt>
6407
7030
  <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>
7031
+ <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
7032
  </li></ul></dd>
6410
7033
 
6411
7034
 
@@ -6541,7 +7164,12 @@ wmtsLayer.load().then((result) => {
6541
7164
  <td class="type">
6542
7165
 
6543
7166
 
6544
- <span class="param-type">Object</span>
7167
+ <span class="param-type">
7168
+
7169
+ Object
7170
+
7171
+ </span>
7172
+
6545
7173
 
6546
7174
 
6547
7175
 
@@ -6574,7 +7202,12 @@ wmtsLayer.load().then((result) => {
6574
7202
  <td class="type">
6575
7203
 
6576
7204
 
6577
- <span class="param-type">String</span>
7205
+ <span class="param-type">
7206
+
7207
+ String
7208
+
7209
+ </span>
7210
+
6578
7211
 
6579
7212
 
6580
7213
 
@@ -6611,7 +7244,12 @@ wmtsLayer.load().then((result) => {
6611
7244
  <td class="type">
6612
7245
 
6613
7246
 
6614
- <span class="param-type">String</span>
7247
+ <span class="param-type">
7248
+
7249
+ String
7250
+
7251
+ </span>
7252
+
6615
7253
 
6616
7254
 
6617
7255
 
@@ -6648,7 +7286,12 @@ wmtsLayer.load().then((result) => {
6648
7286
  <td class="type">
6649
7287
 
6650
7288
 
6651
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7289
+ <span class="param-type">
7290
+
7291
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7292
+
7293
+ </span>
7294
+
6652
7295
 
6653
7296
 
6654
7297
 
@@ -6685,7 +7328,12 @@ wmtsLayer.load().then((result) => {
6685
7328
  <td class="type">
6686
7329
 
6687
7330
 
6688
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7331
+ <span class="param-type">
7332
+
7333
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7334
+
7335
+ </span>
7336
+
6689
7337
 
6690
7338
 
6691
7339
 
@@ -6722,7 +7370,12 @@ wmtsLayer.load().then((result) => {
6722
7370
  <td class="type">
6723
7371
 
6724
7372
 
6725
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7373
+ <span class="param-type">
7374
+
7375
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7376
+
7377
+ </span>
7378
+
6726
7379
 
6727
7380
 
6728
7381
 
@@ -6759,7 +7412,12 @@ wmtsLayer.load().then((result) => {
6759
7412
  <td class="type">
6760
7413
 
6761
7414
 
6762
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7415
+ <span class="param-type">
7416
+
7417
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7418
+
7419
+ </span>
7420
+
6763
7421
 
6764
7422
 
6765
7423
 
@@ -6796,7 +7454,12 @@ wmtsLayer.load().then((result) => {
6796
7454
  <td class="type">
6797
7455
 
6798
7456
 
6799
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7457
+ <span class="param-type">
7458
+
7459
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7460
+
7461
+ </span>
7462
+
6800
7463
 
6801
7464
 
6802
7465
 
@@ -6841,7 +7504,7 @@ wmtsLayer.load().then((result) => {
6841
7504
 
6842
7505
  <dt class="inherited-from">Inherited From:</dt>
6843
7506
  <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>
7507
+ <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
7508
  </li></ul></dd>
6846
7509
 
6847
7510
 
@@ -6987,7 +7650,12 @@ wmtsLayer.load().then((result) => {
6987
7650
  <td class="type">
6988
7651
 
6989
7652
 
6990
- <span class="param-type">Object</span>
7653
+ <span class="param-type">
7654
+
7655
+ Object
7656
+
7657
+ </span>
7658
+
6991
7659
 
6992
7660
 
6993
7661
 
@@ -7020,7 +7688,12 @@ wmtsLayer.load().then((result) => {
7020
7688
  <td class="type">
7021
7689
 
7022
7690
 
7023
- <span class="param-type">String</span>
7691
+ <span class="param-type">
7692
+
7693
+ String
7694
+
7695
+ </span>
7696
+
7024
7697
 
7025
7698
 
7026
7699
 
@@ -7057,7 +7730,12 @@ wmtsLayer.load().then((result) => {
7057
7730
  <td class="type">
7058
7731
 
7059
7732
 
7060
- <span class="param-type">String</span>
7733
+ <span class="param-type">
7734
+
7735
+ String
7736
+
7737
+ </span>
7738
+
7061
7739
 
7062
7740
 
7063
7741
 
@@ -7094,7 +7772,12 @@ wmtsLayer.load().then((result) => {
7094
7772
  <td class="type">
7095
7773
 
7096
7774
 
7097
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7775
+ <span class="param-type">
7776
+
7777
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7778
+
7779
+ </span>
7780
+
7098
7781
 
7099
7782
 
7100
7783
 
@@ -7131,7 +7814,12 @@ wmtsLayer.load().then((result) => {
7131
7814
  <td class="type">
7132
7815
 
7133
7816
 
7134
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7817
+ <span class="param-type">
7818
+
7819
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7820
+
7821
+ </span>
7822
+
7135
7823
 
7136
7824
 
7137
7825
 
@@ -7168,7 +7856,12 @@ wmtsLayer.load().then((result) => {
7168
7856
  <td class="type">
7169
7857
 
7170
7858
 
7171
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7859
+ <span class="param-type">
7860
+
7861
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7862
+
7863
+ </span>
7864
+
7172
7865
 
7173
7866
 
7174
7867
 
@@ -7205,7 +7898,12 @@ wmtsLayer.load().then((result) => {
7205
7898
  <td class="type">
7206
7899
 
7207
7900
 
7208
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7901
+ <span class="param-type">
7902
+
7903
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7904
+
7905
+ </span>
7906
+
7209
7907
 
7210
7908
 
7211
7909
 
@@ -7242,7 +7940,12 @@ wmtsLayer.load().then((result) => {
7242
7940
  <td class="type">
7243
7941
 
7244
7942
 
7245
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7943
+ <span class="param-type">
7944
+
7945
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7946
+
7947
+ </span>
7948
+
7246
7949
 
7247
7950
 
7248
7951
 
@@ -7287,7 +7990,7 @@ wmtsLayer.load().then((result) => {
7287
7990
 
7288
7991
  <dt class="inherited-from">Inherited From:</dt>
7289
7992
  <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>
7993
+ <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
7994
  </li></ul></dd>
7292
7995
 
7293
7996
 
@@ -7423,7 +8126,12 @@ wmtsLayer.load().then((result) => {
7423
8126
  <td class="type">
7424
8127
 
7425
8128
 
7426
- <span class="param-type">Object</span>
8129
+ <span class="param-type">
8130
+
8131
+ Object
8132
+
8133
+ </span>
8134
+
7427
8135
 
7428
8136
 
7429
8137
 
@@ -7456,7 +8164,12 @@ wmtsLayer.load().then((result) => {
7456
8164
  <td class="type">
7457
8165
 
7458
8166
 
7459
- <span class="param-type">String</span>
8167
+ <span class="param-type">
8168
+
8169
+ String
8170
+
8171
+ </span>
8172
+
7460
8173
 
7461
8174
 
7462
8175
 
@@ -7493,7 +8206,12 @@ wmtsLayer.load().then((result) => {
7493
8206
  <td class="type">
7494
8207
 
7495
8208
 
7496
- <span class="param-type">String</span>
8209
+ <span class="param-type">
8210
+
8211
+ String
8212
+
8213
+ </span>
8214
+
7497
8215
 
7498
8216
 
7499
8217
 
@@ -7530,7 +8248,12 @@ wmtsLayer.load().then((result) => {
7530
8248
  <td class="type">
7531
8249
 
7532
8250
 
7533
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8251
+ <span class="param-type">
8252
+
8253
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8254
+
8255
+ </span>
8256
+
7534
8257
 
7535
8258
 
7536
8259
 
@@ -7567,7 +8290,12 @@ wmtsLayer.load().then((result) => {
7567
8290
  <td class="type">
7568
8291
 
7569
8292
 
7570
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8293
+ <span class="param-type">
8294
+
8295
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8296
+
8297
+ </span>
8298
+
7571
8299
 
7572
8300
 
7573
8301
 
@@ -7604,7 +8332,12 @@ wmtsLayer.load().then((result) => {
7604
8332
  <td class="type">
7605
8333
 
7606
8334
 
7607
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8335
+ <span class="param-type">
8336
+
8337
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8338
+
8339
+ </span>
8340
+
7608
8341
 
7609
8342
 
7610
8343
 
@@ -7641,7 +8374,12 @@ wmtsLayer.load().then((result) => {
7641
8374
  <td class="type">
7642
8375
 
7643
8376
 
7644
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8377
+ <span class="param-type">
8378
+
8379
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8380
+
8381
+ </span>
8382
+
7645
8383
 
7646
8384
 
7647
8385
 
@@ -7678,7 +8416,12 @@ wmtsLayer.load().then((result) => {
7678
8416
  <td class="type">
7679
8417
 
7680
8418
 
7681
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8419
+ <span class="param-type">
8420
+
8421
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8422
+
8423
+ </span>
8424
+
7682
8425
 
7683
8426
 
7684
8427
 
@@ -7723,7 +8466,7 @@ wmtsLayer.load().then((result) => {
7723
8466
 
7724
8467
  <dt class="inherited-from">Inherited From:</dt>
7725
8468
  <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>
8469
+ <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
8470
  </li></ul></dd>
7728
8471
 
7729
8472