@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
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -134,6 +136,7 @@
134
136
  <span class="param-type">String</span>
135
137
 
136
138
 
139
+
137
140
 
138
141
  </td>
139
142
 
@@ -162,6 +165,7 @@
162
165
  <span class="param-type">String</span>
163
166
 
164
167
 
168
+
165
169
 
166
170
  </td>
167
171
 
@@ -260,7 +264,7 @@
260
264
 
261
265
 
262
266
  <ul>
263
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
267
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
264
268
  </ul>
265
269
 
266
270
 
@@ -292,63 +296,68 @@
292
296
  <tbody>
293
297
 
294
298
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="SceneLayer.html#copyright">copyright</a></code></td>
299
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
296
300
  <td class="name">
297
301
  <code>
298
302
 
299
303
  <span class="param-type">String</span>
300
304
 
301
305
 
306
+
302
307
  </code>
303
308
  </td>
304
309
  <td class="name"><code><p>版权所有</p></code></td>
305
310
  </tr>
306
311
 
307
312
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="SceneLayer.html#description">description</a></code></td>
313
+ <td class="name"><code><a href="#description">description</a></code></td>
309
314
  <td class="name">
310
315
  <code>
311
316
 
312
317
  <span class="param-type">String</span>
313
318
 
314
319
 
320
+
315
321
  </code>
316
322
  </td>
317
323
  <td class="name"><code><p>图层描述</p></code></td>
318
324
  </tr>
319
325
 
320
326
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="SceneLayer.html#extendOptions">extendOptions</a></code></td>
327
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
322
328
  <td class="name">
323
329
  <code>
324
330
 
325
331
  <span class="param-type">Object</span>
326
332
 
327
333
 
334
+
328
335
  </code>
329
336
  </td>
330
337
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
331
338
  </tr>
332
339
 
333
340
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="SceneLayer.html#extendProps">extendProps</a></code></td>
341
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
335
342
  <td class="name">
336
343
  <code>
337
344
 
338
345
  <span class="param-type">Object</span>
339
346
 
340
347
 
348
+
341
349
  </code>
342
350
  </td>
343
351
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
344
352
  </tr>
345
353
 
346
354
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="SceneLayer.html#extent">extent</a></code></td>
355
+ <td class="name"><code><a href="#extent">extent</a></code></td>
348
356
  <td class="name">
349
357
  <code>
350
358
 
351
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
359
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
360
+
352
361
 
353
362
 
354
363
  </code>
@@ -357,128 +366,138 @@
357
366
  </tr>
358
367
 
359
368
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="SceneLayer.html#headers">headers</a></code></td>
369
+ <td class="name"><code><a href="#headers">headers</a></code></td>
361
370
  <td class="name">
362
371
  <code>
363
372
 
364
373
  <span class="param-type">String</span>
365
374
 
366
375
 
376
+
367
377
  </code>
368
378
  </td>
369
379
  <td class="name"><code><p>设置服务请求头</p></code></td>
370
380
  </tr>
371
381
 
372
382
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="SceneLayer.html#httpMethod">httpMethod</a></code></td>
383
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
374
384
  <td class="name">
375
385
  <code>
376
386
 
377
387
  <span class="param-type">String</span>
378
388
 
379
389
 
390
+
380
391
  </code>
381
392
  </td>
382
393
  <td class="name"><code><p>http请求方式</p></code></td>
383
394
  </tr>
384
395
 
385
396
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="SceneLayer.html#id">id</a></code></td>
397
+ <td class="name"><code><a href="#id">id</a></code></td>
387
398
  <td class="name">
388
399
  <code>
389
400
 
390
401
  <span class="param-type">String</span>
391
402
 
392
403
 
404
+
393
405
  </code>
394
406
  </td>
395
407
  <td class="name"><code><p>图层id</p></code></td>
396
408
  </tr>
397
409
 
398
410
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="SceneLayer.html#index">index</a></code></td>
411
+ <td class="name"><code><a href="#index">index</a></code></td>
400
412
  <td class="name">
401
413
  <code>
402
414
 
403
415
  <span class="param-type">Number</span>
404
416
 
405
417
 
418
+
406
419
  </code>
407
420
  </td>
408
421
  <td class="name"><code><p>图层顺序</p></code></td>
409
422
  </tr>
410
423
 
411
424
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="SceneLayer.html#loaded">loaded</a></code></td>
425
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
413
426
  <td class="name">
414
427
  <code>
415
428
 
416
429
  <span class="param-type">Boolean</span>
417
430
 
418
431
 
432
+
419
433
  </code>
420
434
  </td>
421
435
  <td class="name"><code><p>是否加载完毕</p></code></td>
422
436
  </tr>
423
437
 
424
438
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="SceneLayer.html#loadStatus">loadStatus</a></code></td>
439
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
426
440
  <td class="name">
427
441
  <code>
428
442
 
429
443
  <span class="param-type">String</span>
430
444
 
431
445
 
446
+
432
447
  </code>
433
448
  </td>
434
449
  <td class="name"><code><p>图层加载状态</p></code></td>
435
450
  </tr>
436
451
 
437
452
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="SceneLayer.html#maxScale">maxScale</a></code></td>
453
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
439
454
  <td class="name">
440
455
  <code>
441
456
 
442
457
  <span class="param-type">Number</span>
443
458
 
444
459
 
