@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
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -150,6 +152,7 @@ if(layer.loadStatus === 'loaded') {<br/>
150
152
  <span class="param-type">String</span>
151
153
 
152
154
 
155
+
153
156
 
154
157
  </td>
155
158
 
@@ -176,6 +179,7 @@ if(layer.loadStatus === 'loaded') {<br/>
176
179
  <span class="param-type">Number</span>
177
180
 
178
181
 
182
+
179
183
 
180
184
  </td>
181
185
 
@@ -204,6 +208,7 @@ if(layer.loadStatus === 'loaded') {<br/>
204
208
  <span class="param-type">Boolean</span>
205
209
 
206
210
 
211
+
207
212
 
208
213
  </td>
209
214
 
@@ -229,7 +234,8 @@ if(layer.loadStatus === 'loaded') {<br/>
229
234
  <td class="type">
230
235
 
231
236
 
232
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
237
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
238
+
233
239
 
234
240
 
235
241
 
@@ -258,6 +264,7 @@ if(layer.loadStatus === 'loaded') {<br/>
258
264
  <span class="param-type">Number</span>
259
265
 
260
266
 
267
+
261
268
 
262
269
  </td>
263
270
 
@@ -286,6 +293,7 @@ if(layer.loadStatus === 'loaded') {<br/>
286
293
  <span class="param-type">Number</span>
287
294
 
288
295
 
296
+
289
297
 
290
298
  </td>
291
299
 
@@ -314,6 +322,7 @@ if(layer.loadStatus === 'loaded') {<br/>
314
322
  <span class="param-type">String</span>
315
323
 
316
324
 
325
+
317
326
 
318
327
  </td>
319
328
 
@@ -342,6 +351,7 @@ if(layer.loadStatus === 'loaded') {<br/>
342
351
  <span class="param-type">String</span>
343
352
 
344
353
 
354
+
345
355
 
346
356
  </td>
347
357
 
@@ -535,7 +545,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
535
545
 
536
546
 
537
547
  <ul>
538
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
548
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
539
549
  </ul>
540
550
 
541
551
 
@@ -567,63 +577,68 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
567
577
  <tbody>
568
578
 
569
579
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="ArcGISTileLayer.html#copyright">copyright</a></code></td>
580
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
571
581
  <td class="name">
572
582
  <code>
573
583
 
574
584
  <span class="param-type">String</span>
575
585
 
576
586
 
587
+
577
588
  </code>
578
589
  </td>
579
590
  <td class="name"><code><p>版权所有</p></code></td>
580
591
  </tr>
581
592
 
582
593
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="ArcGISTileLayer.html#description">description</a></code></td>
594
+ <td class="name"><code><a href="#description">description</a></code></td>
584
595
  <td class="name">
585
596
  <code>
586
597
 
587
598
  <span class="param-type">String</span>
588
599
 
589
600
 
601
+
590
602
  </code>
591
603
  </td>
592
604
  <td class="name"><code><p>图层描述</p></code></td>
593
605
  </tr>
594
606
 
595
607
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="ArcGISTileLayer.html#extendOptions">extendOptions</a></code></td>
608
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
597
609
  <td class="name">
598
610
  <code>
599
611
 
600
612
  <span class="param-type">Object</span>
601
613
 
602
614
 
615
+
603
616
  </code>
604
617
  </td>
605
618
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
606
619
  </tr>
607
620
 
608
621
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="ArcGISTileLayer.html#extendProps">extendProps</a></code></td>
622
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
610
623
  <td class="name">
611
624
  <code>
612
625
 
613
626
  <span class="param-type">Object</span>
614
627
 
615
628
 
629
+
616
630
  </code>
617
631
  </td>
618
632
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
619
633
  </tr>
620
634
 
621
635
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="ArcGISTileLayer.html#extent">extent</a></code></td>
636
+ <td class="name"><code><a href="#extent">extent</a></code></td>
623
637
  <td class="name">
624
638
  <code>
625
639
 
626
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
640
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
641
+
627
642
 
628
643
 
629
644
  </code>
@@ -632,141 +647,152 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
632
647
  </tr>
633
648
 
634
649
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="ArcGISTileLayer.html#headers">headers</a></code></td>
650
+ <td class="name"><code><a href="#headers">headers</a></code></td>
636
651
  <td class="name">
637
652
  <code>
638
653
 
639
654
  <span class="param-type">String</span>
640
655
 
641
656
 
657
+
642
658
  </code>
643
659
  </td>
644
660
  <td class="name"><code><p>设置服务请求头</p></code></td>
645
661
  </tr>
646
662
 
647
663
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="ArcGISTileLayer.html#httpMethod">httpMethod</a></code></td>
664
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
649
665
  <td class="name">
650
666
  <code>
651
667
 
652
668
  <span class="param-type">String</span>
653
669
 
654
670
 
671
+
655
672
  </code>
656
673
  </td>
657
674
  <td class="name"><code><p>http请求方式</p></code></td>
658
675
  </tr>
659
676
 
660
677
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="ArcGISTileLayer.html#id">id</a></code></td>
678
+ <td class="name"><code><a href="#id">id</a></code></td>
662
679
  <td class="name">
663
680
  <code>
664
681
 
665
682
  <span class="param-type">String</span>
666
683
 
667
684
 
685
+
668
686
  </code>
669
687
  </td>
670
688
  <td class="name"><code><p>图层id</p></code></td>
671
689
  </tr>
672
690
 
673
691
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="ArcGISTileLayer.html#index">index</a></code></td>
692
+ <td class="name"><code><a href="#index">index</a></code></td>
675
693
  <td class="name">
676
694
  <code>
677
695
 
678
696
  <span class="param-type">Number</span>
679
697
 
680
698
 
699
+
681
700
  </code>
682
701
  </td>
683
702
  <td class="name"><code><p>图层顺序</p></code></td>
684
703
  </tr>
685
704
 
686
705
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="ArcGISTileLayer.html#loaded">loaded</a></code></td>
706
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
688
707
  <td class="name">
689
708
  <code>
690
709
 
691
710
  <span class="param-type">Boolean</span>
692
711
 
693
712
 
713
+
694
714
  </code>
695
715
  </td>
696
716
  <td class="name"><code><p>是否加载完毕</p></code></td>
697
717
  </tr>
698
718
 
699
719
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="ArcGISTileLayer.html#loadStatus">loadStatus</a></code></td>
720
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
701
721
  <td class="name">
702
722
  <code>
703
723
 
704
724
  <span class="param-type">String</span>
705
725
 
706
726
 
727
+
707
728
  </code>
708
729
  </td>
709
730
  <td class="name"><code><p>图层加载状态</p></code></td>
710
731
  </tr>
711
732
 
712
733
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="ArcGISTileLayer.html#mapName">mapName</a></code></td>
734
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
714
735
  <td class="name">
715
736
  <code>
716
737
 
717
738
  <span class="param-type">String</span>
718
739
 
719
740
 
741
+
720
742
  </code>
721
743
  </td>
722
744
  <td class="name"><code><p>服务名称</p></code></td>
723
745
  </tr>
724
746
 
725
747
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="ArcGISTileLayer.html#maxScale">maxScale</a></code></td>
748
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
727
749
  <td class="name">
728
750
  <code>
729
751
 
730
752
  <span class="param-type">Number</span>
731
753
 
732
754
 
755
+
733
756
  </code>
734
757
  </td>
735
758
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
736
759
  </tr>
737
760
 
738
761
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="ArcGISTileLayer.html#minScale">minScale</a></code></td>
762
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
740
763
  <td class="name">
741
764
  <code>
742
765
 
743
766
  <span class="param-type">Number</span>
744
767
 
745
768
 
769
+
746
770
  </code>
747
771
  </td>
748
772
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
749
773
  </tr>
750
774
 
751
775
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="ArcGISTileLayer.html#opacity">opacity</a></code></td>
776
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
753
777
  <td class="name">
754
778
  <code>
755
779
 
756
780
  <span class="param-type">Number</span>
757
781
 
758
782
 
783
+
759
784
  </code>
760
785
  </td>
761
786
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
762
787
  </tr>
763
788
 
764
789
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="ArcGISTileLayer.html#spatialReference">spatialReference</a></code></td>
790
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
766
791
  <td class="name">
767
792
  <code>
768
793
 
769
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
794
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
795
+
770
796
 
771
797
 
772
798
  </code>
@@ -775,78 +801,84 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
775
801
  </tr>
776
802
 
777
803
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="ArcGISTileLayer.html#title">title</a></code></td>
804
+ <td class="name"><code><a href="#title">title</a></code></td>
779
805
  <td class="name">
780
806
  <code>
781
807
 
782
808
  <span class="param-type">String</span>
783
809
 
784
810
 
811
+
785
812
  </code>
786
813
  </td>
787
814
  <td class="name"><code><p>图层名称</p></code></td>
788
815
  </tr>
789
816
 
790
817
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="ArcGISTileLayer.html#tokenKey">tokenKey</a></code></td>
818
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
792
819
  <td class="name">
793
820
  <code>
794
821
 
795
822
  <span class="param-type">String</span>
796
823
 
797
824
 
825
+
798
826
  </code>
799
827
  </td>
800
828
  <td class="name"><code><p>token名</p></code></td>
801
829
  </tr>
802
830
 
803
831
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="ArcGISTileLayer.html#tokenValue">tokenValue</a></code></td>
832
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
805
833
  <td class="name">
806
834
  <code>
807
835
 
808
836
  <span class="param-type">String</span>
809
837
 
810
838
 
839
+
811
840
  </code>
812
841
  </td>
813
842
  <td class="name"><code><p>token值</p></code></td>
814
843
  </tr>
815
844
 
816
845
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="ArcGISTileLayer.html#type">type</a></code></td>
846
+ <td class="name"><code><a href="#type">type</a></code></td>
818
847
  <td class="name">
819
848
  <code>
820
849
 
821
850
  <span class="param-type">String</span>
822
851
 
823
852
 
853
+
824
854
  </code>
825
855
  </td>
826
856
  <td class="name"><code><p>图层类型</p></code></td>
827
857
  </tr>
828
858
 
829
859
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="ArcGISTileLayer.html#url">url</a></code></td>
860
+ <td class="name"><code><a href="#url">url</a></code></td>
831
861
  <td class="name">
832
862
  <code>
833
863
 
834
864
  <span class="param-type">String</span>
835
865
 
836
866
 
867
+
837
868
  </code>
838
869
  </td>
839
870
  <td class="name"><code><p>服务基地址</p></code></td>
840
871
  </tr>
841
872
 
842
873
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="ArcGISTileLayer.html#visible">visible</a></code></td>
874
+ <td class="name"><code><a href="#visible">visible</a></code></td>
844
875
  <td class="name">
845
876
  <code>
846
877
 
847
878
  <span class="param-type">Number</span>
848
879
 
849
880
 
881
+
850
882
  </code>
851
883
  </td>
852
884
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -866,6 +898,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
866
898
  <span class="param-type">String</span>
867
899
 
868
900
 
901
+
869
902
  </span>
870
903
 
871
904
  <h4 class="name" id="copyright">
@@ -901,7 +934,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
901
934
 
902
935
  <dt class="inherited-from">Inherited From:</dt>
903
936
  <dd class="inherited-from"><ul class="dummy"><li>
904
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
937
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
905
938
  </li></ul></dd>
906
939
 
907
940
 
@@ -945,6 +978,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
945
978
  <span class="param-type">String</span>
946
979
 
947
980
 
981
+
948
982
  </span>
949
983
 
950
984
  <h4 class="name" id="description">
@@ -1024,6 +1058,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1024
1058
  <span class="param-type">Object</span>
1025
1059
 
1026
1060
 
1061
+
1027
1062
  </span>
1028
1063
 
1029
1064
  <h4 class="name" id="extendOptions">
@@ -1055,7 +1090,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1055
1090
 
1056
1091
  <dt class="inherited-from">Inherited From:</dt>
1057
1092
  <dd class="inherited-from"><ul class="dummy"><li>
1058
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1093
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1059
1094
  </li></ul></dd>
1060
1095
 
1061
1096
 
@@ -1099,6 +1134,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1099
1134
  <span class="param-type">Object</span>
1100
1135
 
1101
1136
 
1137
+
1102
1138
  </span>
1103
1139
 
1104
1140
  <h4 class="name" id="extendProps">
@@ -1130,7 +1166,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1130
1166
 
1131
1167
  <dt class="inherited-from">Inherited From:</dt>
1132
1168
  <dd class="inherited-from"><ul class="dummy"><li>
1133
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1169
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1134
1170
  </li></ul></dd>
1135
1171
 
1136
1172
 
@@ -1171,7 +1207,8 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1171
1207
  <span class="method-parameter is-pulled-right">
1172
1208
  <label>类型:</label>
1173
1209
 
1174
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1210
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1211
+
1175
1212
 
1176
1213
 
1177
1214
  </span>
@@ -1207,8 +1244,10 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1207
1244
 
1208
1245
 
1209
1246
 
1210
- <dt class="inherited-from">Inherited From:</dt>
1211
- <dd class="inherited-from"><ul class="dummy"><li>
1247
+
1248
+
1249
+ <dt class="tag-overrides">Overrides:</dt>
1250
+ <dd class="tag-overrides"><ul class="dummy"><li>
1212
1251
  <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1213
1252
  </li></ul></dd>
1214
1253
 
@@ -1228,8 +1267,6 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1228
1267
 
1229
1268
 
1230
1269
 
1231
-
1232
-
1233
1270
 
1234
1271
 
1235
1272
 
@@ -1253,6 +1290,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1253
1290
  <span class="param-type">String</span>
1254
1291
 
1255
1292
 
1293
+
1256
1294
  </span>
1257
1295
 
1258
1296
  <h4 class="name" id="headers">
@@ -1284,7 +1322,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1284
1322
 
1285
1323
  <dt class="inherited-from">Inherited From:</dt>
1286
1324
  <dd class="inherited-from"><ul class="dummy"><li>
1287
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1325
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1288
1326
  </li></ul></dd>
1289
1327
 
1290
1328
 
@@ -1328,6 +1366,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1328
1366
  <span class="param-type">String</span>
1329
1367
 
1330
1368
 
1369
+
1331
1370
  </span>
1332
1371
 
1333
1372
  <h4 class="name" id="httpMethod">
@@ -1359,7 +1398,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1359
1398
 
1360
1399
  <dt class="inherited-from">Inherited From:</dt>
1361
1400
  <dd class="inherited-from"><ul class="dummy"><li>
1362
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1401
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1363
1402
  </li></ul></dd>
1364
1403
 
1365
1404
 
@@ -1403,6 +1442,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1403
1442
  <span class="param-type">String</span>
1404
1443
 
1405
1444
 
1445
+
1406
1446
  </span>
1407
1447
 
1408
1448
  <h4 class="name" id="id">
@@ -1438,7 +1478,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1438
1478
 
1439
1479
  <dt class="inherited-from">Inherited From:</dt>
1440
1480
  <dd class="inherited-from"><ul class="dummy"><li>
1441
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1481
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1442
1482
  </li></ul></dd>
1443
1483
 
1444
1484
 
@@ -1482,6 +1522,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1482
1522
  <span class="param-type">Number</span>
1483
1523
 
1484
1524
 
1525
+
1485
1526
  </span>
1486
1527
 
1487
1528
  <h4 class="name" id="index">
@@ -1513,7 +1554,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1513
1554
 
1514
1555
  <dt class="inherited-from">Inherited From:</dt>
1515
1556
  <dd class="inherited-from"><ul class="dummy"><li>
1516
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1557
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1517
1558
  </li></ul></dd>
1518
1559
 
1519
1560
 
@@ -1557,6 +1598,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1557
1598
  <span class="param-type">Boolean</span>
1558
1599
 
1559
1600
 
1601
+
1560
1602
  </span>
1561
1603
 
1562
1604
  <h4 class="name" id="loaded">
@@ -1590,8 +1632,10 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1590
1632
 
1591
1633
 
1592
1634
 
1593
- <dt class="inherited-from">Inherited From:</dt>
1594
- <dd class="inherited-from"><ul class="dummy"><li>
1635
+
1636
+
1637
+ <dt class="tag-overrides">Overrides:</dt>
1638
+ <dd class="tag-overrides"><ul class="dummy"><li>
1595
1639
  <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1596
1640
  </li></ul></dd>
1597
1641
 
@@ -1611,8 +1655,6 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1611
1655
 
1612
1656
 
1613
1657
 
1614
-
1615
-
1616
1658
  <dt class="tag-default">Default Value:</dt>
1617
1659
  <dd class="tag-default"><ul class="dummy">
1618
1660
  <li>false</li>
@@ -1641,6 +1683,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1641
1683
  <span class="param-type">String</span>
1642
1684
 
1643
1685
 
1686
+
1644
1687
  </span>
1645
1688
 
1646
1689
  <h4 class="name" id="loadStatus">
@@ -1674,8 +1717,10 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1674
1717
 
1675
1718
 
1676
1719
 
1677
- <dt class="inherited-from">Inherited From:</dt>
1678
- <dd class="inherited-from"><ul class="dummy"><li>
1720
+
1721
+
1722
+ <dt class="tag-overrides">Overrides:</dt>
1723
+ <dd class="tag-overrides"><ul class="dummy"><li>
1679
1724
  <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1680
1725
  </li></ul></dd>
1681
1726
 
@@ -1695,8 +1740,6 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1695
1740
 
1696
1741
 
1697
1742
 
1698
-
1699
-
1700
1743
  <dt class="tag-default">Default Value:</dt>
1701
1744
  <dd class="tag-default"><ul class="dummy">
1702
1745
  <li>not-loaded</li>
@@ -1725,6 +1768,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1725
1768
  <span class="param-type">String</span>
1726
1769
 
1727
1770
 
1771
+
1728
1772
  </span>
1729
1773
 
1730
1774
  <h4 class="name" id="mapName">
@@ -1795,6 +1839,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1795
1839
  <span class="param-type">Number</span>
1796
1840
 
1797
1841
 
1842
+
1798
1843
  </span>
1799
1844
 
1800
1845
  <h4 class="name" id="maxScale">
@@ -1826,7 +1871,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1826
1871
 
1827
1872
  <dt class="inherited-from">Inherited From:</dt>
1828
1873
  <dd class="inherited-from"><ul class="dummy"><li>
1829
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1874
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1830
1875
  </li></ul></dd>
1831
1876
 
1832
1877
 
@@ -1875,6 +1920,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1875
1920
  <span class="param-type">Number</span>
1876
1921
 
1877
1922
 
1923
+
1878
1924
  </span>
1879
1925
 
1880
1926
  <h4 class="name" id="minScale">
@@ -1906,7 +1952,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1906
1952
 
1907
1953
  <dt class="inherited-from">Inherited From:</dt>
1908
1954
  <dd class="inherited-from"><ul class="dummy"><li>
1909
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1955
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1910
1956
  </li></ul></dd>
1911
1957
 
1912
1958
 
@@ -1955,6 +2001,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1955
2001
  <span class="param-type">Number</span>
1956
2002
 
1957
2003
 
2004
+
1958
2005
  </span>
1959
2006
 
1960
2007
  <h4 class="name" id="opacity">
@@ -1986,7 +2033,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1986
2033
 
1987
2034
  <dt class="inherited-from">Inherited From:</dt>
1988
2035
  <dd class="inherited-from"><ul class="dummy"><li>
1989
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2036
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1990
2037
  </li></ul></dd>
1991
2038
 
1992
2039
 
@@ -2027,7 +2074,8 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2027
2074
  <span class="method-parameter is-pulled-right">
2028
2075
  <label>类型:</label>
2029
2076
 
2030
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2077
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2078
+
2031
2079
 
2032
2080
 
2033
2081
  </span>
@@ -2105,6 +2153,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2105
2153
  <span class="param-type">String</span>
2106
2154
 
2107
2155
 
2156
+
2108
2157
  </span>
2109
2158
 
2110
2159
  <h4 class="name" id="title">
@@ -2136,7 +2185,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2136
2185
 
2137
2186
  <dt class="inherited-from">Inherited From:</dt>
2138
2187
  <dd class="inherited-from"><ul class="dummy"><li>
2139
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2188
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2140
2189
  </li></ul></dd>
2141
2190
 
2142
2191
 
@@ -2180,6 +2229,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2180
2229
  <span class="param-type">String</span>
2181
2230
 
2182
2231
 
2232
+
2183
2233
  </span>
2184
2234
 
2185
2235
  <h4 class="name" id="tokenKey">
@@ -2211,7 +2261,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2211
2261
 
2212
2262
  <dt class="inherited-from">Inherited From:</dt>
2213
2263
  <dd class="inherited-from"><ul class="dummy"><li>
2214
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2264
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2215
2265
  </li></ul></dd>
2216
2266
 
2217
2267
 
@@ -2260,6 +2310,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2260
2310
  <span class="param-type">String</span>
2261
2311
 
2262
2312
 
2313
+
2263
2314
  </span>
2264
2315
 
2265
2316
  <h4 class="name" id="tokenValue">
@@ -2291,7 +2342,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2291
2342
 
2292
2343
  <dt class="inherited-from">Inherited From:</dt>
2293
2344
  <dd class="inherited-from"><ul class="dummy"><li>
2294
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2345
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2295
2346
  </li></ul></dd>
2296
2347
 
2297
2348
 
@@ -2335,6 +2386,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2335
2386
  <span class="param-type">String</span>
2336
2387
 
2337
2388
 
2389
+
2338
2390
  </span>
2339
2391
 
2340
2392
  <h4 class="name" id="type">
@@ -2414,6 +2466,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2414
2466
  <span class="param-type">String</span>
2415
2467
 
2416
2468
 
2469
+
2417
2470
  </span>
2418
2471
 
2419
2472
  <h4 class="name" id="url">
@@ -2484,6 +2537,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2484
2537
  <span class="param-type">Number</span>
2485
2538
 
2486
2539
 
2540
+
2487
2541
  </span>
2488
2542
 
2489
2543
  <h4 class="name" id="visible">
@@ -2515,7 +2569,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2515
2569
 
2516
2570
  <dt class="inherited-from">Inherited From:</dt>
2517
2571
  <dd class="inherited-from"><ul class="dummy"><li>
2518
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2572
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2519
2573
  </li></ul></dd>
2520
2574
 
2521
2575
 
@@ -2572,12 +2626,13 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2572
2626
  <tbody>
2573
2627
 
2574
2628
  <tr class="deep-level-0">
2575
- <td class="name"><code><a href="ArcGISTileLayer.html#fromJSON">fromJSON</a></code></td>
2629
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2576
2630
  <td class="name">
2577
2631
  <code>
2578
2632
 
2579
2633
 
2580
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a></span>
2634
+ <span class="param-type"><a link="ArcGISTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a></span>
2635
+
2581
2636
 
2582
2637
 
2583
2638
 
@@ -2587,12 +2642,13 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2587
2642
  </tr>
2588
2643
 
2589
2644
  <tr class="deep-level-0">
2590
- <td class="name"><code><a href="ArcGISTileLayer.html#clone">clone</a></code></td>
2645
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2591
2646
  <td class="name">
2592
2647
  <code>
2593
2648
 
2594
2649
 
2595
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2650
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2651
+
2596
2652
 
2597
2653
 
2598
2654
 
@@ -2602,7 +2658,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2602
2658
  </tr>
2603
2659
 
2604
2660
  <tr class="deep-level-0">
2605
- <td class="name"><code><a href="ArcGISTileLayer.html#destroy">destroy</a></code></td>
2661
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2606
2662
  <td class="name">
2607
2663
  <code>
2608
2664
 
@@ -2610,6 +2666,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2610
2666
  <span class="param-type">*</span>
2611
2667
 
2612
2668
 
2669
+
2613
2670
 
2614
2671
  </code>
2615
2672
  </td>
@@ -2617,7 +2674,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2617
2674
  </tr>
2618
2675
 
2619
2676
  <tr class="deep-level-0">
2620
- <td class="name"><code><a href="ArcGISTileLayer.html#getTileUrl">getTileUrl</a></code></td>
2677
+ <td class="name"><code><a href="#getTileUrl">getTileUrl</a></code></td>
2621
2678
  <td class="name">
2622
2679
  <code>
2623
2680
 
@@ -2625,6 +2682,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2625
2682
  <span class="param-type">String</span>
2626
2683
 
2627
2684
 
2685
+
2628
2686
 
2629
2687
  </code>
2630
2688
  </td>
@@ -2632,7 +2690,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2632
2690
  </tr>
2633
2691
 
2634
2692
  <tr class="deep-level-0">
2635
- <td class="name"><code><a href="ArcGISTileLayer.html#isLoaded">isLoaded</a></code></td>
2693
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2636
2694
  <td class="name">
2637
2695
  <code>
2638
2696
 
@@ -2640,6 +2698,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2640
2698
  <span class="param-type">Boolean</span>
2641
2699
 
2642
2700
 
2701
+
2643
2702
 
2644
2703
  </code>
2645
2704
  </td>
@@ -2647,7 +2706,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2647
2706
  </tr>
2648
2707
 
2649
2708
  <tr class="deep-level-0">
2650
- <td class="name"><code><a href="ArcGISTileLayer.html#refresh">refresh</a></code></td>
2709
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2651
2710
  <td class="name">
2652
2711
  <code>
2653
2712
 
@@ -2657,7 +2716,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2657
2716
  </tr>
2658
2717
 
2659
2718
  <tr class="deep-level-0">
2660
- <td class="name"><code><a href="ArcGISTileLayer.html#toJSON">toJSON</a></code></td>
2719
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2661
2720
  <td class="name">
2662
2721
  <code>
2663
2722
 
@@ -2665,6 +2724,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2665
2724
  <span class="param-type">Object</span>
2666
2725
 
2667
2726
 
2727
+
2668
2728
 
2669
2729
  </code>
2670
2730
  </td>
@@ -2742,6 +2802,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2742
2802
  <span class="param-type">Object</span>
2743
2803
 
2744
2804
 
2805
+
2745
2806
 
2746
2807
  </td>
2747
2808
 
@@ -2827,7 +2888,8 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2827
2888
  <div class='column is-5 has-text-left'>
2828
2889
  <label>类型: </label>
2829
2890
 
2830
- <span class="param-type"><a class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a></span>
2891
+ <span class="param-type"><a link="ArcGISTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a></span>
2892
+
2831
2893
 
2832
2894
 
2833
2895
  </div>
@@ -2904,7 +2966,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
2904
2966
 
2905
2967
  <dt class="inherited-from">Inherited From:</dt>
2906
2968
  <dd class="inherited-from"><ul class="dummy"><li>
2907
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2969
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2908
2970
  </li></ul></dd>
2909
2971
 
2910
2972
 
@@ -2965,7 +3027,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
2965
3027
  <div class='column is-5 has-text-left'>
2966
3028
  <label>类型: </label>
2967
3029
 
2968
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3030
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3031
+
2969
3032
 
2970
3033
 
2971
3034
  </div>
@@ -3021,7 +3084,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3021
3084
 
3022
3085
  <dt class="inherited-from">Inherited From:</dt>
3023
3086
  <dd class="inherited-from"><ul class="dummy"><li>
3024
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3087
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3025
3088
  </li></ul></dd>
3026
3089
 
3027
3090
 
@@ -3083,6 +3146,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3083
3146
  <span class="param-type">*</span>
3084
3147
 
3085
3148
 
3149
+
3086
3150
  </div>
3087
3151
 
3088
3152
  </div>
@@ -3160,6 +3224,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3160
3224
  <span class="param-type">Number</span>
3161
3225
 
3162
3226
 
3227
+
3163
3228
 
3164
3229
  </td>
3165
3230
 
@@ -3184,6 +3249,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3184
3249
  <span class="param-type">Number</span>
3185
3250
 
3186
3251
 
3252
+
3187
3253
 
3188
3254
  </td>
3189
3255
 
@@ -3208,6 +3274,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3208
3274
  <span class="param-type">Number</span>
3209
3275
 
3210
3276
 
3277
+
3211
3278
 
3212
3279
  </td>
3213
3280
 
@@ -3296,6 +3363,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3296
3363
  <span class="param-type">String</span>
3297
3364
 
3298
3365
 
3366
+
3299
3367
  </div>
3300
3368
 
3301
3369
  </div>
@@ -3362,7 +3430,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3362
3430
 
3363
3431
  <dt class="inherited-from">Inherited From:</dt>
3364
3432
  <dd class="inherited-from"><ul class="dummy"><li>
3365
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3433
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3366
3434
  </li></ul></dd>
3367
3435
 
3368
3436
 
@@ -3426,6 +3494,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3426
3494
  <span class="param-type">Boolean</span>
3427
3495
 
3428
3496
 
3497
+
3429
3498
  </div>
3430
3499
 
3431
3500
  </div>
@@ -3483,7 +3552,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3483
3552
 
3484
3553
  <dt class="inherited-from">Inherited From:</dt>
3485
3554
  <dd class="inherited-from"><ul class="dummy"><li>
3486
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3555
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3487
3556
  </li></ul></dd>
3488
3557
 
3489
3558
 
@@ -3579,7 +3648,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3579
3648
 
3580
3649
  <dt class="inherited-from">Inherited From:</dt>
3581
3650
  <dd class="inherited-from"><ul class="dummy"><li>
3582
- <a class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
3651
+ <a goto="toJSON" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
3583
3652
  </li></ul></dd>
3584
3653
 
3585
3654
 
@@ -3643,6 +3712,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3643
3712
  <span class="param-type">Object</span>
3644
3713
 
3645
3714
 
3715
+
3646
3716
  </div>
3647
3717
 
3648
3718
  </div>
@@ -3792,6 +3862,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3792
3862
  <span class="param-type">Object</span>
3793
3863
 
3794
3864
 
3865
+
3795
3866
 
3796
3867
  </td>
3797
3868
 
@@ -3825,6 +3896,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3825
3896
  <span class="param-type">String</span>
3826
3897
 
3827
3898
 
3899
+
3828
3900
 
3829
3901
  </td>
3830
3902
 
@@ -3862,6 +3934,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3862
3934
  <span class="param-type">String</span>
3863
3935
 
3864
3936
 
3937
+
3865
3938
 
3866
3939
  </td>
3867
3940
 
@@ -3896,7 +3969,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3896
3969
  <td class="type">
3897
3970
 
3898
3971
 
3899
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3972
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3973
+
3900
3974
 
3901
3975
 
3902
3976
 
@@ -3933,7 +4007,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3933
4007
  <td class="type">
3934
4008
 
3935
4009
 
3936
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4010
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4011
+
3937
4012
 
3938
4013
 
3939
4014
 
@@ -3970,7 +4045,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3970
4045
  <td class="type">
3971
4046
 
3972
4047
 
3973
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4048
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4049
+
3974
4050
 
3975
4051
 
3976
4052
 
@@ -4007,7 +4083,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4007
4083
  <td class="type">
4008
4084
 
4009
4085
 
4010
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4086
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4087
+
4011
4088
 
4012
4089
 
4013
4090
 
@@ -4044,7 +4121,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4044
4121
  <td class="type">
4045
4122
 
4046
4123
 
4047
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4124
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4125
+
4048
4126
 
4049
4127
 
4050
4128
 
@@ -4089,7 +4167,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4089
4167
 
4090
4168
  <dt class="inherited-from">Inherited From:</dt>
4091
4169
  <dd class="inherited-from"><ul class="dummy"><li>
4092
- <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>
4170
+ <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>
4093
4171
  </li></ul></dd>
4094
4172
 
4095
4173
 
@@ -4238,6 +4316,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4238
4316
  <span class="param-type">Object</span>
4239
4317
 
4240
4318
 
4319
+
4241
4320
 
4242
4321
  </td>
4243
4322
 
@@ -4271,6 +4350,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4271
4350
  <span class="param-type">String</span>
4272
4351
 
4273
4352
 
4353
+
4274
4354
 
4275
4355
  </td>
4276
4356
 
@@ -4308,6 +4388,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4308
4388
  <span class="param-type">String</span>
4309
4389
 
4310
4390
 
4391
+
4311
4392
 
4312
4393
  </td>
4313
4394
 
@@ -4342,7 +4423,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4342
4423
  <td class="type">
4343
4424
 
4344
4425
 
4345
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4426
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4427
+
4346
4428
 
4347
4429
 
4348
4430
 
@@ -4379,7 +4461,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4379
4461
  <td class="type">
4380
4462
 
4381
4463
 
4382
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4464
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4465
+
4383
4466
 
4384
4467
 
4385
4468
 
@@ -4416,7 +4499,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4416
4499
  <td class="type">
4417
4500
 
4418
4501
 
4419
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4502
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4503
+
4420
4504
 
4421
4505
 
4422
4506
 
@@ -4453,7 +4537,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4453
4537
  <td class="type">
4454
4538
 
4455
4539
 
4456
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4540
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4541
+
4457
4542
 
4458
4543
 
4459
4544
 
@@ -4490,7 +4575,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4490
4575
  <td class="type">
4491
4576
 
4492
4577
 
4493
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4578
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4579
+
4494
4580
 
4495
4581
 
4496
4582
 
@@ -4535,7 +4621,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4535
4621
 
4536
4622
  <dt class="inherited-from">Inherited From:</dt>
4537
4623
  <dd class="inherited-from"><ul class="dummy"><li>
4538
- <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>
4624
+ <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>
4539
4625
  </li></ul></dd>
4540
4626
 
4541
4627
 
@@ -4674,6 +4760,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4674
4760
  <span class="param-type">Object</span>
4675
4761
 
4676
4762
 
4763
+
4677
4764
 
4678
4765
  </td>
4679
4766
 
@@ -4707,6 +4794,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4707
4794
  <span class="param-type">String</span>
4708
4795
 
4709
4796
 
4797
+
4710
4798
 
4711
4799
  </td>
4712
4800
 
@@ -4744,6 +4832,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4744
4832
  <span class="param-type">String</span>
4745
4833
 
4746
4834
 
4835
+
4747
4836
 
4748
4837
  </td>
4749
4838
 
@@ -4778,7 +4867,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4778
4867
  <td class="type">
4779
4868
 
4780
4869
 
4781
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4870
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4871
+
4782
4872
 
4783
4873
 
4784
4874
 
@@ -4815,7 +4905,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4815
4905
  <td class="type">
4816
4906
 
4817
4907
 
4818
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4908
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4909
+
4819
4910
 
4820
4911
 
4821
4912
 
@@ -4852,7 +4943,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4852
4943
  <td class="type">
4853
4944
 
4854
4945
 
4855
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4946
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4947
+
4856
4948
 
4857
4949
 
4858
4950
 
@@ -4889,7 +4981,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4889
4981
  <td class="type">
4890
4982
 
4891
4983
 
4892
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4984
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4985
+
4893
4986
 
4894
4987
 
4895
4988
 
@@ -4926,7 +5019,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4926
5019
  <td class="type">
4927
5020
 
4928
5021
 
4929
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5022
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5023
+
4930
5024
 
4931
5025
 
4932
5026
 
@@ -4971,7 +5065,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4971
5065
 
4972
5066
  <dt class="inherited-from">Inherited From:</dt>
4973
5067
  <dd class="inherited-from"><ul class="dummy"><li>
4974
- <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>
5068
+ <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>
4975
5069
  </li></ul></dd>
4976
5070
 
4977
5071
 
@@ -5120,6 +5214,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5120
5214
  <span class="param-type">Object</span>
5121
5215
 
5122
5216
 
5217
+
5123
5218
 
5124
5219
  </td>
5125
5220
 
@@ -5153,6 +5248,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5153
5248
  <span class="param-type">String</span>
5154
5249
 
5155
5250
 
5251
+
5156
5252
 
5157
5253
  </td>
5158
5254
 
@@ -5190,6 +5286,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5190
5286
  <span class="param-type">String</span>
5191
5287
 
5192
5288
 
5289
+
5193
5290
 
5194
5291
  </td>
5195
5292
 
@@ -5224,7 +5321,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5224
5321
  <td class="type">
5225
5322
 
5226
5323
 
5227
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5324
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5325
+
5228
5326
 
5229
5327
 
5230
5328
 
@@ -5261,7 +5359,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5261
5359
  <td class="type">
5262
5360
 
5263
5361
 
5264
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5362
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5363
+
5265
5364
 
5266
5365
 
5267
5366
 
@@ -5298,7 +5397,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5298
5397
  <td class="type">
5299
5398
 
5300
5399
 
5301
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5400
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5401
+
5302
5402
 
5303
5403
 
5304
5404
 
@@ -5335,7 +5435,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5335
5435
  <td class="type">
5336
5436
 
5337
5437
 
5338
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5438
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5439
+
5339
5440
 
5340
5441
 
5341
5442
 
@@ -5372,7 +5473,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5372
5473
  <td class="type">
5373
5474
 
5374
5475
 
5375
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5476
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5477
+
5376
5478
 
5377
5479
 
5378
5480
 
@@ -5417,7 +5519,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5417
5519
 
5418
5520
  <dt class="inherited-from">Inherited From:</dt>
5419
5521
  <dd class="inherited-from"><ul class="dummy"><li>
5420
- <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>
5522
+ <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>
5421
5523
  </li></ul></dd>
5422
5524
 
5423
5525
 
@@ -5556,6 +5658,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5556
5658
  <span class="param-type">Object</span>
5557
5659
 
5558
5660
 
5661
+
5559
5662
 
5560
5663
  </td>
5561
5664
 
@@ -5589,6 +5692,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5589
5692
  <span class="param-type">String</span>
5590
5693
 
5591
5694
 
5695
+
5592
5696
 
5593
5697
  </td>
5594
5698
 
@@ -5626,6 +5730,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5626
5730
  <span class="param-type">String</span>
5627
5731
 
5628
5732
 
5733
+
5629
5734
 
5630
5735
  </td>
5631
5736
 
@@ -5660,7 +5765,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5660
5765
  <td class="type">
5661
5766
 
5662
5767
 
5663
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5768
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5769
+
5664
5770
 
5665
5771
 
5666
5772
 
@@ -5697,7 +5803,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5697
5803
  <td class="type">
5698
5804
 
5699
5805
 
5700
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5806
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5807
+
5701
5808
 
5702
5809
 
5703
5810
 
@@ -5734,7 +5841,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5734
5841
  <td class="type">
5735
5842
 
5736
5843
 
5737
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5844
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5845
+
5738
5846
 
5739
5847
 
5740
5848
 
@@ -5771,7 +5879,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5771
5879
  <td class="type">
5772
5880
 
5773
5881
 
5774
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5882
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5883
+
5775
5884
 
5776
5885
 
5777
5886
 
@@ -5808,7 +5917,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5808
5917
  <td class="type">
5809
5918
 
5810
5919
 
5811
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5920
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5921
+
5812
5922
 
5813
5923
 
5814
5924
 
@@ -5853,7 +5963,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5853
5963
 
5854
5964
  <dt class="inherited-from">Inherited From:</dt>
5855
5965
  <dd class="inherited-from"><ul class="dummy"><li>
5856
- <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>
5966
+ <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>
5857
5967
  </li></ul></dd>
5858
5968
 
5859
5969
 
@@ -6002,6 +6112,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6002
6112
  <span class="param-type">Object</span>
6003
6113
 
6004
6114
 
6115
+
6005
6116
 
6006
6117
  </td>
6007
6118
 
@@ -6035,6 +6146,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6035
6146
  <span class="param-type">String</span>
6036
6147
 
6037
6148
 
6149
+
6038
6150
 
6039
6151
  </td>
6040
6152
 
@@ -6072,6 +6184,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6072
6184
  <span class="param-type">String</span>
6073
6185
 
6074
6186
 
6187
+
6075
6188
 
6076
6189
  </td>
6077
6190
 
@@ -6106,7 +6219,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6106
6219
  <td class="type">
6107
6220
 
6108
6221
 
6109
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6222
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6223
+
6110
6224
 
6111
6225
 
6112
6226
 
@@ -6143,7 +6257,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6143
6257
  <td class="type">
6144
6258
 
6145
6259
 
6146
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6260
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6261
+
6147
6262
 
6148
6263
 
6149
6264
 
@@ -6180,7 +6295,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6180
6295
  <td class="type">
6181
6296
 
6182
6297
 
6183
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6298
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6299
+
6184
6300
 
6185
6301
 
6186
6302
 
@@ -6217,7 +6333,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6217
6333
  <td class="type">
6218
6334
 
6219
6335
 
6220
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6336
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6337
+
6221
6338
 
6222
6339
 
6223
6340
 
@@ -6254,7 +6371,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6254
6371
  <td class="type">
6255
6372
 
6256
6373
 
6257
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6374
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6375
+
6258
6376
 
6259
6377
 
6260
6378
 
@@ -6299,7 +6417,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6299
6417
 
6300
6418
  <dt class="inherited-from">Inherited From:</dt>
6301
6419
  <dd class="inherited-from"><ul class="dummy"><li>
6302
- <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>
6420
+ <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>
6303
6421
  </li></ul></dd>
6304
6422
 
6305
6423
 
@@ -6438,6 +6556,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6438
6556
  <span class="param-type">Object</span>
6439
6557
 
6440
6558
 
6559
+
6441
6560
 
6442
6561
  </td>
6443
6562
 
@@ -6471,6 +6590,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6471
6590
  <span class="param-type">String</span>
6472
6591
 
6473
6592
 
6593
+
6474
6594
 
6475
6595
  </td>
6476
6596
 
@@ -6508,6 +6628,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6508
6628
  <span class="param-type">String</span>
6509
6629
 
6510
6630
 
6631
+
6511
6632
 
6512
6633
  </td>
6513
6634
 
@@ -6542,7 +6663,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6542
6663
  <td class="type">
6543
6664
 
6544
6665
 
6545
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6666
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6667
+
6546
6668
 
6547
6669
 
6548
6670
 
@@ -6579,7 +6701,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6579
6701
  <td class="type">
6580
6702
 
6581
6703
 
6582
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6704
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6705
+
6583
6706
 
6584
6707
 
6585
6708
 
@@ -6616,7 +6739,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6616
6739
  <td class="type">
6617
6740
 
6618
6741
 
6619
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6742
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6743
+
6620
6744
 
6621
6745
 
6622
6746
 
@@ -6653,7 +6777,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6653
6777
  <td class="type">
6654
6778
 
6655
6779
 
6656
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6780
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6781
+
6657
6782
 
6658
6783
 
6659
6784
 
@@ -6690,7 +6815,8 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6690
6815
  <td class="type">
6691
6816
 
6692
6817
 
6693
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6818
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6819
+
6694
6820
 
6695
6821
 
6696
6822
 
@@ -6735,7 +6861,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6735
6861
 
6736
6862
  <dt class="inherited-from">Inherited From:</dt>
6737
6863
  <dd class="inherited-from"><ul class="dummy"><li>
6738
- <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>
6864
+ <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>
6739
6865
  </li></ul></dd>
6740
6866
 
6741
6867