@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
@@ -104,6 +104,7 @@ if(layer.loadStatus === 'loaded') {<br/>
104
104
  <span class="param-type">Object</span>
105
105
 
106
106
 
107
+
107
108
 
108
109
  </td>
109
110
 
@@ -130,6 +131,7 @@ if(layer.loadStatus === 'loaded') {<br/>
130
131
  <span class="param-type">String</span>
131
132
 
132
133
 
134
+
133
135
 
134
136
  </td>
135
137
 
@@ -158,6 +160,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
158
160
  <span class="param-type">String</span>
159
161
 
160
162
 
163
+
161
164
 
162
165
  </td>
163
166
 
@@ -184,6 +187,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
184
187
  <span class="param-type">Number</span>
185
188
 
186
189
 
190
+
187
191
 
188
192
  </td>
189
193
 
@@ -212,6 +216,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
212
216
  <span class="param-type">Boolean</span>
213
217
 
214
218
 
219
+
215
220
 
216
221
  </td>
217
222
 
@@ -237,7 +242,8 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
237
242
  <td class="type">
238
243
 
239
244
 
240
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
245
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
246
+
241
247
 
242
248
 
243
249
 
@@ -265,7 +271,8 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
265
271
  <td class="type">
266
272
 
267
273
 
268
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
274
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
275
+
269
276
 
270
277
 
271
278
 
@@ -291,7 +298,8 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
291
298
  <td class="type">
292
299
 
293
300
 
294
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
301
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
302
+
295
303
 
296
304
 
297
305
 
@@ -320,6 +328,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
320
328
  <span class="param-type">Number</span>
321
329
 
322
330
 
331
+
323
332
 
324
333
  </td>
325
334
 
@@ -348,6 +357,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
348
357
  <span class="param-type">Number</span>
349
358
 
350
359
 
360
+
351
361
 
352
362
  </td>
353
363
 
@@ -373,7 +383,8 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
373
383
  <td class="type">
374
384
 
375
385
 
376
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
386
+ <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
387
+
377
388
 
378
389
 
379
390
 
@@ -404,6 +415,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
404
415
  <span class="param-type">Array.&lt;String></span>
405
416
 
406
417
 
418
+
407
419
 
408
420
  </td>
409
421
 
@@ -432,6 +444,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
432
444
  <span class="param-type">String</span>
433
445
 
434
446
 
447
+
435
448
 
436
449
  </td>
437
450
 
@@ -460,6 +473,7 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
460
473
  <span class="param-type">String</span>
461
474
 
462
475
 
476
+
463
477
 
464
478
  </td>
465
479
 
@@ -483,21 +497,22 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
483
497
  <td class="type">
484
498
 
485
499
 
486
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
500
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
487
501
  |
488
502
 
489
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
503
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
490
504
  |
491
505
 
492
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
506
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
493
507
  |
494
508
 
495
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
509
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
496
510
  |
497
511
 
498
512
  <span class="param-type">null</span>
499
513
 
500
514
 
515
+
501
516
 
502
517
  </td>
503
518
 
@@ -704,7 +719,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
704
719
 
705
720
 
706
721
  <ul>
707
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
722
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
708
723
  </ul>
709
724
 
710
725
 
@@ -736,63 +751,68 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
736
751
  <tbody>
737
752
 
738
753
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="WebTileLayer.html#copyright">copyright</a></code></td>
754
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
740
755
  <td class="name">
741
756
  <code>
742
757
 
743
758
  <span class="param-type">String</span>
744
759
 
745
760
 
761
+
746
762
  </code>
747
763
  </td>
748
764
  <td class="name"><code><p>版权所有</p></code></td>
749
765
  </tr>
750
766
 
751
767
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="WebTileLayer.html#description">description</a></code></td>
768
+ <td class="name"><code><a href="#description">description</a></code></td>
753
769
  <td class="name">
754
770
  <code>
755
771
 
756
772
  <span class="param-type">String</span>
757
773
 
758
774
 
775
+
759
776
  </code>
760
777
  </td>
761
778
  <td class="name"><code><p>图层描述</p></code></td>
762
779
  </tr>
763
780
 
764
781
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="WebTileLayer.html#extendOptions">extendOptions</a></code></td>
782
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
766
783
  <td class="name">
767
784
  <code>
768
785
 
769
786
  <span class="param-type">Object</span>
770
787
 
771
788
 
789
+
772
790
  </code>
773
791
  </td>
774
792
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
775
793
  </tr>
776
794
 
777
795
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="WebTileLayer.html#extendProps">extendProps</a></code></td>
796
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
779
797
  <td class="name">
780
798
  <code>
781
799
 
782
800
  <span class="param-type">Object</span>
783
801
 
784
802
 
803
+
785
804
  </code>
786
805
  </td>
787
806
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
788
807
  </tr>
789
808
 
790
809
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="WebTileLayer.html#extent">extent</a></code></td>
810
+ <td class="name"><code><a href="#extent">extent</a></code></td>
792
811
  <td class="name">
793
812
  <code>
794
813
 
795
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
814
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
815
+
796
816
 
797
817
 
798
818
  </code>
@@ -801,11 +821,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
801
821
  </tr>
802
822
 
803
823
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="WebTileLayer.html#extent">extent</a></code></td>
824
+ <td class="name"><code><a href="#extent">extent</a></code></td>
805
825
  <td class="name">
806
826
  <code>
807
827
 
808
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
828
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
829
+
809
830
 
810
831
 
811
832
  </code>
@@ -814,128 +835,138 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
814
835
  </tr>
815
836
 
816
837
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="WebTileLayer.html#headers">headers</a></code></td>
838
+ <td class="name"><code><a href="#headers">headers</a></code></td>
818
839
  <td class="name">
819
840
  <code>
820
841
 
821
842
  <span class="param-type">String</span>
822
843
 
823
844
 
845
+
824
846
  </code>
825
847
  </td>
826
848
  <td class="name"><code><p>设置服务请求头</p></code></td>
827
849
  </tr>
828
850
 
829
851
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="WebTileLayer.html#httpMethod">httpMethod</a></code></td>
852
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
831
853
  <td class="name">
832
854
  <code>
833
855
 
834
856
  <span class="param-type">String</span>
835
857
 
836
858
 
859
+
837
860
  </code>
838
861
  </td>
839
862
  <td class="name"><code><p>http请求方式</p></code></td>
840
863
  </tr>
841
864
 
842
865
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="WebTileLayer.html#id">id</a></code></td>
866
+ <td class="name"><code><a href="#id">id</a></code></td>
844
867
  <td class="name">
845
868
  <code>
846
869
 
847
870
  <span class="param-type">String</span>
848
871
 
849
872
 
873
+
850
874
  </code>
851
875
  </td>
852
876
  <td class="name"><code><p>图层id</p></code></td>
853
877
  </tr>
854
878
 
855
879
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="WebTileLayer.html#index">index</a></code></td>
880
+ <td class="name"><code><a href="#index">index</a></code></td>
857
881
  <td class="name">
858
882
  <code>
859
883
 
860
884
  <span class="param-type">Number</span>
861
885
 
862
886
 
887
+
863
888
  </code>
864
889
  </td>
865
890
  <td class="name"><code><p>图层顺序</p></code></td>
866
891
  </tr>
867
892
 
868
893
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="WebTileLayer.html#loaded">loaded</a></code></td>
894
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
870
895
  <td class="name">
871
896
  <code>
872
897
 
873
898
  <span class="param-type">Boolean</span>
874
899
 
875
900
 
901
+
876
902
  </code>
877
903
  </td>
878
904
  <td class="name"><code><p>是否加载完毕</p></code></td>
879
905
  </tr>
880
906
 
881
907
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="WebTileLayer.html#loadStatus">loadStatus</a></code></td>
908
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
883
909
  <td class="name">
884
910
  <code>
885
911
 
886
912
  <span class="param-type">String</span>
887
913
 
888
914
 
915
+
889
916
  </code>
890
917
  </td>
891
918
  <td class="name"><code><p>图层加载状态</p></code></td>
892
919
  </tr>
893
920
 
894
921
  <tr class="deep-level-0">
895
- <td class="name"><code><a href="WebTileLayer.html#maxScale">maxScale</a></code></td>
922
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
896
923
  <td class="name">
897
924
  <code>
898
925
 
899
926
  <span class="param-type">Number</span>
900
927
 
901
928
 
929
+
902
930
  </code>
903
931
  </td>
904
932
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
905
933
  </tr>
906
934
 
907
935
  <tr class="deep-level-0">
908
- <td class="name"><code><a href="WebTileLayer.html#minScale">minScale</a></code></td>
936
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
909
937
  <td class="name">
910
938
  <code>
911
939
 
912
940
  <span class="param-type">Number</span>
913
941
 
914
942
 
943
+
915
944
  </code>
916
945
  </td>
917
946
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
918
947
  </tr>
919
948
 
920
949
  <tr class="deep-level-0">
921
- <td class="name"><code><a href="WebTileLayer.html#opacity">opacity</a></code></td>
950
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
922
951
  <td class="name">
923
952
  <code>
924
953
 
925
954
  <span class="param-type">Number</span>
926
955
 
927
956
 
957
+
928
958
  </code>
929
959
  </td>
930
960
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
931
961
  </tr>
932
962
 
933
963
  <tr class="deep-level-0">
934
- <td class="name"><code><a href="WebTileLayer.html#spatialReference">spatialReference</a></code></td>
964
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
935
965
  <td class="name">
936
966
  <code>
937
967
 
938
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
968
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
969
+
939
970
 
940
971
 
941
972
  </code>
@@ -944,24 +975,26 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
944
975
  </tr>
945
976
 
946
977
  <tr class="deep-level-0">
947
- <td class="name"><code><a href="WebTileLayer.html#subDomains">subDomains</a></code></td>
978
+ <td class="name"><code><a href="#subDomains">subDomains</a></code></td>
948
979
  <td class="name">
949
980
  <code>
950
981
 
951
982
  <span class="param-type">Array.&lt;String></span>
952
983
 
953
984
 
985
+
954
986
  </code>
955
987
  </td>
956
988
  <td class="name"><code><p>子域名占位符,用于加快瓦片索引的速度。如果指定此值,则URL内必须包含{s}作为替换的模板</p></code></td>
957
989
  </tr>
958
990
 
959
991
  <tr class="deep-level-0">
960
- <td class="name"><code><a href="WebTileLayer.html#tileInfo">tileInfo</a></code></td>
992
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
961
993
  <td class="name">
962
994
  <code>
963
995
 
964
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
996
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
997
+
965
998
 
966
999
 
967
1000
  </code>
@@ -970,11 +1003,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
970
1003
  </tr>
971
1004
 
972
1005
  <tr class="deep-level-0">
973
- <td class="name"><code><a href="WebTileLayer.html#tileSliceType">tileSliceType</a></code></td>
1006
+ <td class="name"><code><a href="#tileSliceType">tileSliceType</a></code></td>
974
1007
  <td class="name">
975
1008
  <code>
976
1009
 
977
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
1010
+ <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
1011
+
978
1012
 
979
1013
 
980
1014
  </code>
@@ -983,50 +1017,54 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
983
1017
  </tr>
984
1018
 
985
1019
  <tr class="deep-level-0">
986
- <td class="name"><code><a href="WebTileLayer.html#title">title</a></code></td>
1020
+ <td class="name"><code><a href="#title">title</a></code></td>
987
1021
  <td class="name">
988
1022
  <code>
989
1023
 
990
1024
  <span class="param-type">String</span>
991
1025
 
992
1026
 
1027
+
993
1028
  </code>
994
1029
  </td>
995
1030
  <td class="name"><code><p>图层名称</p></code></td>
996
1031
  </tr>
997
1032
 
998
1033
  <tr class="deep-level-0">
999
- <td class="name"><code><a href="WebTileLayer.html#tokenKey">tokenKey</a></code></td>
1034
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1000
1035
  <td class="name">
1001
1036
  <code>
1002
1037
 
1003
1038
  <span class="param-type">String</span>
1004
1039
 
1005
1040
 
1041
+
1006
1042
  </code>
1007
1043
  </td>
1008
1044
  <td class="name"><code><p>token名</p></code></td>
1009
1045
  </tr>
1010
1046
 
1011
1047
  <tr class="deep-level-0">
1012
- <td class="name"><code><a href="WebTileLayer.html#tokenValue">tokenValue</a></code></td>
1048
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1013
1049
  <td class="name">
1014
1050
  <code>
1015
1051
 
1016
1052
  <span class="param-type">String</span>
1017
1053
 
1018
1054
 
1055
+
1019
1056
  </code>
1020
1057
  </td>
1021
1058
  <td class="name"><code><p>token值</p></code></td>
1022
1059
  </tr>
1023
1060
 
1024
1061
  <tr class="deep-level-0">
1025
- <td class="name"><code><a href="WebTileLayer.html#type">type</a></code></td>
1062
+ <td class="name"><code><a href="#type">type</a></code></td>
1026
1063
  <td class="name">
1027
1064
  <code>
1028
1065
 
1029
- <span class="param-type"><a class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
1066
+ <span class="param-type"><a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
1067
+
1030
1068
 
1031
1069
 
1032
1070
  </code>
@@ -1035,13 +1073,14 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1035
1073
  </tr>
1036
1074
 
1037
1075
  <tr class="deep-level-0">
1038
- <td class="name"><code><a href="WebTileLayer.html#visible">visible</a></code></td>
1076
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1039
1077
  <td class="name">
1040
1078
  <code>
1041
1079
 
1042
1080
  <span class="param-type">Number</span>
1043
1081
 
1044
1082
 
1083
+
1045
1084
  </code>
1046
1085
  </td>
1047
1086
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -1061,6 +1100,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1061
1100
  <span class="param-type">String</span>
1062
1101
 
1063
1102
 
1103
+
1064
1104
  </span>
1065
1105
 
1066
1106
  <h4 class="name" id="copyright">
@@ -1096,7 +1136,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1096
1136
 
1097
1137
  <dt class="inherited-from">Inherited From:</dt>
1098
1138
  <dd class="inherited-from"><ul class="dummy"><li>
1099
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1139
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1100
1140
  </li></ul></dd>
1101
1141
 
1102
1142
 
@@ -1140,6 +1180,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1140
1180
  <span class="param-type">String</span>
1141
1181
 
1142
1182
 
1183
+
1143
1184
  </span>
1144
1185
 
1145
1186
  <h4 class="name" id="description">
@@ -1175,7 +1216,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1175
1216
 
1176
1217
  <dt class="inherited-from">Inherited From:</dt>
1177
1218
  <dd class="inherited-from"><ul class="dummy"><li>
1178
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1219
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1179
1220
  </li></ul></dd>
1180
1221
 
1181
1222
 
@@ -1219,6 +1260,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1219
1260
  <span class="param-type">Object</span>
1220
1261
 
1221
1262
 
1263
+
1222
1264
  </span>
1223
1265
 
1224
1266
  <h4 class="name" id="extendOptions">
@@ -1250,7 +1292,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1250
1292
 
1251
1293
  <dt class="inherited-from">Inherited From:</dt>
1252
1294
  <dd class="inherited-from"><ul class="dummy"><li>
1253
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1295
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1254
1296
  </li></ul></dd>
1255
1297
 
1256
1298
 
@@ -1294,6 +1336,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1294
1336
  <span class="param-type">Object</span>
1295
1337
 
1296
1338
 
1339
+
1297
1340
  </span>
1298
1341
 
1299
1342
  <h4 class="name" id="extendProps">
@@ -1325,7 +1368,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1325
1368
 
1326
1369
  <dt class="inherited-from">Inherited From:</dt>
1327
1370
  <dd class="inherited-from"><ul class="dummy"><li>
1328
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1371
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1329
1372
  </li></ul></dd>
1330
1373
 
1331
1374
 
@@ -1366,7 +1409,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1366
1409
  <span class="method-parameter is-pulled-right">
1367
1410
  <label>类型:</label>
1368
1411
 
1369
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1412
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1413
+
1370
1414
 
1371
1415
 
1372
1416
  </span>
@@ -1441,7 +1485,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1441
1485
  <span class="method-parameter is-pulled-right">
1442
1486
  <label>类型:</label>
1443
1487
 
1444
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1488
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1489
+
1445
1490
 
1446
1491
 
1447
1492
  </span>
@@ -1523,6 +1568,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1523
1568
  <span class="param-type">String</span>
1524
1569
 
1525
1570
 
1571
+
1526
1572
  </span>
1527
1573
 
1528
1574
  <h4 class="name" id="headers">
@@ -1554,7 +1600,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1554
1600
 
1555
1601
  <dt class="inherited-from">Inherited From:</dt>
1556
1602
  <dd class="inherited-from"><ul class="dummy"><li>
1557
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1603
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1558
1604
  </li></ul></dd>
1559
1605
 
1560
1606
 
@@ -1598,6 +1644,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1598
1644
  <span class="param-type">String</span>
1599
1645
 
1600
1646
 
1647
+
1601
1648
  </span>
1602
1649
 
1603
1650
  <h4 class="name" id="httpMethod">
@@ -1629,7 +1676,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1629
1676
 
1630
1677
  <dt class="inherited-from">Inherited From:</dt>
1631
1678
  <dd class="inherited-from"><ul class="dummy"><li>
1632
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1679
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1633
1680
  </li></ul></dd>
1634
1681
 
1635
1682
 
@@ -1673,6 +1720,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1673
1720
  <span class="param-type">String</span>
1674
1721
 
1675
1722
 
1723
+
1676
1724
  </span>
1677
1725
 
1678
1726
  <h4 class="name" id="id">
@@ -1708,7 +1756,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1708
1756
 
1709
1757
  <dt class="inherited-from">Inherited From:</dt>
1710
1758
  <dd class="inherited-from"><ul class="dummy"><li>
1711
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1759
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1712
1760
  </li></ul></dd>
1713
1761
 
1714
1762
 
@@ -1752,6 +1800,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1752
1800
  <span class="param-type">Number</span>
1753
1801
 
1754
1802
 
1803
+
1755
1804
  </span>
1756
1805
 
1757
1806
  <h4 class="name" id="index">
@@ -1783,7 +1832,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1783
1832
 
1784
1833
  <dt class="inherited-from">Inherited From:</dt>
1785
1834
  <dd class="inherited-from"><ul class="dummy"><li>
1786
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1835
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1787
1836
  </li></ul></dd>
1788
1837
 
1789
1838
 
@@ -1827,6 +1876,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1827
1876
  <span class="param-type">Boolean</span>
1828
1877
 
1829
1878
 
1879
+
1830
1880
  </span>
1831
1881
 
1832
1882
  <h4 class="name" id="loaded">
@@ -1862,7 +1912,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1862
1912
 
1863
1913
  <dt class="inherited-from">Inherited From:</dt>
1864
1914
  <dd class="inherited-from"><ul class="dummy"><li>
1865
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1915
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1866
1916
  </li></ul></dd>
1867
1917
 
1868
1918
 
@@ -1911,6 +1961,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1911
1961
  <span class="param-type">String</span>
1912
1962
 
1913
1963
 
1964
+
1914
1965
  </span>
1915
1966
 
1916
1967
  <h4 class="name" id="loadStatus">
@@ -1946,7 +1997,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1946
1997
 
1947
1998
  <dt class="inherited-from">Inherited From:</dt>
1948
1999
  <dd class="inherited-from"><ul class="dummy"><li>
1949
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2000
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1950
2001
  </li></ul></dd>
1951
2002
 
1952
2003
 
@@ -1995,6 +2046,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1995
2046
  <span class="param-type">Number</span>
1996
2047
 
1997
2048
 
2049
+
1998
2050
  </span>
1999
2051
 
2000
2052
  <h4 class="name" id="maxScale">
@@ -2026,7 +2078,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2026
2078
 
2027
2079
  <dt class="inherited-from">Inherited From:</dt>
2028
2080
  <dd class="inherited-from"><ul class="dummy"><li>
2029
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2081
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2030
2082
  </li></ul></dd>
2031
2083
 
2032
2084
 
@@ -2075,6 +2127,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2075
2127
  <span class="param-type">Number</span>
2076
2128
 
2077
2129
 
2130
+
2078
2131
  </span>
2079
2132
 
2080
2133
  <h4 class="name" id="minScale">
@@ -2106,7 +2159,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2106
2159
 
2107
2160
  <dt class="inherited-from">Inherited From:</dt>
2108
2161
  <dd class="inherited-from"><ul class="dummy"><li>
2109
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2162
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2110
2163
  </li></ul></dd>
2111
2164
 
2112
2165
 
@@ -2155,6 +2208,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2155
2208
  <span class="param-type">Number</span>
2156
2209
 
2157
2210
 
2211
+
2158
2212
  </span>
2159
2213
 
2160
2214
  <h4 class="name" id="opacity">
@@ -2186,7 +2240,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2186
2240
 
2187
2241
  <dt class="inherited-from">Inherited From:</dt>
2188
2242
  <dd class="inherited-from"><ul class="dummy"><li>
2189
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2243
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2190
2244
  </li></ul></dd>
2191
2245
 
2192
2246
 
@@ -2227,7 +2281,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2227
2281
  <span class="method-parameter is-pulled-right">
2228
2282
  <label>类型:</label>
2229
2283
 
2230
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2284
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2285
+
2231
2286
 
2232
2287
 
2233
2288
  </span>
@@ -2305,6 +2360,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2305
2360
  <span class="param-type">Array.&lt;String></span>
2306
2361
 
2307
2362
 
2363
+
2308
2364
  </span>
2309
2365
 
2310
2366
  <h4 class="name" id="subDomains">
@@ -2372,7 +2428,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2372
2428
  <span class="method-parameter is-pulled-right">
2373
2429
  <label>类型:</label>
2374
2430
 
2375
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2431
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2432
+
2376
2433
 
2377
2434
 
2378
2435
  </span>
@@ -2442,7 +2499,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2442
2499
  <span class="method-parameter is-pulled-right">
2443
2500
  <label>类型:</label>
2444
2501
 
2445
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
2502
+ <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
2503
+
2446
2504
 
2447
2505
 
2448
2506
  </span>
@@ -2515,6 +2573,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2515
2573
  <span class="param-type">String</span>
2516
2574
 
2517
2575
 
2576
+
2518
2577
  </span>
2519
2578
 
2520
2579
  <h4 class="name" id="title">
@@ -2546,7 +2605,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2546
2605
 
2547
2606
  <dt class="inherited-from">Inherited From:</dt>
2548
2607
  <dd class="inherited-from"><ul class="dummy"><li>
2549
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2608
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2550
2609
  </li></ul></dd>
2551
2610
 
2552
2611
 
@@ -2590,6 +2649,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2590
2649
  <span class="param-type">String</span>
2591
2650
 
2592
2651
 
2652
+
2593
2653
  </span>
2594
2654
 
2595
2655
  <h4 class="name" id="tokenKey">
@@ -2621,7 +2681,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2621
2681
 
2622
2682
  <dt class="inherited-from">Inherited From:</dt>
2623
2683
  <dd class="inherited-from"><ul class="dummy"><li>
2624
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2684
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2625
2685
  </li></ul></dd>
2626
2686
 
2627
2687
 
@@ -2670,6 +2730,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2670
2730
  <span class="param-type">String</span>
2671
2731
 
2672
2732
 
2733
+
2673
2734
  </span>
2674
2735
 
2675
2736
  <h4 class="name" id="tokenValue">
@@ -2701,7 +2762,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2701
2762
 
2702
2763
  <dt class="inherited-from">Inherited From:</dt>
2703
2764
  <dd class="inherited-from"><ul class="dummy"><li>
2704
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2765
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2705
2766
  </li></ul></dd>
2706
2767
 
2707
2768
 
@@ -2742,7 +2803,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2742
2803
  <span class="method-parameter is-pulled-right">
2743
2804
  <label>类型:</label>
2744
2805
 
2745
- <span class="param-type"><a class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
2806
+ <span class="param-type"><a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
2807
+
2746
2808
 
2747
2809
 
2748
2810
  </span>
@@ -2820,6 +2882,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2820
2882
  <span class="param-type">Number</span>
2821
2883
 
2822
2884
 
2885
+
2823
2886
  </span>
2824
2887
 
2825
2888
  <h4 class="name" id="visible">
@@ -2851,7 +2914,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2851
2914
 
2852
2915
  <dt class="inherited-from">Inherited From:</dt>
2853
2916
  <dd class="inherited-from"><ul class="dummy"><li>
2854
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2917
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2855
2918
  </li></ul></dd>
2856
2919
 
2857
2920
 
@@ -2908,7 +2971,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2908
2971
  <tbody>
2909
2972
 
2910
2973
  <tr class="deep-level-0">
2911
- <td class="name"><code><a href="WebTileLayer.html#fromJSON">fromJSON</a></code></td>
2974
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2912
2975
  <td class="name">
2913
2976
  <code>
2914
2977
 
@@ -2918,12 +2981,13 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2918
2981
  </tr>
2919
2982
 
2920
2983
  <tr class="deep-level-0">
2921
- <td class="name"><code><a href="WebTileLayer.html#clone">clone</a></code></td>
2984
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2922
2985
  <td class="name">
2923
2986
  <code>
2924
2987
 
2925
2988
 
2926
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2989
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2990
+
2927
2991
 
2928
2992
 
2929
2993
 
@@ -2933,7 +2997,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2933
2997
  </tr>
2934
2998
 
2935
2999
  <tr class="deep-level-0">
2936
- <td class="name"><code><a href="WebTileLayer.html#destroy">destroy</a></code></td>
3000
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2937
3001
  <td class="name">
2938
3002
  <code>
2939
3003
 
@@ -2941,6 +3005,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2941
3005
  <span class="param-type">*</span>
2942
3006
 
2943
3007
 
3008
+
2944
3009
 
2945
3010
  </code>
2946
3011
  </td>
@@ -2948,7 +3013,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2948
3013
  </tr>
2949
3014
 
2950
3015
  <tr class="deep-level-0">
2951
- <td class="name"><code><a href="WebTileLayer.html#isLoaded">isLoaded</a></code></td>
3016
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2952
3017
  <td class="name">
2953
3018
  <code>
2954
3019
 
@@ -2956,6 +3021,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2956
3021
  <span class="param-type">Boolean</span>
2957
3022
 
2958
3023
 
3024
+
2959
3025
 
2960
3026
  </code>
2961
3027
  </td>
@@ -2963,7 +3029,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2963
3029
  </tr>
2964
3030
 
2965
3031
  <tr class="deep-level-0">
2966
- <td class="name"><code><a href="WebTileLayer.html#off">off</a></code></td>
3032
+ <td class="name"><code><a href="#off">off</a></code></td>
2967
3033
  <td class="name">
2968
3034
  <code>
2969
3035
 
@@ -2971,6 +3037,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2971
3037
  <span class="param-type">Object</span>
2972
3038
 
2973
3039
 
3040
+
2974
3041
 
2975
3042
  </code>
2976
3043
  </td>
@@ -2985,7 +3052,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2985
3052
  </tr>
2986
3053
 
2987
3054
  <tr class="deep-level-0">
2988
- <td class="name"><code><a href="WebTileLayer.html#on">on</a></code></td>
3055
+ <td class="name"><code><a href="#on">on</a></code></td>
2989
3056
  <td class="name">
2990
3057
  <code>
2991
3058
 
@@ -2993,6 +3060,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2993
3060
  <span class="param-type">Object</span>
2994
3061
 
2995
3062
 
3063
+
2996
3064
 
2997
3065
  </code>
2998
3066
  </td>
@@ -3006,7 +3074,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3006
3074
  </tr>
3007
3075
 
3008
3076
  <tr class="deep-level-0">
3009
- <td class="name"><code><a href="WebTileLayer.html#refresh">refresh</a></code></td>
3077
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3010
3078
  <td class="name">
3011
3079
  <code>
3012
3080
 
@@ -3016,7 +3084,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3016
3084
  </tr>
3017
3085
 
3018
3086
  <tr class="deep-level-0">
3019
- <td class="name"><code><a href="WebTileLayer.html#toJSON">toJSON</a></code></td>
3087
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3020
3088
  <td class="name">
3021
3089
  <code>
3022
3090
 
@@ -3024,6 +3092,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3024
3092
  <span class="param-type">Object</span>
3025
3093
 
3026
3094
 
3095
+
3027
3096
 
3028
3097
  </code>
3029
3098
  </td>
@@ -3101,6 +3170,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3101
3170
  <span class="param-type">Object</span>
3102
3171
 
3103
3172
 
3173
+
3104
3174
 
3105
3175
  </td>
3106
3176
 
@@ -3221,7 +3291,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3221
3291
 
3222
3292
  <dt class="inherited-from">Inherited From:</dt>
3223
3293
  <dd class="inherited-from"><ul class="dummy"><li>
3224
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3294
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3225
3295
  </li></ul></dd>
3226
3296
 
3227
3297
 
@@ -3282,7 +3352,8 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3282
3352
  <div class='column is-5 has-text-left'>
3283
3353
  <label>类型: </label>
3284
3354
 
3285
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3355
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3356
+
3286
3357
 
3287
3358
 
3288
3359
  </div>
@@ -3338,7 +3409,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3338
3409
 
3339
3410
  <dt class="inherited-from">Inherited From:</dt>
3340
3411
  <dd class="inherited-from"><ul class="dummy"><li>
3341
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3412
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3342
3413
  </li></ul></dd>
3343
3414
 
3344
3415
 
@@ -3400,6 +3471,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3400
3471
  <span class="param-type">*</span>
3401
3472
 
3402
3473
 
3474
+
3403
3475
  </div>
3404
3476
 
3405
3477
  </div>
@@ -3457,7 +3529,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3457
3529
 
3458
3530
  <dt class="inherited-from">Inherited From:</dt>
3459
3531
  <dd class="inherited-from"><ul class="dummy"><li>
3460
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3532
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3461
3533
  </li></ul></dd>
3462
3534
 
3463
3535
 
@@ -3521,6 +3593,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3521
3593
  <span class="param-type">Boolean</span>
3522
3594
 
3523
3595
 
3596
+
3524
3597
  </div>
3525
3598
 
3526
3599
  </div>
@@ -3605,6 +3678,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3605
3678
  <span class="param-type">string</span>
3606
3679
 
3607
3680
 
3681
+
3608
3682
 
3609
3683
  </td>
3610
3684
 
@@ -3631,6 +3705,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3631
3705
  <span class="param-type">function</span>
3632
3706
 
3633
3707
 
3708
+
3634
3709
 
3635
3710
  </td>
3636
3711
 
@@ -3655,6 +3730,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3655
3730
  <span class="param-type">Object</span>
3656
3731
 
3657
3732
 
3733
+
3658
3734
 
3659
3735
  </td>
3660
3736
 
@@ -3684,7 +3760,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3684
3760
 
3685
3761
  <dt class="inherited-from">Inherited From:</dt>
3686
3762
  <dd class="inherited-from"><ul class="dummy"><li>
3687
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3763
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3688
3764
  </li></ul></dd>
3689
3765
 
3690
3766
 
@@ -3748,6 +3824,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3748
3824
  <span class="param-type">Object</span>
3749
3825
 
3750
3826
 
3827
+
3751
3828
  </div>
3752
3829
 
3753
3830
  </div>
@@ -3924,6 +4001,7 @@ view.off({
3924
4001
  <span class="param-type">Object</span>
3925
4002
 
3926
4003
 
4004
+
3927
4005
 
3928
4006
  </td>
3929
4007
 
@@ -3956,6 +4034,7 @@ view.off({
3956
4034
  <span class="param-type">function</span>
3957
4035
 
3958
4036
 
4037
+
3959
4038
 
3960
4039
  </td>
3961
4040
 
@@ -3986,6 +4065,7 @@ view.off({
3986
4065
  <span class="param-type">Object</span>
3987
4066
 
3988
4067
 
4068
+
3989
4069
 
3990
4070
  </td>
3991
4071
 
@@ -4021,7 +4101,7 @@ view.off({
4021
4101
 
4022
4102
  <dt class="inherited-from">Inherited From:</dt>
4023
4103
  <dd class="inherited-from"><ul class="dummy"><li>
4024
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
4104
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
4025
4105
  </li></ul></dd>
4026
4106
 
4027
4107
 
@@ -4085,6 +4165,7 @@ view.off({
4085
4165
  <span class="param-type">Object</span>
4086
4166
 
4087
4167
 
4168
+
4088
4169
  </div>
4089
4170
 
4090
4171
  </div>
@@ -4220,7 +4301,7 @@ view.on({
4220
4301
 
4221
4302
  <dt class="inherited-from">Inherited From:</dt>
4222
4303
  <dd class="inherited-from"><ul class="dummy"><li>
4223
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4304
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4224
4305
  </li></ul></dd>
4225
4306
 
4226
4307
 
@@ -4380,6 +4461,7 @@ view.on({
4380
4461
  <span class="param-type">Object</span>
4381
4462
 
4382
4463
 
4464
+
4383
4465
  </div>
4384
4466
 
4385
4467
  </div>
@@ -4529,6 +4611,7 @@ view.on({
4529
4611
  <span class="param-type">Object</span>
4530
4612
 
4531
4613
 
4614
+
4532
4615
 
4533
4616
  </td>
4534
4617
 
@@ -4562,6 +4645,7 @@ view.on({
4562
4645
  <span class="param-type">String</span>
4563
4646
 
4564
4647
 
4648
+
4565
4649
 
4566
4650
  </td>
4567
4651
 
@@ -4599,6 +4683,7 @@ view.on({
4599
4683
  <span class="param-type">String</span>
4600
4684
 
4601
4685
 
4686
+
4602
4687
 
4603
4688
  </td>
4604
4689
 
@@ -4633,7 +4718,8 @@ view.on({
4633
4718
  <td class="type">
4634
4719
 
4635
4720
 
4636
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4721
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4722
+
4637
4723
 
4638
4724
 
4639
4725
 
@@ -4670,7 +4756,8 @@ view.on({
4670
4756
  <td class="type">
4671
4757
 
4672
4758
 
4673
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4759
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4760
+
4674
4761
 
4675
4762
 
4676
4763
 
@@ -4707,7 +4794,8 @@ view.on({
4707
4794
  <td class="type">
4708
4795
 
4709
4796
 
4710
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4797
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4798
+
4711
4799
 
4712
4800
 
4713
4801
 
@@ -4744,7 +4832,8 @@ view.on({
4744
4832
  <td class="type">
4745
4833
 
4746
4834
 
4747
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4835
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4836
+
4748
4837
 
4749
4838
 
4750
4839
 
@@ -4781,7 +4870,8 @@ view.on({
4781
4870
  <td class="type">
4782
4871
 
4783
4872
 
4784
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4873
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4874
+
4785
4875
 
4786
4876
 
4787
4877
 
@@ -4826,7 +4916,7 @@ view.on({
4826
4916
 
4827
4917
  <dt class="inherited-from">Inherited From:</dt>
4828
4918
  <dd class="inherited-from"><ul class="dummy"><li>
4829
- <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>
4919
+ <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>
4830
4920
  </li></ul></dd>
4831
4921
 
4832
4922
 
@@ -4975,6 +5065,7 @@ view.on({
4975
5065
  <span class="param-type">Object</span>
4976
5066
 
4977
5067
 
5068
+
4978
5069
 
4979
5070
  </td>
4980
5071
 
@@ -5008,6 +5099,7 @@ view.on({
5008
5099
  <span class="param-type">String</span>
5009
5100
 
5010
5101
 
5102
+
5011
5103
 
5012
5104
  </td>
5013
5105
 
@@ -5045,6 +5137,7 @@ view.on({
5045
5137
  <span class="param-type">String</span>
5046
5138
 
5047
5139
 
5140
+
5048
5141
 
5049
5142
  </td>
5050
5143
 
@@ -5079,7 +5172,8 @@ view.on({
5079
5172
  <td class="type">
5080
5173
 
5081
5174
 
5082
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5175
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5176
+
5083
5177
 
5084
5178
 
5085
5179
 
@@ -5116,7 +5210,8 @@ view.on({
5116
5210
  <td class="type">
5117
5211
 
5118
5212
 
5119
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5213
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5214
+
5120
5215
 
5121
5216
 
5122
5217
 
@@ -5153,7 +5248,8 @@ view.on({
5153
5248
  <td class="type">
5154
5249
 
5155
5250
 
5156
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5251
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5252
+
5157
5253
 
5158
5254
 
5159
5255
 
@@ -5190,7 +5286,8 @@ view.on({
5190
5286
  <td class="type">
5191
5287
 
5192
5288
 
5193
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5289
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5290
+
5194
5291
 
5195
5292
 
5196
5293
 
@@ -5227,7 +5324,8 @@ view.on({
5227
5324
  <td class="type">
5228
5325
 
5229
5326
 
5230
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5327
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5328
+
5231
5329
 
5232
5330
 
5233
5331
 
@@ -5272,7 +5370,7 @@ view.on({
5272
5370
 
5273
5371
  <dt class="inherited-from">Inherited From:</dt>
5274
5372
  <dd class="inherited-from"><ul class="dummy"><li>
5275
- <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>
5373
+ <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>
5276
5374
  </li></ul></dd>
5277
5375
 
5278
5376
 
@@ -5411,6 +5509,7 @@ view.on({
5411
5509
  <span class="param-type">Object</span>
5412
5510
 
5413
5511
 
5512
+
5414
5513
 
5415
5514
  </td>
5416
5515
 
@@ -5444,6 +5543,7 @@ view.on({
5444
5543
  <span class="param-type">String</span>
5445
5544
 
5446
5545
 
5546
+
5447
5547
 
5448
5548
  </td>
5449
5549
 
@@ -5481,6 +5581,7 @@ view.on({
5481
5581
  <span class="param-type">String</span>
5482
5582
 
5483
5583
 
5584
+
5484
5585
 
5485
5586
  </td>
5486
5587
 
@@ -5515,7 +5616,8 @@ view.on({
5515
5616
  <td class="type">
5516
5617
 
5517
5618
 
5518
- <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
+
5519
5621
 
5520
5622
 
5521
5623
 
@@ -5552,7 +5654,8 @@ view.on({
5552
5654
  <td class="type">
5553
5655
 
5554
5656
 
5555
- <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
+
5556
5659
 
5557
5660
 
5558
5661
 
@@ -5589,7 +5692,8 @@ view.on({
5589
5692
  <td class="type">
5590
5693
 
5591
5694
 
5592
- <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
+
5593
5697
 
5594
5698
 
5595
5699
 
@@ -5626,7 +5730,8 @@ view.on({
5626
5730
  <td class="type">
5627
5731
 
5628
5732
 
5629
- <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
+
5630
5735
 
5631
5736
 
5632
5737
 
@@ -5663,7 +5768,8 @@ view.on({
5663
5768
  <td class="type">
5664
5769
 
5665
5770
 
5666
- <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
+
5667
5773
 
5668
5774
 
5669
5775
 
@@ -5708,7 +5814,7 @@ view.on({
5708
5814
 
5709
5815
  <dt class="inherited-from">Inherited From:</dt>
5710
5816
  <dd class="inherited-from"><ul class="dummy"><li>
5711
- <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>
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%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>
5712
5818
  </li></ul></dd>
5713
5819
 
5714
5820
 
@@ -5857,6 +5963,7 @@ view.on({
5857
5963
  <span class="param-type">Object</span>
5858
5964
 
5859
5965
 
5966
+
5860
5967
 
5861
5968
  </td>
5862
5969
 
@@ -5890,6 +5997,7 @@ view.on({
5890
5997
  <span class="param-type">String</span>
5891
5998
 
5892
5999
 
6000
+
5893
6001
 
5894
6002
  </td>
5895
6003
 
@@ -5927,6 +6035,7 @@ view.on({
5927
6035
  <span class="param-type">String</span>
5928
6036
 
5929
6037
 
6038
+
5930
6039
 
5931
6040
  </td>
5932
6041
 
@@ -5961,7 +6070,8 @@ view.on({
5961
6070
  <td class="type">
5962
6071
 
5963
6072
 
5964
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6073
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6074
+
5965
6075
 
5966
6076
 
5967
6077
 
@@ -5998,7 +6108,8 @@ view.on({
5998
6108
  <td class="type">
5999
6109
 
6000
6110
 
6001
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6111
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6112
+
6002
6113
 
6003
6114
 
6004
6115
 
@@ -6035,7 +6146,8 @@ view.on({
6035
6146
  <td class="type">
6036
6147
 
6037
6148
 
6038
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6149
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6150
+
6039
6151
 
6040
6152
 
6041
6153
 
@@ -6072,7 +6184,8 @@ view.on({
6072
6184
  <td class="type">
6073
6185
 
6074
6186
 
6075
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6187
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6188
+
6076
6189
 
6077
6190
 
6078
6191
 
@@ -6109,7 +6222,8 @@ view.on({
6109
6222
  <td class="type">
6110
6223
 
6111
6224
 
6112
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6225
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6226
+
6113
6227
 
6114
6228
 
6115
6229
 
@@ -6154,7 +6268,7 @@ view.on({
6154
6268
 
6155
6269
  <dt class="inherited-from">Inherited From:</dt>
6156
6270
  <dd class="inherited-from"><ul class="dummy"><li>
6157
- <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>
6271
+ <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>
6158
6272
  </li></ul></dd>
6159
6273
 
6160
6274
 
@@ -6293,6 +6407,7 @@ view.on({
6293
6407
  <span class="param-type">Object</span>
6294
6408
 
6295
6409
 
6410
+
6296
6411
 
6297
6412
  </td>
6298
6413
 
@@ -6326,6 +6441,7 @@ view.on({
6326
6441
  <span class="param-type">String</span>
6327
6442
 
6328
6443
 
6444
+
6329
6445
 
6330
6446
  </td>
6331
6447
 
@@ -6363,6 +6479,7 @@ view.on({
6363
6479
  <span class="param-type">String</span>
6364
6480
 
6365
6481
 
6482
+
6366
6483
 
6367
6484
  </td>
6368
6485
 
@@ -6397,7 +6514,8 @@ view.on({
6397
6514
  <td class="type">
6398
6515
 
6399
6516
 
6400
- <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
+
6401
6519
 
6402
6520
 
6403
6521
 
@@ -6434,7 +6552,8 @@ view.on({
6434
6552
  <td class="type">
6435
6553
 
6436
6554
 
6437
- <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
+
6438
6557
 
6439
6558
 
6440
6559
 
@@ -6471,7 +6590,8 @@ view.on({
6471
6590
  <td class="type">
6472
6591
 
6473
6592
 
6474
- <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
+
6475
6595
 
6476
6596
 
6477
6597
 
@@ -6508,7 +6628,8 @@ view.on({
6508
6628
  <td class="type">
6509
6629
 
6510
6630
 
6511
- <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
+
6512
6633
 
6513
6634
 
6514
6635
 
@@ -6545,7 +6666,8 @@ view.on({
6545
6666
  <td class="type">
6546
6667
 
6547
6668
 
6548
- <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
+
6549
6671
 
6550
6672
 
6551
6673
 
@@ -6590,7 +6712,7 @@ view.on({
6590
6712
 
6591
6713
  <dt class="inherited-from">Inherited From:</dt>
6592
6714
  <dd class="inherited-from"><ul class="dummy"><li>
6593
- <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>
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%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>
6594
6716
  </li></ul></dd>
6595
6717
 
6596
6718
 
@@ -6739,6 +6861,7 @@ view.on({
6739
6861
  <span class="param-type">Object</span>
6740
6862
 
6741
6863
 
6864
+
6742
6865
 
6743
6866
  </td>
6744
6867
 
@@ -6772,6 +6895,7 @@ view.on({
6772
6895
  <span class="param-type">String</span>
6773
6896
 
6774
6897
 
6898
+
6775
6899
 
6776
6900
  </td>
6777
6901
 
@@ -6809,6 +6933,7 @@ view.on({
6809
6933
  <span class="param-type">String</span>
6810
6934
 
6811
6935
 
6936
+
6812
6937
 
6813
6938
  </td>
6814
6939
 
@@ -6843,7 +6968,8 @@ view.on({
6843
6968
  <td class="type">
6844
6969
 
6845
6970
 
6846
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6971
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6972
+
6847
6973
 
6848
6974
 
6849
6975
 
@@ -6880,7 +7006,8 @@ view.on({
6880
7006
  <td class="type">
6881
7007
 
6882
7008
 
6883
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7009
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7010
+
6884
7011
 
6885
7012
 
6886
7013
 
@@ -6917,7 +7044,8 @@ view.on({
6917
7044
  <td class="type">
6918
7045
 
6919
7046
 
6920
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7047
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7048
+
6921
7049
 
6922
7050
 
6923
7051
 
@@ -6954,7 +7082,8 @@ view.on({
6954
7082
  <td class="type">
6955
7083
 
6956
7084
 
6957
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7085
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7086
+
6958
7087
 
6959
7088
 
6960
7089
 
@@ -6991,7 +7120,8 @@ view.on({
6991
7120
  <td class="type">
6992
7121
 
6993
7122
 
6994
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7123
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7124
+
6995
7125
 
6996
7126
 
6997
7127
 
@@ -7036,7 +7166,7 @@ view.on({
7036
7166
 
7037
7167
  <dt class="inherited-from">Inherited From:</dt>
7038
7168
  <dd class="inherited-from"><ul class="dummy"><li>
7039
- <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>
7169
+ <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>
7040
7170
  </li></ul></dd>
7041
7171
 
7042
7172
 
@@ -7175,6 +7305,7 @@ view.on({
7175
7305
  <span class="param-type">Object</span>
7176
7306
 
7177
7307
 
7308
+
7178
7309
 
7179
7310
  </td>
7180
7311
 
@@ -7208,6 +7339,7 @@ view.on({
7208
7339
  <span class="param-type">String</span>
7209
7340
 
7210
7341
 
7342
+
7211
7343
 
7212
7344
  </td>
7213
7345
 
@@ -7245,6 +7377,7 @@ view.on({
7245
7377
  <span class="param-type">String</span>
7246
7378
 
7247
7379
 
7380
+
7248
7381
 
7249
7382
  </td>
7250
7383
 
@@ -7279,7 +7412,8 @@ view.on({
7279
7412
  <td class="type">
7280
7413
 
7281
7414
 
7282
- <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
+
7283
7417
 
7284
7418
 
7285
7419
 
@@ -7316,7 +7450,8 @@ view.on({
7316
7450
  <td class="type">
7317
7451
 
7318
7452
 
7319
- <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
+
7320
7455
 
7321
7456
 
7322
7457
 
@@ -7353,7 +7488,8 @@ view.on({
7353
7488
  <td class="type">
7354
7489
 
7355
7490
 
7356
- <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
+
7357
7493
 
7358
7494
 
7359
7495
 
@@ -7390,7 +7526,8 @@ view.on({
7390
7526
  <td class="type">
7391
7527
 
7392
7528
 
7393
- <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
+
7394
7531
 
7395
7532
 
7396
7533
 
@@ -7427,7 +7564,8 @@ view.on({
7427
7564
  <td class="type">
7428
7565
 
7429
7566
 
7430
- <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
+
7431
7569
 
7432
7570
 
7433
7571
 
@@ -7472,7 +7610,7 @@ view.on({
7472
7610
 
7473
7611
  <dt class="inherited-from">Inherited From:</dt>
7474
7612
  <dd class="inherited-from"><ul class="dummy"><li>
7475
- <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>
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%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>
7476
7614
  </li></ul></dd>
7477
7615
 
7478
7616