460
+
445
461
  </code>
446
462
  </td>
447
463
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
448
464
  </tr>
449
465
 
450
466
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="SceneLayer.html#minScale">minScale</a></code></td>
467
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
452
468
  <td class="name">
453
469
  <code>
454
470
 
455
471
  <span class="param-type">Number</span>
456
472
 
457
473
 
474
+
458
475
  </code>
459
476
  </td>
460
477
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
461
478
  </tr>
462
479
 
463
480
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="SceneLayer.html#opacity">opacity</a></code></td>
481
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
465
482
  <td class="name">
466
483
  <code>
467
484
 
468
485
  <span class="param-type">Number</span>
469
486
 
470
487
 
488
+
471
489
  </code>
472
490
  </td>
473
491
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
474
492
  </tr>
475
493
 
476
494
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="SceneLayer.html#spatialReference">spatialReference</a></code></td>
495
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
478
496
  <td class="name">
479
497
  <code>
480
498
 
481
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
499
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
500
+
482
501
 
483
502
 
484
503
  </code>
@@ -487,78 +506,84 @@
487
506
  </tr>
488
507
 
489
508
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="SceneLayer.html#title">title</a></code></td>
509
+ <td class="name"><code><a href="#title">title</a></code></td>
491
510
  <td class="name">
492
511
  <code>
493
512
 
494
513
  <span class="param-type">String</span>
495
514
 
496
515
 
516
+
497
517
  </code>
498
518
  </td>
499
519
  <td class="name"><code><p>图层名称</p></code></td>
500
520
  </tr>
501
521
 
502
522
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="SceneLayer.html#tokenKey">tokenKey</a></code></td>
523
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
504
524
  <td class="name">
505
525
  <code>
506
526
 
507
527
  <span class="param-type">String</span>
508
528
 
509
529
 
530
+
510
531
  </code>
511
532
  </td>
512
533
  <td class="name"><code><p>token名</p></code></td>
513
534
  </tr>
514
535
 
515
536
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="SceneLayer.html#tokenValue">tokenValue</a></code></td>
537
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
517
538
  <td class="name">
518
539
  <code>
519
540
 
520
541
  <span class="param-type">String</span>
521
542
 
522
543
 
544
+
523
545
  </code>
524
546
  </td>
525
547
  <td class="name"><code><p>token值</p></code></td>
526
548
  </tr>
527
549
 
528
550
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="SceneLayer.html#type">type</a></code></td>
551
+ <td class="name"><code><a href="#type">type</a></code></td>
530
552
  <td class="name">
531
553
  <code>
532
554
 
533
555
  <span class="param-type">String</span>
534
556
 
535
557
 
558
+
536
559
  </code>
537
560
  </td>
538
561
  <td class="name"><code><p>图层类型</p></code></td>
539
562
  </tr>
540
563
 
541
564
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="SceneLayer.html#url">url</a></code></td>
565
+ <td class="name"><code><a href="#url">url</a></code></td>
543
566
  <td class="name">
544
567
  <code>
545
568
 
546
569
  <span class="param-type">String</span>
547
570
 
548
571
 
572
+
549
573
  </code>
550
574
  </td>
551
575
  <td class="name"><code><p>服务基地址</p></code></td>
552
576
  </tr>
553
577
 
554
578
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="SceneLayer.html#visible">visible</a></code></td>
579
+ <td class="name"><code><a href="#visible">visible</a></code></td>
556
580
  <td class="name">
557
581
  <code>
558
582
 
559
583
  <span class="param-type">Number</span>
560
584
 
561
585
 
586
+
562
587
  </code>
563
588
  </td>
564
589
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -578,6 +603,7 @@
578
603
  <span class="param-type">String</span>
579
604
 
580
605
 
606
+
581
607
  </span>
582
608
 
583
609
  <h4 class="name" id="copyright">
@@ -613,7 +639,7 @@
613
639
 
614
640
  <dt class="inherited-from">Inherited From:</dt>
615
641
  <dd class="inherited-from"><ul class="dummy"><li>
616
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
642
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
617
643
  </li></ul></dd>
618
644
 
619
645
 
@@ -657,6 +683,7 @@
657
683
  <span class="param-type">String</span>
658
684
 
659
685
 
686
+
660
687
  </span>
661
688
 
662
689
  <h4 class="name" id="description">
@@ -692,7 +719,7 @@
692
719
 
693
720
  <dt class="inherited-from">Inherited From:</dt>
694
721
  <dd class="inherited-from"><ul class="dummy"><li>
695
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
722
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
696
723
  </li></ul></dd>
697
724
 
698
725
 
@@ -736,6 +763,7 @@
736
763
  <span class="param-type">Object</span>
737
764
 
738
765
 
766
+
739
767
  </span>
740
768
 
741
769
  <h4 class="name" id="extendOptions">
@@ -767,7 +795,7 @@
767
795
 
768
796
  <dt class="inherited-from">Inherited From:</dt>
769
797
  <dd class="inherited-from"><ul class="dummy"><li>
770
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
798
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
771
799
  </li></ul></dd>
772
800
 
773
801
 
@@ -811,6 +839,7 @@
811
839
  <span class="param-type">Object</span>
812
840
 
813
841
 
842
+
814
843
  </span>
815
844
 
816
845
  <h4 class="name" id="extendProps">
