@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -89,13 +89,17 @@ 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>
99
103
 
100
104
 
101
105
 
@@ -116,13 +120,17 @@ if(layer.loadStatus === 'loaded') {<br/>
116
120
 
117
121
  <tr class="deep-level-1">
118
122
 
119
- <td class="name" id="url"><code>url</code></td>
123
+ <td class="name"><code>url</code></td>
120
124
 
121
125
 
122
126
  <td class="type">
123
127
 
124
128
 
125
- <span class="param-type">String</span>
129
+ <span class="param-type">
130
+
131
+ String
132
+
133
+ </span>
126
134
 
127
135
 
128
136
 
@@ -155,13 +163,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
155
163
 
156
164
  <tr class="deep-level-1">
157
165
 
158
- <td class="name" id="activeLayer"><code>activeLayer</code></td>
166
+ <td class="name"><code>activeLayer</code></td>
159
167
 
160
168
 
161
169
  <td class="type">
162
170
 
163
171
 
164
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
165
177
 
166
178
 
167
179
 
@@ -182,13 +194,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
182
194
 
183
195
  <tr class="deep-level-1">
184
196
 
185
- <td class="name" id="opacity"><code>opacity</code></td>
197
+ <td class="name"><code>opacity</code></td>
186
198
 
187
199
 
188
200
  <td class="type">
189
201
 
190
202
 
191
- <span class="param-type">Number</span>
203
+ <span class="param-type">
204
+
205
+ Number
206
+
207
+ </span>
192
208
 
193
209
 
194
210
 
@@ -211,13 +227,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
211
227
 
212
228
  <tr class="deep-level-1">
213
229
 
214
- <td class="name" id="visible"><code>visible</code></td>
230
+ <td class="name"><code>visible</code></td>
215
231
 
216
232
 
217
233
  <td class="type">
218
234
 
219
235
 
220
- <span class="param-type">Boolean</span>
236
+ <span class="param-type">
237
+
238
+ Boolean
239
+
240
+ </span>
221
241
 
222
242
 
223
243
 
@@ -240,13 +260,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
240
260
 
241
261
  <tr class="deep-level-1">
242
262
 
243
- <td class="name" id="minScale"><code>minScale</code></td>
263
+ <td class="name"><code>minScale</code></td>
244
264
 
245
265
 
246
266
  <td class="type">
247
267
 
248
268
 
249
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
250
274
 
251
275
 
252
276
 
@@ -269,13 +293,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
269
293
 
270
294
  <tr class="deep-level-1">
271
295
 
272
- <td class="name" id="maxScale"><code>maxScale</code></td>
296
+ <td class="name"><code>maxScale</code></td>
273
297
 
274
298
 
275
299
  <td class="type">
276
300
 
277
301
 
278
- <span class="param-type">Number</span>
302
+ <span class="param-type">
303
+
304
+ Number
305
+
306
+ </span>
279
307
 
280
308
 
281
309
 
@@ -298,13 +326,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
298
326
 
299
327
  <tr class="deep-level-1">
300
328
 
301
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
329
+ <td class="name"><code>tokenKey</code></td>
302
330
 
303
331
 
304
332
  <td class="type">
305
333
 
306
334
 
307
- <span class="param-type">String</span>
335
+ <span class="param-type">
336
+
337
+ String
338
+
339
+ </span>
308
340
 
309
341
 
310
342
 
@@ -327,13 +359,17 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
327
359
 
328
360
  <tr class="deep-level-1">
329
361
 
330
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
362
+ <td class="name"><code>tokenValue</code></td>
331
363
 
332
364
 
333
365
  <td class="type">
334
366
 
335
367
 
336
- <span class="param-type">String</span>
368
+ <span class="param-type">
369
+
370
+ String
371
+
372
+ </span>
337
373
 
338
374
 
339
375
 
@@ -354,25 +390,45 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
354
390
 
355
391
  <tr class="deep-level-1">
356
392
 
357
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
393
+ <td class="name"><code>clippingArea</code></td>
358
394
 
359
395
 
360
396
  <td class="type">
361
397
 
362
398
 
363
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
364
404
  |
365
405
 
366
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
367
411
  |
368
412
 
369
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
370
418
  |
371
419
 
372
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
373
425
  |
374
426
 
375
- <span class="param-type">null</span>
427
+ <span class="param-type">
428
+
429
+ null
430
+
431
+ </span>
376
432
 
377
433
 
378
434
 
@@ -447,19 +503,19 @@ w:墨卡托坐标系(3857)、c:经纬度坐标系(4326)<br/>
447
503
  <div class="column is-2"><label>绑定事件</label></div>
448
504
  <div class="column is-10">
449
505
  <ul>
450
- <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>
451
507
 
452
- <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>
453
509
 
454
- <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>
455
511
 
456
- <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>
457
513
 
458
- <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>
459
515
 
460
- <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>
461
517
 
462
- <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>
463
519
  </ul>
464
520
  </div>
465
521
  </div>
@@ -668,7 +724,11 @@ map.add(layer)</code></pre>
668
724
  <td class="name">
669
725
  <code>
670
726
 
671
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
672
732
 
673
733
 
674
734
 
@@ -682,19 +742,39 @@ map.add(layer)</code></pre>
682
742
  <td class="name">
683
743
  <code>
684
744
 
685
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
686
750
  |
687
751
 
688
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
689
757
  |
690
758
 
691
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
692
764
  |
693
765
 
694
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
695
771
  |
696
772
 
697
- <span class="param-type">null</span>
773
+ <span class="param-type">
774
+
775
+ null
776
+
777
+ </span>
698
778
 
699
779
 
700
780
 
@@ -708,7 +788,11 @@ map.add(layer)</code></pre>
708
788
  <td class="name">
709
789
  <code>
710
790
 
711
- <span class="param-type">String</span>
791
+ <span class="param-type">
792
+
793
+ String
794
+
795
+ </span>
712
796
 
713
797
 
714
798
 
@@ -722,7 +806,11 @@ map.add(layer)</code></pre>
722
806
  <td class="name">
723
807
  <code>
724
808
 
725
- <span class="param-type">String</span>
809
+ <span class="param-type">
810
+
811
+ String
812
+
813
+ </span>
726
814
 
727
815
 
728
816
 
@@ -736,7 +824,11 @@ map.add(layer)</code></pre>
736
824
  <td class="name">
737
825
  <code>
738
826
 
739
- <span class="param-type">Object</span>
827
+ <span class="param-type">
828
+
829
+ Object
830
+
831
+ </span>
740
832
 
741
833
 
742
834
 
@@ -750,7 +842,11 @@ map.add(layer)</code></pre>
750
842
  <td class="name">
751
843
  <code>
752
844
 
753
- <span class="param-type">String</span>
845
+ <span class="param-type">
846
+
847
+ String
848
+
849
+ </span>
754
850
 
755
851
 
756
852
 
@@ -764,7 +860,11 @@ map.add(layer)</code></pre>
764
860
  <td class="name">
765
861
  <code>
766
862
 
767
- <span class="param-type">Object</span>
863
+ <span class="param-type">
864
+
865
+ Object
866
+
867
+ </span>
768
868
 
769
869
 
770
870
 
@@ -778,7 +878,11 @@ map.add(layer)</code></pre>
778
878
  <td class="name">
779
879
  <code>
780
880
 
781
- <span class="param-type">Object</span>
881
+ <span class="param-type">
882
+
883
+ Object
884
+
885
+ </span>
782
886
 
783
887
 
784
888
 
@@ -792,7 +896,11 @@ map.add(layer)</code></pre>
792
896
  <td class="name">
793
897
  <code>
794
898
 
795
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
796
904
 
797
905
 
798
906
 
@@ -806,7 +914,11 @@ map.add(layer)</code></pre>
806
914
  <td class="name">
807
915
  <code>
808
916
 
809
- <span class="param-type">String</span>
917
+ <span class="param-type">
918
+
919
+ String
920
+
921
+ </span>
810
922
 
811
923
 
812
924
 
@@ -820,7 +932,11 @@ map.add(layer)</code></pre>
820
932
  <td class="name">
821
933
  <code>
822
934
 
823
- <span class="param-type">String</span>
935
+ <span class="param-type">
936
+
937
+ String
938
+
939
+ </span>
824
940
 
825
941
 
826
942
 
@@ -834,7 +950,11 @@ map.add(layer)</code></pre>
834
950
  <td class="name">
835
951
  <code>
836
952
 
837
- <span class="param-type">String</span>
953
+ <span class="param-type">
954
+
955
+ String
956
+
957
+ </span>
838
958
 
839
959
 
840
960
 
@@ -848,7 +968,11 @@ map.add(layer)</code></pre>
848
968
  <td class="name">
849
969
  <code>
850
970
 
851
- <span class="param-type">Number</span>
971
+ <span class="param-type">
972
+
973
+ Number
974
+
975
+ </span>
852
976
 
853
977
 
854
978
 
@@ -862,7 +986,11 @@ map.add(layer)</code></pre>
862
986
  <td class="name">
863
987
  <code>
864
988
 
865
- <span class="param-type">Boolean</span>
989
+ <span class="param-type">
990
+
991
+ Boolean
992
+
993
+ </span>
866
994
 
867
995
 
868
996
 
@@ -876,7 +1004,11 @@ map.add(layer)</code></pre>
876
1004
  <td class="name">
877
1005
  <code>
878
1006
 
879
- <span class="param-type">String</span>
1007
+ <span class="param-type">
1008
+
1009
+ String
1010
+
1011
+ </span>
880
1012
 
881
1013
 
882
1014
 
@@ -890,7 +1022,11 @@ map.add(layer)</code></pre>
890
1022
  <td class="name">
891
1023
  <code>
892
1024
 
893
- <span class="param-type">Number</span>
1025
+ <span class="param-type">
1026
+
1027
+ Number
1028
+
1029
+ </span>
894
1030
 
895
1031
 
896
1032
 
@@ -904,7 +1040,11 @@ map.add(layer)</code></pre>
904
1040
  <td class="name">
905
1041
  <code>
906
1042
 
907
- <span class="param-type">Number</span>
1043
+ <span class="param-type">
1044
+
1045
+ Number
1046
+
1047
+ </span>
908
1048
 
909
1049
 
910
1050
 
@@ -918,7 +1058,11 @@ map.add(layer)</code></pre>
918
1058
  <td class="name">
919
1059
  <code>
920
1060
 
921
- <span class="param-type">Number</span>
1061
+ <span class="param-type">
1062
+
1063
+ Number
1064
+
1065
+ </span>
922
1066
 
923
1067
 
924
1068
 
@@ -932,7 +1076,11 @@ map.add(layer)</code></pre>
932
1076
  <td class="name">
933
1077
  <code>
934
1078
 
935
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
936
1084
 
937
1085
 
938
1086
 
@@ -946,7 +1094,11 @@ map.add(layer)</code></pre>
946
1094
  <td class="name">
947
1095
  <code>
948
1096
 
949
- <span class="param-type">Array.&lt;<a link="Array.<WMTSSubLayer>.html" onclick="getTypeHTML(event)" 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>
950
1102
 
951
1103
 
952
1104
 
@@ -960,7 +1112,11 @@ map.add(layer)</code></pre>
960
1112
  <td class="name">
961
1113
  <code>
962
1114
 
963
- <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" 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>
964
1120
 
965
1121
 
966
1122
 
@@ -974,7 +1130,11 @@ map.add(layer)</code></pre>
974
1130
  <td class="name">
975
1131
  <code>
976
1132
 
977
- <span class="param-type">String</span>
1133
+ <span class="param-type">
1134
+
1135
+ String
1136
+
1137
+ </span>
978
1138
 
979
1139
 
980
1140
 
@@ -988,7 +1148,11 @@ map.add(layer)</code></pre>
988
1148
  <td class="name">
989
1149
  <code>
990
1150
 
991
- <span class="param-type">String</span>
1151
+ <span class="param-type">
1152
+
1153
+ String
1154
+
1155
+ </span>
992
1156
 
993
1157
 
994
1158
 
@@ -1002,7 +1166,11 @@ map.add(layer)</code></pre>
1002
1166
  <td class="name">
1003
1167
  <code>
1004
1168
 
1005
- <span class="param-type">String</span>
1169
+ <span class="param-type">
1170
+
1171
+ String
1172
+
1173
+ </span>
1006
1174
 
1007
1175
 
1008
1176
 
@@ -1016,7 +1184,11 @@ map.add(layer)</code></pre>
1016
1184
  <td class="name">
1017
1185
  <code>
1018
1186
 
1019
- <span class="param-type">type</span>
1187
+ <span class="param-type">
1188
+
1189
+ type
1190
+
1191
+ </span>
1020
1192
 
1021
1193
 
1022
1194
 
@@ -1030,7 +1202,11 @@ map.add(layer)</code></pre>
1030
1202
  <td class="name">
1031
1203
  <code>
1032
1204
 
1033
- <span class="param-type">String</span>
1205
+ <span class="param-type">
1206
+
1207
+ String
1208
+
1209
+ </span>
1034
1210
 
1035
1211
 
1036
1212
 
@@ -1044,7 +1220,11 @@ map.add(layer)</code></pre>
1044
1220
  <td class="name">
1045
1221
  <code>
1046
1222
 
1047
- <span class="param-type">String</span>
1223
+ <span class="param-type">
1224
+
1225
+ String
1226
+
1227
+ </span>
1048
1228
 
1049
1229
 
1050
1230
 
@@ -1058,7 +1238,11 @@ map.add(layer)</code></pre>
1058
1238
  <td class="name">
1059
1239
  <code>
1060
1240
 
1061
- <span class="param-type">Number</span>
1241
+ <span class="param-type">
1242
+
1243
+ Number
1244
+
1245
+ </span>
1062
1246
 
1063
1247
 
1064
1248
 
@@ -1078,7 +1262,11 @@ map.add(layer)</code></pre>
1078
1262
  <span class="method-parameter is-pulled-right">
1079
1263
  <label>类型:</label>
1080
1264
 
1081
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
1082
1270
 
1083
1271
 
1084
1272
 
@@ -1149,19 +1337,39 @@ map.add(layer)</code></pre>
1149
1337
  <span class="method-parameter is-pulled-right">
1150
1338
  <label>类型:</label>
1151
1339
 
1152
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
1153
1345
  |
1154
1346
 
1155
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1156
1352
  |
1157
1353
 
1158
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
1159
1359
  |
1160
1360
 
1161
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
1162
1366
  |
1163
1367
 
1164
- <span class="param-type">null</span>
1368
+ <span class="param-type">
1369
+
1370
+ null
1371
+
1372
+ </span>
1165
1373
 
1166
1374
 
1167
1375
 
@@ -1232,7 +1440,11 @@ map.add(layer)</code></pre>
1232
1440
  <span class="method-parameter is-pulled-right">
1233
1441
  <label>类型:</label>
1234
1442
 
1235
- <span class="param-type">String</span>
1443
+ <span class="param-type">
1444
+
1445
+ String
1446
+
1447
+ </span>
1236
1448
 
1237
1449
 
1238
1450
 
@@ -1312,7 +1524,11 @@ map.add(layer)</code></pre>
1312
1524
  <span class="method-parameter is-pulled-right">
1313
1525
  <label>类型:</label>
1314
1526
 
1315
- <span class="param-type">String</span>
1527
+ <span class="param-type">
1528
+
1529
+ String
1530
+
1531
+ </span>
1316
1532
 
1317
1533
 
1318
1534
 
@@ -1387,7 +1603,11 @@ map.add(layer)</code></pre>
1387
1603
  <span class="method-parameter is-pulled-right">
1388
1604
  <label>类型:</label>
1389
1605
 
1390
- <span class="param-type">Object</span>
1606
+ <span class="param-type">
1607
+
1608
+ Object
1609
+
1610
+ </span>
1391
1611
 
1392
1612
 
1393
1613
 
@@ -1463,7 +1683,11 @@ map.add(layer)</code></pre>
1463
1683
  <span class="method-parameter is-pulled-right">
1464
1684
  <label>类型:</label>
1465
1685
 
1466
- <span class="param-type">String</span>
1686
+ <span class="param-type">
1687
+
1688
+ String
1689
+
1690
+ </span>
1467
1691
 
1468
1692
 
1469
1693
 
@@ -1543,7 +1767,11 @@ map.add(layer)</code></pre>
1543
1767
  <span class="method-parameter is-pulled-right">
1544
1768
  <label>类型:</label>
1545
1769
 
1546
- <span class="param-type">Object</span>
1770
+ <span class="param-type">
1771
+
1772
+ Object
1773
+
1774
+ </span>
1547
1775
 
1548
1776
 
1549
1777
 
@@ -1619,7 +1847,11 @@ map.add(layer)</code></pre>
1619
1847
  <span class="method-parameter is-pulled-right">
1620
1848
  <label>类型:</label>
1621
1849
 
1622
- <span class="param-type">Object</span>
1850
+ <span class="param-type">
1851
+
1852
+ Object
1853
+
1854
+ </span>
1623
1855
 
1624
1856
 
1625
1857
 
@@ -1695,7 +1927,11 @@ map.add(layer)</code></pre>
1695
1927
  <span class="method-parameter is-pulled-right">
1696
1928
  <label>类型:</label>
1697
1929
 
1698
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1699
1935
 
1700
1936
 
1701
1937
 
@@ -1771,7 +2007,11 @@ map.add(layer)</code></pre>
1771
2007
  <span class="method-parameter is-pulled-right">
1772
2008
  <label>类型:</label>
1773
2009
 
1774
- <span class="param-type">String</span>
2010
+ <span class="param-type">
2011
+
2012
+ String
2013
+
2014
+ </span>
1775
2015
 
1776
2016
 
1777
2017
 
@@ -1847,7 +2087,11 @@ map.add(layer)</code></pre>
1847
2087
  <span class="method-parameter is-pulled-right">
1848
2088
  <label>类型:</label>
1849
2089
 
1850
- <span class="param-type">String</span>
2090
+ <span class="param-type">
2091
+
2092
+ String
2093
+
2094
+ </span>
1851
2095
 
1852
2096
 
1853
2097
 
@@ -1923,7 +2167,11 @@ map.add(layer)</code></pre>
1923
2167
  <span class="method-parameter is-pulled-right">
1924
2168
  <label>类型:</label>
1925
2169
 
1926
- <span class="param-type">String</span>
2170
+ <span class="param-type">
2171
+
2172
+ String
2173
+
2174
+ </span>
1927
2175
 
1928
2176
 
1929
2177
 
@@ -2003,7 +2251,11 @@ map.add(layer)</code></pre>
2003
2251
  <span class="method-parameter is-pulled-right">
2004
2252
  <label>类型:</label>
2005
2253
 
2006
- <span class="param-type">Number</span>
2254
+ <span class="param-type">
2255
+
2256
+ Number
2257
+
2258
+ </span>
2007
2259
 
2008
2260
 
2009
2261
 
@@ -2079,7 +2331,11 @@ map.add(layer)</code></pre>
2079
2331
  <span class="method-parameter is-pulled-right">
2080
2332
  <label>类型:</label>
2081
2333
 
2082
- <span class="param-type">Boolean</span>
2334
+ <span class="param-type">
2335
+
2336
+ Boolean
2337
+
2338
+ </span>
2083
2339
 
2084
2340
 
2085
2341
 
@@ -2164,7 +2420,11 @@ map.add(layer)</code></pre>
2164
2420
  <span class="method-parameter is-pulled-right">
2165
2421
  <label>类型:</label>
2166
2422
 
2167
- <span class="param-type">String</span>
2423
+ <span class="param-type">
2424
+
2425
+ String
2426
+
2427
+ </span>
2168
2428
 
2169
2429
 
2170
2430
 
@@ -2249,7 +2509,11 @@ map.add(layer)</code></pre>
2249
2509
  <span class="method-parameter is-pulled-right">
2250
2510
  <label>类型:</label>
2251
2511
 
2252
- <span class="param-type">Number</span>
2512
+ <span class="param-type">
2513
+
2514
+ Number
2515
+
2516
+ </span>
2253
2517
 
2254
2518
 
2255
2519
 
@@ -2325,7 +2589,11 @@ map.add(layer)</code></pre>
2325
2589
  <span class="method-parameter is-pulled-right">
2326
2590
  <label>类型:</label>
2327
2591
 
2328
- <span class="param-type">Number</span>
2592
+ <span class="param-type">
2593
+
2594
+ Number
2595
+
2596
+ </span>
2329
2597
 
2330
2598
 
2331
2599
 
@@ -2401,7 +2669,11 @@ map.add(layer)</code></pre>
2401
2669
  <span class="method-parameter is-pulled-right">
2402
2670
  <label>类型:</label>
2403
2671
 
2404
- <span class="param-type">Number</span>
2672
+ <span class="param-type">
2673
+
2674
+ Number
2675
+
2676
+ </span>
2405
2677
 
2406
2678
 
2407
2679
 
@@ -2477,7 +2749,11 @@ map.add(layer)</code></pre>
2477
2749
  <span class="method-parameter is-pulled-right">
2478
2750
  <label>类型:</label>
2479
2751
 
2480
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
2481
2757
 
2482
2758
 
2483
2759
 
@@ -2557,7 +2833,11 @@ map.add(layer)</code></pre>
2557
2833
  <span class="method-parameter is-pulled-right">
2558
2834
  <label>类型:</label>
2559
2835
 
2560
- <span class="param-type">Array.&lt;<a link="Array.<WMTSSubLayer>.html" onclick="getTypeHTML(event)" 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>
2561
2841
 
2562
2842
 
2563
2843
 
@@ -2632,7 +2912,11 @@ map.add(layer)</code></pre>
2632
2912
  <span class="method-parameter is-pulled-right">
2633
2913
  <label>类型:</label>
2634
2914
 
2635
- <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" 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>
2636
2920
 
2637
2921
 
2638
2922
 
@@ -2707,7 +2991,11 @@ map.add(layer)</code></pre>
2707
2991
  <span class="method-parameter is-pulled-right">
2708
2992
  <label>类型:</label>
2709
2993
 
2710
- <span class="param-type">String</span>
2994
+ <span class="param-type">
2995
+
2996
+ String
2997
+
2998
+ </span>
2711
2999
 
2712
3000
 
2713
3001
 
@@ -2783,7 +3071,11 @@ map.add(layer)</code></pre>
2783
3071
  <span class="method-parameter is-pulled-right">
2784
3072
  <label>类型:</label>
2785
3073
 
2786
- <span class="param-type">String</span>
3074
+ <span class="param-type">
3075
+
3076
+ String
3077
+
3078
+ </span>
2787
3079
 
2788
3080
 
2789
3081
 
@@ -2864,7 +3156,11 @@ map.add(layer)</code></pre>
2864
3156
  <span class="method-parameter is-pulled-right">
2865
3157
  <label>类型:</label>
2866
3158
 
2867
- <span class="param-type">String</span>
3159
+ <span class="param-type">
3160
+
3161
+ String
3162
+
3163
+ </span>
2868
3164
 
2869
3165
 
2870
3166
 
@@ -2940,7 +3236,11 @@ map.add(layer)</code></pre>
2940
3236
  <span class="method-parameter is-pulled-right">
2941
3237
  <label>类型:</label>
2942
3238
 
2943
- <span class="param-type">type</span>
3239
+ <span class="param-type">
3240
+
3241
+ type
3242
+
3243
+ </span>
2944
3244
 
2945
3245
 
2946
3246
 
@@ -3020,7 +3320,11 @@ map.add(layer)</code></pre>
3020
3320
  <span class="method-parameter is-pulled-right">
3021
3321
  <label>类型:</label>
3022
3322
 
3023
- <span class="param-type">String</span>
3323
+ <span class="param-type">
3324
+
3325
+ String
3326
+
3327
+ </span>
3024
3328
 
3025
3329
 
3026
3330
 
@@ -3095,7 +3399,11 @@ map.add(layer)</code></pre>
3095
3399
  <span class="method-parameter is-pulled-right">
3096
3400
  <label>类型:</label>
3097
3401
 
3098
- <span class="param-type">String</span>
3402
+ <span class="param-type">
3403
+
3404
+ String
3405
+
3406
+ </span>
3099
3407
 
3100
3408
 
3101
3409
 
@@ -3171,7 +3479,11 @@ map.add(layer)</code></pre>
3171
3479
  <span class="method-parameter is-pulled-right">
3172
3480
  <label>类型:</label>
3173
3481
 
3174
- <span class="param-type">Number</span>
3482
+ <span class="param-type">
3483
+
3484
+ Number
3485
+
3486
+ </span>
3175
3487
 
3176
3488
 
3177
3489
 
@@ -3269,7 +3581,7 @@ map.add(layer)</code></pre>
3269
3581
 
3270
3582
  </code>
3271
3583
  </td>
3272
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3584
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3273
3585
  </tr>
3274
3586
 
3275
3587
  <tr class="deep-level-0">
@@ -3278,14 +3590,18 @@ map.add(layer)</code></pre>
3278
3590
  <code>
3279
3591
 
3280
3592
 
3281
- <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" 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>
3282
3598
 
3283
3599
 
3284
3600
 
3285
3601
 
3286
3602
  </code>
3287
3603
  </td>
3288
- <td class="name"><code><p>通过url创建图层对象<a id='fromServerUrl'></a></p></code></td>
3604
+ <td class="name"><code><p>通过url创建图层对象</code></td>
3289
3605
  </tr>
3290
3606
 
3291
3607
  <tr class="deep-level-0">
@@ -3294,7 +3610,11 @@ map.add(layer)</code></pre>
3294
3610
  <code>
3295
3611
 
3296
3612
 
3297
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
3298
3618
 
3299
3619
 
3300
3620
 
@@ -3310,7 +3630,11 @@ map.add(layer)</code></pre>
3310
3630
  <code>
3311
3631
 
3312
3632
 
3313
- <span class="param-type">*</span>
3633
+ <span class="param-type">
3634
+
3635
+ *
3636
+
3637
+ </span>
3314
3638
 
3315
3639
 
3316
3640
 
@@ -3326,14 +3650,18 @@ map.add(layer)</code></pre>
3326
3650
  <code>
3327
3651
 
3328
3652
 
3329
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
3330
3658
 
3331
3659
 
3332
3660
 
3333
3661
 
3334
3662
  </code>
3335
3663
  </td>
3336
- <td class="name"><code><p>根据id查询子图层<a id='findSublayerById'></a></p></code></td>
3664
+ <td class="name"><code><p>根据id查询子图层</code></td>
3337
3665
  </tr>
3338
3666
 
3339
3667
  <tr class="deep-level-0">
@@ -3342,14 +3670,18 @@ map.add(layer)</code></pre>
3342
3670
  <code>
3343
3671
 
3344
3672
 
3345
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" 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>
3346
3678
 
3347
3679
 
3348
3680
 
3349
3681
 
3350
3682
  </code>
3351
3683
  </td>
3352
- <td class="name"><code><p>获取当前图层瓦片裁图信息<a id='getCurrentTileInfo'></a></p></code></td>
3684
+ <td class="name"><code><p>获取当前图层瓦片裁图信息</code></td>
3353
3685
  </tr>
3354
3686
 
3355
3687
  <tr class="deep-level-0">
@@ -3358,7 +3690,11 @@ map.add(layer)</code></pre>
3358
3690
  <code>
3359
3691
 
3360
3692
 
3361
- <span class="param-type">Boolean</span>
3693
+ <span class="param-type">
3694
+
3695
+ Boolean
3696
+
3697
+ </span>
3362
3698
 
3363
3699
 
3364
3700
 
@@ -3375,7 +3711,7 @@ map.add(layer)</code></pre>
3375
3711
 
3376
3712
  </code>
3377
3713
  </td>
3378
- <td class="name"><code><p>加载图层资源<a id='load'></a></p></code></td>
3714
+ <td class="name"><code><p>加载图层资源</code></td>
3379
3715
  </tr>
3380
3716
 
3381
3717
  <tr class="deep-level-0">
@@ -3394,7 +3730,11 @@ map.add(layer)</code></pre>
3394
3730
  <code>
3395
3731
 
3396
3732
 
3397
- <span class="param-type">Object</span>
3733
+ <span class="param-type">
3734
+
3735
+ Object
3736
+
3737
+ </span>
3398
3738
 
3399
3739
 
3400
3740
 
@@ -3466,13 +3806,17 @@ map.add(layer)</code></pre>
3466
3806
 
3467
3807
  <tr class="deep-level-0">
3468
3808
 
3469
- <td class="name" id="json"><code>json</code></td>
3809
+ <td class="name"><code>json</code></td>
3470
3810
 
3471
3811
 
3472
3812
  <td class="type">
3473
3813
 
3474
3814
 
3475
- <span class="param-type">Object</span>
3815
+ <span class="param-type">
3816
+
3817
+ Object
3818
+
3819
+ </span>
3476
3820
 
3477
3821
 
3478
3822
 
@@ -3628,13 +3972,17 @@ const wmtsLayer = new WMTSLayer.fromJSON(json)</code></pre>
3628
3972
 
3629
3973
  <tr class="deep-level-0">
3630
3974
 
3631
- <td class="name" id="url"><code>url</code></td>
3975
+ <td class="name"><code>url</code></td>
3632
3976
 
3633
3977
 
3634
3978
  <td class="type">
3635
3979
 
3636
3980
 
3637
- <span class="param-type">String</span>
3981
+ <span class="param-type">
3982
+
3983
+ String
3984
+
3985
+ </span>
3638
3986
 
3639
3987
 
3640
3988
 
@@ -3723,7 +4071,11 @@ const wmtsLayer = new WMTSLayer.fromJSON(json)</code></pre>
3723
4071
  <div class='column is-5 has-text-left'>
3724
4072
  <label>类型: </label>
3725
4073
 
3726
- <span class="param-type"><a link="WMTSLayer.html" onclick="getTypeHTML(event)" 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>
3727
4079
 
3728
4080
 
3729
4081
 
@@ -3860,7 +4212,11 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3860
4212
  <div class='column is-5 has-text-left'>
3861
4213
  <label>类型: </label>
3862
4214
 
3863
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
3864
4220
 
3865
4221
 
3866
4222
 
@@ -3976,7 +4332,11 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
3976
4332
  <div class='column is-5 has-text-left'>
3977
4333
  <label>类型: </label>
3978
4334
 
3979
- <span class="param-type">*</span>
4335
+ <span class="param-type">
4336
+
4337
+ *
4338
+
4339
+ </span>
3980
4340
 
3981
4341
 
3982
4342
 
@@ -4048,13 +4408,17 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4048
4408
 
4049
4409
  <tr class="deep-level-0">
4050
4410
 
4051
- <td class="name" id="id"><code>id</code></td>
4411
+ <td class="name"><code>id</code></td>
4052
4412
 
4053
4413
 
4054
4414
  <td class="type">
4055
4415
 
4056
4416
 
4057
- <span class="param-type">Object</span>
4417
+ <span class="param-type">
4418
+
4419
+ Object
4420
+
4421
+ </span>
4058
4422
 
4059
4423
 
4060
4424
 
@@ -4143,7 +4507,11 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4143
4507
  <div class='column is-5 has-text-left'>
4144
4508
  <label>类型: </label>
4145
4509
 
4146
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
4147
4515
 
4148
4516
 
4149
4517
 
@@ -4258,7 +4626,11 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4258
4626
  <div class='column is-5 has-text-left'>
4259
4627
  <label>类型: </label>
4260
4628
 
4261
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" 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>
4262
4634
 
4263
4635
 
4264
4636
 
@@ -4380,7 +4752,11 @@ const wmtsLayer = new WMTSLayer.fromServerUrl(url);</code></pre>
4380
4752
  <div class='column is-5 has-text-left'>
4381
4753
  <label>类型: </label>
4382
4754
 
4383
- <span class="param-type">Boolean</span>
4755
+ <span class="param-type">
4756
+
4757
+ Boolean
4758
+
4759
+ </span>
4384
4760
 
4385
4761
 
4386
4762
 
@@ -4710,7 +5086,11 @@ wmtsLayer.load().then((result) => {
4710
5086
  <div class='column is-5 has-text-left'>
4711
5087
  <label>类型: </label>
4712
5088
 
4713
- <span class="param-type">Object</span>
5089
+ <span class="param-type">
5090
+
5091
+ Object
5092
+
5093
+ </span>
4714
5094
 
4715
5095
 
4716
5096
 
@@ -4750,37 +5130,37 @@ wmtsLayer.load().then((result) => {
4750
5130
  <tbody>
4751
5131
 
4752
5132
  <tr class="deep-level-0">
4753
- <td class="name"><code><a href="WMTSLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5133
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4754
5134
  <td class="name"><code>图层刷新完毕事件</code></td>
4755
5135
  </tr>
4756
5136
 
4757
5137
  <tr class="deep-level-0">
4758
- <td class="name"><code><a href="WMTSLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5138
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4759
5139
  <td class="name"><code>图层加载完毕事件</code></td>
4760
5140
  </tr>
4761
5141
 
4762
5142
  <tr class="deep-level-0">
4763
- <td class="name"><code><a href="WMTSLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5143
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4764
5144
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4765
5145
  </tr>
4766
5146
 
4767
5147
  <tr class="deep-level-0">
4768
- <td class="name"><code><a href="WMTSLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5148
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4769
5149
  <td class="name"><code>图层更新完毕事件</code></td>
4770
5150
  </tr>
4771
5151
 
4772
5152
  <tr class="deep-level-0">
4773
- <td class="name"><code><a href="WMTSLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5153
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4774
5154
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4775
5155
  </tr>
4776
5156
 
4777
5157
  <tr class="deep-level-0">
4778
- <td class="name"><code><a href="WMTSLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5158
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4779
5159
  <td class="name"><code>图层销毁完毕事件</code></td>
4780
5160
  </tr>
4781
5161
 
4782
5162
  <tr class="deep-level-0">
4783
- <td class="name"><code><a href="WMTSLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5163
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4784
5164
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4785
5165
  </tr>
4786
5166
 
@@ -4860,7 +5240,11 @@ wmtsLayer.load().then((result) => {
4860
5240
  <td class="type">
4861
5241
 
4862
5242
 
4863
- <span class="param-type">Object</span>
5243
+ <span class="param-type">
5244
+
5245
+ Object
5246
+
5247
+ </span>
4864
5248
 
4865
5249
 
4866
5250
 
@@ -4894,7 +5278,11 @@ wmtsLayer.load().then((result) => {
4894
5278
  <td class="type">
4895
5279
 
4896
5280
 
4897
- <span class="param-type">String</span>
5281
+ <span class="param-type">
5282
+
5283
+ String
5284
+
5285
+ </span>
4898
5286
 
4899
5287
 
4900
5288
 
@@ -4932,7 +5320,11 @@ wmtsLayer.load().then((result) => {
4932
5320
  <td class="type">
4933
5321
 
4934
5322
 
4935
- <span class="param-type">String</span>
5323
+ <span class="param-type">
5324
+
5325
+ String
5326
+
5327
+ </span>
4936
5328
 
4937
5329
 
4938
5330
 
@@ -4970,7 +5362,11 @@ wmtsLayer.load().then((result) => {
4970
5362
  <td class="type">
4971
5363
 
4972
5364
 
4973
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
4974
5370
 
4975
5371
 
4976
5372
 
@@ -5008,7 +5404,11 @@ wmtsLayer.load().then((result) => {
5008
5404
  <td class="type">
5009
5405
 
5010
5406
 
5011
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5012
5412
 
5013
5413
 
5014
5414
 
@@ -5046,7 +5446,11 @@ wmtsLayer.load().then((result) => {
5046
5446
  <td class="type">
5047
5447
 
5048
5448
 
5049
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5050
5454
 
5051
5455
 
5052
5456
 
@@ -5084,7 +5488,11 @@ wmtsLayer.load().then((result) => {
5084
5488
  <td class="type">
5085
5489
 
5086
5490
 
5087
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5088
5496
 
5089
5497
 
5090
5498
 
@@ -5122,7 +5530,11 @@ wmtsLayer.load().then((result) => {
5122
5530
  <td class="type">
5123
5531
 
5124
5532
 
5125
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
5126
5538
 
5127
5539
 
5128
5540
 
@@ -5314,7 +5726,11 @@ wmtsLayer.load().then((result) => {
5314
5726
  <td class="type">
5315
5727
 
5316
5728
 
5317
- <span class="param-type">Object</span>
5729
+ <span class="param-type">
5730
+
5731
+ Object
5732
+
5733
+ </span>
5318
5734
 
5319
5735
 
5320
5736
 
@@ -5348,7 +5764,11 @@ wmtsLayer.load().then((result) => {
5348
5764
  <td class="type">
5349
5765
 
5350
5766
 
5351
- <span class="param-type">String</span>
5767
+ <span class="param-type">
5768
+
5769
+ String
5770
+
5771
+ </span>
5352
5772
 
5353
5773
 
5354
5774
 
@@ -5386,7 +5806,11 @@ wmtsLayer.load().then((result) => {
5386
5806
  <td class="type">
5387
5807
 
5388
5808
 
5389
- <span class="param-type">String</span>
5809
+ <span class="param-type">
5810
+
5811
+ String
5812
+
5813
+ </span>
5390
5814
 
5391
5815
 
5392
5816
 
@@ -5424,7 +5848,11 @@ wmtsLayer.load().then((result) => {
5424
5848
  <td class="type">
5425
5849
 
5426
5850
 
5427
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5428
5856
 
5429
5857
 
5430
5858
 
@@ -5462,7 +5890,11 @@ wmtsLayer.load().then((result) => {
5462
5890
  <td class="type">
5463
5891
 
5464
5892
 
5465
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5466
5898
 
5467
5899
 
5468
5900
 
@@ -5500,7 +5932,11 @@ wmtsLayer.load().then((result) => {
5500
5932
  <td class="type">
5501
5933
 
5502
5934
 
5503
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5504
5940
 
5505
5941
 
5506
5942
 
@@ -5538,7 +5974,11 @@ wmtsLayer.load().then((result) => {
5538
5974
  <td class="type">
5539
5975
 
5540
5976
 
5541
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5542
5982
 
5543
5983
 
5544
5984
 
@@ -5576,7 +6016,11 @@ wmtsLayer.load().then((result) => {
5576
6016
  <td class="type">
5577
6017
 
5578
6018
 
5579
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
5580
6024
 
5581
6025
 
5582
6026
 
@@ -5758,7 +6202,11 @@ wmtsLayer.load().then((result) => {
5758
6202
  <td class="type">
5759
6203
 
5760
6204
 
5761
- <span class="param-type">Object</span>
6205
+ <span class="param-type">
6206
+
6207
+ Object
6208
+
6209
+ </span>
5762
6210
 
5763
6211
 
5764
6212
 
@@ -5792,7 +6240,11 @@ wmtsLayer.load().then((result) => {
5792
6240
  <td class="type">
5793
6241
 
5794
6242
 
5795
- <span class="param-type">String</span>
6243
+ <span class="param-type">
6244
+
6245
+ String
6246
+
6247
+ </span>
5796
6248
 
5797
6249
 
5798
6250
 
@@ -5830,7 +6282,11 @@ wmtsLayer.load().then((result) => {
5830
6282
  <td class="type">
5831
6283
 
5832
6284
 
5833
- <span class="param-type">String</span>
6285
+ <span class="param-type">
6286
+
6287
+ String
6288
+
6289
+ </span>
5834
6290
 
5835
6291
 
5836
6292
 
@@ -5868,7 +6324,11 @@ wmtsLayer.load().then((result) => {
5868
6324
  <td class="type">
5869
6325
 
5870
6326
 
5871
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5872
6332
 
5873
6333
 
5874
6334
 
@@ -5906,7 +6366,11 @@ wmtsLayer.load().then((result) => {
5906
6366
  <td class="type">
5907
6367
 
5908
6368
 
5909
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5910
6374
 
5911
6375
 
5912
6376
 
@@ -5944,7 +6408,11 @@ wmtsLayer.load().then((result) => {
5944
6408
  <td class="type">
5945
6409
 
5946
6410
 
5947
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5948
6416
 
5949
6417
 
5950
6418
 
@@ -5982,7 +6450,11 @@ wmtsLayer.load().then((result) => {
5982
6450
  <td class="type">
5983
6451
 
5984
6452
 
5985
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5986
6458
 
5987
6459
 
5988
6460
 
@@ -6020,7 +6492,11 @@ wmtsLayer.load().then((result) => {
6020
6492
  <td class="type">
6021
6493
 
6022
6494
 
6023
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6024
6500
 
6025
6501
 
6026
6502
 
@@ -6212,7 +6688,11 @@ wmtsLayer.load().then((result) => {
6212
6688
  <td class="type">
6213
6689
 
6214
6690
 
6215
- <span class="param-type">Object</span>
6691
+ <span class="param-type">
6692
+
6693
+ Object
6694
+
6695
+ </span>
6216
6696
 
6217
6697
 
6218
6698
 
@@ -6246,7 +6726,11 @@ wmtsLayer.load().then((result) => {
6246
6726
  <td class="type">
6247
6727
 
6248
6728
 
6249
- <span class="param-type">String</span>
6729
+ <span class="param-type">
6730
+
6731
+ String
6732
+
6733
+ </span>
6250
6734
 
6251
6735
 
6252
6736
 
@@ -6284,7 +6768,11 @@ wmtsLayer.load().then((result) => {
6284
6768
  <td class="type">
6285
6769
 
6286
6770
 
6287
- <span class="param-type">String</span>
6771
+ <span class="param-type">
6772
+
6773
+ String
6774
+
6775
+ </span>
6288
6776
 
6289
6777
 
6290
6778
 
@@ -6322,7 +6810,11 @@ wmtsLayer.load().then((result) => {
6322
6810
  <td class="type">
6323
6811
 
6324
6812
 
6325
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
6326
6818
 
6327
6819
 
6328
6820
 
@@ -6360,7 +6852,11 @@ wmtsLayer.load().then((result) => {
6360
6852
  <td class="type">
6361
6853
 
6362
6854
 
6363
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6364
6860
 
6365
6861
 
6366
6862
 
@@ -6398,7 +6894,11 @@ wmtsLayer.load().then((result) => {
6398
6894
  <td class="type">
6399
6895
 
6400
6896
 
6401
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6402
6902
 
6403
6903
 
6404
6904
 
@@ -6436,7 +6936,11 @@ wmtsLayer.load().then((result) => {
6436
6936
  <td class="type">
6437
6937
 
6438
6938
 
6439
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6440
6944
 
6441
6945
 
6442
6946
 
@@ -6474,7 +6978,11 @@ wmtsLayer.load().then((result) => {
6474
6978
  <td class="type">
6475
6979
 
6476
6980
 
6477
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6478
6986
 
6479
6987
 
6480
6988
 
@@ -6656,7 +7164,11 @@ wmtsLayer.load().then((result) => {
6656
7164
  <td class="type">
6657
7165
 
6658
7166
 
6659
- <span class="param-type">Object</span>
7167
+ <span class="param-type">
7168
+
7169
+ Object
7170
+
7171
+ </span>
6660
7172
 
6661
7173
 
6662
7174
 
@@ -6690,7 +7202,11 @@ wmtsLayer.load().then((result) => {
6690
7202
  <td class="type">
6691
7203
 
6692
7204
 
6693
- <span class="param-type">String</span>
7205
+ <span class="param-type">
7206
+
7207
+ String
7208
+
7209
+ </span>
6694
7210
 
6695
7211
 
6696
7212
 
@@ -6728,7 +7244,11 @@ wmtsLayer.load().then((result) => {
6728
7244
  <td class="type">
6729
7245
 
6730
7246
 
6731
- <span class="param-type">String</span>
7247
+ <span class="param-type">
7248
+
7249
+ String
7250
+
7251
+ </span>
6732
7252
 
6733
7253
 
6734
7254
 
@@ -6766,7 +7286,11 @@ wmtsLayer.load().then((result) => {
6766
7286
  <td class="type">
6767
7287
 
6768
7288
 
6769
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
6770
7294
 
6771
7295
 
6772
7296
 
@@ -6804,7 +7328,11 @@ wmtsLayer.load().then((result) => {
6804
7328
  <td class="type">
6805
7329
 
6806
7330
 
6807
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6808
7336
 
6809
7337
 
6810
7338
 
@@ -6842,7 +7370,11 @@ wmtsLayer.load().then((result) => {
6842
7370
  <td class="type">
6843
7371
 
6844
7372
 
6845
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6846
7378
 
6847
7379
 
6848
7380
 
@@ -6880,7 +7412,11 @@ wmtsLayer.load().then((result) => {
6880
7412
  <td class="type">
6881
7413
 
6882
7414
 
6883
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6884
7420
 
6885
7421
 
6886
7422
 
@@ -6918,7 +7454,11 @@ wmtsLayer.load().then((result) => {
6918
7454
  <td class="type">
6919
7455
 
6920
7456
 
6921
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6922
7462
 
6923
7463
 
6924
7464
 
@@ -7110,7 +7650,11 @@ wmtsLayer.load().then((result) => {
7110
7650
  <td class="type">
7111
7651
 
7112
7652
 
7113
- <span class="param-type">Object</span>
7653
+ <span class="param-type">
7654
+
7655
+ Object
7656
+
7657
+ </span>
7114
7658
 
7115
7659
 
7116
7660
 
@@ -7144,7 +7688,11 @@ wmtsLayer.load().then((result) => {
7144
7688
  <td class="type">
7145
7689
 
7146
7690
 
7147
- <span class="param-type">String</span>
7691
+ <span class="param-type">
7692
+
7693
+ String
7694
+
7695
+ </span>
7148
7696
 
7149
7697
 
7150
7698
 
@@ -7182,7 +7730,11 @@ wmtsLayer.load().then((result) => {
7182
7730
  <td class="type">
7183
7731
 
7184
7732
 
7185
- <span class="param-type">String</span>
7733
+ <span class="param-type">
7734
+
7735
+ String
7736
+
7737
+ </span>
7186
7738
 
7187
7739
 
7188
7740
 
@@ -7220,7 +7772,11 @@ wmtsLayer.load().then((result) => {
7220
7772
  <td class="type">
7221
7773
 
7222
7774
 
7223
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
7224
7780
 
7225
7781
 
7226
7782
 
@@ -7258,7 +7814,11 @@ wmtsLayer.load().then((result) => {
7258
7814
  <td class="type">
7259
7815
 
7260
7816
 
7261
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7262
7822
 
7263
7823
 
7264
7824
 
@@ -7296,7 +7856,11 @@ wmtsLayer.load().then((result) => {
7296
7856
  <td class="type">
7297
7857
 
7298
7858
 
7299
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
7300
7864
 
7301
7865
 
7302
7866
 
@@ -7334,7 +7898,11 @@ wmtsLayer.load().then((result) => {
7334
7898
  <td class="type">
7335
7899
 
7336
7900
 
7337
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7338
7906
 
7339
7907
 
7340
7908
 
@@ -7372,7 +7940,11 @@ wmtsLayer.load().then((result) => {
7372
7940
  <td class="type">
7373
7941
 
7374
7942
 
7375
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
7376
7948
 
7377
7949
 
7378
7950
 
@@ -7554,7 +8126,11 @@ wmtsLayer.load().then((result) => {
7554
8126
  <td class="type">
7555
8127
 
7556
8128
 
7557
- <span class="param-type">Object</span>
8129
+ <span class="param-type">
8130
+
8131
+ Object
8132
+
8133
+ </span>
7558
8134
 
7559
8135
 
7560
8136
 
@@ -7588,7 +8164,11 @@ wmtsLayer.load().then((result) => {
7588
8164
  <td class="type">
7589
8165
 
7590
8166
 
7591
- <span class="param-type">String</span>
8167
+ <span class="param-type">
8168
+
8169
+ String
8170
+
8171
+ </span>
7592
8172
 
7593
8173
 
7594
8174
 
@@ -7626,7 +8206,11 @@ wmtsLayer.load().then((result) => {
7626
8206
  <td class="type">
7627
8207
 
7628
8208
 
7629
- <span class="param-type">String</span>
8209
+ <span class="param-type">
8210
+
8211
+ String
8212
+
8213
+ </span>
7630
8214
 
7631
8215
 
7632
8216
 
@@ -7664,7 +8248,11 @@ wmtsLayer.load().then((result) => {
7664
8248
  <td class="type">
7665
8249
 
7666
8250
 
7667
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
7668
8256
 
7669
8257
 
7670
8258
 
@@ -7702,7 +8290,11 @@ wmtsLayer.load().then((result) => {
7702
8290
  <td class="type">
7703
8291
 
7704
8292
 
7705
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7706
8298
 
7707
8299
 
7708
8300
 
@@ -7740,7 +8332,11 @@ wmtsLayer.load().then((result) => {
7740
8332
  <td class="type">
7741
8333
 
7742
8334
 
7743
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
7744
8340
 
7745
8341
 
7746
8342
 
@@ -7778,7 +8374,11 @@ wmtsLayer.load().then((result) => {
7778
8374
  <td class="type">
7779
8375
 
7780
8376
 
7781
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7782
8382
 
7783
8383
 
7784
8384
 
@@ -7816,7 +8416,11 @@ wmtsLayer.load().then((result) => {
7816
8416
  <td class="type">
7817
8417
 
7818
8418
 
7819
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
7820
8424
 
7821
8425
 
7822
8426