@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
 
@@ -105,7 +106,8 @@
105
106
  <td class="type">
106
107
 
107
108
 
108
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
109
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
110
+
109
111
 
110
112
 
111
113
 
@@ -136,6 +138,7 @@
136
138
  <span class="param-type">String</span>
137
139
 
138
140
 
141
+
139
142
 
140
143
  </td>
141
144
 
@@ -268,11 +271,12 @@
268
271
  <tbody>
269
272
 
270
273
  <tr class="deep-level-0">
271
- <td class="name"><code><a href="BaseView.html#_spatialReference">_spatialReference</a></code></td>
274
+ <td class="name"><code><a href="#_spatialReference">_spatialReference</a></code></td>
272
275
  <td class="name">
273
276
  <code>
274
277
 
275
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
278
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
279
+
276
280
 
277
281
 
278
282
  </code>
@@ -281,11 +285,12 @@
281
285
  </tr>
282
286
 
283
287
  <tr class="deep-level-0">
284
- <td class="name"><code><a href="BaseView.html#allLayerViews">allLayerViews</a></code></td>
288
+ <td class="name"><code><a href="#allLayerViews">allLayerViews</a></code></td>
285
289
  <td class="name">
286
290
  <code>
287
291
 
288
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
292
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
293
+
289
294
 
290
295
 
291
296
  </code>
@@ -294,11 +299,12 @@
294
299
  </tr>
295
300
 
296
301
  <tr class="deep-level-0">
297
- <td class="name"><code><a href="BaseView.html#basemapLayerViews">basemapLayerViews</a></code></td>
302
+ <td class="name"><code><a href="#basemapLayerViews">basemapLayerViews</a></code></td>
298
303
  <td class="name">
299
304
  <code>
300
305
 
301
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
306
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
307
+
302
308
 
303
309
 
304
310
  </code>
@@ -307,37 +313,40 @@
307
313
  </tr>
308
314
 
309
315
  <tr class="deep-level-0">
310
- <td class="name"><code><a href="BaseView.html#center">center</a></code></td>
316
+ <td class="name"><code><a href="#center">center</a></code></td>
311
317
  <td class="name">
312
318
  <code>
313
319
 
314
320
  <span class="param-type">Array</span>
315
321
 
316
322
 
323
+
317
324
  </code>
318
325
  </td>
319
326
  <td class="name"><code><p>视图中心点</p></code></td>
320
327
  </tr>
321
328
 
322
329
  <tr class="deep-level-0">
323
- <td class="name"><code><a href="BaseView.html#cursor">cursor</a></code></td>
330
+ <td class="name"><code><a href="#cursor">cursor</a></code></td>
324
331
  <td class="name">
325
332
  <code>
326
333
 
327
334
  <span class="param-type">String</span>
328
335
 
329
336
 
337
+
330
338
  </code>
331
339
  </td>
332
340
  <td class="name"><code><p>鼠标样式,参考css的cursor样式</p></code></td>
333
341
  </tr>
334
342
 
335
343
  <tr class="deep-level-0">
336
- <td class="name"><code><a href="BaseView.html#layerViews">layerViews</a></code></td>
344
+ <td class="name"><code><a href="#layerViews">layerViews</a></code></td>
337
345
  <td class="name">
338
346
  <code>
339
347
 
340
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
348
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
349
+
341
350
 
342
351
 
343
352
  </code>
@@ -346,11 +355,12 @@
346
355
  </tr>
347
356
 
348
357
  <tr class="deep-level-0">
349
- <td class="name"><code><a href="BaseView.html#map">map</a></code></td>
358
+ <td class="name"><code><a href="#map">map</a></code></td>
350
359
  <td class="name">
351
360
  <code>
352
361
 
353
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
362
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
363
+
354
364
 
355
365
 
356
366
  </code>
@@ -359,117 +369,126 @@
359
369
  </tr>
360
370
 
361
371
  <tr class="deep-level-0">
362
- <td class="name"><code><a href="BaseView.html#maxScale">maxScale</a></code></td>
372
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
363
373
  <td class="name">
364
374
  <code>
365
375
 
366
376
  <span class="param-type">Number</span>
367
377
 
368
378
 
379
+
369
380
  </code>
370
381
  </td>
371
382
  <td class="name"><code><p>最大缩放比例尺</p></code></td>
372
383
  </tr>
373
384
 
374
385
  <tr class="deep-level-0">
375
- <td class="name"><code><a href="BaseView.html#maxZoom">maxZoom</a></code></td>
386
+ <td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
376
387
  <td class="name">
377
388
  <code>
378
389
 
379
390
  <span class="param-type">Number</span>
380
391
 
381
392
 
393
+
382
394
  </code>
383
395
  </td>
384
396
  <td class="name"><code><p>最大缩放级数</p></code></td>
385
397
  </tr>
386
398
 
387
399
  <tr class="deep-level-0">
388
- <td class="name"><code><a href="BaseView.html#minScale">minScale</a></code></td>
400
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
389
401
  <td class="name">
390
402
  <code>
391
403
 
392
404
  <span class="param-type">Number</span>
393
405
 
394
406
 
407
+
395
408
  </code>
396
409
  </td>
397
410
  <td class="name"><code><p>最小缩放比例尺</p></code></td>
398
411
  </tr>
399
412
 
400
413
  <tr class="deep-level-0">