@@ -842,7 +871,7 @@
842
871
 
843
872
  <dt class="inherited-from">Inherited From:</dt>
844
873
  <dd class="inherited-from"><ul class="dummy"><li>
845
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
874
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
846
875
  </li></ul></dd>
847
876
 
848
877
 
@@ -883,7 +912,8 @@
883
912
  <span class="method-parameter is-pulled-right">
884
913
  <label>类型:</label>
885
914
 
886
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
915
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
916
+
887
917
 
888
918
 
889
919
  </span>
@@ -921,7 +951,7 @@
921
951
 
922
952
  <dt class="inherited-from">Inherited From:</dt>
923
953
  <dd class="inherited-from"><ul class="dummy"><li>
924
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
954
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
925
955
  </li></ul></dd>
926
956
 
927
957
 
@@ -965,6 +995,7 @@
965
995
  <span class="param-type">String</span>
966
996
 
967
997
 
998
+
968
999
  </span>
969
1000
 
970
1001
  <h4 class="name" id="headers">
@@ -996,7 +1027,7 @@
996
1027
 
997
1028
  <dt class="inherited-from">Inherited From:</dt>
998
1029
  <dd class="inherited-from"><ul class="dummy"><li>
999
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1030
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1000
1031
  </li></ul></dd>
1001
1032
 
1002
1033
 
@@ -1040,6 +1071,7 @@
1040
1071
  <span class="param-type">String</span>
1041
1072
 
1042
1073
 
1074
+
1043
1075
  </span>
1044
1076
 
1045
1077
  <h4 class="name" id="httpMethod">
@@ -1071,7 +1103,7 @@
1071
1103
 
1072
1104
  <dt class="inherited-from">Inherited From:</dt>
1073
1105
  <dd class="inherited-from"><ul class="dummy"><li>
1074
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1106
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1075
1107
  </li></ul></dd>
1076
1108
 
1077
1109
 
@@ -1115,6 +1147,7 @@
1115
1147
  <span class="param-type">String</span>
1116
1148
 
1117
1149
 
1150
+
1118
1151
  </span>
1119
1152
 
1120
1153
  <h4 class="name" id="id">
@@ -1150,7 +1183,7 @@
1150
1183
 
1151
1184
  <dt class="inherited-from">Inherited From:</dt>
1152
1185
  <dd class="inherited-from"><ul class="dummy"><li>
1153
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1186
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1154
1187
  </li></ul></dd>
1155
1188
 
1156
1189
 
@@ -1194,6 +1227,7 @@
1194
1227
  <span class="param-type">Number</span>
1195
1228
 
1196
1229
 
1230
+
1197
1231
  </span>
1198
1232
 
1199
1233
  <h4 class="name" id="index">
@@ -1225,7 +1259,7 @@
1225
1259
 
1226
1260
  <dt class="inherited-from">Inherited From:</dt>
1227
1261
  <dd class="inherited-from"><ul class="dummy"><li>
1228
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1262
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1229
1263
  </li></ul></dd>
1230
1264
 
1231
1265
 
@@ -1269,6 +1303,7 @@
1269
1303
  <span class="param-type">Boolean</span>
1270
1304
 
1271
1305
 
1306
+
1272
1307
  </span>
1273
1308
 
1274
1309
  <h4 class="name" id="loaded">
@@ -1304,7 +1339,7 @@
1304
1339
 
1305
1340
  <dt class="inherited-from">Inherited From:</dt>
1306
1341
  <dd class="inherited-from"><ul class="dummy"><li>
1307
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1342
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1308
1343
  </li></ul></dd>
1309
1344
 
1310
1345
 
@@ -1353,6 +1388,7 @@
1353
1388
  <span class="param-type">String</span>
1354
1389
 
1355
1390
 
1391
+
1356
1392
  </span>
1357
1393
 
1358
1394
  <h4 class="name" id="loadStatus">
@@ -1388,7 +1424,7 @@
1388
1424
 
1389
1425
  <dt class="inherited-from">Inherited From:</dt>
1390
1426
  <dd class="inherited-from"><ul class="dummy"><li>
1391
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1427
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1392
1428
  </li></ul></dd>
1393
1429
 
1394
1430
 
@@ -1437,6 +1473,7 @@
1437
1473
  <span class="param-type">Number</span>
1438
1474
 
1439
1475
 
1476
+
1440
1477
  </span>
1441
1478
 
1442
1479
  <h4 class="name" id="maxScale">
@@ -1468,7 +1505,7 @@
1468
1505
 
1469
1506
  <dt class="inherited-from">Inherited From:</dt>
1470
1507
  <dd class="inherited-from"><ul class="dummy"><li>
1471
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1508
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1472
1509
  </li></ul></dd>
1473
1510
 
1474
1511
 
@@ -1517,6 +1554,7 @@
1517
1554
  <span class="param-type">Number</span>
1518
1555
 
1519
1556
 
1557
+
1520
1558
  </span>
1521
1559
 
1522
1560
  <h4 class="name" id="minScale">
@@ -1548,7 +1586,7 @@
1548
1586
 
1549
1587
  <dt class="inherited-from">Inherited From:</dt>
1550
1588
  <dd class="inherited-from"><ul class="dummy"><li>
1551
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1589
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1552
1590
  </li></ul></dd>
1553
1591
 
1554
1592
 
