@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">Number</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -208,7 +210,7 @@
208
210
 
209
211
 
210
212
  <ul>
211
- <li><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></li>
213
+ <li><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></li>
212
214
  </ul>
213
215
 
214
216
 
@@ -240,11 +242,12 @@
240
242
  <tbody>
241
243
 
242
244
  <tr class="deep-level-0">
243
- <td class="name"><code><a href="MapView.html#_spatialReference">_spatialReference</a></code></td>
245
+ <td class="name"><code><a href="#_spatialReference">_spatialReference</a></code></td>
244
246
  <td class="name">
245
247
  <code>
246
248
 
247
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
249
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
250
+
248
251
 
249
252
 
250
253
  </code>
@@ -253,11 +256,12 @@
253
256
  </tr>
254
257
 
255
258
  <tr class="deep-level-0">
256
- <td class="name"><code><a href="MapView.html#allLayerViews">allLayerViews</a></code></td>
259
+ <td class="name"><code><a href="#allLayerViews">allLayerViews</a></code></td>
257
260
  <td class="name">
258
261
  <code>
259
262
 
260
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
263
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
264
+
261
265
 
262
266
 
263
267
  </code>
@@ -266,11 +270,12 @@
266
270
  </tr>
267
271
 
268
272
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="MapView.html#basemapLayerViews">basemapLayerViews</a></code></td>
273
+ <td class="name"><code><a href="#basemapLayerViews">basemapLayerViews</a></code></td>
270
274
  <td class="name">
271
275
  <code>
272
276
 
273
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
277
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
278
+
274
279
 
275
280
 
276
281
  </code>
@@ -279,37 +284,40 @@
279
284
  </tr>
280
285
 
281
286
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="MapView.html#center">center</a></code></td>
287
+ <td class="name"><code><a href="#center">center</a></code></td>
283
288
  <td class="name">
284
289
  <code>
285
290
 
286
291
  <span class="param-type">Array</span>
287
292
 
288
293
 
294
+
289
295
  </code>
290
296
  </td>
291
297
  <td class="name"><code><p>视图中心点</p></code></td>
292
298
  </tr>
293
299
 
294
300
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="MapView.html#cursor">cursor</a></code></td>
301
+ <td class="name"><code><a href="#cursor">cursor</a></code></td>
296
302
  <td class="name">
297
303
  <code>
298
304
 
299
305
  <span class="param-type">String</span>
300
306
 
301
307
 
308
+
302
309
  </code>
303
310
  </td>
304
311
  <td class="name"><code><p>鼠标样式,参考css的cursor样式</p></code></td>
305
312
  </tr>
306
313
 
307
314
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="MapView.html#layerViews">layerViews</a></code></td>
315
+ <td class="name"><code><a href="#layerViews">layerViews</a></code></td>
309
316
  <td class="name">
310
317
  <code>
311
318
 
312
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
319
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
320
+
313
321
 
314
322
 
315
323
  </code>
@@ -318,11 +326,12 @@
318
326
  </tr>
319
327
 
320
328
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="MapView.html#map">map</a></code></td>
329
+ <td class="name"><code><a href="#map">map</a></code></td>
322
330
  <td class="name">
323
331
  <code>
324
332
 
325
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
333
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
334
+
326
335
 
327
336
 
328
337
  </code>
@@ -331,130 +340,140 @@
331
340
  </tr>
332
341
 
333
342
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="MapView.html#maxScale">maxScale</a></code></td>
343
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
335
344
  <td class="name">
336
345
  <code>
337
346
 
338
347
  <span class="param-type">Number</span>
339
348
 
340
349
 
350
+
341
351
  </code>
342
352
  </td>
343
353
  <td class="name"><code><p>最大缩放比例尺</p></code></td>
344
354
  </tr>
345
355
 
346
356
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="MapView.html#maxZoom">maxZoom</a></code></td>
357
+ <td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
348
358
  <td class="name">
349
359
  <code>
350
360
 
351
361
  <span class="param-type">Number</span>
352
362
 
353
363
 
364
+
354
365
  </code>
355
366
  </td>
356
367
  <td class="name"><code><p>最大缩放级数</p></code></td>
357
368
  </tr>
358
369
 
359
370
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="MapView.html#mergeLevelRatio">mergeLevelRatio</a></code></td>
371
+ <td class="name"><code><a href="#mergeLevelRatio">mergeLevelRatio</a></code></td>
361
372
  <td class="name">
362
373
  <code>
363
374
 
364
375
  <span class="param-type">Number</span>
365
376
 
366
377
 
378
+
367
379
  </code>
368
380
  </td>
369
381
  <td class="name"><code><p>相邻级别分辨率的比值。默认为1.05。小于此值则会将两个级别合并为一个级别显示。以1.414和1.2分辨率举例,1.414/1.2=1.17833, 1.17833大于1.05保留1.2分辨率对应的层级。1.414/1.4=1.01, 1.01小于1.05, 会将1.414和1.4分辨率对应的层级合并为一级。</p></code></td>
370
382
  </tr>
371
383
 
372
384
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="MapView.html#minScale">minScale</a></code></td>
385
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
374
386
  <td class="name">
375
387
  <code>
376
388
 
377
389
  <span class="param-type">Number</span>
378
390
 
379
391
 
392
+
380
393
  </code>
381
394
  </td>
382
395
  <td class="name"><code><p>最小缩放比例尺</p></code></td>
383
396
  </tr>
384
397
 
385
398
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="MapView.html#minZoom">minZoom</a></code></td>
399
+ <td class="name"><code><a href="#minZoom">minZoom</a></code></td>
387
400
  <td class="name">
388
401
  <code>
389
402
 
390
403
  <span class="param-type">Number</span>
391
404
 
392
405
 
406
+
393
407
  </code>
394
408
  </td>
395
409
  <td class="name"><code><p>最小缩放级数</p></code></td>
396
410
  </tr>
397
411
 
398
412
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="MapView.html#popup">popup</a></code></td>
413
+ <td class="name"><code><a href="#popup">popup</a></code></td>
400
414
  <td class="name">
401
415
  <code>
402
416
 
403
417
  <span class="param-type">Object</span>
404
418
 
405
419
 
420
+
406
421
  </code>
407
422
  </td>
408
423
  <td class="name"><code><p>弹窗设置</p></code></td>
409
424
  </tr>
410
425
 
411
426
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="MapView.html#rotation">rotation</a></code></td>
427
+ <td class="name"><code><a href="#rotation">rotation</a></code></td>
413
428
  <td class="name">
414
429
  <code>
415
430
 
416
431
  <span class="param-type">Number</span>
417
432
 
418
433
 
434
+
419
435
  </code>
420
436
  </td>
421
437
  <td class="name"><code><p>视图旋转角度</p></code></td>
422
438
  </tr>
423
439
 
424
440
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="MapView.html#scale">scale</a></code></td>
441
+ <td class="name"><code><a href="#scale">scale</a></code></td>
426
442
  <td class="name">
427
443
  <code>
428
444
 
429
445
  <span class="param-type">Number</span>
430
446
 
431
447
 
448
+
432
449
  </code>
433
450
  </td>
434
451
  <td class="name"><code><p>地图视图的比例尺,改变该值后会立刻改变视图范围</p></code></td>
435
452
  </tr>
436
453
 
437
454
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="MapView.html#stationary">stationary</a></code></td>
455
+ <td class="name"><code><a href="#stationary">stationary</a></code></td>
439
456
  <td class="name">
440
457
  <code>
441
458
 
442
459
  <span class="param-type">Boolean</span>
443
460
 
444
461
 
462
+
445
463
  </code>
446
464
  </td>
447
465
  <td class="name"><code><p>视图是否静止</p></code></td>
448
466
  </tr>