401
- <td class="name"><code><a href="BaseView.html#minZoom">minZoom</a></code></td>
414
+ <td class="name"><code><a href="#minZoom">minZoom</a></code></td>
402
415
  <td class="name">
403
416
  <code>
404
417
 
405
418
  <span class="param-type">Number</span>
406
419
 
407
420
 
421
+
408
422
  </code>
409
423
  </td>
410
424
  <td class="name"><code><p>最小缩放级数</p></code></td>
411
425
  </tr>
412
426
 
413
427
  <tr class="deep-level-0">
414
- <td class="name"><code><a href="BaseView.html#popup">popup</a></code></td>
428
+ <td class="name"><code><a href="#popup">popup</a></code></td>
415
429
  <td class="name">
416
430
  <code>
417
431
 
418
432
  <span class="param-type">Object</span>
419
433
 
420
434
 
435
+
421
436
  </code>
422
437
  </td>
423
438
  <td class="name"><code><p>弹窗设置</p></code></td>
424
439
  </tr>
425
440
 
426
441
  <tr class="deep-level-0">
427
- <td class="name"><code><a href="BaseView.html#rotation">rotation</a></code></td>
442
+ <td class="name"><code><a href="#rotation">rotation</a></code></td>
428
443
  <td class="name">
429
444
  <code>
430
445
 
431
446
  <span class="param-type">Number</span>
432
447
 
433
448
 
449
+
434
450
  </code>
435
451
  </td>
436
452
  <td class="name"><code><p>视图旋转角度</p></code></td>
437
453
  </tr>
438
454
 
439
455
  <tr class="deep-level-0">
440
- <td class="name"><code><a href="BaseView.html#scale">scale</a></code></td>
456
+ <td class="name"><code><a href="#scale">scale</a></code></td>
441
457
  <td class="name">
442
458
  <code>
443
459
 
444
460
  <span class="param-type">Number</span>
445
461
 
446
462
 
463
+
447
464
  </code>
448
465
  </td>
449
466
  <td class="name"><code><p>地图视图的比例尺,改变该值后会立刻改变视图范围</p></code></td>
450
467
  </tr>
451
468
 
452
469
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="BaseView.html#stationary">stationary</a></code></td>
470
+ <td class="name"><code><a href="#stationary">stationary</a></code></td>
454
471
  <td class="name">
455
472
  <code>
456
473
 
457
474
  <span class="param-type">Boolean</span>
458
475
 
459
476
 
477
+
460
478
  </code>
461
479
  </td>
462
480
  <td class="name"><code><p>视图是否静止</p></code></td>
463
481
  </tr>
464
482
 
465
483
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="BaseView.html#zoom">zoom</a></code></td>
484
+ <td class="name"><code><a href="#zoom">zoom</a></code></td>
467
485
  <td class="name">
468
486
  <code>
469
487
 
470
488
  <span class="param-type">Number</span>
471
489
 
472
490
 
491
+
473
492
  </code>
474
493
  </td>
475
494
  <td class="name"><code><p>初始化级数</p></code></td>
@@ -486,7 +505,8 @@
486
505
  <span class="method-parameter is-pulled-right">
487
506
  <label>类型:</label>
488
507
 
489
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
508
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
509
+
490
510
 
491
511
 
492
512
  </span>
@@ -560,7 +580,8 @@
560
580
  <span class="method-parameter is-pulled-right">
561
581
  <label>类型:</label>
562
582
 
563
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
583
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
584
+
564
585
 
565
586
 
566
587
  </span>
@@ -634,7 +655,8 @@
634
655
  <span class="method-parameter is-pulled-right">
635
656
  <label>类型:</label>
636
657
 
637
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
658
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
659
+
638
660
 
639
661
 
640
662
  </span>
@@ -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">
@@ -781,6 +804,7 @@
781
804
  <span class="param-type">String</span>
782
805
 
783
806
 
807
+
784
808
  </span>
785
809
 
786
810
  <h4 class="name" id="cursor">
@@ -848,7 +872,8 @@
848
872
  <span class="method-parameter is-pulled-right">
849
873
  <label>类型:</label>
850
874
 
851
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
875
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
876
+
852
877
 
853
878
 
854
879
  </span>
@@ -922,7 +947,8 @@
922
947
  <span class="method-parameter is-pulled-right">
923
948
  <label>类型:</label>
924
949
 
925
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
950
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
951
+
926
952
 
927
953
 
928
954
  </span>
@@ -995,6 +1021,7 @@
995
1021
  <span class="param-type">Number</span>
996
1022
 
997
1023
 
1024
+
998
1025
  </span>
999
1026
 
1000
1027
  <h4 class="name" id="maxScale">
@@ -1065,6 +1092,7 @@
1065
1092
  <span class="param-type">Number</span>
1066
1093
 
1067
1094
 
1095
+
1068
1096
  </span>
1069
1097
 
1070
1098
  <h4 class="name" id="maxZoom">
@@ -1135,6 +1163,7 @@
1135
1163
  <span class="param-type">Number</span>
1136
1164
 
1137
1165
 
1166
+
1138
1167
  </span>
1139
1168
 
1140
1169
  <h4 class="name" id="minScale">
@@ -1205,6 +1234,7 @@
1205
1234
  <span class="param-type">Number</span>
1206
1235
 
1207
1236
 
1237
+
1208
1238
  </span>
1209
1239
 
1210
1240
  <h4 class="name" id="minZoom">