@@ -1597,6 +1635,7 @@
1597
1635
  <span class="param-type">Number</span>
1598
1636
 
1599
1637
 
1638
+
1600
1639
  </span>
1601
1640
 
1602
1641
  <h4 class="name" id="opacity">
@@ -1628,7 +1667,7 @@
1628
1667
 
1629
1668
  <dt class="inherited-from">Inherited From:</dt>
1630
1669
  <dd class="inherited-from"><ul class="dummy"><li>
1631
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1670
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1632
1671
  </li></ul></dd>
1633
1672
 
1634
1673
 
@@ -1669,7 +1708,8 @@
1669
1708
  <span class="method-parameter is-pulled-right">
1670
1709
  <label>类型:</label>
1671
1710
 
1672
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1711
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1712
+
1673
1713
 
1674
1714
 
1675
1715
  </span>
@@ -1747,6 +1787,7 @@
1747
1787
  <span class="param-type">String</span>
1748
1788
 
1749
1789
 
1790
+
1750
1791
  </span>
1751
1792
 
1752
1793
  <h4 class="name" id="title">
@@ -1778,7 +1819,7 @@
1778
1819
 
1779
1820
  <dt class="inherited-from">Inherited From:</dt>
1780
1821
  <dd class="inherited-from"><ul class="dummy"><li>
1781
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1822
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1782
1823
  </li></ul></dd>
1783
1824
 
1784
1825
 
@@ -1822,6 +1863,7 @@
1822
1863
  <span class="param-type">String</span>
1823
1864
 
1824
1865
 
1866
+
1825
1867
  </span>
1826
1868
 
1827
1869
  <h4 class="name" id="tokenKey">
@@ -1897,6 +1939,7 @@
1897
1939
  <span class="param-type">String</span>
1898
1940
 
1899
1941
 
1942
+
1900
1943
  </span>
1901
1944
 
1902
1945
  <h4 class="name" id="tokenValue">
@@ -1972,6 +2015,7 @@
1972
2015
  <span class="param-type">String</span>
1973
2016
 
1974
2017
 
2018
+
1975
2019
  </span>
1976
2020
 
1977
2021
  <h4 class="name" id="type">
@@ -2007,7 +2051,7 @@
2007
2051
 
2008
2052
  <dt class="inherited-from">Inherited From:</dt>
2009
2053
  <dd class="inherited-from"><ul class="dummy"><li>
2010
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2054
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2011
2055
  </li></ul></dd>
2012
2056
 
2013
2057
 
@@ -2051,6 +2095,7 @@
2051
2095
  <span class="param-type">String</span>
2052
2096
 
2053
2097
 
2098
+
2054
2099
  </span>
2055
2100
 
2056
2101
  <h4 class="name" id="url">
@@ -2121,6 +2166,7 @@
2121
2166
  <span class="param-type">Number</span>
2122
2167
 
2123
2168
 
2169
+
2124
2170
  </span>
2125
2171
 
2126
2172
  <h4 class="name" id="visible">
@@ -2152,7 +2198,7 @@
2152
2198
 
2153
2199
  <dt class="inherited-from">Inherited From:</dt>
2154
2200
  <dd class="inherited-from"><ul class="dummy"><li>
2155
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2201
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2156
2202
  </li></ul></dd>
2157
2203
 
2158
2204
 
@@ -2209,12 +2255,13 @@
2209
2255
  <tbody>
2210
2256
 
2211
2257
  <tr class="deep-level-0">
2212
- <td class="name"><code><a href="SceneLayer.html#clone">clone</a></code></td>
2258
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2213
2259
  <td class="name">
2214
2260
  <code>
2215
2261
 
2216
2262
 
2217
- <span class="param-type"><a class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2263
+ <span class="param-type"><a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2264
+
2218
2265
 
2219
2266
 
2220
2267
 
@@ -2224,7 +2271,7 @@
2224
2271
  </tr>
2225
2272
 
2226
2273
  <tr class="deep-level-0">
2227
- <td class="name"><code><a href="SceneLayer.html#destroy">destroy</a></code></td>
2274
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2228
2275
  <td class="name">
2229
2276
  <code>
2230
2277
 
@@ -2232,6 +2279,7 @@
2232
2279
  <span class="param-type">*</span>
2233
2280
 
2234
2281
 
2282
+
2235
2283
 
2236
2284
  </code>
2237
2285
  </td>
@@ -2239,7 +2287,7 @@
2239
2287
  </tr>
2240
2288
 
2241
2289
  <tr class="deep-level-0">
2242
- <td class="name"><code><a href="SceneLayer.html#isLoaded">isLoaded</a></code></td>
2290
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2243
2291
  <td class="name">
2244
2292
  <code>
2245
2293
 
@@ -2247,6 +2295,7 @@
2247
2295
  <span class="param-type">Boolean</span>
2248
2296
 
2249
2297
 
2298
+
2250
2299
 
2251
2300
  </code>
2252
2301
  </td>
@@ -2254,7 +2303,7 @@
2254
2303
  </tr>
2255
2304
 
2256
2305
  <tr class="deep-level-0">
2257
- <td class="name"><code><a href="SceneLayer.html#off">off</a></code></td>
2306
+ <td class="name"><code><a href="#off">off</a></code></td>
2258
2307
  <td class="name">
2259
2308
  <code>
2260
2309
 