449
467
 
450
468
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="MapView.html#zoom">zoom</a></code></td>
469
+ <td class="name"><code><a href="#zoom">zoom</a></code></td>
452
470
  <td class="name">
453
471
  <code>
454
472
 
455
473
  <span class="param-type">Number</span>
456
474
 
457
475
 
476
+
458
477
  </code>
459
478
  </td>
460
479
  <td class="name"><code><p>初始化级数</p></code></td>
@@ -471,7 +490,8 @@
471
490
  <span class="method-parameter is-pulled-right">
472
491
  <label>类型:</label>
473
492
 
474
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
493
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
494
+
475
495
 
476
496
 
477
497
  </span>
@@ -550,7 +570,8 @@
550
570
  <span class="method-parameter is-pulled-right">
551
571
  <label>类型:</label>
552
572
 
553
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
573
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
574
+
554
575
 
555
576
 
556
577
  </span>
@@ -588,7 +609,7 @@
588
609
 
589
610
  <dt class="inherited-from">Inherited From:</dt>
590
611
  <dd class="inherited-from"><ul class="dummy"><li>
591
- <a class="mapgis-link-name" title="BaseView#allLayerViews" BaseView.html#allLayerViews>BaseView#allLayerViews</a>
612
+ <a goto="allLayerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#allLayerViews" BaseView.html#allLayerViews>BaseView#allLayerViews</a>
592
613
  </li></ul></dd>
593
614
 
594
615
 
@@ -629,7 +650,8 @@
629
650
  <span class="method-parameter is-pulled-right">
630
651
  <label>类型:</label>
631
652
 
632
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
653
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
654
+
633
655
 
634
656
 
635
657
  </span>
@@ -667,7 +689,7 @@
667
689
 
668
690
  <dt class="inherited-from">Inherited From:</dt>
669
691
  <dd class="inherited-from"><ul class="dummy"><li>
670
- <a class="mapgis-link-name" title="BaseView#basemapLayerViews" BaseView.html#basemapLayerViews>BaseView#basemapLayerViews</a>
692
+ <a goto="basemapLayerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#basemapLayerViews" BaseView.html#basemapLayerViews>BaseView#basemapLayerViews</a>
671
693
  </li></ul></dd>
672
694
 
673
695
 
@@ -711,6 +733,7 @@
711
733
  <span class="param-type">Array</span>
712
734
 
713
735
 
736
+
714
737
  </span>
715
738
 
716
739
  <h4 class="name" id="center">
@@ -742,7 +765,7 @@
742
765
 
743
766
  <dt class="inherited-from">Inherited From:</dt>
744
767
  <dd class="inherited-from"><ul class="dummy"><li>
745
- <a class="mapgis-link-name" title="BaseView#center" BaseView.html#center>BaseView#center</a>
768
+ <a goto="center" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#center" BaseView.html#center>BaseView#center</a>
746
769
  </li></ul></dd>
747
770
 
748
771
 
@@ -786,6 +809,7 @@
786
809
  <span class="param-type">String</span>
787
810
 
788
811
 
812
+
789
813
  </span>
790
814
 
791
815
  <h4 class="name" id="cursor">
@@ -817,7 +841,7 @@
817
841
 
818
842
  <dt class="inherited-from">Inherited From:</dt>
819
843
  <dd class="inherited-from"><ul class="dummy"><li>
820
- <a class="mapgis-link-name" title="BaseView#cursor" BaseView.html#cursor>BaseView#cursor</a>
844
+ <a goto="cursor" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#cursor" BaseView.html#cursor>BaseView#cursor</a>
821
845
  </li></ul></dd>
822
846
 
823
847
 
@@ -858,7 +882,8 @@
858
882
  <span class="method-parameter is-pulled-right">
859
883
  <label>类型:</label>
860
884
 
861
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
885
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
886
+
862
887
 
863
888
 
864
889
  </span>
@@ -896,7 +921,7 @@
896
921
 
897
922
  <dt class="inherited-from">Inherited From:</dt>
898
923
  <dd class="inherited-from"><ul class="dummy"><li>
899
- <a class="mapgis-link-name" title="BaseView#layerViews" BaseView.html#layerViews>BaseView#layerViews</a>
924
+ <a goto="layerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#layerViews" BaseView.html#layerViews>BaseView#layerViews</a>
900
925
  </li></ul></dd>
901
926
 
902
927
 
@@ -937,7 +962,8 @@
937
962
  <span class="method-parameter is-pulled-right">
938
963
  <label>类型:</label>
939
964
 
940
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
965
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
966
+
941
967
 
942
968
 
943
969
  </span>
@@ -971,7 +997,7 @@
971
997
 
972
998
  <dt class="inherited-from">Inherited From:</dt>
973
999
  <dd class="inherited-from"><ul class="dummy"><li>
974
- <a class="mapgis-link-name" title="BaseView#map" BaseView.html#map>BaseView#map</a>
1000
+ <a goto="map" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#map" BaseView.html#map>BaseView#map</a>
975
1001
  </li></ul></dd>
976
1002
 
977
1003
 
@@ -1015,6 +1041,7 @@
1015
1041
  <span class="param-type">Number</span>
1016
1042
 
1017
1043
 
1044
+
1018
1045
  </span>
1019
1046
 
1020
1047
  <h4 class="name" id="maxScale">
@@ -1046,7 +1073,7 @@
1046
1073
 
1047
1074
  <dt class="inherited-from">Inherited From:</dt>
1048
1075
  <dd class="inherited-from"><ul class="dummy"><li>
1049
- <a class="mapgis-link-name" title="BaseView#maxScale" BaseView.html#maxScale>BaseView#maxScale</a>
1076
+ <a goto="maxScale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#maxScale" BaseView.html#maxScale>BaseView#maxScale</a>
1050
1077
  </li></ul></dd>
1051
1078
 
1052
1079
 
@@ -1090,6 +1117,7 @@
1090
1117
  <span class="param-type">Number</span>
1091
1118
 
1092
1119
 
1120
+
1093
1121
  </span>
1094
1122
 
1095
1123
  <h4 class="name" id="maxZoom">
@@ -1121,7 +1149,7 @@
1121
1149
 
1122
1150
  <dt class="inherited-from">Inherited From:</dt>
1123
1151
  <dd class="inherited-from"><ul class="dummy"><li>
1124
- <a class="mapgis-link-name" title="BaseView#maxZoom" BaseView.html#maxZoom>BaseView#maxZoom</a>
1152
+ <a goto="maxZoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#maxZoom" BaseView.html#maxZoom>BaseView#maxZoom</a>
1125
1153
  </li></ul></dd>
1126
1154
 
1127
1155
 
@@ -1165,6 +1193,7 @@
1165
1193
  <span class="param-type">Number</span>
1166
1194
 
1167
1195
 
1196
+
1168
1197
  </span>
1169
1198
 
1170
1199
  <h4 class="name" id="mergeLevelRatio">
@@ -1239,6 +1268,7 @@
1239
1268
  <span class="param-type">Number</span>
1240
1269
 
1241
1270
 
1271
+
1242
1272
  </span>
1243
1273
 
1244
1274
  <h4 class="name" id="minScale">
@@ -1270,7 +1300,7 @@
1270
1300
 
1271
1301
  <dt class="inherited-from">Inherited From:</dt>
1272
1302
  <dd class="inherited-from"><ul class="dummy"><li>
1273
- <a class="mapgis-link-name" title="BaseView#minScale" BaseView.html#minScale>BaseView#minScale</a>
1303
+ <a goto="minScale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#minScale" BaseView.html#minScale>BaseView#minScale</a>
1274
1304
  </li></ul></dd>
1275
1305
 
1276
1306
 