@@ -1275,6 +1305,7 @@
1275
1305
  <span class="param-type">Object</span>
1276
1306
 
1277
1307
 
1308
+
1278
1309
  </span>
1279
1310
 
1280
1311
  <h4 class="name" id="popup">
@@ -1345,6 +1376,7 @@
1345
1376
  <span class="param-type">Number</span>
1346
1377
 
1347
1378
 
1379
+
1348
1380
  </span>
1349
1381
 
1350
1382
  <h4 class="name" id="rotation">
@@ -1415,6 +1447,7 @@
1415
1447
  <span class="param-type">Number</span>
1416
1448
 
1417
1449
 
1450
+
1418
1451
  </span>
1419
1452
 
1420
1453
  <h4 class="name" id="scale">
@@ -1485,6 +1518,7 @@
1485
1518
  <span class="param-type">Boolean</span>
1486
1519
 
1487
1520
 
1521
+
1488
1522
  </span>
1489
1523
 
1490
1524
  <h4 class="name" id="stationary">
@@ -1559,6 +1593,7 @@
1559
1593
  <span class="param-type">Number</span>
1560
1594
 
1561
1595
 
1596
+
1562
1597
  </span>
1563
1598
 
1564
1599
  <h4 class="name" id="zoom">
@@ -1642,7 +1677,7 @@
1642
1677
  <tbody>
1643
1678
 
1644
1679
  <tr class="deep-level-0">
1645
- <td class="name"><code><a href="BaseView.html#getInnerLayer">getInnerLayer</a></code></td>
1680
+ <td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
1646
1681
  <td class="name">
1647
1682
  <code>
1648
1683
 
@@ -1653,6 +1688,7 @@
1653
1688
  <span class="param-type">null</span>
1654
1689
 
1655
1690
 
1691
+
1656
1692
 
1657
1693
  </code>
1658
1694
  </td>
@@ -1660,7 +1696,7 @@
1660
1696
  </tr>
1661
1697
 
1662
1698
  <tr class="deep-level-0">
1663
- <td class="name"><code><a href="BaseView.html#getInnerView">getInnerView</a></code></td>
1699
+ <td class="name"><code><a href="#getInnerView">getInnerView</a></code></td>
1664
1700
  <td class="name">
1665
1701
  <code>
1666
1702
 
@@ -1668,6 +1704,7 @@
1668
1704
  <span class="param-type">Object</span>
1669
1705
 
1670
1706
 
1707
+
1671
1708
 
1672
1709
  </code>
1673
1710
  </td>
@@ -1675,12 +1712,13 @@
1675
1712
  </tr>
1676
1713
 
1677
1714
  <tr class="deep-level-0">
1678
- <td class="name"><code><a href="BaseView.html#getLayer">getLayer</a></code></td>
1715
+ <td class="name"><code><a href="#getLayer">getLayer</a></code></td>
1679
1716
  <td class="name">
1680
1717
  <code>
1681
1718
 
1682
1719
 
1683
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1720
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1721
+
1684
1722
 
1685
1723
 
1686
1724
 
@@ -1690,7 +1728,7 @@
1690
1728
  </tr>
1691
1729
 
1692
1730
  <tr class="deep-level-0">
1693
- <td class="name"><code><a href="BaseView.html#setMap">setMap</a></code></td>
1731
+ <td class="name"><code><a href="#setMap">setMap</a></code></td>
1694
1732
  <td class="name">
1695
1733
  <code>
1696
1734
 
@@ -1700,7 +1738,7 @@
1700
1738
  </tr>
1701
1739
 
1702
1740
  <tr class="deep-level-0">
1703
- <td class="name"><code><a href="BaseView.html#toJSON">toJSON</a></code></td>
1741
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1704
1742
  <td class="name">
1705
1743
  <code>
1706
1744
 
@@ -1708,6 +1746,7 @@
1708
1746
  <span class="param-type">Object</span>
1709
1747
 
1710
1748
 
1749
+
1711
1750
 
1712
1751
  </code>
1713
1752
  </td>
@@ -1784,6 +1823,7 @@
1784
1823
  <span class="param-type">String</span>
1785
1824
 
1786
1825
 
1826
+
1787
1827
 
1788
1828
  </td>
1789
1829
 
@@ -1875,6 +1915,7 @@
1875
1915
  <span class="param-type">null</span>
1876
1916
 
1877
1917
 
1918
+
1878
1919
  </div>
1879
1920
 
1880
1921
  </div>
@@ -2012,6 +2053,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2012
2053
  <span class="param-type">Object</span>
2013
2054
 
2014
2055
 
2056
+
2015
2057
  </div>
2016
2058
 
2017
2059
  </div>
@@ -2089,6 +2131,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2089
2131
  <span class="param-type">String</span>
2090
2132
 
2091
2133
 
2134
+
2092
2135
 
2093
2136
  </td>
2094
2137
 
@@ -2174,7 +2217,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2174
2217
  <div class='column is-5 has-text-left'>
2175
2218
  <label>类型: </label>
2176
2219
 
2177
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2220
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2221
+
2178
2222
 
2179
2223
 
2180
2224
  </div>
@@ -2251,7 +2295,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2251
2295
  <td class="type">
2252
2296
 
2253
2297
 
2254
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2298
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2299
+
2255
2300
 
2256
2301
 
2257
2302
 
