@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -86,6 +86,7 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
86
86
  <span class="param-type">Object</span>
87
87
 
88
88
 
89
+
89
90
 
90
91
  </td>
91
92
 
@@ -112,6 +113,7 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
112
113
  <span class="param-type">Array</span>
113
114
 
114
115
 
116
+
115
117
 
116
118
  </td>
117
119
 
@@ -140,6 +142,7 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
140
142
  <span class="param-type">Boolean</span>
141
143
 
142
144
 
145
+
143
146
 
144
147
  </td>
145
148
 
@@ -168,6 +171,7 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
168
171
  <span class="param-type">Number</span>
169
172
 
170
173
 
174
+
171
175
 
172
176
  </td>
173
177
 
@@ -294,7 +298,7 @@ const groupLayer = new GroupLayer({
294
298
 
295
299
 
296
300
  <ul>
297
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
301
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
298
302
  </ul>
299
303
 
300
304
 
@@ -326,11 +330,12 @@ const groupLayer = new GroupLayer({
326
330
  <tbody>
327
331
 
328
332
  <tr class="deep-level-0">
329
- <td class="name"><code><a href="GroupLayer.html#allLayers">allLayers</a></code></td>
333
+ <td class="name"><code><a href="#allLayers">allLayers</a></code></td>
330
334
  <td class="name">
331
335
  <code>
332
336
 
333
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
337
+ <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
338
+
334
339
 
335
340
 
336
341
  </code>
@@ -339,63 +344,68 @@ const groupLayer = new GroupLayer({
339
344
  </tr>
340
345
 
341
346
  <tr class="deep-level-0">
342
- <td class="name"><code><a href="GroupLayer.html#copyright">copyright</a></code></td>
347
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
343
348
  <td class="name">
344
349
  <code>
345
350
 
346
351
  <span class="param-type">String</span>
347
352
 
348
353
 
354
+
349
355
  </code>
350
356
  </td>
351
357
  <td class="name"><code><p>版权所有</p></code></td>
352
358
  </tr>
353
359
 
354
360
  <tr class="deep-level-0">
355
- <td class="name"><code><a href="GroupLayer.html#description">description</a></code></td>
361
+ <td class="name"><code><a href="#description">description</a></code></td>
356
362
  <td class="name">
357
363
  <code>
358
364
 
359
365
  <span class="param-type">String</span>
360
366
 
361
367
 
368
+
362
369
  </code>
363
370
  </td>
364
371
  <td class="name"><code><p>图层描述</p></code></td>
365
372
  </tr>
366
373
 
367
374
  <tr class="deep-level-0">
368
- <td class="name"><code><a href="GroupLayer.html#extendOptions">extendOptions</a></code></td>
375
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
369
376
  <td class="name">
370
377
  <code>
371
378
 
372
379
  <span class="param-type">Object</span>
373
380
 
374
381
 
382
+
375
383
  </code>
376
384
  </td>
377
385
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
378
386
  </tr>
379
387
 
380
388
  <tr class="deep-level-0">
381
- <td class="name"><code><a href="GroupLayer.html#extendProps">extendProps</a></code></td>
389
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
382
390
  <td class="name">
383
391
  <code>
384
392
 
385
393
  <span class="param-type">Object</span>
386
394
 
387
395
 
396
+
388
397
  </code>
389
398
  </td>
390
399
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
391
400
  </tr>
392
401
 
393
402
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="GroupLayer.html#extent">extent</a></code></td>
403
+ <td class="name"><code><a href="#extent">extent</a></code></td>
395
404
  <td class="name">
396
405
  <code>
397
406
 
398
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
407
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
408
+
399
409
 
400
410
 
401
411
  </code>
@@ -404,63 +414,68 @@ const groupLayer = new GroupLayer({
404
414
  </tr>
405
415
 
406
416
  <tr class="deep-level-0">
407
- <td class="name"><code><a href="GroupLayer.html#headers">headers</a></code></td>
417
+ <td class="name"><code><a href="#headers">headers</a></code></td>
408
418
  <td class="name">
409
419
  <code>
410
420
 
411
421
  <span class="param-type">String</span>
412
422
 
413
423
 
424
+
414
425
  </code>
415
426
  </td>
416
427
  <td class="name"><code><p>设置服务请求头</p></code></td>
417
428
  </tr>
418
429
 
419
430
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="GroupLayer.html#httpMethod">httpMethod</a></code></td>
431
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
421
432
  <td class="name">
422
433
  <code>
423
434
 
424
435
  <span class="param-type">String</span>
425
436
 
426
437
 
438
+
427
439
  </code>
428
440
  </td>
429
441
  <td class="name"><code><p>http请求方式</p></code></td>
430
442
  </tr>
431
443
 
432
444
  <tr class="deep-level-0">
433
- <td class="name"><code><a href="GroupLayer.html#id">id</a></code></td>
445
+ <td class="name"><code><a href="#id">id</a></code></td>
434
446
  <td class="name">
435
447
  <code>
436
448
 
437
449
  <span class="param-type">String</span>
438
450
 
439
451
 
452
+
440
453
  </code>
441
454
  </td>
442
455
  <td class="name"><code><p>图层id</p></code></td>
443
456
  </tr>
444
457
 
445
458
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="GroupLayer.html#index">index</a></code></td>
459
+ <td class="name"><code><a href="#index">index</a></code></td>
447
460
  <td class="name">
448
461
  <code>
449
462
 
450
463
  <span class="param-type">Number</span>
451
464
 
452
465
 
466
+
453
467
  </code>
454
468
  </td>
455
469
  <td class="name"><code><p>图层顺序</p></code></td>
456
470
  </tr>
457
471
 
458
472
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="GroupLayer.html#layers">layers</a></code></td>
473
+ <td class="name"><code><a href="#layers">layers</a></code></td>
460
474
  <td class="name">
461
475
  <code>
462
476
 
463
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
477
+ <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
478
+
464
479
 
465
480
 
466
481
  </code>
@@ -469,76 +484,82 @@ const groupLayer = new GroupLayer({
469
484
  </tr>
470
485
 
471
486
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="GroupLayer.html#loaded">loaded</a></code></td>
487
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
473
488
  <td class="name">
474
489
  <code>
475
490
 
476
491
  <span class="param-type">Boolean</span>
477
492
 
478
493
 
494
+
479
495
  </code>
480
496
  </td>
481
497
  <td class="name"><code><p>是否加载完毕</p></code></td>
482
498
  </tr>
483
499
 
484
500
  <tr class="deep-level-0">
485
- <td class="name"><code><a href="GroupLayer.html#loadStatus">loadStatus</a></code></td>
501
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
486
502
  <td class="name">
487
503
  <code>
488
504
 
489
505
  <span class="param-type">String</span>
490
506
 
491
507
 
508
+
492
509
  </code>
493
510
  </td>
494
511
  <td class="name"><code><p>图层加载状态</p></code></td>
495
512
  </tr>
496
513
 
497
514
  <tr class="deep-level-0">
498
- <td class="name"><code><a href="GroupLayer.html#maxScale">maxScale</a></code></td>
515
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
499
516
  <td class="name">
500
517
  <code>
501
518
 
502
519
  <span class="param-type">Number</span>
503
520
 
504
521
 
522
+
505
523
  </code>
506
524
  </td>
507
525
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
508
526
  </tr>
509
527
 
510
528
  <tr class="deep-level-0">
511
- <td class="name"><code><a href="GroupLayer.html#minScale">minScale</a></code></td>
529
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
512
530
  <td class="name">
513
531
  <code>
514
532
 
515
533
  <span class="param-type">Number</span>
516
534
 
517
535
 
536
+
518
537
  </code>
519
538
  </td>
520
539
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
521
540
  </tr>
522
541
 
523
542
  <tr class="deep-level-0">
524
- <td class="name"><code><a href="GroupLayer.html#opacity">opacity</a></code></td>
543
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
525
544
  <td class="name">
526
545
  <code>
527
546
 
528
547
  <span class="param-type">Number</span>
529
548
 
530
549
 
550
+
531
551
  </code>
532
552
  </td>
533
553
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
534
554
  </tr>
535
555
 
536
556
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="GroupLayer.html#spatialReference">spatialReference</a></code></td>
557
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
538
558
  <td class="name">
539
559
  <code>
540
560
 
541
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
561
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
562
+
542
563
 
543
564
 
544
565
  </code>
@@ -547,78 +568,84 @@ const groupLayer = new GroupLayer({
547
568
  </tr>
548
569
 
549
570
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="GroupLayer.html#title">title</a></code></td>
571
+ <td class="name"><code><a href="#title">title</a></code></td>
551
572
  <td class="name">
552
573
  <code>
553
574
 
554
575
  <span class="param-type">String</span>
555
576
 
556
577
 
578
+
557
579
  </code>
558
580
  </td>
559
581
  <td class="name"><code><p>图层名称</p></code></td>
560
582
  </tr>
561
583
 
562
584
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="GroupLayer.html#tokenKey">tokenKey</a></code></td>
585
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
564
586
  <td class="name">
565
587
  <code>
566
588
 
567
589
  <span class="param-type">String</span>
568
590
 
569
591
 
592
+
570
593
  </code>
571
594
  </td>
572
595
  <td class="name"><code><p>token名</p></code></td>
573
596
  </tr>
574
597
 
575
598
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="GroupLayer.html#tokenValue">tokenValue</a></code></td>
599
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
577
600
  <td class="name">
578
601
  <code>
579
602
 
580
603
  <span class="param-type">String</span>
581
604
 
582
605
 
606
+
583
607
  </code>
584
608
  </td>
585
609
  <td class="name"><code><p>token值</p></code></td>
586
610
  </tr>
587
611
 
588
612
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="GroupLayer.html#type">type</a></code></td>
613
+ <td class="name"><code><a href="#type">type</a></code></td>
590
614
  <td class="name">
591
615
  <code>
592
616
 
593
617
  <span class="param-type">String</span>
594
618
 
595
619
 
620
+
596
621
  </code>
597
622
  </td>
598
623
  <td class="name"><code><p>图层类型</p></code></td>
599
624
  </tr>
600
625
 
601
626
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="GroupLayer.html#url">url</a></code></td>
627
+ <td class="name"><code><a href="#url">url</a></code></td>
603
628
  <td class="name">
604
629
  <code>
605
630
 
606
631
  <span class="param-type">String</span>
607
632
 
608
633
 
634
+
609
635
  </code>
610
636
  </td>
611
637
  <td class="name"><code><p>图层类型</p></code></td>
612
638
  </tr>
613
639
 
614
640
  <tr class="deep-level-0">
615
- <td class="name"><code><a href="GroupLayer.html#visible">visible</a></code></td>
641
+ <td class="name"><code><a href="#visible">visible</a></code></td>
616
642
  <td class="name">
617
643
  <code>
618
644
 
619
645
  <span class="param-type">Number</span>
620
646
 
621
647
 
648
+
622
649
  </code>
623
650
  </td>
624
651
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -635,7 +662,8 @@ const groupLayer = new GroupLayer({
635
662
  <span class="method-parameter is-pulled-right">
636
663
  <label>类型:</label>
637
664
 
638
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
665
+ <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
666
+
639
667
 
640
668
 
641
669
  </span>
@@ -712,6 +740,7 @@ const groupLayer = new GroupLayer({
712
740
  <span class="param-type">String</span>
713
741
 
714
742
 
743
+
715
744
  </span>
716
745
 
717
746
  <h4 class="name" id="copyright">
@@ -747,7 +776,7 @@ const groupLayer = new GroupLayer({
747
776
 
748
777
  <dt class="inherited-from">Inherited From:</dt>
749
778
  <dd class="inherited-from"><ul class="dummy"><li>
750
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
779
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
751
780
  </li></ul></dd>
752
781
 
753
782
 
@@ -791,6 +820,7 @@ const groupLayer = new GroupLayer({
791
820
  <span class="param-type">String</span>
792
821
 
793
822
 
823
+
794
824
  </span>
795
825
 
796
826
  <h4 class="name" id="description">
@@ -826,7 +856,7 @@ const groupLayer = new GroupLayer({
826
856
 
827
857
  <dt class="inherited-from">Inherited From:</dt>
828
858
  <dd class="inherited-from"><ul class="dummy"><li>
829
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
859
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
830
860
  </li></ul></dd>
831
861
 
832
862
 
@@ -870,6 +900,7 @@ const groupLayer = new GroupLayer({
870
900
  <span class="param-type">Object</span>
871
901
 
872
902
 
903
+
873
904
  </span>
874
905
 
875
906
  <h4 class="name" id="extendOptions">
@@ -901,7 +932,7 @@ const groupLayer = new GroupLayer({
901
932
 
902
933
  <dt class="inherited-from">Inherited From:</dt>
903
934
  <dd class="inherited-from"><ul class="dummy"><li>
904
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
935
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
905
936
  </li></ul></dd>
906
937
 
907
938
 
@@ -945,6 +976,7 @@ const groupLayer = new GroupLayer({
945
976
  <span class="param-type">Object</span>
946
977
 
947
978
 
979
+
948
980
  </span>
949
981
 
950
982
  <h4 class="name" id="extendProps">
@@ -976,7 +1008,7 @@ const groupLayer = new GroupLayer({
976
1008
 
977
1009
  <dt class="inherited-from">Inherited From:</dt>
978
1010
  <dd class="inherited-from"><ul class="dummy"><li>
979
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1011
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
980
1012
  </li></ul></dd>
981
1013
 
982
1014
 
@@ -1017,7 +1049,8 @@ const groupLayer = new GroupLayer({
1017
1049
  <span class="method-parameter is-pulled-right">
1018
1050
  <label>类型:</label>
1019
1051
 
1020
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1052
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1053
+
1021
1054
 
1022
1055
 
1023
1056
  </span>
@@ -1055,7 +1088,7 @@ const groupLayer = new GroupLayer({
1055
1088
 
1056
1089
  <dt class="inherited-from">Inherited From:</dt>
1057
1090
  <dd class="inherited-from"><ul class="dummy"><li>
1058
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1091
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1059
1092
  </li></ul></dd>
1060
1093
 
1061
1094
 
@@ -1099,6 +1132,7 @@ const groupLayer = new GroupLayer({
1099
1132
  <span class="param-type">String</span>
1100
1133
 
1101
1134
 
1135
+
1102
1136
  </span>
1103
1137
 
1104
1138
  <h4 class="name" id="headers">
@@ -1130,7 +1164,7 @@ const groupLayer = new GroupLayer({
1130
1164
 
1131
1165
  <dt class="inherited-from">Inherited From:</dt>
1132
1166
  <dd class="inherited-from"><ul class="dummy"><li>
1133
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1167
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1134
1168
  </li></ul></dd>
1135
1169
 
1136
1170
 
@@ -1174,6 +1208,7 @@ const groupLayer = new GroupLayer({
1174
1208
  <span class="param-type">String</span>
1175
1209
 
1176
1210
 
1211
+
1177
1212
  </span>
1178
1213
 
1179
1214
  <h4 class="name" id="httpMethod">
@@ -1205,7 +1240,7 @@ const groupLayer = new GroupLayer({
1205
1240
 
1206
1241
  <dt class="inherited-from">Inherited From:</dt>
1207
1242
  <dd class="inherited-from"><ul class="dummy"><li>
1208
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1243
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1209
1244
  </li></ul></dd>
1210
1245
 
1211
1246
 
@@ -1249,6 +1284,7 @@ const groupLayer = new GroupLayer({
1249
1284
  <span class="param-type">String</span>
1250
1285
 
1251
1286
 
1287
+
1252
1288
  </span>
1253
1289
 
1254
1290
  <h4 class="name" id="id">
@@ -1284,7 +1320,7 @@ const groupLayer = new GroupLayer({
1284
1320
 
1285
1321
  <dt class="inherited-from">Inherited From:</dt>
1286
1322
  <dd class="inherited-from"><ul class="dummy"><li>
1287
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1323
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1288
1324
  </li></ul></dd>
1289
1325
 
1290
1326
 
@@ -1328,6 +1364,7 @@ const groupLayer = new GroupLayer({
1328
1364
  <span class="param-type">Number</span>
1329
1365
 
1330
1366
 
1367
+
1331
1368
  </span>
1332
1369
 
1333
1370
  <h4 class="name" id="index">
@@ -1359,7 +1396,7 @@ const groupLayer = new GroupLayer({
1359
1396
 
1360
1397
  <dt class="inherited-from">Inherited From:</dt>
1361
1398
  <dd class="inherited-from"><ul class="dummy"><li>
1362
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1399
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1363
1400
  </li></ul></dd>
1364
1401
 
1365
1402
 
@@ -1400,7 +1437,8 @@ const groupLayer = new GroupLayer({
1400
1437
  <span class="method-parameter is-pulled-right">
1401
1438
  <label>类型:</label>
1402
1439
 
1403
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
1440
+ <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
1441
+
1404
1442
 
1405
1443
 
1406
1444
  </span>
@@ -1473,6 +1511,7 @@ const groupLayer = new GroupLayer({
1473
1511
  <span class="param-type">Boolean</span>
1474
1512
 
1475
1513
 
1514
+
1476
1515
  </span>
1477
1516
 
1478
1517
  <h4 class="name" id="loaded">
@@ -1557,6 +1596,7 @@ const groupLayer = new GroupLayer({
1557
1596
  <span class="param-type">String</span>
1558
1597
 
1559
1598
 
1599
+
1560
1600
  </span>
1561
1601
 
1562
1602
  <h4 class="name" id="loadStatus">
@@ -1641,6 +1681,7 @@ const groupLayer = new GroupLayer({
1641
1681
  <span class="param-type">Number</span>
1642
1682
 
1643
1683
 
1684
+
1644
1685
  </span>
1645
1686
 
1646
1687
  <h4 class="name" id="maxScale">
@@ -1672,7 +1713,7 @@ const groupLayer = new GroupLayer({
1672
1713
 
1673
1714
  <dt class="inherited-from">Inherited From:</dt>
1674
1715
  <dd class="inherited-from"><ul class="dummy"><li>
1675
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1716
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1676
1717
  </li></ul></dd>
1677
1718
 
1678
1719
 
@@ -1721,6 +1762,7 @@ const groupLayer = new GroupLayer({
1721
1762
  <span class="param-type">Number</span>
1722
1763
 
1723
1764
 
1765
+
1724
1766
  </span>
1725
1767
 
1726
1768
  <h4 class="name" id="minScale">
@@ -1752,7 +1794,7 @@ const groupLayer = new GroupLayer({
1752
1794
 
1753
1795
  <dt class="inherited-from">Inherited From:</dt>
1754
1796
  <dd class="inherited-from"><ul class="dummy"><li>
1755
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1797
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1756
1798
  </li></ul></dd>
1757
1799
 
1758
1800
 
@@ -1801,6 +1843,7 @@ const groupLayer = new GroupLayer({
1801
1843
  <span class="param-type">Number</span>
1802
1844
 
1803
1845
 
1846
+
1804
1847
  </span>
1805
1848
 
1806
1849
  <h4 class="name" id="opacity">
@@ -1832,7 +1875,7 @@ const groupLayer = new GroupLayer({
1832
1875
 
1833
1876
  <dt class="inherited-from">Inherited From:</dt>
1834
1877
  <dd class="inherited-from"><ul class="dummy"><li>
1835
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1878
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1836
1879
  </li></ul></dd>
1837
1880
 
1838
1881
 
@@ -1873,7 +1916,8 @@ const groupLayer = new GroupLayer({
1873
1916
  <span class="method-parameter is-pulled-right">
1874
1917
  <label>类型:</label>
1875
1918
 
1876
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1919
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1920
+
1877
1921
 
1878
1922
 
1879
1923
  </span>
@@ -1951,6 +1995,7 @@ const groupLayer = new GroupLayer({
1951
1995
  <span class="param-type">String</span>
1952
1996
 
1953
1997
 
1998
+
1954
1999
  </span>
1955
2000
 
1956
2001
  <h4 class="name" id="title">
@@ -1982,7 +2027,7 @@ const groupLayer = new GroupLayer({
1982
2027
 
1983
2028
  <dt class="inherited-from">Inherited From:</dt>
1984
2029
  <dd class="inherited-from"><ul class="dummy"><li>
1985
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2030
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1986
2031
  </li></ul></dd>
1987
2032
 
1988
2033
 
@@ -2026,6 +2071,7 @@ const groupLayer = new GroupLayer({
2026
2071
  <span class="param-type">String</span>
2027
2072
 
2028
2073
 
2074
+
2029
2075
  </span>
2030
2076
 
2031
2077
  <h4 class="name" id="tokenKey">
@@ -2057,7 +2103,7 @@ const groupLayer = new GroupLayer({
2057
2103
 
2058
2104
  <dt class="inherited-from">Inherited From:</dt>
2059
2105
  <dd class="inherited-from"><ul class="dummy"><li>
2060
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2106
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2061
2107
  </li></ul></dd>
2062
2108
 
2063
2109
 
@@ -2106,6 +2152,7 @@ const groupLayer = new GroupLayer({
2106
2152
  <span class="param-type">String</span>
2107
2153
 
2108
2154
 
2155
+
2109
2156
  </span>
2110
2157
 
2111
2158
  <h4 class="name" id="tokenValue">
@@ -2137,7 +2184,7 @@ const groupLayer = new GroupLayer({
2137
2184
 
2138
2185
  <dt class="inherited-from">Inherited From:</dt>
2139
2186
  <dd class="inherited-from"><ul class="dummy"><li>
2140
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2187
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2141
2188
  </li></ul></dd>
2142
2189
 
2143
2190
 
@@ -2181,6 +2228,7 @@ const groupLayer = new GroupLayer({
2181
2228
  <span class="param-type">String</span>
2182
2229
 
2183
2230
 
2231
+
2184
2232
  </span>
2185
2233
 
2186
2234
  <h4 class="name" id="type">
@@ -2260,6 +2308,7 @@ const groupLayer = new GroupLayer({
2260
2308
  <span class="param-type">String</span>
2261
2309
 
2262
2310
 
2311
+
2263
2312
  </span>
2264
2313
 
2265
2314
  <h4 class="name" id="url">
@@ -2330,6 +2379,7 @@ const groupLayer = new GroupLayer({
2330
2379
  <span class="param-type">Number</span>
2331
2380
 
2332
2381
 
2382
+
2333
2383
  </span>
2334
2384
 
2335
2385
  <h4 class="name" id="visible">
@@ -2361,7 +2411,7 @@ const groupLayer = new GroupLayer({
2361
2411
 
2362
2412
  <dt class="inherited-from">Inherited From:</dt>
2363
2413
  <dd class="inherited-from"><ul class="dummy"><li>
2364
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2414
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2365
2415
  </li></ul></dd>
2366
2416
 
2367
2417
 
@@ -2418,12 +2468,13 @@ const groupLayer = new GroupLayer({
2418
2468
  <tbody>
2419
2469
 
2420
2470
  <tr class="deep-level-0">
2421
- <td class="name"><code><a href="GroupLayer.html#fromJSON">fromJSON</a></code></td>
2471
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2422
2472
  <td class="name">
2423
2473
  <code>
2424
2474
 
2425
2475
 
2426
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2476
+ <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2477
+
2427
2478
 
2428
2479
 
2429
2480
 
@@ -2433,7 +2484,7 @@ const groupLayer = new GroupLayer({
2433
2484
  </tr>
2434
2485
 
2435
2486
  <tr class="deep-level-0">
2436
- <td class="name"><code><a href="GroupLayer.html#add">add</a></code></td>
2487
+ <td class="name"><code><a href="#add">add</a></code></td>
2437
2488
  <td class="name">
2438
2489
  <code>
2439
2490
 
@@ -2441,6 +2492,7 @@ const groupLayer = new GroupLayer({
2441
2492
  <span class="param-type">*</span>
2442
2493
 
2443
2494
 
2495
+
2444
2496
 
2445
2497
  </code>
2446
2498
  </td>
@@ -2448,7 +2500,7 @@ const groupLayer = new GroupLayer({
2448
2500
  </tr>
2449
2501
 
2450
2502
  <tr class="deep-level-0">
2451
- <td class="name"><code><a href="GroupLayer.html#addMany">addMany</a></code></td>
2503
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
2452
2504
  <td class="name">
2453
2505
  <code>
2454
2506
 
@@ -2456,6 +2508,7 @@ const groupLayer = new GroupLayer({
2456
2508
  <span class="param-type">*</span>
2457
2509
 
2458
2510
 
2511
+
2459
2512
 
2460
2513
  </code>
2461
2514
  </td>
@@ -2463,12 +2516,13 @@ const groupLayer = new GroupLayer({
2463
2516
  </tr>
2464
2517
 
2465
2518
  <tr class="deep-level-0">
2466
- <td class="name"><code><a href="GroupLayer.html#clone">clone</a></code></td>
2519
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2467
2520
  <td class="name">
2468
2521
  <code>
2469
2522
 
2470
2523
 
2471
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2524
+ <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2525
+
2472
2526
 
2473
2527
 
2474
2528
 
@@ -2478,7 +2532,7 @@ const groupLayer = new GroupLayer({
2478
2532
  </tr>
2479
2533
 
2480
2534
  <tr class="deep-level-0">
2481
- <td class="name"><code><a href="GroupLayer.html#destroy">destroy</a></code></td>
2535
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2482
2536
  <td class="name">
2483
2537
  <code>
2484
2538
 
@@ -2486,6 +2540,7 @@ const groupLayer = new GroupLayer({
2486
2540
  <span class="param-type">*</span>
2487
2541
 
2488
2542
 
2543
+
2489
2544
 
2490
2545
  </code>
2491
2546
  </td>
@@ -2493,17 +2548,18 @@ const groupLayer = new GroupLayer({
2493
2548
  </tr>
2494
2549
 
2495
2550
  <tr class="deep-level-0">
2496
- <td class="name"><code><a href="GroupLayer.html#findLayerById">findLayerById</a></code></td>
2551
+ <td class="name"><code><a href="#findLayerById">findLayerById</a></code></td>
2497
2552
  <td class="name">
2498
2553
  <code>
2499
2554
 
2500
2555
 
2501
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2556
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2502
2557
  |
2503
2558
 
2504
2559
  <span class="param-type">null</span>
2505
2560
 
2506
2561
 
2562
+
2507
2563
 
2508
2564
  </code>
2509
2565
  </td>
@@ -2511,7 +2567,7 @@ const groupLayer = new GroupLayer({
2511
2567
  </tr>
2512
2568
 
2513
2569
  <tr class="deep-level-0">
2514
- <td class="name"><code><a href="GroupLayer.html#getFlatLayers">getFlatLayers</a></code></td>
2570
+ <td class="name"><code><a href="#getFlatLayers">getFlatLayers</a></code></td>
2515
2571
  <td class="name">
2516
2572
  <code>
2517
2573
 
@@ -2519,6 +2575,7 @@ const groupLayer = new GroupLayer({
2519
2575
  <span class="param-type">Array</span>
2520
2576
 
2521
2577
 
2578
+
2522
2579
 
2523
2580
  </code>
2524
2581
  </td>
@@ -2526,7 +2583,7 @@ const groupLayer = new GroupLayer({
2526
2583
  </tr>
2527
2584
 
2528
2585
  <tr class="deep-level-0">
2529
- <td class="name"><code><a href="GroupLayer.html#isLoaded">isLoaded</a></code></td>
2586
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2530
2587
  <td class="name">
2531
2588
  <code>
2532
2589
 
@@ -2534,6 +2591,7 @@ const groupLayer = new GroupLayer({
2534
2591
  <span class="param-type">Boolean</span>
2535
2592
 
2536
2593
 
2594
+
2537
2595
 
2538
2596
  </code>
2539
2597
  </td>
@@ -2541,7 +2599,7 @@ const groupLayer = new GroupLayer({
2541
2599
  </tr>
2542
2600
 
2543
2601
  <tr class="deep-level-0">
2544
- <td class="name"><code><a href="GroupLayer.html#load">load</a></code></td>
2602
+ <td class="name"><code><a href="#load">load</a></code></td>
2545
2603
  <td class="name">
2546
2604
  <code>
2547
2605
 
@@ -2551,7 +2609,7 @@ const groupLayer = new GroupLayer({
2551
2609
  </tr>
2552
2610
 
2553
2611
  <tr class="deep-level-0">
2554
- <td class="name"><code><a href="GroupLayer.html#refresh">refresh</a></code></td>
2612
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2555
2613
  <td class="name">
2556
2614
  <code>
2557
2615
 
@@ -2561,7 +2619,7 @@ const groupLayer = new GroupLayer({
2561
2619
  </tr>
2562
2620
 
2563
2621
  <tr class="deep-level-0">
2564
- <td class="name"><code><a href="GroupLayer.html#remove">remove</a></code></td>
2622
+ <td class="name"><code><a href="#remove">remove</a></code></td>
2565
2623
  <td class="name">
2566
2624
  <code>
2567
2625
 
@@ -2571,7 +2629,7 @@ const groupLayer = new GroupLayer({
2571
2629
  </tr>
2572
2630
 
2573
2631
  <tr class="deep-level-0">
2574
- <td class="name"><code><a href="GroupLayer.html#removeAll">removeAll</a></code></td>
2632
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
2575
2633
  <td class="name">
2576
2634
  <code>
2577
2635
 
@@ -2581,7 +2639,7 @@ const groupLayer = new GroupLayer({
2581
2639
  </tr>
2582
2640
 
2583
2641
  <tr class="deep-level-0">
2584
- <td class="name"><code><a href="GroupLayer.html#removeMany">removeMany</a></code></td>
2642
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
2585
2643
  <td class="name">
2586
2644
  <code>
2587
2645
 
@@ -2589,6 +2647,7 @@ const groupLayer = new GroupLayer({
2589
2647
  <span class="param-type">*</span>
2590
2648
 
2591
2649
 
2650
+
2592
2651
 
2593
2652
  </code>
2594
2653
  </td>
@@ -2596,7 +2655,7 @@ const groupLayer = new GroupLayer({
2596
2655
  </tr>
2597
2656
 
2598
2657
  <tr class="deep-level-0">
2599
- <td class="name"><code><a href="GroupLayer.html#reorder">reorder</a></code></td>
2658
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
2600
2659
  <td class="name">
2601
2660
  <code>
2602
2661
 
@@ -2606,7 +2665,7 @@ const groupLayer = new GroupLayer({
2606
2665
  </tr>
2607
2666
 
2608
2667
  <tr class="deep-level-0">
2609
- <td class="name"><code><a href="GroupLayer.html#setMap">setMap</a></code></td>
2668
+ <td class="name"><code><a href="#setMap">setMap</a></code></td>
2610
2669
  <td class="name">
2611
2670
  <code>
2612
2671
 
@@ -2614,6 +2673,7 @@ const groupLayer = new GroupLayer({
2614
2673
  <span class="param-type">*</span>
2615
2674
 
2616
2675
 
2676
+
2617
2677
 
2618
2678
  </code>
2619
2679
  </td>
@@ -2621,7 +2681,7 @@ const groupLayer = new GroupLayer({
2621
2681
  </tr>
2622
2682
 
2623
2683
  <tr class="deep-level-0">
2624
- <td class="name"><code><a href="GroupLayer.html#toJSON">toJSON</a></code></td>
2684
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2625
2685
  <td class="name">
2626
2686
  <code>
2627
2687
 
@@ -2629,6 +2689,7 @@ const groupLayer = new GroupLayer({
2629
2689
  <span class="param-type">Object</span>
2630
2690
 
2631
2691
 
2692
+
2632
2693
 
2633
2694
  </code>
2634
2695
  </td>
@@ -2702,6 +2763,7 @@ const groupLayer = new GroupLayer({
2702
2763
  <span class="param-type">*</span>
2703
2764
 
2704
2765
 
2766
+
2705
2767
 
2706
2768
  </td>
2707
2769
 
@@ -2785,7 +2847,8 @@ const groupLayer = new GroupLayer({
2785
2847
  <div class='column is-5 has-text-left'>
2786
2848
  <label>类型: </label>
2787
2849
 
2788
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2850
+ <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2851
+
2789
2852
 
2790
2853
 
2791
2854
  </div>
@@ -2858,7 +2921,8 @@ const groupLayer = new GroupLayer({
2858
2921
  <td class="type">
2859
2922
 
2860
2923
 
2861
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2924
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2925
+
2862
2926
 
2863
2927
 
2864
2928
 
@@ -2885,6 +2949,7 @@ const groupLayer = new GroupLayer({
2885
2949
  <span class="param-type">Number</span>
2886
2950
 
2887
2951
 
2952
+
2888
2953
 
2889
2954
  </td>
2890
2955
 
@@ -2971,6 +3036,7 @@ const groupLayer = new GroupLayer({
2971
3036
  <span class="param-type">*</span>
2972
3037
 
2973
3038
 
3039
+
2974
3040
  </div>
2975
3041
 
2976
3042
  </div>
@@ -3041,7 +3107,8 @@ const groupLayer = new GroupLayer({
3041
3107
  <td class="type">
3042
3108
 
3043
3109
 
3044
- <span class="param-type">Array.&lt;<a href="Layer.html">Layer</a>></span>
3110
+ <span class="param-type">Array.&lt;<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
3111
+
3045
3112
 
3046
3113
 
3047
3114
 
@@ -3068,6 +3135,7 @@ const groupLayer = new GroupLayer({
3068
3135
  <span class="param-type">*</span>
3069
3136
 
3070
3137
 
3138
+
3071
3139
 
3072
3140
  </td>
3073
3141
 
@@ -3154,6 +3222,7 @@ const groupLayer = new GroupLayer({
3154
3222
  <span class="param-type">*</span>
3155
3223
 
3156
3224
 
3225
+
3157
3226
  </div>
3158
3227
 
3159
3228
  </div>
@@ -3272,7 +3341,8 @@ const groupLayer = new GroupLayer({
3272
3341
  <div class='column is-5 has-text-left'>
3273
3342
  <label>类型: </label>
3274
3343
 
3275
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
3344
+ <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
3345
+
3276
3346
 
3277
3347
 
3278
3348
  </div>
@@ -3390,6 +3460,7 @@ const groupLayer = new GroupLayer({
3390
3460
  <span class="param-type">*</span>
3391
3461
 
3392
3462
 
3463
+
3393
3464
  </div>
3394
3465
 
3395
3466
  </div>
@@ -3467,6 +3538,7 @@ const groupLayer = new GroupLayer({
3467
3538
  <span class="param-type">String</span>
3468
3539
 
3469
3540
 
3541
+
3470
3542
 
3471
3543
  </td>
3472
3544
 
@@ -3552,12 +3624,13 @@ const groupLayer = new GroupLayer({
3552
3624
  <div class='column is-5 has-text-left'>
3553
3625
  <label>类型: </label>
3554
3626
 
3555
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3627
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3556
3628
  |
3557
3629
 
3558
3630
  <span class="param-type">null</span>
3559
3631
 
3560
3632
 
3633
+
3561
3634
  </div>
3562
3635
 
3563
3636
  </div>
@@ -3674,6 +3747,7 @@ const groupLayer = new GroupLayer({
3674
3747
  <span class="param-type">Array</span>
3675
3748
 
3676
3749
 
3750
+
3677
3751
  </div>
3678
3752
 
3679
3753
  </div>
@@ -3795,6 +3869,7 @@ const groupLayer = new GroupLayer({
3795
3869
  <span class="param-type">Boolean</span>
3796
3870
 
3797
3871
 
3872
+
3798
3873
  </div>
3799
3874
 
3800
3875
  </div>
@@ -3943,7 +4018,7 @@ const groupLayer = new GroupLayer({
3943
4018
 
3944
4019
  <dt class="inherited-from">Inherited From:</dt>
3945
4020
  <dd class="inherited-from"><ul class="dummy"><li>
3946
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4021
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3947
4022
  </li></ul></dd>
3948
4023
 
3949
4024
 
@@ -4056,7 +4131,8 @@ const groupLayer = new GroupLayer({
4056
4131
  <td class="type">
4057
4132
 
4058
4133
 
4059
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4134
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4135
+
4060
4136
 
4061
4137
 
4062
4138
 
@@ -4283,7 +4359,8 @@ const groupLayer = new GroupLayer({
4283
4359
  <td class="type">
4284
4360
 
4285
4361
 
4286
- <span class="param-type">Array.&lt;<a href="Layer.html">Layer</a>></span>
4362
+ <span class="param-type">Array.&lt;<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
4363
+
4287
4364
 
4288
4365
 
4289
4366
 
@@ -4372,6 +4449,7 @@ const groupLayer = new GroupLayer({
4372
4449
  <span class="param-type">*</span>
4373
4450
 
4374
4451
 
4452
+
4375
4453
  </div>
4376
4454
 
4377
4455
  </div>
@@ -4446,7 +4524,8 @@ const groupLayer = new GroupLayer({
4446
4524
  <td class="type">
4447
4525
 
4448
4526
 
4449
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4527
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4528
+
4450
4529
 
4451
4530
 
4452
4531
 
@@ -4473,6 +4552,7 @@ const groupLayer = new GroupLayer({
4473
4552
  <span class="param-type">Number</span>
4474
4553
 
4475
4554
 
4555
+
4476
4556
 
4477
4557
  </td>
4478
4558
 
@@ -4616,6 +4696,7 @@ const groupLayer = new GroupLayer({
4616
4696
  <span class="param-type">*</span>
4617
4697
 
4618
4698
 
4699
+
4619
4700
 
4620
4701
  </td>
4621
4702
 
@@ -4702,6 +4783,7 @@ const groupLayer = new GroupLayer({
4702
4783
  <span class="param-type">*</span>
4703
4784
 
4704
4785
 
4786
+
4705
4787
  </div>
4706
4788
 
4707
4789
  </div>
@@ -4823,6 +4905,7 @@ const groupLayer = new GroupLayer({
4823
4905
  <span class="param-type">Object</span>
4824
4906
 
4825
4907
 
4908
+
4826
4909
  </div>
4827
4910
 
4828
4911
  </div>
@@ -4972,6 +5055,7 @@ const groupLayer = new GroupLayer({
4972
5055
  <span class="param-type">Object</span>
4973
5056
 
4974
5057
 
5058
+
4975
5059
 
4976
5060
  </td>
4977
5061
 
@@ -5005,6 +5089,7 @@ const groupLayer = new GroupLayer({
5005
5089
  <span class="param-type">String</span>
5006
5090
 
5007
5091
 
5092
+
5008
5093
 
5009
5094
  </td>
5010
5095
 
@@ -5042,6 +5127,7 @@ const groupLayer = new GroupLayer({
5042
5127
  <span class="param-type">String</span>
5043
5128
 
5044
5129
 
5130
+
5045
5131
 
5046
5132
  </td>
5047
5133
 
@@ -5076,7 +5162,8 @@ const groupLayer = new GroupLayer({
5076
5162
  <td class="type">
5077
5163
 
5078
5164
 
5079
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5165
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5166
+
5080
5167
 
5081
5168
 
5082
5169
 
@@ -5113,7 +5200,8 @@ const groupLayer = new GroupLayer({
5113
5200
  <td class="type">
5114
5201
 
5115
5202
 
5116
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5203
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5204
+
5117
5205
 
5118
5206
 
5119
5207
 
@@ -5150,7 +5238,8 @@ const groupLayer = new GroupLayer({
5150
5238
  <td class="type">
5151
5239
 
5152
5240
 
5153
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5241
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5242
+
5154
5243
 
5155
5244
 
5156
5245
 
@@ -5187,7 +5276,8 @@ const groupLayer = new GroupLayer({
5187
5276
  <td class="type">
5188
5277
 
5189
5278
 
5190
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5279
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5280
+
5191
5281
 
5192
5282
 
5193
5283
 
@@ -5224,7 +5314,8 @@ const groupLayer = new GroupLayer({
5224
5314
  <td class="type">
5225
5315
 
5226
5316
 
5227
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5317
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5318
+
5228
5319
 
5229
5320
 
5230
5321
 
@@ -5269,7 +5360,7 @@ const groupLayer = new GroupLayer({
5269
5360
 
5270
5361
  <dt class="inherited-from">Inherited From:</dt>
5271
5362
  <dd class="inherited-from"><ul class="dummy"><li>
5272
- <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>
5363
+ <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>
5273
5364
  </li></ul></dd>
5274
5365
 
5275
5366
 
@@ -5418,6 +5509,7 @@ const groupLayer = new GroupLayer({
5418
5509
  <span class="param-type">Object</span>
5419
5510
 
5420
5511
 
5512
+
5421
5513
 
5422
5514
  </td>
5423
5515
 
@@ -5451,6 +5543,7 @@ const groupLayer = new GroupLayer({
5451
5543
  <span class="param-type">String</span>
5452
5544
 
5453
5545
 
5546
+
5454
5547
 
5455
5548
  </td>
5456
5549
 
@@ -5488,6 +5581,7 @@ const groupLayer = new GroupLayer({
5488
5581
  <span class="param-type">String</span>
5489
5582
 
5490
5583
 
5584
+
5491
5585
 
5492
5586
  </td>
5493
5587
 
@@ -5522,7 +5616,8 @@ const groupLayer = new GroupLayer({
5522
5616
  <td class="type">
5523
5617
 
5524
5618
 
5525
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5619
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5620
+
5526
5621
 
5527
5622
 
5528
5623
 
@@ -5559,7 +5654,8 @@ const groupLayer = new GroupLayer({
5559
5654
  <td class="type">
5560
5655
 
5561
5656
 
5562
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5657
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5658
+
5563
5659
 
5564
5660
 
5565
5661
 
@@ -5596,7 +5692,8 @@ const groupLayer = new GroupLayer({
5596
5692
  <td class="type">
5597
5693
 
5598
5694
 
5599
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5695
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5696
+
5600
5697
 
5601
5698
 
5602
5699
 
@@ -5633,7 +5730,8 @@ const groupLayer = new GroupLayer({
5633
5730
  <td class="type">
5634
5731
 
5635
5732
 
5636
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5733
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5734
+
5637
5735
 
5638
5736
 
5639
5737
 
@@ -5670,7 +5768,8 @@ const groupLayer = new GroupLayer({
5670
5768
  <td class="type">
5671
5769
 
5672
5770
 
5673
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5771
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5772
+
5674
5773
 
5675
5774
 
5676
5775
 
@@ -5715,7 +5814,7 @@ const groupLayer = new GroupLayer({
5715
5814
 
5716
5815
  <dt class="inherited-from">Inherited From:</dt>
5717
5816
  <dd class="inherited-from"><ul class="dummy"><li>
5718
- <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>
5817
+ <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>
5719
5818
  </li></ul></dd>
5720
5819
 
5721
5820
 
@@ -5854,6 +5953,7 @@ const groupLayer = new GroupLayer({
5854
5953
  <span class="param-type">Object</span>
5855
5954
 
5856
5955
 
5956
+
5857
5957
 
5858
5958
  </td>
5859
5959
 
@@ -5887,6 +5987,7 @@ const groupLayer = new GroupLayer({
5887
5987
  <span class="param-type">String</span>
5888
5988
 
5889
5989
 
5990
+
5890
5991
 
5891
5992
  </td>
5892
5993
 
@@ -5924,6 +6025,7 @@ const groupLayer = new GroupLayer({
5924
6025
  <span class="param-type">String</span>
5925
6026
 
5926
6027
 
6028
+
5927
6029
 
5928
6030
  </td>
5929
6031
 
@@ -5958,7 +6060,8 @@ const groupLayer = new GroupLayer({
5958
6060
  <td class="type">
5959
6061
 
5960
6062
 
5961
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6063
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6064
+
5962
6065
 
5963
6066
 
5964
6067
 
@@ -5995,7 +6098,8 @@ const groupLayer = new GroupLayer({
5995
6098
  <td class="type">
5996
6099
 
5997
6100
 
5998
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6101
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6102
+
5999
6103
 
6000
6104
 
6001
6105
 
@@ -6032,7 +6136,8 @@ const groupLayer = new GroupLayer({
6032
6136
  <td class="type">
6033
6137
 
6034
6138
 
6035
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6139
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6140
+
6036
6141
 
6037
6142
 
6038
6143
 
@@ -6069,7 +6174,8 @@ const groupLayer = new GroupLayer({
6069
6174
  <td class="type">
6070
6175
 
6071
6176
 
6072
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6177
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6178
+
6073
6179
 
6074
6180
 
6075
6181
 
@@ -6106,7 +6212,8 @@ const groupLayer = new GroupLayer({
6106
6212
  <td class="type">
6107
6213
 
6108
6214
 
6109
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6215
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6216
+
6110
6217
 
6111
6218
 
6112
6219
 
@@ -6151,7 +6258,7 @@ const groupLayer = new GroupLayer({
6151
6258
 
6152
6259
  <dt class="inherited-from">Inherited From:</dt>
6153
6260
  <dd class="inherited-from"><ul class="dummy"><li>
6154
- <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>
6261
+ <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>
6155
6262
  </li></ul></dd>
6156
6263
 
6157
6264
 
@@ -6300,6 +6407,7 @@ const groupLayer = new GroupLayer({
6300
6407
  <span class="param-type">Object</span>
6301
6408
 
6302
6409
 
6410
+
6303
6411
 
6304
6412
  </td>
6305
6413
 
@@ -6333,6 +6441,7 @@ const groupLayer = new GroupLayer({
6333
6441
  <span class="param-type">String</span>
6334
6442
 
6335
6443
 
6444
+
6336
6445
 
6337
6446
  </td>
6338
6447
 
@@ -6370,6 +6479,7 @@ const groupLayer = new GroupLayer({
6370
6479
  <span class="param-type">String</span>
6371
6480
 
6372
6481
 
6482
+
6373
6483
 
6374
6484
  </td>
6375
6485
 
@@ -6404,7 +6514,8 @@ const groupLayer = new GroupLayer({
6404
6514
  <td class="type">
6405
6515
 
6406
6516
 
6407
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6517
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6518
+
6408
6519
 
6409
6520
 
6410
6521
 
@@ -6441,7 +6552,8 @@ const groupLayer = new GroupLayer({
6441
6552
  <td class="type">
6442
6553
 
6443
6554
 
6444
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6555
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6556
+
6445
6557
 
6446
6558
 
6447
6559
 
@@ -6478,7 +6590,8 @@ const groupLayer = new GroupLayer({
6478
6590
  <td class="type">
6479
6591
 
6480
6592
 
6481
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6593
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6594
+
6482
6595
 
6483
6596
 
6484
6597
 
@@ -6515,7 +6628,8 @@ const groupLayer = new GroupLayer({
6515
6628
  <td class="type">
6516
6629
 
6517
6630
 
6518
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6631
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6632
+
6519
6633
 
6520
6634
 
6521
6635
 
@@ -6552,7 +6666,8 @@ const groupLayer = new GroupLayer({
6552
6666
  <td class="type">
6553
6667
 
6554
6668
 
6555
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6669
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6670
+
6556
6671
 
6557
6672
 
6558
6673
 
@@ -6597,7 +6712,7 @@ const groupLayer = new GroupLayer({
6597
6712
 
6598
6713
  <dt class="inherited-from">Inherited From:</dt>
6599
6714
  <dd class="inherited-from"><ul class="dummy"><li>
6600
- <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>
6715
+ <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>
6601
6716
  </li></ul></dd>
6602
6717
 
6603
6718
 
@@ -6736,6 +6851,7 @@ const groupLayer = new GroupLayer({
6736
6851
  <span class="param-type">Object</span>
6737
6852
 
6738
6853
 
6854
+
6739
6855
 
6740
6856
  </td>
6741
6857
 
@@ -6769,6 +6885,7 @@ const groupLayer = new GroupLayer({
6769
6885
  <span class="param-type">String</span>
6770
6886
 
6771
6887
 
6888
+
6772
6889
 
6773
6890
  </td>
6774
6891
 
@@ -6806,6 +6923,7 @@ const groupLayer = new GroupLayer({
6806
6923
  <span class="param-type">String</span>
6807
6924
 
6808
6925
 
6926
+
6809
6927
 
6810
6928
  </td>
6811
6929
 
@@ -6840,7 +6958,8 @@ const groupLayer = new GroupLayer({
6840
6958
  <td class="type">
6841
6959
 
6842
6960
 
6843
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6961
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6962
+
6844
6963
 
6845
6964
 
6846
6965
 
@@ -6877,7 +6996,8 @@ const groupLayer = new GroupLayer({
6877
6996
  <td class="type">
6878
6997
 
6879
6998
 
6880
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6999
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7000
+
6881
7001
 
6882
7002
 
6883
7003
 
@@ -6914,7 +7034,8 @@ const groupLayer = new GroupLayer({
6914
7034
  <td class="type">
6915
7035
 
6916
7036
 
6917
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7037
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7038
+
6918
7039
 
6919
7040
 
6920
7041
 
@@ -6951,7 +7072,8 @@ const groupLayer = new GroupLayer({
6951
7072
  <td class="type">
6952
7073
 
6953
7074
 
6954
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7075
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7076
+
6955
7077
 
6956
7078
 
6957
7079
 
@@ -6988,7 +7110,8 @@ const groupLayer = new GroupLayer({
6988
7110
  <td class="type">
6989
7111
 
6990
7112
 
6991
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7113
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7114
+
6992
7115
 
6993
7116
 
6994
7117
 
@@ -7033,7 +7156,7 @@ const groupLayer = new GroupLayer({
7033
7156
 
7034
7157
  <dt class="inherited-from">Inherited From:</dt>
7035
7158
  <dd class="inherited-from"><ul class="dummy"><li>
7036
- <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>
7159
+ <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>
7037
7160
  </li></ul></dd>
7038
7161
 
7039
7162
 
@@ -7182,6 +7305,7 @@ const groupLayer = new GroupLayer({
7182
7305
  <span class="param-type">Object</span>
7183
7306
 
7184
7307
 
7308
+
7185
7309
 
7186
7310
  </td>
7187
7311
 
@@ -7215,6 +7339,7 @@ const groupLayer = new GroupLayer({
7215
7339
  <span class="param-type">String</span>
7216
7340
 
7217
7341
 
7342
+
7218
7343
 
7219
7344
  </td>
7220
7345
 
@@ -7252,6 +7377,7 @@ const groupLayer = new GroupLayer({
7252
7377
  <span class="param-type">String</span>
7253
7378
 
7254
7379
 
7380
+
7255
7381
 
7256
7382
  </td>
7257
7383
 
@@ -7286,7 +7412,8 @@ const groupLayer = new GroupLayer({
7286
7412
  <td class="type">
7287
7413
 
7288
7414
 
7289
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7415
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7416
+
7290
7417
 
7291
7418
 
7292
7419
 
@@ -7323,7 +7450,8 @@ const groupLayer = new GroupLayer({
7323
7450
  <td class="type">
7324
7451
 
7325
7452
 
7326
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7453
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7454
+
7327
7455
 
7328
7456
 
7329
7457
 
@@ -7360,7 +7488,8 @@ const groupLayer = new GroupLayer({
7360
7488
  <td class="type">
7361
7489
 
7362
7490
 
7363
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7491
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7492
+
7364
7493
 
7365
7494
 
7366
7495
 
@@ -7397,7 +7526,8 @@ const groupLayer = new GroupLayer({
7397
7526
  <td class="type">
7398
7527
 
7399
7528
 
7400
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7529
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7530
+
7401
7531
 
7402
7532
 
7403
7533
 
@@ -7434,7 +7564,8 @@ const groupLayer = new GroupLayer({
7434
7564
  <td class="type">
7435
7565
 
7436
7566
 
7437
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7567
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7568
+
7438
7569
 
7439
7570
 
7440
7571
 
@@ -7479,7 +7610,7 @@ const groupLayer = new GroupLayer({
7479
7610
 
7480
7611
  <dt class="inherited-from">Inherited From:</dt>
7481
7612
  <dd class="inherited-from"><ul class="dummy"><li>
7482
- <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>
7613
+ <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>
7483
7614
  </li></ul></dd>
7484
7615
 
7485
7616
 
@@ -7618,6 +7749,7 @@ const groupLayer = new GroupLayer({
7618
7749
  <span class="param-type">Object</span>
7619
7750
 
7620
7751
 
7752
+
7621
7753
 
7622
7754
  </td>
7623
7755
 
@@ -7651,6 +7783,7 @@ const groupLayer = new GroupLayer({
7651
7783
  <span class="param-type">String</span>
7652
7784
 
7653
7785
 
7786
+
7654
7787
 
7655
7788
  </td>
7656
7789
 
@@ -7688,6 +7821,7 @@ const groupLayer = new GroupLayer({
7688
7821
  <span class="param-type">String</span>
7689
7822
 
7690
7823
 
7824
+
7691
7825
 
7692
7826
  </td>
7693
7827
 
@@ -7722,7 +7856,8 @@ const groupLayer = new GroupLayer({
7722
7856
  <td class="type">
7723
7857
 
7724
7858
 
7725
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7859
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7860
+
7726
7861
 
7727
7862
 
7728
7863
 
@@ -7759,7 +7894,8 @@ const groupLayer = new GroupLayer({
7759
7894
  <td class="type">
7760
7895
 
7761
7896
 
7762
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7897
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7898
+
7763
7899
 
7764
7900
 
7765
7901
 
@@ -7796,7 +7932,8 @@ const groupLayer = new GroupLayer({
7796
7932
  <td class="type">
7797
7933
 
7798
7934
 
7799
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7935
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7936
+
7800
7937
 
7801
7938
 
7802
7939
 
@@ -7833,7 +7970,8 @@ const groupLayer = new GroupLayer({
7833
7970
  <td class="type">
7834
7971
 
7835
7972
 
7836
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7973
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7974
+
7837
7975
 
7838
7976
 
7839
7977
 
@@ -7870,7 +8008,8 @@ const groupLayer = new GroupLayer({
7870
8008
  <td class="type">
7871
8009
 
7872
8010
 
7873
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8011
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8012
+
7874
8013
 
7875
8014
 
7876
8015
 
@@ -7915,7 +8054,7 @@ const groupLayer = new GroupLayer({
7915
8054
 
7916
8055
  <dt class="inherited-from">Inherited From:</dt>
7917
8056
  <dd class="inherited-from"><ul class="dummy"><li>
7918
- <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>
8057
+ <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>
7919
8058
  </li></ul></dd>
7920
8059
 
7921
8060