@@ -1314,6 +1344,7 @@
1314
1344
  <span class="param-type">Number</span>
1315
1345
 
1316
1346
 
1347
+
1317
1348
  </span>
1318
1349
 
1319
1350
  <h4 class="name" id="minZoom">
@@ -1345,7 +1376,7 @@
1345
1376
 
1346
1377
  <dt class="inherited-from">Inherited From:</dt>
1347
1378
  <dd class="inherited-from"><ul class="dummy"><li>
1348
- <a class="mapgis-link-name" title="BaseView#minZoom" BaseView.html#minZoom>BaseView#minZoom</a>
1379
+ <a goto="minZoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#minZoom" BaseView.html#minZoom>BaseView#minZoom</a>
1349
1380
  </li></ul></dd>
1350
1381
 
1351
1382
 
@@ -1389,6 +1420,7 @@
1389
1420
  <span class="param-type">Object</span>
1390
1421
 
1391
1422
 
1423
+
1392
1424
  </span>
1393
1425
 
1394
1426
  <h4 class="name" id="popup">
@@ -1420,7 +1452,7 @@
1420
1452
 
1421
1453
  <dt class="inherited-from">Inherited From:</dt>
1422
1454
  <dd class="inherited-from"><ul class="dummy"><li>
1423
- <a class="mapgis-link-name" title="BaseView#popup" BaseView.html#popup>BaseView#popup</a>
1455
+ <a goto="popup" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#popup" BaseView.html#popup>BaseView#popup</a>
1424
1456
  </li></ul></dd>
1425
1457
 
1426
1458
 
@@ -1464,6 +1496,7 @@
1464
1496
  <span class="param-type">Number</span>
1465
1497
 
1466
1498
 
1499
+
1467
1500
  </span>
1468
1501
 
1469
1502
  <h4 class="name" id="rotation">
@@ -1495,7 +1528,7 @@
1495
1528
 
1496
1529
  <dt class="inherited-from">Inherited From:</dt>
1497
1530
  <dd class="inherited-from"><ul class="dummy"><li>
1498
- <a class="mapgis-link-name" title="BaseView#rotation" BaseView.html#rotation>BaseView#rotation</a>
1531
+ <a goto="rotation" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#rotation" BaseView.html#rotation>BaseView#rotation</a>
1499
1532
  </li></ul></dd>
1500
1533
 
1501
1534
 
@@ -1539,6 +1572,7 @@
1539
1572
  <span class="param-type">Number</span>
1540
1573
 
1541
1574
 
1575
+
1542
1576
  </span>
1543
1577
 
1544
1578
  <h4 class="name" id="scale">
@@ -1570,7 +1604,7 @@
1570
1604
 
1571
1605
  <dt class="inherited-from">Inherited From:</dt>
1572
1606
  <dd class="inherited-from"><ul class="dummy"><li>
1573
- <a class="mapgis-link-name" title="BaseView#scale" BaseView.html#scale>BaseView#scale</a>
1607
+ <a goto="scale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#scale" BaseView.html#scale>BaseView#scale</a>
1574
1608
  </li></ul></dd>
1575
1609
 
1576
1610
 
@@ -1614,6 +1648,7 @@
1614
1648
  <span class="param-type">Boolean</span>
1615
1649
 
1616
1650
 
1651
+
1617
1652
  </span>
1618
1653
 
1619
1654
  <h4 class="name" id="stationary">
@@ -1649,7 +1684,7 @@
1649
1684
 
1650
1685
  <dt class="inherited-from">Inherited From:</dt>
1651
1686
  <dd class="inherited-from"><ul class="dummy"><li>
1652
- <a class="mapgis-link-name" title="BaseView#stationary" BaseView.html#stationary>BaseView#stationary</a>
1687
+ <a goto="stationary" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#stationary" BaseView.html#stationary>BaseView#stationary</a>
1653
1688
  </li></ul></dd>
1654
1689
 
1655
1690
 
@@ -1693,6 +1728,7 @@
1693
1728
  <span class="param-type">Number</span>
1694
1729
 
1695
1730
 
1731
+
1696
1732
  </span>
1697
1733
 
1698
1734
  <h4 class="name" id="zoom">
@@ -1724,7 +1760,7 @@
1724
1760
 
1725
1761
  <dt class="inherited-from">Inherited From:</dt>
1726
1762
  <dd class="inherited-from"><ul class="dummy"><li>
1727
- <a class="mapgis-link-name" title="BaseView#zoom" BaseView.html#zoom>BaseView#zoom</a>
1763
+ <a goto="zoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#zoom" BaseView.html#zoom>BaseView#zoom</a>
1728
1764
  </li></ul></dd>
1729
1765
 
1730
1766
 
@@ -1781,12 +1817,13 @@
1781
1817
  <tbody>
1782
1818
 
1783
1819
  <tr class="deep-level-0">
1784
- <td class="name"><code><a href="MapView.html#fromJSON">fromJSON</a></code></td>
1820
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1785
1821
  <td class="name">
1786
1822
  <code>
1787
1823
 
1788
1824
 
1789
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1825
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1826
+
1790
1827
 
1791
1828
 
1792
1829
 
@@ -1796,7 +1833,7 @@
1796
1833
  </tr>
1797
1834
 
1798
1835
  <tr class="deep-level-0">
1799
- <td class="name"><code><a href="MapView.html#getInnerLayer">getInnerLayer</a></code></td>
1836
+ <td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
1800
1837
  <td class="name">
1801
1838
  <code>
1802
1839
 
@@ -1807,6 +1844,7 @@
1807
1844
  <span class="param-type">null</span>
1808
1845
 
1809
1846
 
1847
+
1810
1848
 
1811
1849
  </code>
1812
1850
  </td>
@@ -1814,7 +1852,7 @@
1814
1852
  </tr>
1815
1853
 
1816
1854
  <tr class="deep-level-0">
1817
- <td class="name"><code><a href="MapView.html#getInnerView">getInnerView</a></code></td>
1855
+ <td class="name"><code><a href="#getInnerView">getInnerView</a></code></td>
1818
1856
  <td class="name">
1819
1857
  <code>
1820
1858
 
@@ -1822,6 +1860,7 @@
1822
1860
  <span class="param-type">Object</span>
1823
1861
 
1824
1862
 
1863
+
1825
1864
 
1826
1865
  </code>
1827
1866
  </td>
@@ -1829,12 +1868,13 @@
1829
1868
  </tr>
1830
1869
 
1831
1870
  <tr class="deep-level-0">
1832
- <td class="name"><code><a href="MapView.html#getLayer">getLayer</a></code></td>
1871
+ <td class="name"><code><a href="#getLayer">getLayer</a></code></td>
1833
1872
  <td class="name">
1834
1873
  <code>
1835
1874
 
1836
1875
 
1837
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1876
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1877
+
1838
1878
 
1839
1879
 
1840
1880
 
@@ -1844,7 +1884,7 @@
1844
1884
  </tr>
1845
1885
 
1846
1886
  <tr class="deep-level-0">
1847
- <td class="name"><code><a href="MapView.html#setMap">setMap</a></code></td>
1887
+ <td class="name"><code><a href="#setMap">setMap</a></code></td>
1848
1888
  <td class="name">
1849
1889
  <code>
1850
1890
 
@@ -1854,7 +1894,7 @@
1854
1894
  </tr>
1855
1895
 
1856
1896
  <tr class="deep-level-0">
1857
- <td class="name"><code><a href="MapView.html#toJSON">toJSON</a></code></td>
1897
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1858
1898
  <td class="name">
1859
1899
  <code>
1860
1900
 
@@ -1862,6 +1902,7 @@
1862
1902
  <span class="param-type">Object</span>
1863
1903
 
1864
1904
 
1905
+
1865
1906
 