@@ -2433,6 +2478,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2433
2478
  <span class="param-type">Object</span>
2434
2479
 
2435
2480
 
2481
+
2436
2482
  </div>
2437
2483
 
2438
2484
  </div>
@@ -2618,6 +2664,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2618
2664
  <span class="param-type">Object</span>
2619
2665
 
2620
2666
 
2667
+
2621
2668
 
2622
2669
  </td>
2623
2670
 
@@ -2648,7 +2695,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2648
2695
  <td class="type">
2649
2696
 
2650
2697
 
2651
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2698
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2699
+
2652
2700
 
2653
2701
 
2654
2702
 
@@ -2688,6 +2736,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2688
2736
  <span class="param-type">Number</span>
2689
2737
 
2690
2738
 
2739
+
2691
2740
 
2692
2741
  </td>
2693
2742
 
@@ -2723,6 +2772,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2723
2772
  <span class="param-type">Number</span>
2724
2773
 
2725
2774
 
2775
+
2726
2776
 
2727
2777
  </td>
2728
2778
 
@@ -2758,6 +2808,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2758
2808
  <span class="param-type">Number</span>
2759
2809
 
2760
2810
 
2811
+
2761
2812
 
2762
2813
  </td>
2763
2814
 
@@ -2793,6 +2844,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2793
2844
  <span class="param-type">Number</span>
2794
2845
 
2795
2846
 
2847
+
2796
2848
 
2797
2849
  </td>
2798
2850
 
@@ -2825,7 +2877,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2825
2877
  <td class="type">
2826
2878
 
2827
2879
 
2828
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
2880
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
2881
+
2829
2882
 
2830
2883
 
2831
2884
 