@@ -2262,6 +2311,7 @@
2262
2311
  <span class="param-type">Object</span>
2263
2312
 
2264
2313
 
2314
+
2265
2315
 
2266
2316
  </code>
2267
2317
  </td>
@@ -2276,7 +2326,7 @@
2276
2326
  </tr>
2277
2327
 
2278
2328
  <tr class="deep-level-0">
2279
- <td class="name"><code><a href="SceneLayer.html#on">on</a></code></td>
2329
+ <td class="name"><code><a href="#on">on</a></code></td>
2280
2330
  <td class="name">
2281
2331
  <code>
2282
2332
 
@@ -2284,6 +2334,7 @@
2284
2334
  <span class="param-type">Object</span>
2285
2335
 
2286
2336
 
2337
+
2287
2338
 
2288
2339
  </code>
2289
2340
  </td>
@@ -2297,7 +2348,7 @@
2297
2348
  </tr>
2298
2349
 
2299
2350
  <tr class="deep-level-0">
2300
- <td class="name"><code><a href="SceneLayer.html#refresh">refresh</a></code></td>
2351
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2301
2352
  <td class="name">
2302
2353
  <code>
2303
2354
 
@@ -2307,7 +2358,7 @@
2307
2358
  </tr>
2308
2359
 
2309
2360
  <tr class="deep-level-0">
2310
- <td class="name"><code><a href="SceneLayer.html#toJSON">toJSON</a></code></td>
2361
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2311
2362
  <td class="name">
2312
2363
  <code>
2313
2364
 
@@ -2315,6 +2366,7 @@
2315
2366
  <span class="param-type">Object</span>
2316
2367
 
2317
2368
 
2369
+
2318
2370
 
2319
2371
  </code>
2320
2372
  </td>
@@ -2429,7 +2481,8 @@
2429
2481
  <div class='column is-5 has-text-left'>
2430
2482
  <label>类型: </label>
2431
2483
 
2432
- <span class="param-type"><a class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2484
+ <span class="param-type"><a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2485
+
2433
2486
 
2434
2487
 
2435
2488
  </div>
@@ -2485,7 +2538,7 @@
2485
2538
 
2486
2539
  <dt class="inherited-from">Inherited From:</dt>
2487
2540
  <dd class="inherited-from"><ul class="dummy"><li>
2488
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2541
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2489
2542
  </li></ul></dd>
2490
2543
 
2491
2544
 
@@ -2547,6 +2600,7 @@
2547
2600
  <span class="param-type">*</span>
2548
2601
 
2549
2602
 
2603
+
2550
2604
  </div>
2551
2605
 
2552
2606
  </div>
@@ -2604,7 +2658,7 @@
2604
2658
 
2605
2659
  <dt class="inherited-from">Inherited From:</dt>
2606
2660
  <dd class="inherited-from"><ul class="dummy"><li>
2607
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2661
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2608
2662
  </li></ul></dd>
2609
2663
 
2610
2664
 
@@ -2668,6 +2722,7 @@
2668
2722
  <span class="param-type">Boolean</span>
2669
2723
 
2670
2724
 
2725
+
2671
2726
  </div>
2672
2727
 
2673
2728
  </div>
@@ -2752,6 +2807,7 @@
2752
2807
  <span class="param-type">string</span>
2753
2808
 
2754
2809
 
2810
+
2755
2811
 
2756
2812
  </td>
2757
2813
 
@@ -2778,6 +2834,7 @@
2778
2834
  <span class="param-type">function</span>
2779
2835
 
2780
2836
 
2837
+
2781
2838
 
2782
2839
  </td>
2783
2840
 
@@ -2802,6 +2859,7 @@
2802
2859
  <span class="param-type">Object</span>
2803
2860
 
2804
2861
 
2862
+
2805
2863
 
2806
2864
  </td>
2807
2865
 
@@ -2831,7 +2889,7 @@
2831
2889
 
2832
2890
  <dt class="inherited-from">Inherited From:</dt>
2833
2891
  <dd class="inherited-from"><ul class="dummy"><li>
2834
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2892
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2835
2893
  </li></ul></dd>
2836
2894
 
2837
2895
 
@@ -2895,6 +2953,7 @@
2895
2953
  <span class="param-type">Object</span>
2896
2954
 
2897
2955
 
2956
+
2898
2957
  </div>
2899
2958
 
2900
2959
  </div>