1866
1907
  </code>
1867
1908
  </td>
@@ -1939,6 +1980,7 @@
1939
1980
  <span class="param-type">Object</span>
1940
1981
 
1941
1982
 
1983
+
1942
1984
 
1943
1985
  </td>
1944
1986
 
@@ -2022,7 +2064,8 @@
2022
2064
  <div class='column is-5 has-text-left'>
2023
2065
  <label>类型: </label>
2024
2066
 
2025
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
2067
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
2068
+
2026
2069
 
2027
2070
 
2028
2071
  </div>
@@ -2105,6 +2148,7 @@
2105
2148
  <span class="param-type">String</span>
2106
2149
 
2107
2150
 
2151
+
2108
2152
 
2109
2153
  </td>
2110
2154
 
@@ -2134,7 +2178,7 @@
2134
2178
 
2135
2179
  <dt class="inherited-from">Inherited From:</dt>
2136
2180
  <dd class="inherited-from"><ul class="dummy"><li>
2137
- <a class="mapgis-link-name" title="BaseView#getInnerLayer" BaseView.html#getInnerLayer>BaseView#getInnerLayer</a>
2181
+ <a goto="getInnerLayer" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getInnerLayer" BaseView.html#getInnerLayer>BaseView#getInnerLayer</a>
2138
2182
  </li></ul></dd>
2139
2183
 
2140
2184
 
@@ -2201,6 +2245,7 @@
2201
2245
  <span class="param-type">null</span>
2202
2246
 
2203
2247
 
2248
+
2204
2249
  </div>
2205
2250
 
2206
2251
  </div>
@@ -2281,7 +2326,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2281
2326
 
2282
2327
  <dt class="inherited-from">Inherited From:</dt>
2283
2328
  <dd class="inherited-from"><ul class="dummy"><li>
2284
- <a class="mapgis-link-name" title="BaseView#getInnerView" BaseView.html#getInnerView>BaseView#getInnerView</a>
2329
+ <a goto="getInnerView" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getInnerView" BaseView.html#getInnerView>BaseView#getInnerView</a>
2285
2330
  </li></ul></dd>
2286
2331
 
2287
2332
 
@@ -2343,6 +2388,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2343
2388
  <span class="param-type">Object</span>
2344
2389
 
2345
2390
 
2391
+
2346
2392
  </div>
2347
2393
 
2348
2394
  </div>
@@ -2420,6 +2466,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2420
2466
  <span class="param-type">String</span>
2421
2467
 
2422
2468
 
2469
+
2423
2470
 
2424
2471
  </td>
2425
2472
 
@@ -2449,7 +2496,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2449
2496
 
2450
2497
  <dt class="inherited-from">Inherited From:</dt>
2451
2498
  <dd class="inherited-from"><ul class="dummy"><li>
2452
- <a class="mapgis-link-name" title="BaseView#getLayer" BaseView.html#getLayer>BaseView#getLayer</a>
2499
+ <a goto="getLayer" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getLayer" BaseView.html#getLayer>BaseView#getLayer</a>
2453
2500
  </li></ul></dd>
2454
2501
 
2455
2502
 
@@ -2510,7 +2557,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2510
2557
  <div class='column is-5 has-text-left'>
2511
2558
  <label>类型: </label>
2512
2559
 
2513
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2560
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2561
+
2514
2562
 
2515
2563
 
2516
2564
  </div>
@@ -2587,7 +2635,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2587
2635
  <td class="type">
2588
2636
 
2589
2637
 
2590
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2638
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2639
+
2591
2640
 
2592
2641
 
2593
2642
 
@@ -2619,7 +2668,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2619
2668
 
2620
2669
  <dt class="inherited-from">Inherited From:</dt>
2621
2670
  <dd class="inherited-from"><ul class="dummy"><li>
2622
- <a class="mapgis-link-name" title="BaseView#setMap" BaseView.html#setMap>BaseView#setMap</a>
2671
+ <a goto="setMap" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#setMap" BaseView.html#setMap>BaseView#setMap</a>
2623
2672
  </li></ul></dd>
2624
2673
 
2625
2674
 
@@ -2779,6 +2828,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2779
2828
  <span class="param-type">Object</span>
2780
2829
 
2781
2830
 
2831
+
2782
2832
  </div>
2783
2833
 
2784
2834
  </div>
@@ -2964,6 +3014,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2964
3014
  <span class="param-type">Object</span>
2965
3015
 
2966
3016
 
3017
+
2967
3018
 
2968
3019
  </td>
2969
3020
 
@@ -2994,7 +3045,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2994
3045
  <td class="type">
2995
3046
 
2996
3047
 
2997
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3048
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3049
+
2998
3050
 
2999
3051
 
3000
3052
 
@@ -3034,6 +3086,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3034
3086
  <span class="param-type">Number</span>
3035
3087
 
3036
3088
 
3089
+
3037
3090
 
3038
3091
  </td>
3039
3092
 
@@ -3069,6 +3122,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3069
3122
  <span class="param-type">Number</span>
3070
3123
 
3071
3124
 
3125
+
3072
3126
 
3073
3127
  </td>
3074
3128
 
@@ -3104,6 +3158,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3104
3158
  <span class="param-type">Number</span>
3105
3159
 
3106
3160
 
3161
+
3107
3162
 
3108
3163
  </td>
3109
3164
 
@@ -3139,6 +3194,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3139
3194
  <span class="param-type">Number</span>
3140
3195
 
3141
3196
 
3197
+
3142
3198
 
3143
3199
  </td>
3144
3200
 
@@ -3171,7 +3227,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3171
3227
  <td class="type">
3172
3228
 
3173
3229
 
3174
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3230
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3231
+
3175
3232
 
3176
3233
 
3177
3234
 
@@ -3206,7 +3263,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3206
3263
  <td class="type">
3207
3264
 
3208
3265
 
3209
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3266
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3267
+
3210
3268
 
3211
3269
 
3212
3270
 
@@ -3244,6 +3302,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3244
3302
  <span class="param-type">Object</span>
3245
3303
 
3246
3304
 
3305
+
3247
3306
 
3248
3307
  </td>
3249
3308
 
@@ -3284,7 +3343,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3284
3343
 
3285
3344
  <dt class="inherited-from">Inherited From:</dt>
3286
3345
  <dd class="inherited-from"><ul class="dummy"><li>
3287
- <a class="mapgis-link-name" title="BaseView#event:地图大小变化事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E5%25A4%25A7%25E5%25B0%258F%25E5%258F%2598%25E5%258C%2596%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图大小变化事件</a>
3346
+ <a goto="event:地图大小变化事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图大小变化事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E5%25A4%25A7%25E5%25B0%258F%25E5%258F%2598%25E5%258C%2596%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图大小变化事件</a>
3288
3347
  </li></ul></dd>
3289
3348
 
3290
3349
 
@@ -3415,6 +3474,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3415
3474
  <span class="param-type">Object</span>
3416
3475
 
3417
3476
 
3477
+
3418
3478
 
3419
3479
  </td>
3420
3480
 
@@ -3441,7 +3501,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3441
3501
 
3442
3502
  <dt class="inherited-from">Inherited From:</dt>
3443
3503
  <dd class="inherited-from"><ul class="dummy"><li>
3444
- <a class="mapgis-link-name" title="BaseView#event:地图视图加载完毕事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图加载完毕事件</a>
3504
+ <a goto="event:地图视图加载完毕事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图视图加载完毕事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图加载完毕事件</a>
3445
3505
  </li></ul></dd>
3446
3506
 
3447
3507
 
@@ -3576,6 +3636,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3576
3636
  <span class="param-type">Object</span>
3577
3637
 
3578
3638
 
3639
+
3579
3640
 
3580
3641
  </td>