@@ -2860,7 +2913,8 @@ igsSceneLayer.on("layerview-created", function (result) {
2860
2913
  <td class="type">
2861
2914
 
2862
2915
 
2863
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2916
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2917
+
2864
2918
 
2865
2919
 
2866
2920
 
@@ -2898,6 +2952,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2898
2952
  <span class="param-type">Object</span>
2899
2953
 
2900
2954
 
2955
+
2901
2956
 
2902
2957
  </td>
2903
2958
 
@@ -3064,6 +3119,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3064
3119
  <span class="param-type">Object</span>
3065
3120
 
3066
3121
 
3122
+
3067
3123
 
3068
3124
  </td>
3069
3125
 
@@ -3220,6 +3276,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3220
3276
  <span class="param-type">Object</span>
3221
3277
 
3222
3278
 
3279
+
3223
3280
 
3224
3281
  </td>
3225
3282
 
@@ -3250,7 +3307,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3250
3307
  <td class="type">
3251
3308
 
3252
3309
 
3253
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3310
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3311
+
3254
3312
 
3255
3313
 
3256
3314
 
@@ -3287,7 +3345,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3287
3345
  <td class="type">
3288
3346
 
3289
3347
 
3290
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3348
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3349
+
3291
3350
 
3292
3351
 
3293
3352
 
@@ -3322,7 +3381,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3322
3381
  <td class="type">
3323
3382
 
3324
3383
 
3325
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3384
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3385
+
3326
3386
 
3327
3387
 
3328
3388
 
@@ -3360,6 +3420,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3360
3420
  <span class="param-type">Number</span>
3361
3421
 
3362
3422
 
3423
+
3363
3424
 
3364
3425
  </td>
3365
3426
 
@@ -3395,6 +3456,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3395
3456
  <span class="param-type">Number</span>
3396
3457
 
3397
3458
 
3459
+
3398
3460
 
3399
3461
  </td>
3400
3462
 
@@ -3427,7 +3489,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3427
3489
  <td class="type">
3428
3490
 
3429
3491
 
3430
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3492
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3493
+
3431
3494
 
3432
3495
 
3433
3496
 
@@ -3600,6 +3663,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3600
3663
  <span class="param-type">Object</span>
3601
3664
 
3602
3665
 
3666
+
3603
3667
 
3604
3668
  </td>
3605
3669
 
@@ -3630,7 +3694,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3630
3694
  <td class="type">
3631
3695
 
3632
3696
 
3633
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3697
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3698
+
3634
3699
 
3635
3700
 
3636
3701
 
@@ -3667,7 +3732,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3667
3732
  <td class="type">
3668
3733
 
3669
3734
 
3670
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3735
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3736
+
3671
3737
 
3672
3738
 
3673
3739
 
@@ -3702,7 +3768,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3702
3768
  <td class="type">
3703
3769
 
3704
3770
 
3705
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
3771
+ <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
3772
+
3706
3773
 
3707
3774
 
3708
3775
 
@@ -3737,7 +3804,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3737
3804
  <td class="type">
3738
3805
 
3739
3806
 
3740
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3807
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3808
+
3741
3809
 
3742
3810
 
3743
3811
 
@@ -3910,6 +3978,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3910
3978
  <span class="param-type">Object</span>
3911
3979
 
3912
3980
 
3981
+
3913
3982
 
3914
3983
  </td>
3915
3984
 
@@ -3940,7 +4009,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3940
4009
  <td class="type">
3941
4010
 
3942
4011
 
3943
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4012
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4013
+
3944
4014
 
3945
4015
 
3946
4016
 
@@ -3977,7 +4047,8 @@ igsSceneLayer.on("layerview-created", function (result) {
3977
4047
  <td class="type">
3978
4048
 
3979
4049
 
3980
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4050
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4051
+
3981
4052
 
3982
4053
 
3983
4054
 
@@ -4012,7 +4083,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4012
4083
  <td class="type">
4013
4084
 
4014
4085
 
4015
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4086
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4087
+
4016
4088
 
4017
4089
 
4018
4090
 
@@ -4050,6 +4122,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4050
4122
  <span class="param-type">String</span>
4051
4123
 
4052
4124
 
4125
+
4053
4126
 
4054
4127
  </td>
4055
4128
 
@@ -4220,6 +4293,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4220
4293
  <span class="param-type">Object</span>
4221
4294
 
4222
4295
 
4296
+
4223
4297
 
4224
4298
  </td>
4225
4299
 
@@ -4250,7 +4324,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4250
4324
  <td class="type">
4251
4325
 
4252
4326
 
4253
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4327
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4328
+
4254
4329
 
4255
4330
 
4256
4331
 
@@ -4287,7 +4362,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4287
4362
  <td class="type">
4288
4363
 
4289
4364
 
4290
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4365
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4366
+
4291
4367
 
4292
4368
 
4293
4369
 
@@ -4322,7 +4398,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4322
4398
  <td class="type">
4323
4399
 
4324
4400
 
4325
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4401
+ <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4402
+
4326
4403
 
4327
4404
 
4328
4405
 
@@ -4357,7 +4434,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4357
4434
  <td class="type">
4358
4435
 
4359
4436
 
4360
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4437
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4438
+
4361
4439
 
4362
4440
 
4363
4441
 
@@ -4530,6 +4608,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4530
4608
  <span class="param-type">Object</span>
4531
4609
 
4532
4610
 
4611
+
4533
4612
 
4534
4613
  </td>
4535
4614
 
@@ -4560,7 +4639,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4560
4639
  <td class="type">
4561
4640
 
4562
4641
 
4563
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4642
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4643
+
4564
4644
 
4565
4645
 
4566
4646
 
@@ -4600,6 +4680,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4600
4680
  <span class="param-type">String</span>
4601
4681
 
4602
4682
 
4683
+
4603
4684
 
4604
4685
  </td>
4605
4686
 
@@ -4635,6 +4716,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4635
4716
  <span class="param-type">Number</span>
4636
4717
 
4637
4718
 
4719
+
4638
4720
 
4639
4721
  </td>
4640
4722
 
@@ -4667,7 +4749,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4667
4749
  <td class="type">
4668
4750
 
4669
4751
 
4670
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4752
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4753
+
4671
4754
 
4672
4755
 
4673
4756
 
@@ -4702,7 +4785,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4702
4785
  <td class="type">
4703
4786
 
4704
4787
 
4705
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4788
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4789
+
4706
4790
 
4707
4791
 
4708
4792
 
@@ -4740,6 +4824,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4740
4824
  <span class="param-type">Object</span>
4741
4825
 
4742
4826
 
4827
+
4743
4828
 
4744
4829
  </td>
4745
4830
 
@@ -4910,6 +4995,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4910
4995
  <span class="param-type">Object</span>
4911
4996
 
4912
4997
 
4998
+
4913
4999
 
4914
5000
  </td>
4915
5001
 
@@ -4940,7 +5026,8 @@ igsSceneLayer.on("layerview-created", function (result) {
4940
5026
  <td class="type">
4941
5027
 
4942
5028
 
4943
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5029
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5030
+
4944
5031
 
4945
5032
 
4946
5033
 
@@ -4980,6 +5067,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4980
5067
  <span class="param-type">String</span>
4981
5068
 
4982
5069
 
5070
+
4983
5071
 
4984
5072
  </td>
4985
5073
 
@@ -5015,6 +5103,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5015
5103
  <span class="param-type">Number</span>
5016
5104
 
5017
5105
 
5106
+
5018
5107
 
5019
5108
  </td>
5020
5109
 
@@ -5047,7 +5136,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5047
5136
  <td class="type">
5048
5137
 
5049
5138
 
5050
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5139
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5140
+
5051
5141
 
5052
5142
 
5053
5143
 
@@ -5082,7 +5172,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5082
5172
  <td class="type">
5083
5173
 
5084
5174
 
5085
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5175
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5176
+
5086
5177
 
5087
5178
 
5088
5179
 
@@ -5120,6 +5211,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5120
5211
  <span class="param-type">Object</span>
5121
5212
 
5122
5213
 
5214
+
5123
5215
 
5124
5216
  </td>
5125
5217
 
@@ -5290,6 +5382,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5290
5382
  <span class="param-type">Object</span>
5291
5383
 
5292
5384
 
5385
+
5293
5386
 
5294
5387
  </td>
5295
5388
 
@@ -5320,7 +5413,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5320
5413
  <td class="type">
5321
5414
 
5322
5415
 
5323
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5416
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5417
+
5324
5418
 
5325
5419
 
5326
5420
 
@@ -5360,6 +5454,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5360
5454
  <span class="param-type">Object</span>
5361
5455
 
5362
5456
 
5457
+
5363
5458
 
5364
5459
  </td>
5365
5460
 
@@ -5395,6 +5490,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5395
5490
  <span class="param-type">Object</span>
5396
5491
 
5397
5492
 
5493
+
5398
5494
 
5399
5495
  </td>
5400
5496
 
@@ -5430,6 +5526,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5430
5526
  <span class="param-type">Object</span>
5431
5527
 
5432
5528
 
5529
+
5433
5530
 
5434
5531
  </td>
5435
5532
 
@@ -5465,6 +5562,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5465
5562
  <span class="param-type">Object</span>
5466
5563
 
5467
5564
 
5565
+
5468
5566
 
5469
5567
  </td>
5470
5568
 
@@ -5500,6 +5598,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5500
5598
  <span class="param-type">Object</span>
5501
5599
 
5502
5600
 
5601
+
5503
5602
 
5504
5603
  </td>
5505
5604
 
@@ -5535,6 +5634,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5535
5634
  <span class="param-type">Object</span>
5536
5635
 
5537
5636
 
5637
+
5538
5638
 
5539
5639
  </td>
5540
5640
 
@@ -5567,7 +5667,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5567
5667
  <td class="type">
5568
5668
 
5569
5669
 
5570
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5670
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5671
+
5571
5672
 
5572
5673
 
5573
5674
 
@@ -5602,7 +5703,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5602
5703
  <td class="type">
5603
5704
 
5604
5705
 
5605
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5706
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5707
+
5606
5708
 
5607
5709
 
5608
5710
 
@@ -5640,6 +5742,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5640
5742
  <span class="param-type">Object</span>
5641
5743
 
5642
5744
 
5745
+
5643
5746
 
5644
5747
  </td>
5645
5748
 
@@ -5810,6 +5913,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5810
5913
  <span class="param-type">Object</span>
5811
5914
 
5812
5915
 
5916
+
5813
5917
 
5814
5918
  </td>
5815
5919
 
@@ -5840,7 +5944,8 @@ igsSceneLayer.on("layerview-created", function (result) {
5840
5944
  <td class="type">
5841
5945
 
5842
5946
 
5843
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5947
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5948
+
5844
5949
 
5845
5950
 
5846
5951
 
@@ -5880,6 +5985,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5880
5985
  <span class="param-type">Object</span>
5881
5986
 
5882
5987
 
5988
+
5883
5989
 
5884
5990
  </td>
5885
5991
 
@@ -5915,6 +6021,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5915
6021
  <span class="param-type">Object</span>
5916
6022
 
5917
6023
 
6024
+
5918
6025
 
5919
6026
  </td>
5920
6027
 
@@ -5950,6 +6057,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5950
6057
  <span class="param-type">Object</span>
5951
6058
 
5952
6059
 
6060
+
5953
6061
 
5954
6062
  </td>
5955
6063
 
@@ -5985,6 +6093,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5985
6093
  <span class="param-type">Object</span>
5986
6094
 
5987
6095
 
6096
+
5988
6097
 
5989
6098
  </td>
5990
6099
 
@@ -6020,6 +6129,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6020
6129
  <span class="param-type">Object</span>
6021
6130
 
6022
6131
 
6132
+
6023
6133
 
6024
6134
  </td>
6025
6135
 
@@ -6055,6 +6165,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6055
6165
  <span class="param-type">Object</span>
6056
6166
 
6057
6167
 
6168
+
6058
6169
 
6059
6170
  </td>
6060
6171
 
@@ -6087,7 +6198,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6087
6198
  <td class="type">
6088
6199
 
6089
6200
 
6090
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6201
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6202
+
6091
6203
 
6092
6204
 
6093
6205
 
@@ -6122,7 +6234,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6122
6234
  <td class="type">
6123
6235
 
6124
6236
 
6125
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6237
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6238
+
6126
6239
 
6127
6240
 
6128
6241
 
@@ -6160,6 +6273,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6160
6273
  <span class="param-type">Object</span>
6161
6274
 
6162
6275
 
6276
+
6163
6277
 
6164
6278
  </td>
6165
6279
 
@@ -6330,6 +6444,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6330
6444
  <span class="param-type">Object</span>
6331
6445
 
6332
6446
 
6447
+
6333
6448
 
6334
6449
  </td>
6335
6450
 
@@ -6360,7 +6475,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6360
6475
  <td class="type">
6361
6476
 
6362
6477
 
6363
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6478
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6479
+
6364
6480
 
6365
6481
 
6366
6482
 
@@ -6400,6 +6516,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6400
6516
  <span class="param-type">Object</span>
6401
6517
 
6402
6518
 
6519
+
6403
6520
 
6404
6521
  </td>
6405
6522
 
@@ -6435,6 +6552,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6435
6552
  <span class="param-type">Object</span>
6436
6553
 
6437
6554
 
6555
+
6438
6556
 
6439
6557
  </td>
6440
6558
 
@@ -6470,6 +6588,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6470
6588
  <span class="param-type">Number</span>
6471
6589
 
6472
6590
 
6591
+
6473
6592
 
6474
6593
  </td>
6475
6594
 
@@ -6505,6 +6624,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6505
6624
  <span class="param-type">Number</span>
6506
6625
 
6507
6626
 
6627
+
6508
6628
 
6509
6629
  </td>
6510
6630
 
@@ -6540,6 +6660,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6540
6660
  <span class="param-type">Boolean</span>
6541
6661
 
6542
6662
 
6663
+
6543
6664
 
6544
6665
  </td>
6545
6666
 
@@ -6575,6 +6696,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6575
6696
  <span class="param-type">Object</span>
6576
6697
 
6577
6698
 
6699
+
6578
6700
 
6579
6701
  </td>
6580
6702
 
@@ -6610,6 +6732,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6610
6732
  <span class="param-type">function</span>
6611
6733
 
6612
6734
 
6735
+
6613
6736
 
6614
6737
  </td>
6615
6738
 
@@ -6645,6 +6768,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6645
6768
  <span class="param-type">Object</span>
6646
6769
 
6647
6770
 
6771
+
6648
6772
 
6649
6773
  </td>
6650
6774
 
@@ -6680,6 +6804,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6680
6804
  <span class="param-type">Object</span>
6681
6805
 
6682
6806
 
6807
+
6683
6808
 
6684
6809
  </td>
6685
6810
 
@@ -6715,6 +6840,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6715
6840
  <span class="param-type">String</span>
6716
6841
 
6717
6842
 
6843
+
6718
6844
 
6719
6845
  </td>
6720
6846
 
@@ -6750,6 +6876,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6750
6876
  <span class="param-type">String</span>
6751
6877
 
6752
6878
 
6879
+
6753
6880
 
6754
6881
  </td>
6755
6882
 
@@ -6920,6 +7047,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6920
7047
  <span class="param-type">Object</span>
6921
7048
 
6922
7049
 
7050
+
6923
7051
 
6924
7052
  </td>
6925
7053
 
@@ -6950,7 +7078,8 @@ igsSceneLayer.on("layerview-created", function (result) {
6950
7078
  <td class="type">
6951
7079
 
6952
7080
 
6953
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7081
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7082
+
6954
7083
 
6955
7084
 
6956
7085
 
@@ -6990,6 +7119,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6990
7119
  <span class="param-type">Object</span>
6991
7120
 
6992
7121
 
7122
+
6993
7123
 
6994
7124
  </td>
6995
7125
 
@@ -7025,6 +7155,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7025
7155
  <span class="param-type">Object</span>
7026
7156
 
7027
7157
 
7158
+
7028
7159
 
7029
7160
  </td>
7030
7161
 
@@ -7060,6 +7191,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7060
7191
  <span class="param-type">Object</span>
7061
7192
 
7062
7193
 
7194
+
7063
7195
 
7064
7196
  </td>
7065
7197
 
@@ -7095,6 +7227,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7095
7227
  <span class="param-type">Object</span>
7096
7228
 
7097
7229
 
7230
+
7098
7231
 
7099
7232
  </td>
7100
7233
 
@@ -7130,6 +7263,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7130
7263
  <span class="param-type">Object</span>
7131
7264
 
7132
7265
 
7266
+
7133
7267
 
7134
7268
  </td>
7135
7269
 
@@ -7165,6 +7299,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7165
7299
  <span class="param-type">Object</span>
7166
7300
 
7167
7301
 
7302
+
7168
7303
 
7169
7304
  </td>
7170
7305
 
@@ -7197,7 +7332,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7197
7332
  <td class="type">
7198
7333
 
7199
7334
 
7200
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7335
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7336
+
7201
7337
 
7202
7338
 
7203
7339
 
@@ -7232,7 +7368,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7232
7368
  <td class="type">
7233
7369
 
7234
7370
 
7235
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7371
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7372
+
7236
7373
 
7237
7374
 
7238
7375
 
@@ -7270,6 +7407,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7270
7407
  <span class="param-type">Object</span>
7271
7408
 
7272
7409
 
7410
+
7273
7411
 
7274
7412
  </td>
7275
7413
 
@@ -7440,6 +7578,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7440
7578
  <span class="param-type">Object</span>
7441
7579
 
7442
7580
 
7581
+
7443
7582
 
7444
7583
  </td>
7445
7584
 
@@ -7470,7 +7609,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7470
7609
  <td class="type">
7471
7610
 
7472
7611
 
7473
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7612
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7613
+
7474
7614
 
7475
7615
 
7476
7616
 
@@ -7510,6 +7650,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7510
7650
  <span class="param-type">Object</span>
7511
7651
 
7512
7652
 
7653
+
7513
7654
 
7514
7655
  </td>
7515
7656
 
@@ -7545,6 +7686,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7545
7686
  <span class="param-type">Object</span>
7546
7687
 
7547
7688
 
7689
+
7548
7690
 
7549
7691
  </td>
7550
7692
 
@@ -7580,6 +7722,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7580
7722
  <span class="param-type">Object</span>
7581
7723
 
7582
7724
 
7725
+
7583
7726
 
7584
7727
  </td>
7585
7728
 
@@ -7615,6 +7758,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7615
7758
  <span class="param-type">Number</span>
7616
7759
 
7617
7760
 
7761
+
7618
7762
 
7619
7763
  </td>
7620
7764
 
@@ -7650,6 +7794,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7650
7794
  <span class="param-type">Number</span>
7651
7795
 
7652
7796
 
7797
+
7653
7798
 
7654
7799
  </td>
7655
7800
 
@@ -7685,6 +7830,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7685
7830
  <span class="param-type">function</span>
7686
7831
 
7687
7832
 
7833
+
7688
7834
 
7689
7835
  </td>
7690
7836
 
@@ -7720,6 +7866,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7720
7866
  <span class="param-type">Object</span>
7721
7867
 
7722
7868
 
7869
+
7723
7870
 
7724
7871
  </td>
7725
7872
 
@@ -7755,6 +7902,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7755
7902
  <span class="param-type">Object</span>
7756
7903
 
7757
7904
 
7905
+
7758
7906
 
7759
7907
  </td>
7760
7908
 
@@ -7787,7 +7935,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7787
7935
  <td class="type">
7788
7936
 
7789
7937
 
7790
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7938
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7939
+
7791
7940
 
7792
7941
 
7793
7942
 
@@ -7822,7 +7971,8 @@ igsSceneLayer.on("layerview-created", function (result) {
7822
7971
  <td class="type">
7823
7972
 
7824
7973
 
7825
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7974
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7975
+
7826
7976
 
7827
7977
 
7828
7978
 
@@ -7995,6 +8145,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7995
8145
  <span class="param-type">Object</span>
7996
8146
 
7997
8147
 
8148
+
7998
8149
 
7999
8150
  </td>
8000
8151
 
@@ -8025,7 +8176,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8025
8176
  <td class="type">
8026
8177
 
8027
8178
 
8028
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8179
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8180
+
8029
8181
 
8030
8182
 
8031
8183
 
@@ -8065,6 +8217,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8065
8217
  <span class="param-type">Object</span>
8066
8218
 
8067
8219
 
8220
+
8068
8221
 
8069
8222
  </td>
8070
8223
 
@@ -8100,6 +8253,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8100
8253
  <span class="param-type">Object</span>
8101
8254
 
8102
8255
 
8256
+
8103
8257
 
8104
8258
  </td>
8105
8259
 
@@ -8135,6 +8289,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8135
8289
  <span class="param-type">Object</span>
8136
8290
 
8137
8291
 
8292
+
8138
8293
 
8139
8294
  </td>
8140
8295
 
@@ -8170,6 +8325,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8170
8325
  <span class="param-type">Number</span>
8171
8326
 
8172
8327
 
8328
+
8173
8329
 
8174
8330
  </td>
8175
8331
 
@@ -8205,6 +8361,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8205
8361
  <span class="param-type">Number</span>
8206
8362
 
8207
8363
 
8364
+
8208
8365
 
8209
8366
  </td>
8210
8367
 
@@ -8240,6 +8397,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8240
8397
  <span class="param-type">function</span>
8241
8398
 
8242
8399
 
8400
+
8243
8401
 
8244
8402
  </td>
8245
8403
 
@@ -8275,6 +8433,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8275
8433
  <span class="param-type">Object</span>
8276
8434
 
8277
8435
 
8436
+
8278
8437
 
8279
8438
  </td>
8280
8439
 
@@ -8310,6 +8469,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8310
8469
  <span class="param-type">Object</span>
8311
8470
 
8312
8471
 
8472
+
8313
8473
 
8314
8474
  </td>
8315
8475
 
@@ -8342,7 +8502,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8342
8502
  <td class="type">
8343
8503
 
8344
8504
 
8345
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8505
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8506
+
8346
8507
 
8347
8508
 
8348
8509
 
@@ -8377,7 +8538,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8377
8538
  <td class="type">
8378
8539
 
8379
8540
 
8380
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8541
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8542
+
8381
8543
 
8382
8544
 
8383
8545
 
@@ -8550,6 +8712,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8550
8712
  <span class="param-type">Object</span>
8551
8713
 
8552
8714
 
8715
+
8553
8716
 
8554
8717
  </td>
8555
8718
 
@@ -8580,7 +8743,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8580
8743
  <td class="type">
8581
8744
 
8582
8745
 
8583
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8746
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8747
+
8584
8748
 
8585
8749
 
8586
8750
 
@@ -8620,6 +8784,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8620
8784
  <span class="param-type">Object</span>
8621
8785
 
8622
8786
 
8787
+
8623
8788
 
8624
8789
  </td>
8625
8790
 
@@ -8655,6 +8820,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8655
8820
  <span class="param-type">Object</span>
8656
8821
 
8657
8822
 
8823
+
8658
8824
 
8659
8825
  </td>
8660
8826
 
@@ -8690,6 +8856,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8690
8856
  <span class="param-type">Object</span>
8691
8857
 
8692
8858
 
8859
+
8693
8860
 
8694
8861
  </td>
8695
8862
 
@@ -8725,6 +8892,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8725
8892
  <span class="param-type">Object</span>
8726
8893
 
8727
8894
 
8895
+
8728
8896
 
8729
8897
  </td>
8730
8898
 
@@ -8760,6 +8928,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8760
8928
  <span class="param-type">Object</span>
8761
8929
 
8762
8930
 
8931
+
8763
8932
 
8764
8933
  </td>
8765
8934
 
@@ -8795,6 +8964,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8795
8964
  <span class="param-type">Object</span>
8796
8965
 
8797
8966
 
8967
+
8798
8968
 
8799
8969
  </td>
8800
8970
 
@@ -8827,7 +8997,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8827
8997
  <td class="type">
8828
8998
 
8829
8999
 
8830
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9000
+ <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9001
+
8831
9002
 
8832
9003
 
8833
9004
 
@@ -8862,7 +9033,8 @@ igsSceneLayer.on("layerview-created", function (result) {
8862
9033
  <td class="type">
8863
9034
 
8864
9035
 
8865
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9036
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9037
+
8866
9038
 
8867
9039
 
8868
9040
 
@@ -8900,6 +9072,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8900
9072
  <span class="param-type">Object</span>
8901
9073
 
8902
9074
 
9075
+
8903
9076
 
8904
9077
  </td>
8905
9078