@@ -3071,6 +3130,7 @@ view.off({
3071
3130
  <span class="param-type">Object</span>
3072
3131
 
3073
3132
 
3133
+
3074
3134
 
3075
3135
  </td>
3076
3136
 
@@ -3103,6 +3163,7 @@ view.off({
3103
3163
  <span class="param-type">function</span>
3104
3164
 
3105
3165
 
3166
+
3106
3167
 
3107
3168
  </td>
3108
3169
 
@@ -3133,6 +3194,7 @@ view.off({
3133
3194
  <span class="param-type">Object</span>
3134
3195
 
3135
3196
 
3197
+
3136
3198
 
3137
3199
  </td>
3138
3200
 
@@ -3168,7 +3230,7 @@ view.off({
3168
3230
 
3169
3231
  <dt class="inherited-from">Inherited From:</dt>
3170
3232
  <dd class="inherited-from"><ul class="dummy"><li>
3171
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3233
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3172
3234
  </li></ul></dd>
3173
3235
 
3174
3236
 
@@ -3232,6 +3294,7 @@ view.off({
3232
3294
  <span class="param-type">Object</span>
3233
3295
 
3234
3296
 
3297
+
3235
3298
  </div>
3236
3299
 
3237
3300
  </div>
@@ -3367,7 +3430,7 @@ view.on({
3367
3430
 
3368
3431
  <dt class="inherited-from">Inherited From:</dt>
3369
3432
  <dd class="inherited-from"><ul class="dummy"><li>
3370
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3433
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3371
3434
  </li></ul></dd>
3372
3435
 
3373
3436
 
@@ -3527,6 +3590,7 @@ view.on({
3527
3590
  <span class="param-type">Object</span>
3528
3591
 
3529
3592
 
3593
+
3530
3594
  </div>
3531
3595
 
3532
3596
  </div>
@@ -3676,6 +3740,7 @@ view.on({
3676
3740
  <span class="param-type">Object</span>
3677
3741
 
3678
3742
 
3743
+
3679
3744
 
3680
3745
  </td>
3681
3746
 
@@ -3709,6 +3774,7 @@ view.on({
3709
3774
  <span class="param-type">String</span>
3710
3775
 
3711
3776
 
3777
+
3712
3778
 
3713
3779
  </td>
3714
3780
 
@@ -3746,6 +3812,7 @@ view.on({
3746
3812
  <span class="param-type">String</span>
3747
3813
 
3748
3814
 
3815
+
3749
3816
 
3750
3817
  </td>
3751
3818
 
@@ -3780,7 +3847,8 @@ view.on({
3780
3847
  <td class="type">
3781
3848
 
3782
3849
 
3783
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3850
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3851
+
3784
3852
 
3785
3853
 
3786
3854
 
@@ -3817,7 +3885,8 @@ view.on({
3817
3885
  <td class="type">
3818
3886
 
3819
3887
 
3820
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3888
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3889
+
3821
3890
 
3822
3891
 
3823
3892
 
@@ -3854,7 +3923,8 @@ view.on({
3854
3923
  <td class="type">
3855
3924
 
3856
3925
 
3857
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3926
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3927
+
3858
3928
 
3859
3929
 
3860
3930
 
@@ -3891,7 +3961,8 @@ view.on({
3891
3961
  <td class="type">
3892
3962
 
3893
3963
 
3894
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3964
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3965
+
3895
3966
 
3896
3967
 
3897
3968
 
@@ -3928,7 +3999,8 @@ view.on({
3928
3999
  <td class="type">
3929
4000
 
3930
4001
 
3931
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4002
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4003
+
3932
4004
 
3933
4005
 
3934
4006
 
@@ -3973,7 +4045,7 @@ view.on({
3973
4045
 
3974
4046
  <dt class="inherited-from">Inherited From:</dt>
3975
4047
  <dd class="inherited-from"><ul class="dummy"><li>
3976
- <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>
4048
+ <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>
3977
4049
  </li></ul></dd>
3978
4050
 
3979
4051
 
@@ -4122,6 +4194,7 @@ view.on({
4122
4194
  <span class="param-type">Object</span>
4123
4195
 
4124
4196
 
4197
+
4125
4198
 
4126
4199
  </td>
4127
4200
 
@@ -4155,6 +4228,7 @@ view.on({
4155
4228
  <span class="param-type">String</span>
4156
4229
 
4157
4230
 
4231
+
4158
4232
 
4159
4233
  </td>
4160
4234
 
@@ -4192,6 +4266,7 @@ view.on({
4192
4266
  <span class="param-type">String</span>
4193
4267
 
4194
4268
 
4269
+
4195
4270
 
4196
4271
  </td>
4197
4272
 
@@ -4226,7 +4301,8 @@ view.on({
4226
4301
  <td class="type">
4227
4302
 
4228
4303
 
4229
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4304
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4305
+
4230
4306
 
4231
4307
 
4232
4308
 
@@ -4263,7 +4339,8 @@ view.on({
4263
4339
  <td class="type">
4264
4340
 
4265
4341
 
4266
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4342
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4343
+
4267
4344
 
4268
4345
 
4269
4346
 
@@ -4300,7 +4377,8 @@ view.on({
4300
4377
  <td class="type">
4301
4378
 
4302
4379
 
4303
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4380
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4381
+
4304
4382
 
4305
4383
 
4306
4384
 
@@ -4337,7 +4415,8 @@ view.on({
4337
4415
  <td class="type">
4338
4416
 
4339
4417
 
4340
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4418
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4419
+
4341
4420
 
4342
4421
 
4343
4422
 
@@ -4374,7 +4453,8 @@ view.on({
4374
4453
  <td class="type">
4375
4454
 
4376
4455
 
4377
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4456
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4457
+
4378
4458
 
4379
4459
 
4380
4460
 
@@ -4419,7 +4499,7 @@ view.on({
4419
4499
 
4420
4500
  <dt class="inherited-from">Inherited From:</dt>
4421
4501
  <dd class="inherited-from"><ul class="dummy"><li>
4422
- <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>
4502
+ <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>
4423
4503
  </li></ul></dd>
4424
4504
 
4425
4505
 
@@ -4558,6 +4638,7 @@ view.on({
4558
4638
  <span class="param-type">Object</span>
4559
4639
 
4560
4640
 
4641
+
4561
4642
 
4562
4643
  </td>
4563
4644
 
@@ -4591,6 +4672,7 @@ view.on({
4591
4672
  <span class="param-type">String</span>
4592
4673
 
4593
4674
 
4675
+
4594
4676
 
4595
4677
  </td>
4596
4678
 
@@ -4628,6 +4710,7 @@ view.on({
4628
4710
  <span class="param-type">String</span>
4629
4711
 
4630
4712
 
4713
+
4631
4714
 
4632
4715
  </td>
4633
4716
 
@@ -4662,7 +4745,8 @@ view.on({
4662
4745
  <td class="type">
4663
4746
 
4664
4747
 
4665
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4748
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4749
+
4666
4750
 
4667
4751
 
4668
4752
 
@@ -4699,7 +4783,8 @@ view.on({
4699
4783
  <td class="type">
4700
4784
 
4701
4785
 
4702
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4786
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4787
+
4703
4788
 
4704
4789
 
4705
4790
 
@@ -4736,7 +4821,8 @@ view.on({
4736
4821
  <td class="type">
4737
4822
 
4738
4823
 
4739
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4824
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4825
+
4740
4826
 
4741
4827
 
4742
4828
 
@@ -4773,7 +4859,8 @@ view.on({
4773
4859
  <td class="type">
4774
4860
 
4775
4861
 
4776
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4862
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4863
+
4777
4864
 
4778
4865
 
4779
4866
 
@@ -4810,7 +4897,8 @@ view.on({
4810
4897
  <td class="type">
4811
4898
 
4812
4899
 
4813
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4900
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4901
+
4814
4902
 
4815
4903
 
4816
4904
 
@@ -4855,7 +4943,7 @@ view.on({
4855
4943
 
4856
4944
  <dt class="inherited-from">Inherited From:</dt>
4857
4945
  <dd class="inherited-from"><ul class="dummy"><li>
4858
- <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>
4946
+ <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>
4859
4947
  </li></ul></dd>
4860
4948
 
4861
4949
 
@@ -5004,6 +5092,7 @@ view.on({
5004
5092
  <span class="param-type">Object</span>
5005
5093
 
5006
5094
 
5095
+
5007
5096
 
5008
5097
  </td>
5009
5098
 
@@ -5037,6 +5126,7 @@ view.on({
5037
5126
  <span class="param-type">String</span>
5038
5127
 
5039
5128
 
5129
+
5040
5130
 
5041
5131
  </td>
5042
5132
 
@@ -5074,6 +5164,7 @@ view.on({
5074
5164
  <span class="param-type">String</span>
5075
5165
 
5076
5166
 
5167
+
5077
5168
 
5078
5169
  </td>
5079
5170
 
@@ -5108,7 +5199,8 @@ view.on({
5108
5199
  <td class="type">
5109
5200
 
5110
5201
 
5111
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5202
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5203
+
5112
5204
 
5113
5205
 
5114
5206
 
@@ -5145,7 +5237,8 @@ view.on({
5145
5237
  <td class="type">
5146
5238
 
5147
5239
 
5148
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5240
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5241
+
5149
5242
 
5150
5243
 
5151
5244
 
@@ -5182,7 +5275,8 @@ view.on({
5182
5275
  <td class="type">
5183
5276
 
5184
5277
 
5185
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5278
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5279
+
5186
5280
 
5187
5281
 
5188
5282
 
@@ -5219,7 +5313,8 @@ view.on({
5219
5313
  <td class="type">
5220
5314
 
5221
5315
 
5222
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5316
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5317
+
5223
5318
 
5224
5319
 
5225
5320
 
@@ -5256,7 +5351,8 @@ view.on({
5256
5351
  <td class="type">
5257
5352
 
5258
5353
 
5259
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5354
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5355
+
5260
5356
 
5261
5357
 
5262
5358
 
@@ -5301,7 +5397,7 @@ view.on({
5301
5397
 
5302
5398
  <dt class="inherited-from">Inherited From:</dt>
5303
5399
  <dd class="inherited-from"><ul class="dummy"><li>
5304
- <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>
5400
+ <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>
5305
5401
  </li></ul></dd>
5306
5402
 
5307
5403
 
@@ -5440,6 +5536,7 @@ view.on({
5440
5536
  <span class="param-type">Object</span>
5441
5537
 
5442
5538
 
5539
+
5443
5540
 
5444
5541
  </td>
5445
5542
 
@@ -5473,6 +5570,7 @@ view.on({
5473
5570
  <span class="param-type">String</span>
5474
5571
 
5475
5572
 
5573
+
5476
5574
 
5477
5575
  </td>
5478
5576
 
@@ -5510,6 +5608,7 @@ view.on({
5510
5608
  <span class="param-type">String</span>
5511
5609
 
5512
5610
 
5611
+
5513
5612
 
5514
5613
  </td>
5515
5614
 
@@ -5544,7 +5643,8 @@ view.on({
5544
5643
  <td class="type">
5545
5644
 
5546
5645
 
5547
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5646
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5647
+
5548
5648
 
5549
5649
 
5550
5650
 
@@ -5581,7 +5681,8 @@ view.on({
5581
5681
  <td class="type">
5582
5682
 
5583
5683
 
5584
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5684
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5685
+
5585
5686
 
5586
5687
 
5587
5688
 
@@ -5618,7 +5719,8 @@ view.on({
5618
5719
  <td class="type">
5619
5720
 
5620
5721
 
5621
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5722
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5723
+
5622
5724
 
5623
5725
 
5624
5726
 
@@ -5655,7 +5757,8 @@ view.on({
5655
5757
  <td class="type">
5656
5758
 
5657
5759
 
5658
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5760
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5761
+
5659
5762
 
5660
5763
 
5661
5764
 
@@ -5692,7 +5795,8 @@ view.on({
5692
5795
  <td class="type">
5693
5796
 
5694
5797
 
5695
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5798
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5799
+
5696
5800
 
5697
5801
 
5698
5802
 
@@ -5737,7 +5841,7 @@ view.on({
5737
5841
 
5738
5842
  <dt class="inherited-from">Inherited From:</dt>
5739
5843
  <dd class="inherited-from"><ul class="dummy"><li>
5740
- <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>
5844
+ <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>
5741
5845
  </li></ul></dd>
5742
5846
 
5743
5847
 
@@ -5886,6 +5990,7 @@ view.on({
5886
5990
  <span class="param-type">Object</span>
5887
5991
 
5888
5992
 
5993
+
5889
5994
 
5890
5995
  </td>
5891
5996
 
@@ -5919,6 +6024,7 @@ view.on({
5919
6024
  <span class="param-type">String</span>
5920
6025
 
5921
6026
 
6027
+
5922
6028
 
5923
6029
  </td>
5924
6030
 
@@ -5956,6 +6062,7 @@ view.on({
5956
6062
  <span class="param-type">String</span>
5957
6063
 
5958
6064
 
6065
+
5959
6066
 
5960
6067
  </td>
5961
6068
 
@@ -5990,7 +6097,8 @@ view.on({
5990
6097
  <td class="type">
5991
6098
 
5992
6099
 
5993
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6100
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6101
+
5994
6102
 
5995
6103
 
5996
6104
 
@@ -6027,7 +6135,8 @@ view.on({
6027
6135
  <td class="type">
6028
6136
 
6029
6137
 
6030
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6138
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6139
+
6031
6140
 
6032
6141
 
6033
6142
 
@@ -6064,7 +6173,8 @@ view.on({
6064
6173
  <td class="type">
6065
6174
 
6066
6175
 
6067
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6176
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6177
+
6068
6178
 
6069
6179
 
6070
6180
 
@@ -6101,7 +6211,8 @@ view.on({
6101
6211
  <td class="type">
6102
6212
 
6103
6213
 
6104
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6214
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6215
+
6105
6216
 
6106
6217
 
6107
6218
 
@@ -6138,7 +6249,8 @@ view.on({
6138
6249
  <td class="type">
6139
6250
 
6140
6251
 
6141
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6252
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6253
+
6142
6254
 
6143
6255
 
6144
6256
 
@@ -6183,7 +6295,7 @@ view.on({
6183
6295
 
6184
6296
  <dt class="inherited-from">Inherited From:</dt>
6185
6297
  <dd class="inherited-from"><ul class="dummy"><li>
6186
- <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>
6298
+ <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>
6187
6299
  </li></ul></dd>
6188
6300
 
6189
6301
 
@@ -6322,6 +6434,7 @@ view.on({
6322
6434
  <span class="param-type">Object</span>
6323
6435
 
6324
6436
 
6437
+
6325
6438
 
6326
6439
  </td>
6327
6440
 
@@ -6355,6 +6468,7 @@ view.on({
6355
6468
  <span class="param-type">String</span>
6356
6469
 
6357
6470
 
6471
+
6358
6472
 
6359
6473
  </td>
6360
6474
 
@@ -6392,6 +6506,7 @@ view.on({
6392
6506
  <span class="param-type">String</span>
6393
6507
 
6394
6508
 
6509
+
6395
6510
 
6396
6511
  </td>
6397
6512
 
@@ -6426,7 +6541,8 @@ view.on({
6426
6541
  <td class="type">
6427
6542
 
6428
6543
 
6429
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6544
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6545
+
6430
6546
 
6431
6547
 
6432
6548
 
@@ -6463,7 +6579,8 @@ view.on({
6463
6579
  <td class="type">
6464
6580
 
6465
6581
 
6466
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6582
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6583
+
6467
6584
 
6468
6585
 
6469
6586
 
@@ -6500,7 +6617,8 @@ view.on({
6500
6617
  <td class="type">
6501
6618
 
6502
6619
 
6503
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6620
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6621
+
6504
6622
 
6505
6623
 
6506
6624
 
@@ -6537,7 +6655,8 @@ view.on({
6537
6655
  <td class="type">
6538
6656
 
6539
6657
 
6540
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6658
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6659
+
6541
6660
 
6542
6661
 
6543
6662
 
@@ -6574,7 +6693,8 @@ view.on({
6574
6693
  <td class="type">
6575
6694
 
6576
6695
 
6577
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6696
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6697
+
6578
6698
 
6579
6699
 
6580
6700
 
@@ -6619,7 +6739,7 @@ view.on({
6619
6739
 
6620
6740
  <dt class="inherited-from">Inherited From:</dt>
6621
6741
  <dd class="inherited-from"><ul class="dummy"><li>
6622
- <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>
6742
+ <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>
6623
6743
  </li></ul></dd>
6624
6744
 
6625
6745