3581
3642
 
@@ -3606,7 +3667,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3606
3667
  <td class="type">
3607
3668
 
3608
3669
 
3609
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3670
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3671
+
3610
3672
 
3611
3673
 
3612
3674
 
@@ -3643,7 +3705,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3643
3705
  <td class="type">
3644
3706
 
3645
3707
 
3646
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3708
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3709
+
3647
3710
 
3648
3711
 
3649
3712
 
@@ -3678,7 +3741,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3678
3741
  <td class="type">
3679
3742
 
3680
3743
 
3681
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3744
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3745
+
3682
3746
 
3683
3747
 
3684
3748
 
@@ -3716,6 +3780,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3716
3780
  <span class="param-type">Number</span>
3717
3781
 
3718
3782
 
3783
+
3719
3784
 
3720
3785
  </td>
3721
3786
 
@@ -3751,6 +3816,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3751
3816
  <span class="param-type">Number</span>
3752
3817
 
3753
3818
 
3819
+
3754
3820
 
3755
3821
  </td>
3756
3822
 
@@ -3783,7 +3849,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3783
3849
  <td class="type">
3784
3850
 
3785
3851
 
3786
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3852
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3853
+
3787
3854
 
3788
3855
 
3789
3856
 
@@ -3826,7 +3893,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3826
3893
 
3827
3894
  <dt class="inherited-from">Inherited From:</dt>
3828
3895
  <dd class="inherited-from"><ul class="dummy"><li>
3829
- <a class="mapgis-link-name" title="BaseView#event:地图视图改变事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E6%2594%25B9%25E5%258F%2598%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图改变事件</a>
3896
+ <a goto="event:地图视图改变事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图视图改变事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E6%2594%25B9%25E5%258F%2598%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图改变事件</a>
3830
3897
  </li></ul></dd>
3831
3898
 
3832
3899
 
@@ -3961,6 +4028,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3961
4028
  <span class="param-type">Object</span>
3962
4029
 
3963
4030
 
4031
+
3964
4032
 
3965
4033
  </td>
3966
4034
 
@@ -3991,7 +4059,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3991
4059
  <td class="type">
3992
4060
 
3993
4061
 
3994
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4062
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4063
+
3995
4064
 
3996
4065
 
3997
4066
 
@@ -4028,7 +4097,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4028
4097
  <td class="type">
4029
4098
 
4030
4099
 
4031
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4100
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4101
+
4032
4102
 
4033
4103
 
4034
4104
 
@@ -4063,7 +4133,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4063
4133
  <td class="type">
4064
4134
 
4065
4135
 
4066
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4136
+ <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4137
+
4067
4138
 
4068
4139
 
4069
4140
 
@@ -4098,7 +4169,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4098
4169
  <td class="type">
4099
4170
 
4100
4171
 
4101
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4172
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4173
+
4102
4174
 
4103
4175
 
4104
4176
 
@@ -4141,7 +4213,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4141
4213
 
4142
4214
  <dt class="inherited-from">Inherited From:</dt>
4143
4215
  <dd class="inherited-from"><ul class="dummy"><li>
4144
- <a class="mapgis-link-name" title="BaseView#event:视图图层创建事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建事件</a>
4216
+ <a goto="event:视图图层创建事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层创建事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建事件</a>
4145
4217
  </li></ul></dd>
4146
4218
 
4147
4219
 
@@ -4276,6 +4348,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4276
4348
  <span class="param-type">Object</span>
4277
4349
 
4278
4350
 
4351
+
4279
4352
 
4280
4353
  </td>
4281
4354
 
@@ -4306,7 +4379,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4306
4379
  <td class="type">
4307
4380
 
4308
4381
 
4309
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4382
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4383
+
4310
4384
 
4311
4385
 
4312
4386
 
@@ -4343,7 +4417,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4343
4417
  <td class="type">
4344
4418
 
4345
4419
 
4346
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4420
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4421
+
4347
4422
 
4348
4423
 
4349
4424
 
@@ -4378,7 +4453,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4378
4453
  <td class="type">
4379
4454
 
4380
4455
 
4381
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4456
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4457
+
4382
4458
 
4383
4459
 
4384
4460
 
@@ -4416,6 +4492,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4416
4492
  <span class="param-type">String</span>
4417
4493
 
4418
4494
 
4495
+
4419
4496
 
4420
4497
  </td>
4421
4498
 
@@ -4456,7 +4533,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4456
4533
 
4457
4534
  <dt class="inherited-from">Inherited From:</dt>
4458
4535
  <dd class="inherited-from"><ul class="dummy"><li>
4459
- <a class="mapgis-link-name" title="BaseView#event:视图图层创建错误事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E9%2594%2599%25E8%25AF%25AF%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建错误事件</a>
4536
+ <a goto="event:视图图层创建错误事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层创建错误事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E9%2594%2599%25E8%25AF%25AF%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建错误事件</a>
4460
4537
  </li></ul></dd>
4461
4538
 
4462
4539
 
@@ -4591,6 +4668,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4591
4668
  <span class="param-type">Object</span>
4592
4669
 
4593
4670
 
4671
+
4594
4672
 
4595
4673
  </td>
4596
4674
 
@@ -4621,7 +4699,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4621
4699
  <td class="type">
4622
4700
 
4623
4701
 
4624
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4702
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4703
+
4625
4704
 
4626
4705
 
4627
4706
 
@@ -4658,7 +4737,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4658
4737
  <td class="type">
4659
4738
 
4660
4739
 
4661
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4740
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4741
+
4662
4742
 
4663
4743
 
4664
4744
 
@@ -4693,7 +4773,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4693
4773
  <td class="type">
4694
4774
 
4695
4775
 
4696
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4776
+ <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4777
+
4697
4778
 
4698
4779
 
4699
4780
 
@@ -4728,7 +4809,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4728
4809
  <td class="type">
4729
4810
 
4730
4811
 
4731
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4812
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4813
+
4732
4814
 
4733
4815
 
4734
4816
 
@@ -4771,7 +4853,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4771
4853
 
4772
4854
  <dt class="inherited-from">Inherited From:</dt>
4773
4855
  <dd class="inherited-from"><ul class="dummy"><li>
4774
- <a class="mapgis-link-name" title="BaseView#event:视图图层移除事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E7%25A7%25BB%25E9%2599%25A4%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层移除事件</a>
4856
+ <a goto="event:视图图层移除事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层移除事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E7%25A7%25BB%25E9%2599%25A4%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层移除事件</a>
4775
4857
  </li></ul></dd>
4776
4858
 
4777
4859
 
@@ -4906,6 +4988,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4906
4988
  <span class="param-type">Object</span>
4907
4989
 
4908
4990
 
4991
+
4909
4992
 
4910
4993
  </td>
4911
4994
 
@@ -4936,7 +5019,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4936
5019
  <td class="type">
4937
5020
 
4938
5021
 
4939
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5022
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5023
+
4940
5024
 
4941
5025
 
4942
5026
 
@@ -4976,6 +5060,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4976
5060
  <span class="param-type">String</span>
4977
5061
 
4978
5062
 
5063
+
4979
5064
 
4980
5065
  </td>
4981
5066
 
@@ -5011,6 +5096,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5011
5096
  <span class="param-type">Number</span>
5012
5097
 
5013
5098
 
5099
+
5014
5100
 
5015
5101
  </td>
5016
5102
 
@@ -5043,7 +5129,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5043
5129
  <td class="type">
5044
5130
 
5045
5131
 
5046
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5132
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5133
+
5047
5134
 
5048
5135
 
5049
5136
 
@@ -5078,7 +5165,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5078
5165
  <td class="type">
5079
5166
 
5080
5167
 
5081
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5168
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5169
+
5082
5170
 
5083
5171
 
5084
5172
 
@@ -5116,6 +5204,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5116
5204
  <span class="param-type">Object</span>
5117
5205
 
5118
5206
 
5207
+
5119
5208
 
5120
5209
  </td>
5121
5210
 
@@ -5156,7 +5245,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5156
5245
 
5157
5246
  <dt class="inherited-from">Inherited From:</dt>
5158
5247
  <dd class="inherited-from"><ul class="dummy"><li>
5159
- <a class="mapgis-link-name" title="BaseView#event:键盘抬起事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘抬起事件</a>
5248
+ <a goto="event:键盘抬起事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:键盘抬起事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘抬起事件</a>
5160
5249
  </li></ul></dd>
5161
5250
 
5162
5251
 
@@ -5291,6 +5380,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5291
5380
  <span class="param-type">Object</span>
5292
5381
 
5293
5382
 
5383
+
5294
5384
 
5295
5385
  </td>
5296
5386
 
@@ -5321,7 +5411,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5321
5411
  <td class="type">
5322
5412
 
5323
5413
 
5324
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5414
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5415
+
5325
5416
 
5326
5417
 
5327
5418
 
@@ -5361,6 +5452,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5361
5452
  <span class="param-type">String</span>
5362
5453
 
5363
5454
 
5455
+
5364
5456
 
5365
5457
  </td>
5366
5458
 
@@ -5396,6 +5488,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5396
5488
  <span class="param-type">Number</span>
5397
5489
 
5398
5490
 
5491
+
5399
5492
 
5400
5493
  </td>
5401
5494
 
@@ -5428,7 +5521,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5428
5521
  <td class="type">
5429
5522
 
5430
5523
 
5431
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5524
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5525
+
5432
5526
 
5433
5527
 
5434
5528
 
@@ -5463,7 +5557,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5463
5557
  <td class="type">
5464
5558
 
5465
5559
 
5466
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5560
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5561
+
5467
5562
 
5468
5563
 
5469
5564
 
@@ -5501,6 +5596,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5501
5596
  <span class="param-type">Object</span>
5502
5597
 
5503
5598
 
5599
+
5504
5600
 
5505
5601
  </td>
5506
5602
 
@@ -5541,7 +5637,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5541
5637
 
5542
5638
  <dt class="inherited-from">Inherited From:</dt>
5543
5639
  <dd class="inherited-from"><ul class="dummy"><li>
5544
- <a class="mapgis-link-name" title="BaseView#event:键盘按下事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘按下事件</a>
5640
+ <a goto="event:键盘按下事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:键盘按下事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘按下事件</a>
5545
5641
  </li></ul></dd>
5546
5642
 
5547
5643
 
@@ -5676,6 +5772,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5676
5772
  <span class="param-type">Object</span>
5677
5773
 
5678
5774
 
5775
+
5679
5776
 
5680
5777
  </td>
5681
5778
 
@@ -5706,7 +5803,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5706
5803
  <td class="type">
5707
5804
 
5708
5805
 
5709
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5806
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5807
+
5710
5808
 
5711
5809
 
5712
5810
 
@@ -5746,6 +5844,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5746
5844
  <span class="param-type">Object</span>
5747
5845
 
5748
5846
 
5847
+
5749
5848
 
5750
5849
  </td>
5751
5850
 
@@ -5781,6 +5880,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5781
5880
  <span class="param-type">Object</span>
5782
5881
 
5783
5882
 
5883
+
5784
5884
 
5785
5885
  </td>
5786
5886
 
@@ -5816,6 +5916,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5816
5916
  <span class="param-type">Object</span>
5817
5917
 
5818
5918
 
5919
+
5819
5920
 
5820
5921
  </td>
5821
5922
 
@@ -5851,6 +5952,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5851
5952
  <span class="param-type">Object</span>
5852
5953
 
5853
5954
 
5955
+
5854
5956
 
5855
5957
  </td>
5856
5958
 
@@ -5886,6 +5988,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5886
5988
  <span class="param-type">Object</span>
5887
5989
 
5888
5990
 
5991
+
5889
5992
 
5890
5993
  </td>
5891
5994
 
@@ -5921,6 +6024,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5921
6024
  <span class="param-type">Object</span>
5922
6025
 
5923
6026
 
6027
+
5924
6028
 
5925
6029
  </td>
5926
6030
 
@@ -5953,7 +6057,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5953
6057
  <td class="type">
5954
6058
 
5955
6059
 
5956
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6060
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6061
+
5957
6062
 
5958
6063
 
5959
6064
 
@@ -5988,7 +6093,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5988
6093
  <td class="type">
5989
6094
 
5990
6095
 
5991
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6096
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6097
+
5992
6098
 
5993
6099
 
5994
6100
 
@@ -6026,6 +6132,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6026
6132
  <span class="param-type">Object</span>
6027
6133
 
6028
6134
 
6135
+
6029
6136
 
6030
6137
  </td>
6031
6138
 
@@ -6066,7 +6173,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6066
6173
 
6067
6174
  <dt class="inherited-from">Inherited From:</dt>
6068
6175
  <dd class="inherited-from"><ul class="dummy"><li>
6069
- <a class="mapgis-link-name" title="BaseView#event:鼠标双击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E5%258F%258C%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标双击事件</a>
6176
+ <a goto="event:鼠标双击事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标双击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E5%258F%258C%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标双击事件</a>
6070
6177
  </li></ul></dd>
6071
6178
 
6072
6179
 
@@ -6201,6 +6308,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6201
6308
  <span class="param-type">Object</span>
6202
6309
 
6203
6310
 
6311
+
6204
6312
 
6205
6313
  </td>
6206
6314
 
@@ -6231,7 +6339,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6231
6339
  <td class="type">
6232
6340
 
6233
6341
 
6234
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6342
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6343
+
6235
6344
 
6236
6345
 
6237
6346
 
@@ -6271,6 +6380,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6271
6380
  <span class="param-type">Object</span>
6272
6381
 
6273
6382
 
6383
+
6274
6384
 
6275
6385
  </td>
6276
6386
 
@@ -6306,6 +6416,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6306
6416
  <span class="param-type">Object</span>
6307
6417
 
6308
6418
 
6419
+
6309
6420
 
6310
6421
  </td>
6311
6422
 
@@ -6341,6 +6452,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6341
6452
  <span class="param-type">Object</span>
6342
6453
 
6343
6454
 
6455
+
6344
6456
 
6345
6457
  </td>
6346
6458
 
@@ -6376,6 +6488,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6376
6488
  <span class="param-type">Object</span>
6377
6489
 
6378
6490
 
6491
+
6379
6492
 
6380
6493
  </td>
6381
6494
 
@@ -6411,6 +6524,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6411
6524
  <span class="param-type">Object</span>
6412
6525
 
6413
6526
 
6527
+
6414
6528
 
6415
6529
  </td>
6416
6530
 
@@ -6446,6 +6560,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6446
6560
  <span class="param-type">Object</span>
6447
6561
 
6448
6562
 
6563
+
6449
6564
 
6450
6565
  </td>
6451
6566
 
@@ -6478,7 +6593,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6478
6593
  <td class="type">
6479
6594
 
6480
6595
 
6481
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6596
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6597
+
6482
6598
 
6483
6599
 
6484
6600
 
@@ -6513,7 +6629,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6513
6629
  <td class="type">
6514
6630
 
6515
6631
 
6516
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6632
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6633
+
6517
6634
 
6518
6635
 
6519
6636
 
@@ -6551,6 +6668,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6551
6668
  <span class="param-type">Object</span>
6552
6669
 
6553
6670
 
6671
+
6554
6672
 
6555
6673
  </td>
6556
6674
 
@@ -6591,7 +6709,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6591
6709
 
6592
6710
  <dt class="inherited-from">Inherited From:</dt>
6593
6711
  <dd class="inherited-from"><ul class="dummy"><li>
6594
- <a class="mapgis-link-name" title="BaseView#event:鼠标抬起事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标抬起事件</a>
6712
+ <a goto="event:鼠标抬起事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标抬起事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标抬起事件</a>
6595
6713
  </li></ul></dd>
6596
6714
 
6597
6715
 
@@ -6726,6 +6844,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6726
6844
  <span class="param-type">Object</span>
6727
6845
 
6728
6846
 
6847
+
6729
6848
 
6730
6849
  </td>
6731
6850
 
@@ -6756,7 +6875,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6756
6875
  <td class="type">
6757
6876
 
6758
6877
 
6759
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6878
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6879
+
6760
6880
 
6761
6881
 
6762
6882
 
@@ -6796,6 +6916,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6796
6916
  <span class="param-type">Object</span>
6797
6917
 
6798
6918
 
6919
+
6799
6920
 
6800
6921
  </td>
6801
6922
 
@@ -6831,6 +6952,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6831
6952
  <span class="param-type">Object</span>
6832
6953
 
6833
6954
 
6955
+
6834
6956
 
6835
6957
  </td>
6836
6958
 
@@ -6866,6 +6988,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6866
6988
  <span class="param-type">Number</span>
6867
6989
 
6868
6990
 
6991
+
6869
6992
 
6870
6993
  </td>
6871
6994
 
@@ -6901,6 +7024,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6901
7024
  <span class="param-type">Number</span>
6902
7025
 
6903
7026
 
7027
+
6904
7028
 
6905
7029
  </td>
6906
7030
 
@@ -6936,6 +7060,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6936
7060
  <span class="param-type">Boolean</span>
6937
7061
 
6938
7062
 
7063
+
6939
7064
 
6940
7065
  </td>
6941
7066
 
@@ -6971,6 +7096,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6971
7096
  <span class="param-type">Object</span>
6972
7097
 
6973
7098
 
7099
+
6974
7100
 
6975
7101
  </td>
6976
7102
 
@@ -7006,6 +7132,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7006
7132
  <span class="param-type">function</span>
7007
7133
 
7008
7134
 
7135
+
7009
7136
 
7010
7137
  </td>
7011
7138
 
@@ -7041,6 +7168,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7041
7168
  <span class="param-type">Object</span>
7042
7169
 
7043
7170
 
7171
+
7044
7172
 
7045
7173
  </td>
7046
7174
 
@@ -7076,6 +7204,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7076
7204
  <span class="param-type">Object</span>
7077
7205
 
7078
7206
 
7207
+
7079
7208
 
7080
7209
  </td>
7081
7210
 
@@ -7111,6 +7240,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7111
7240
  <span class="param-type">String</span>
7112
7241
 
7113
7242
 
7243
+
7114
7244
 
7115
7245
  </td>
7116
7246
 
@@ -7146,6 +7276,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7146
7276
  <span class="param-type">String</span>
7147
7277
 
7148
7278
 
7279
+
7149
7280
 
7150
7281
  </td>
7151
7282
 
@@ -7186,7 +7317,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7186
7317
 
7187
7318
  <dt class="inherited-from">Inherited From:</dt>
7188
7319
  <dd class="inherited-from"><ul class="dummy"><li>
7189
- <a class="mapgis-link-name" title="BaseView#event:鼠标拖拽事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258B%2596%25E6%258B%25BD%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标拖拽事件</a>
7320
+ <a goto="event:鼠标拖拽事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标拖拽事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258B%2596%25E6%258B%25BD%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标拖拽事件</a>
7190
7321
  </li></ul></dd>
7191
7322
 
7192
7323
 
@@ -7321,6 +7452,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7321
7452
  <span class="param-type">Object</span>
7322
7453
 
7323
7454
 
7455
+
7324
7456
 
7325
7457
  </td>
7326
7458
 
@@ -7351,7 +7483,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7351
7483
  <td class="type">
7352
7484
 
7353
7485
 
7354
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7486
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7487
+
7355
7488
 
7356
7489
 
7357
7490
 
@@ -7391,6 +7524,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7391
7524
  <span class="param-type">Object</span>
7392
7525
 
7393
7526
 
7527
+
7394
7528
 
7395
7529
  </td>
7396
7530
 
@@ -7426,6 +7560,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7426
7560
  <span class="param-type">Object</span>
7427
7561
 
7428
7562
 
7563
+
7429
7564
 
7430
7565
  </td>
7431
7566
 
@@ -7461,6 +7596,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7461
7596
  <span class="param-type">Object</span>
7462
7597
 
7463
7598
 
7599
+
7464
7600
 
7465
7601
  </td>
7466
7602
 
@@ -7496,6 +7632,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7496
7632
  <span class="param-type">Object</span>
7497
7633
 
7498
7634
 
7635
+
7499
7636
 
7500
7637
  </td>
7501
7638
 
@@ -7531,6 +7668,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7531
7668
  <span class="param-type">Object</span>
7532
7669
 
7533
7670
 
7671
+
7534
7672
 
7535
7673
  </td>
7536
7674
 
@@ -7566,6 +7704,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7566
7704
  <span class="param-type">Object</span>
7567
7705
 
7568
7706
 
7707
+
7569
7708
 
7570
7709
  </td>
7571
7710
 
@@ -7598,7 +7737,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7598
7737
  <td class="type">
7599
7738
 
7600
7739
 
7601
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7740
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7741
+
7602
7742
 
7603
7743
 
7604
7744
 
@@ -7633,7 +7773,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7633
7773
  <td class="type">
7634
7774
 
7635
7775
 
7636
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7776
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7777
+
7637
7778
 
7638
7779
 
7639
7780
 
@@ -7671,6 +7812,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7671
7812
  <span class="param-type">Object</span>
7672
7813
 
7673
7814
 
7815
+
7674
7816
 
7675
7817
  </td>
7676
7818
 
@@ -7711,7 +7853,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7711
7853
 
7712
7854
  <dt class="inherited-from">Inherited From:</dt>
7713
7855
  <dd class="inherited-from"><ul class="dummy"><li>
7714
- <a class="mapgis-link-name" title="BaseView#event:鼠标按下事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标按下事件</a>
7856
+ <a goto="event:鼠标按下事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标按下事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标按下事件</a>
7715
7857
  </li></ul></dd>
7716
7858
 
7717
7859
 
@@ -7846,6 +7988,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7846
7988
  <span class="param-type">Object</span>
7847
7989
 
7848
7990
 
7991
+
7849
7992
 
7850
7993
  </td>
7851
7994
 
@@ -7876,7 +8019,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7876
8019
  <td class="type">
7877
8020
 
7878
8021
 
7879
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8022
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8023
+
7880
8024
 
7881
8025
 
7882
8026
 
@@ -7916,6 +8060,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7916
8060
  <span class="param-type">Object</span>
7917
8061
 
7918
8062
 
8063
+
7919
8064
 
7920
8065
  </td>
7921
8066
 
@@ -7951,6 +8096,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7951
8096
  <span class="param-type">Object</span>
7952
8097
 
7953
8098
 
8099
+
7954
8100
 
7955
8101
  </td>
7956
8102
 
@@ -7986,6 +8132,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7986
8132
  <span class="param-type">Object</span>
7987
8133
 
7988
8134
 
8135
+
7989
8136
 
7990
8137
  </td>
7991
8138
 
@@ -8021,6 +8168,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8021
8168
  <span class="param-type">Number</span>
8022
8169
 
8023
8170
 
8171
+
8024
8172
 
8025
8173
  </td>
8026
8174
 
@@ -8056,6 +8204,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8056
8204
  <span class="param-type">Number</span>
8057
8205
 
8058
8206
 
8207
+
8059
8208
 
8060
8209
  </td>
8061
8210
 
@@ -8091,6 +8240,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8091
8240
  <span class="param-type">function</span>
8092
8241
 
8093
8242
 
8243
+
8094
8244
 
8095
8245
  </td>
8096
8246
 
@@ -8126,6 +8276,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8126
8276
  <span class="param-type">Object</span>
8127
8277
 
8128
8278
 
8279
+
8129
8280
 
8130
8281
  </td>
8131
8282
 
@@ -8161,6 +8312,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8161
8312
  <span class="param-type">Object</span>
8162
8313
 
8163
8314
 
8315
+
8164
8316
 
8165
8317
  </td>
8166
8318
 
@@ -8193,7 +8345,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8193
8345
  <td class="type">
8194
8346
 
8195
8347
 
8196
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8348
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8349
+
8197
8350
 
8198
8351
 
8199
8352
 
@@ -8228,7 +8381,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8228
8381
  <td class="type">
8229
8382
 
8230
8383
 
8231
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8384
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8385
+
8232
8386
 
8233
8387
 
8234
8388
 
@@ -8271,7 +8425,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8271
8425
 
8272
8426
  <dt class="inherited-from">Inherited From:</dt>
8273
8427
  <dd class="inherited-from"><ul class="dummy"><li>
8274
- <a class="mapgis-link-name" title="BaseView#event:鼠标点击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击事件</a>
8428
+ <a goto="event:鼠标点击事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标点击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击事件</a>
8275
8429
  </li></ul></dd>
8276
8430
 
8277
8431
 
@@ -8406,6 +8560,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8406
8560
  <span class="param-type">Object</span>
8407
8561
 
8408
8562
 
8563
+
8409
8564
 
8410
8565
  </td>
8411
8566
 
@@ -8436,7 +8591,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8436
8591
  <td class="type">
8437
8592
 
8438
8593
 
8439
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8594
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8595
+
8440
8596
 
8441
8597
 
8442
8598
 
@@ -8476,6 +8632,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8476
8632
  <span class="param-type">Object</span>
8477
8633
 
8478
8634
 
8635
+
8479
8636
 
8480
8637
  </td>
8481
8638
 
@@ -8511,6 +8668,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8511
8668
  <span class="param-type">Object</span>
8512
8669
 
8513
8670
 
8671
+
8514
8672
 
8515
8673
  </td>
8516
8674
 
@@ -8546,6 +8704,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8546
8704
  <span class="param-type">Object</span>
8547
8705
 
8548
8706
 
8707
+
8549
8708
 
8550
8709
  </td>
8551
8710
 
@@ -8581,6 +8740,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8581
8740
  <span class="param-type">Number</span>
8582
8741
 
8583
8742
 
8743
+
8584
8744
 
8585
8745
  </td>
8586
8746
 
@@ -8616,6 +8776,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8616
8776
  <span class="param-type">Number</span>
8617
8777
 
8618
8778
 
8779
+
8619
8780
 
8620
8781
  </td>
8621
8782
 
@@ -8651,6 +8812,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8651
8812
  <span class="param-type">function</span>
8652
8813
 
8653
8814
 
8815
+
8654
8816
 
8655
8817
  </td>
8656
8818
 
@@ -8686,6 +8848,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8686
8848
  <span class="param-type">Object</span>
8687
8849
 
8688
8850
 
8851
+
8689
8852
 
8690
8853
  </td>
8691
8854
 
@@ -8721,6 +8884,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8721
8884
  <span class="param-type">Object</span>
8722
8885
 
8723
8886
 
8887
+
8724
8888
 
8725
8889
  </td>
8726
8890
 
@@ -8753,7 +8917,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8753
8917
  <td class="type">
8754
8918
 
8755
8919
 
8756
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8920
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8921
+
8757
8922
 
8758
8923
 
8759
8924
 
@@ -8788,7 +8953,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8788
8953
  <td class="type">
8789
8954
 
8790
8955
 
8791
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8956
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8957
+
8792
8958
 
8793
8959
 
8794
8960
 
@@ -8831,7 +8997,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8831
8997
 
8832
8998
  <dt class="inherited-from">Inherited From:</dt>
8833
8999
  <dd class="inherited-from"><ul class="dummy"><li>
8834
- <a class="mapgis-link-name" title="BaseView#event:鼠标点击立即响应事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E7%25AB%258B%25E5%258D%25B3%25E5%2593%258D%25E5%25BA%2594%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击立即响应事件</a>
9000
+ <a goto="event:鼠标点击立即响应事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标点击立即响应事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E7%25AB%258B%25E5%258D%25B3%25E5%2593%258D%25E5%25BA%2594%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击立即响应事件</a>
8835
9001
  </li></ul></dd>
8836
9002
 
8837
9003
 
@@ -8966,6 +9132,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8966
9132
  <span class="param-type">Object</span>
8967
9133
 
8968
9134
 
9135
+
8969
9136
 
8970
9137
  </td>
8971
9138
 
@@ -8996,7 +9163,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8996
9163
  <td class="type">
8997
9164
 
8998
9165
 
8999
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
9166
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
9167
+
9000
9168
 
9001
9169
 
9002
9170
 
@@ -9036,6 +9204,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9036
9204
  <span class="param-type">Object</span>
9037
9205
 
9038
9206
 
9207
+
9039
9208
 
9040
9209
  </td>
9041
9210
 
@@ -9071,6 +9240,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9071
9240
  <span class="param-type">Object</span>
9072
9241
 
9073
9242
 
9243
+
9074
9244
 
9075
9245
  </td>
9076
9246
 
@@ -9106,6 +9276,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9106
9276
  <span class="param-type">Object</span>
9107
9277
 
9108
9278
 
9279
+
9109
9280
 
9110
9281
  </td>
9111
9282
 
@@ -9141,6 +9312,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9141
9312
  <span class="param-type">Object</span>
9142
9313
 
9143
9314
 
9315
+
9144
9316
 
9145
9317
  </td>
9146
9318
 
@@ -9176,6 +9348,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9176
9348
  <span class="param-type">Object</span>
9177
9349
 
9178
9350
 
9351
+
9179
9352
 
9180
9353
  </td>
9181
9354
 
@@ -9211,6 +9384,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9211
9384
  <span class="param-type">Object</span>
9212
9385
 
9213
9386
 
9387
+
9214
9388
 
9215
9389
  </td>
9216
9390
 
@@ -9243,7 +9417,8 @@ igsSceneLayer.on("layerview-created", function (result) {
9243
9417
  <td class="type">
9244
9418
 
9245
9419
 
9246
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9420
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9421
+
9247
9422
 
9248
9423
 
9249
9424
 
@@ -9278,7 +9453,8 @@ igsSceneLayer.on("layerview-created", function (result) {
9278
9453
  <td class="type">
9279
9454
 
9280
9455
 
9281
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9456
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9457
+
9282
9458
 
9283
9459
 
9284
9460
 
@@ -9316,6 +9492,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9316
9492
  <span class="param-type">Object</span>
9317
9493
 
9318
9494
 
9495
+
9319
9496
 
9320
9497
  </td>
9321
9498
 
@@ -9356,7 +9533,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9356
9533
 
9357
9534
  <dt class="inherited-from">Inherited From:</dt>
9358
9535
  <dd class="inherited-from"><ul class="dummy"><li>
9359
- <a class="mapgis-link-name" title="BaseView#event:鼠标移动事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%258A%25A8%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标移动事件</a>
9536
+ <a goto="event:鼠标移动事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标移动事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%258A%25A8%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标移动事件</a>
9360
9537
  </li></ul></dd>
9361
9538
 
9362
9539