@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="map"><code>map</code></td>
107
+ <td class="name"><code>map</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -129,13 +137,17 @@
129
137
 
130
138
  <tr class="deep-level-1">
131
139
 
132
- <td class="name" id="viewId"><code>viewId</code></td>
140
+ <td class="name"><code>viewId</code></td>
133
141
 
134
142
 
135
143
  <td class="type">
136
144
 
137
145
 
138
- <span class="param-type">String</span>
146
+ <span class="param-type">
147
+
148
+ String
149
+
150
+ </span>
139
151
 
140
152
 
141
153
 
@@ -275,7 +287,11 @@
275
287
  <td class="name">
276
288
  <code>
277
289
 
278
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
290
+ <span class="param-type">
291
+
292
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
293
+
294
+ </span>
279
295
 
280
296
 
281
297
 
@@ -289,7 +305,11 @@
289
305
  <td class="name">
290
306
  <code>
291
307
 
292
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
308
+ <span class="param-type">
309
+
310
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
311
+
312
+ </span>
293
313
 
294
314
 
295
315
 
@@ -303,7 +323,11 @@
303
323
  <td class="name">
304
324
  <code>
305
325
 
306
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
326
+ <span class="param-type">
327
+
328
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
329
+
330
+ </span>
307
331
 
308
332
 
309
333
 
@@ -317,7 +341,11 @@
317
341
  <td class="name">
318
342
  <code>
319
343
 
320
- <span class="param-type">Array</span>
344
+ <span class="param-type">
345
+
346
+ Array
347
+
348
+ </span>
321
349
 
322
350
 
323
351
 
@@ -331,7 +359,11 @@
331
359
  <td class="name">
332
360
  <code>
333
361
 
334
- <span class="param-type">String</span>
362
+ <span class="param-type">
363
+
364
+ String
365
+
366
+ </span>
335
367
 
336
368
 
337
369
 
@@ -345,7 +377,11 @@
345
377
  <td class="name">
346
378
  <code>
347
379
 
348
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
380
+ <span class="param-type">
381
+
382
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
383
+
384
+ </span>
349
385
 
350
386
 
351
387
 
@@ -359,7 +395,11 @@
359
395
  <td class="name">
360
396
  <code>
361
397
 
362
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
398
+ <span class="param-type">
399
+
400
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
401
+
402
+ </span>
363
403
 
364
404
 
365
405
 
@@ -373,7 +413,11 @@
373
413
  <td class="name">
374
414
  <code>
375
415
 
376
- <span class="param-type">Number</span>
416
+ <span class="param-type">
417
+
418
+ Number
419
+
420
+ </span>
377
421
 
378
422
 
379
423
 
@@ -387,7 +431,11 @@
387
431
  <td class="name">
388
432
  <code>
389
433
 
390
- <span class="param-type">Number</span>
434
+ <span class="param-type">
435
+
436
+ Number
437
+
438
+ </span>
391
439
 
392
440
 
393
441
 
@@ -401,7 +449,11 @@
401
449
  <td class="name">
402
450
  <code>
403
451
 
404
- <span class="param-type">Number</span>
452
+ <span class="param-type">
453
+
454
+ Number
455
+
456
+ </span>
405
457
 
406
458
 
407
459
 
@@ -415,7 +467,11 @@
415
467
  <td class="name">
416
468
  <code>
417
469
 
418
- <span class="param-type">Number</span>
470
+ <span class="param-type">
471
+
472
+ Number
473
+
474
+ </span>
419
475
 
420
476
 
421
477
 
@@ -429,7 +485,11 @@
429
485
  <td class="name">
430
486
  <code>
431
487
 
432
- <span class="param-type">Object</span>
488
+ <span class="param-type">
489
+
490
+ Object
491
+
492
+ </span>
433
493
 
434
494
 
435
495
 
@@ -443,7 +503,11 @@
443
503
  <td class="name">
444
504
  <code>
445
505
 
446
- <span class="param-type">Number</span>
506
+ <span class="param-type">
507
+
508
+ Number
509
+
510
+ </span>
447
511
 
448
512
 
449
513
 
@@ -457,7 +521,11 @@
457
521
  <td class="name">
458
522
  <code>
459
523
 
460
- <span class="param-type">Number</span>
524
+ <span class="param-type">
525
+
526
+ Number
527
+
528
+ </span>
461
529
 
462
530
 
463
531
 
@@ -471,7 +539,11 @@
471
539
  <td class="name">
472
540
  <code>
473
541
 
474
- <span class="param-type">Boolean</span>
542
+ <span class="param-type">
543
+
544
+ Boolean
545
+
546
+ </span>
475
547
 
476
548
 
477
549
 
@@ -485,7 +557,11 @@
485
557
  <td class="name">
486
558
  <code>
487
559
 
488
- <span class="param-type">Number</span>
560
+ <span class="param-type">
561
+
562
+ Number
563
+
564
+ </span>
489
565
 
490
566
 
491
567
 
@@ -505,7 +581,11 @@
505
581
  <span class="method-parameter is-pulled-right">
506
582
  <label>类型:</label>
507
583
 
508
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
584
+ <span class="param-type">
585
+
586
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
587
+
588
+ </span>
509
589
 
510
590
 
511
591
 
@@ -580,7 +660,11 @@
580
660
  <span class="method-parameter is-pulled-right">
581
661
  <label>类型:</label>
582
662
 
583
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
663
+ <span class="param-type">
664
+
665
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
666
+
667
+ </span>
584
668
 
585
669
 
586
670
 
@@ -655,7 +739,11 @@
655
739
  <span class="method-parameter is-pulled-right">
656
740
  <label>类型:</label>
657
741
 
658
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
742
+ <span class="param-type">
743
+
744
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
745
+
746
+ </span>
659
747
 
660
748
 
661
749
 
@@ -730,7 +818,11 @@
730
818
  <span class="method-parameter is-pulled-right">
731
819
  <label>类型:</label>
732
820
 
733
- <span class="param-type">Array</span>
821
+ <span class="param-type">
822
+
823
+ Array
824
+
825
+ </span>
734
826
 
735
827
 
736
828
 
@@ -801,7 +893,11 @@
801
893
  <span class="method-parameter is-pulled-right">
802
894
  <label>类型:</label>
803
895
 
804
- <span class="param-type">String</span>
896
+ <span class="param-type">
897
+
898
+ String
899
+
900
+ </span>
805
901
 
806
902
 
807
903
 
@@ -872,7 +968,11 @@
872
968
  <span class="method-parameter is-pulled-right">
873
969
  <label>类型:</label>
874
970
 
875
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
971
+ <span class="param-type">
972
+
973
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
974
+
975
+ </span>
876
976
 
877
977
 
878
978
 
@@ -947,7 +1047,11 @@
947
1047
  <span class="method-parameter is-pulled-right">
948
1048
  <label>类型:</label>
949
1049
 
950
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
1050
+ <span class="param-type">
1051
+
1052
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
1053
+
1054
+ </span>
951
1055
 
952
1056
 
953
1057
 
@@ -1018,7 +1122,11 @@
1018
1122
  <span class="method-parameter is-pulled-right">
1019
1123
  <label>类型:</label>
1020
1124
 
1021
- <span class="param-type">Number</span>
1125
+ <span class="param-type">
1126
+
1127
+ Number
1128
+
1129
+ </span>
1022
1130
 
1023
1131
 
1024
1132
 
@@ -1089,7 +1197,11 @@
1089
1197
  <span class="method-parameter is-pulled-right">
1090
1198
  <label>类型:</label>
1091
1199
 
1092
- <span class="param-type">Number</span>
1200
+ <span class="param-type">
1201
+
1202
+ Number
1203
+
1204
+ </span>
1093
1205
 
1094
1206
 
1095
1207
 
@@ -1160,7 +1272,11 @@
1160
1272
  <span class="method-parameter is-pulled-right">
1161
1273
  <label>类型:</label>
1162
1274
 
1163
- <span class="param-type">Number</span>
1275
+ <span class="param-type">
1276
+
1277
+ Number
1278
+
1279
+ </span>
1164
1280
 
1165
1281
 
1166
1282
 
@@ -1231,7 +1347,11 @@
1231
1347
  <span class="method-parameter is-pulled-right">
1232
1348
  <label>类型:</label>
1233
1349
 
1234
- <span class="param-type">Number</span>
1350
+ <span class="param-type">
1351
+
1352
+ Number
1353
+
1354
+ </span>
1235
1355
 
1236
1356
 
1237
1357
 
@@ -1302,7 +1422,11 @@
1302
1422
  <span class="method-parameter is-pulled-right">
1303
1423
  <label>类型:</label>
1304
1424
 
1305
- <span class="param-type">Object</span>
1425
+ <span class="param-type">
1426
+
1427
+ Object
1428
+
1429
+ </span>
1306
1430
 
1307
1431
 
1308
1432
 
@@ -1373,7 +1497,11 @@
1373
1497
  <span class="method-parameter is-pulled-right">
1374
1498
  <label>类型:</label>
1375
1499
 
1376
- <span class="param-type">Number</span>
1500
+ <span class="param-type">
1501
+
1502
+ Number
1503
+
1504
+ </span>
1377
1505
 
1378
1506
 
1379
1507
 
@@ -1444,7 +1572,11 @@
1444
1572
  <span class="method-parameter is-pulled-right">
1445
1573
  <label>类型:</label>
1446
1574
 
1447
- <span class="param-type">Number</span>
1575
+ <span class="param-type">
1576
+
1577
+ Number
1578
+
1579
+ </span>
1448
1580
 
1449
1581
 
1450
1582
 
@@ -1515,7 +1647,11 @@
1515
1647
  <span class="method-parameter is-pulled-right">
1516
1648
  <label>类型:</label>
1517
1649
 
1518
- <span class="param-type">Boolean</span>
1650
+ <span class="param-type">
1651
+
1652
+ Boolean
1653
+
1654
+ </span>
1519
1655
 
1520
1656
 
1521
1657
 
@@ -1590,7 +1726,11 @@
1590
1726
  <span class="method-parameter is-pulled-right">
1591
1727
  <label>类型:</label>
1592
1728
 
1593
- <span class="param-type">Number</span>
1729
+ <span class="param-type">
1730
+
1731
+ Number
1732
+
1733
+ </span>
1594
1734
 
1595
1735
 
1596
1736
 
@@ -1682,10 +1822,18 @@
1682
1822
  <code>
1683
1823
 
1684
1824
 
1685
- <span class="param-type">Object</span>
1825
+ <span class="param-type">
1826
+
1827
+ Object
1828
+
1829
+ </span>
1686
1830
  |
1687
1831
 
1688
- <span class="param-type">null</span>
1832
+ <span class="param-type">
1833
+
1834
+ null
1835
+
1836
+ </span>
1689
1837
 
1690
1838
 
1691
1839
 
@@ -1701,7 +1849,11 @@
1701
1849
  <code>
1702
1850
 
1703
1851
 
1704
- <span class="param-type">Object</span>
1852
+ <span class="param-type">
1853
+
1854
+ Object
1855
+
1856
+ </span>
1705
1857
 
1706
1858
 
1707
1859
 
@@ -1717,7 +1869,11 @@
1717
1869
  <code>
1718
1870
 
1719
1871
 
1720
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1872
+ <span class="param-type">
1873
+
1874
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
1875
+
1876
+ </span>
1721
1877
 
1722
1878
 
1723
1879
 
@@ -1743,7 +1899,11 @@
1743
1899
  <code>
1744
1900
 
1745
1901
 
1746
- <span class="param-type">Object</span>
1902
+ <span class="param-type">
1903
+
1904
+ Object
1905
+
1906
+ </span>
1747
1907
 
1748
1908
 
1749
1909
 
@@ -1811,16 +1971,24 @@
1811
1971
 
1812
1972
  <tr class="deep-level-0">
1813
1973
 
1814
- <td class="name" id="layer"><code>layer</code></td>
1974
+ <td class="name"><code>layer</code></td>
1815
1975
 
1816
1976
 
1817
1977
  <td class="type">
1818
1978
 
1819
1979
 
1820
- <span class="param-type">Object</span>
1980
+ <span class="param-type">
1981
+
1982
+ Object
1983
+
1984
+ </span>
1821
1985
  |
1822
1986
 
1823
- <span class="param-type">String</span>
1987
+ <span class="param-type">
1988
+
1989
+ String
1990
+
1991
+ </span>
1824
1992
 
1825
1993
 
1826
1994
 
@@ -1909,10 +2077,18 @@
1909
2077
  <div class='column is-5 has-text-left'>
1910
2078
  <label>类型: </label>
1911
2079
 
1912
- <span class="param-type">Object</span>
2080
+ <span class="param-type">
2081
+
2082
+ Object
2083
+
2084
+ </span>
1913
2085
  |
1914
2086
 
1915
- <span class="param-type">null</span>
2087
+ <span class="param-type">
2088
+
2089
+ null
2090
+
2091
+ </span>
1916
2092
 
1917
2093
 
1918
2094
 
@@ -2050,7 +2226,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2050
2226
  <div class='column is-5 has-text-left'>
2051
2227
  <label>类型: </label>
2052
2228
 
2053
- <span class="param-type">Object</span>
2229
+ <span class="param-type">
2230
+
2231
+ Object
2232
+
2233
+ </span>
2054
2234
 
2055
2235
 
2056
2236
 
@@ -2122,13 +2302,17 @@ igsSceneLayer.on("layerview-created", function (result) {
2122
2302
 
2123
2303
  <tr class="deep-level-0">
2124
2304
 
2125
- <td class="name" id="layerId"><code>layerId</code></td>
2305
+ <td class="name"><code>layerId</code></td>
2126
2306
 
2127
2307
 
2128
2308
  <td class="type">
2129
2309
 
2130
2310
 
2131
- <span class="param-type">String</span>
2311
+ <span class="param-type">
2312
+
2313
+ String
2314
+
2315
+ </span>
2132
2316
 
2133
2317
 
2134
2318
 
@@ -2217,7 +2401,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2217
2401
  <div class='column is-5 has-text-left'>
2218
2402
  <label>类型: </label>
2219
2403
 
2220
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2404
+ <span class="param-type">
2405
+
2406
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2407
+
2408
+ </span>
2221
2409
 
2222
2410
 
2223
2411
 
@@ -2289,13 +2477,17 @@ igsSceneLayer.on("layerview-created", function (result) {
2289
2477
 
2290
2478
  <tr class="deep-level-0">
2291
2479
 
2292
- <td class="name" id="map"><code>map</code></td>
2480
+ <td class="name"><code>map</code></td>
2293
2481
 
2294
2482
 
2295
2483
  <td class="type">
2296
2484
 
2297
2485
 
2298
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2486
+ <span class="param-type">
2487
+
2488
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
2489
+
2490
+ </span>
2299
2491
 
2300
2492
 
2301
2493
 
@@ -2475,7 +2667,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2475
2667
  <div class='column is-5 has-text-left'>
2476
2668
  <label>类型: </label>
2477
2669
 
2478
- <span class="param-type">Object</span>
2670
+ <span class="param-type">
2671
+
2672
+ Object
2673
+
2674
+ </span>
2479
2675
 
2480
2676
 
2481
2677
 
@@ -2515,77 +2711,77 @@ igsSceneLayer.on("layerview-created", function (result) {
2515
2711
  <tbody>
2516
2712
 
2517
2713
  <tr class="deep-level-0">
2518
- <td class="name"><code><a href="BaseView.html#地图大小变化事件">地图大小变化事件</a></code></td>
2714
+ <td class="name"><code><a href="#地图大小变化事件">地图大小变化事件</a></code></td>
2519
2715
  <td class="name"><code>地图大小变化事件</code></td>
2520
2716
  </tr>
2521
2717
 
2522
2718
  <tr class="deep-level-0">
2523
- <td class="name"><code><a href="BaseView.html#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
2719
+ <td class="name"><code><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
2524
2720
  <td class="name"><code>地图视图加载完毕事件</code></td>
2525
2721
  </tr>
2526
2722
 
2527
2723
  <tr class="deep-level-0">
2528
- <td class="name"><code><a href="BaseView.html#地图视图改变事件">地图视图改变事件</a></code></td>
2724
+ <td class="name"><code><a href="#地图视图改变事件">地图视图改变事件</a></code></td>
2529
2725
  <td class="name"><code>地图视图改变事件</code></td>
2530
2726
  </tr>
2531
2727
 
2532
2728
  <tr class="deep-level-0">
2533
- <td class="name"><code><a href="BaseView.html#视图图层创建事件">视图图层创建事件</a></code></td>
2729
+ <td class="name"><code><a href="#视图图层创建事件">视图图层创建事件</a></code></td>
2534
2730
  <td class="name"><code>视图图层创建事件</code></td>
2535
2731
  </tr>
2536
2732
 
2537
2733
  <tr class="deep-level-0">
2538
- <td class="name"><code><a href="BaseView.html#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
2734
+ <td class="name"><code><a href="#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
2539
2735
  <td class="name"><code>视图图层创建错误事件</code></td>
2540
2736
  </tr>
2541
2737
 
2542
2738
  <tr class="deep-level-0">
2543
- <td class="name"><code><a href="BaseView.html#视图图层移除事件">视图图层移除事件</a></code></td>
2739
+ <td class="name"><code><a href="#视图图层移除事件">视图图层移除事件</a></code></td>
2544
2740
  <td class="name"><code>视图图层移除事件</code></td>
2545
2741
  </tr>
2546
2742
 
2547
2743
  <tr class="deep-level-0">
2548
- <td class="name"><code><a href="BaseView.html#键盘抬起事件">键盘抬起事件</a></code></td>
2744
+ <td class="name"><code><a href="#键盘抬起事件">键盘抬起事件</a></code></td>
2549
2745
  <td class="name"><code>键盘抬起事件</code></td>
2550
2746
  </tr>
2551
2747
 
2552
2748
  <tr class="deep-level-0">
2553
- <td class="name"><code><a href="BaseView.html#键盘按下事件">键盘按下事件</a></code></td>
2749
+ <td class="name"><code><a href="#键盘按下事件">键盘按下事件</a></code></td>
2554
2750
  <td class="name"><code>键盘按下事件</code></td>
2555
2751
  </tr>
2556
2752
 
2557
2753
  <tr class="deep-level-0">
2558
- <td class="name"><code><a href="BaseView.html#鼠标双击事件">鼠标双击事件</a></code></td>
2754
+ <td class="name"><code><a href="#鼠标双击事件">鼠标双击事件</a></code></td>
2559
2755
  <td class="name"><code>鼠标双击事件</code></td>
2560
2756
  </tr>
2561
2757
 
2562
2758
  <tr class="deep-level-0">
2563
- <td class="name"><code><a href="BaseView.html#鼠标抬起事件">鼠标抬起事件</a></code></td>
2759
+ <td class="name"><code><a href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
2564
2760
  <td class="name"><code>鼠标抬起事件</code></td>
2565
2761
  </tr>
2566
2762
 
2567
2763
  <tr class="deep-level-0">
2568
- <td class="name"><code><a href="BaseView.html#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
2764
+ <td class="name"><code><a href="#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
2569
2765
  <td class="name"><code>鼠标拖拽事件</code></td>
2570
2766
  </tr>
2571
2767
 
2572
2768
  <tr class="deep-level-0">
2573
- <td class="name"><code><a href="BaseView.html#鼠标按下事件">鼠标按下事件</a></code></td>
2769
+ <td class="name"><code><a href="#鼠标按下事件">鼠标按下事件</a></code></td>
2574
2770
  <td class="name"><code>鼠标按下事件</code></td>
2575
2771
  </tr>
2576
2772
 
2577
2773
  <tr class="deep-level-0">
2578
- <td class="name"><code><a href="BaseView.html#鼠标点击事件">鼠标点击事件</a></code></td>
2774
+ <td class="name"><code><a href="#鼠标点击事件">鼠标点击事件</a></code></td>
2579
2775
  <td class="name"><code>鼠标点击事件</code></td>
2580
2776
  </tr>
2581
2777
 
2582
2778
  <tr class="deep-level-0">
2583
- <td class="name"><code><a href="BaseView.html#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
2779
+ <td class="name"><code><a href="#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
2584
2780
  <td class="name"><code>鼠标点击立即响应事件</code></td>
2585
2781
  </tr>
2586
2782
 
2587
2783
  <tr class="deep-level-0">
2588
- <td class="name"><code><a href="BaseView.html#鼠标移动事件">鼠标移动事件</a></code></td>
2784
+ <td class="name"><code><a href="#鼠标移动事件">鼠标移动事件</a></code></td>
2589
2785
  <td class="name"><code>鼠标移动事件</code></td>
2590
2786
  </tr>
2591
2787
 
@@ -2661,7 +2857,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2661
2857
  <td class="type">
2662
2858
 
2663
2859
 
2664
- <span class="param-type">Object</span>
2860
+ <span class="param-type">
2861
+
2862
+ Object
2863
+
2864
+ </span>
2665
2865
 
2666
2866
 
2667
2867
 
@@ -2695,7 +2895,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2695
2895
  <td class="type">
2696
2896
 
2697
2897
 
2698
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2898
+ <span class="param-type">
2899
+
2900
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
2901
+
2902
+ </span>
2699
2903
 
2700
2904
 
2701
2905
 
@@ -2733,7 +2937,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2733
2937
  <td class="type">
2734
2938
 
2735
2939
 
2736
- <span class="param-type">Number</span>
2940
+ <span class="param-type">
2941
+
2942
+ Number
2943
+
2944
+ </span>
2737
2945
 
2738
2946
 
2739
2947
 
@@ -2769,7 +2977,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2769
2977
  <td class="type">
2770
2978
 
2771
2979
 
2772
- <span class="param-type">Number</span>
2980
+ <span class="param-type">
2981
+
2982
+ Number
2983
+
2984
+ </span>
2773
2985
 
2774
2986
 
2775
2987
 
@@ -2805,7 +3017,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2805
3017
  <td class="type">
2806
3018
 
2807
3019
 
2808
- <span class="param-type">Number</span>
3020
+ <span class="param-type">
3021
+
3022
+ Number
3023
+
3024
+ </span>
2809
3025
 
2810
3026
 
2811
3027
 
@@ -2841,7 +3057,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2841
3057
  <td class="type">
2842
3058
 
2843
3059
 
2844
- <span class="param-type">Number</span>
3060
+ <span class="param-type">
3061
+
3062
+ Number
3063
+
3064
+ </span>
2845
3065
 
2846
3066
 
2847
3067
 
@@ -2877,7 +3097,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2877
3097
  <td class="type">
2878
3098
 
2879
3099
 
2880
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3100
+ <span class="param-type">
3101
+
3102
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3103
+
3104
+ </span>
2881
3105
 
2882
3106
 
2883
3107
 
@@ -2913,7 +3137,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2913
3137
  <td class="type">
2914
3138
 
2915
3139
 
2916
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3140
+ <span class="param-type">
3141
+
3142
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
3143
+
3144
+ </span>
2917
3145
 
2918
3146
 
2919
3147
 
@@ -2949,7 +3177,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2949
3177
  <td class="type">
2950
3178
 
2951
3179
 
2952
- <span class="param-type">Object</span>
3180
+ <span class="param-type">
3181
+
3182
+ Object
3183
+
3184
+ </span>
2953
3185
 
2954
3186
 
2955
3187
 
@@ -3116,7 +3348,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3116
3348
  <td class="type">
3117
3349
 
3118
3350
 
3119
- <span class="param-type">Object</span>
3351
+ <span class="param-type">
3352
+
3353
+ Object
3354
+
3355
+ </span>
3120
3356
 
3121
3357
 
3122
3358
 
@@ -3273,7 +3509,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3273
3509
  <td class="type">
3274
3510
 
3275
3511
 
3276
- <span class="param-type">Object</span>
3512
+ <span class="param-type">
3513
+
3514
+ Object
3515
+
3516
+ </span>
3277
3517
 
3278
3518
 
3279
3519
 
@@ -3307,7 +3547,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3307
3547
  <td class="type">
3308
3548
 
3309
3549
 
3310
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3550
+ <span class="param-type">
3551
+
3552
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
3553
+
3554
+ </span>
3311
3555
 
3312
3556
 
3313
3557
 
@@ -3345,7 +3589,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3345
3589
  <td class="type">
3346
3590
 
3347
3591
 
3348
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3592
+ <span class="param-type">
3593
+
3594
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3595
+
3596
+ </span>
3349
3597
 
3350
3598
 
3351
3599
 
@@ -3381,7 +3629,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3381
3629
  <td class="type">
3382
3630
 
3383
3631
 
3384
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3632
+ <span class="param-type">
3633
+
3634
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3635
+
3636
+ </span>
3385
3637
 
3386
3638
 
3387
3639
 
@@ -3417,7 +3669,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3417
3669
  <td class="type">
3418
3670
 
3419
3671
 
3420
- <span class="param-type">Number</span>
3672
+ <span class="param-type">
3673
+
3674
+ Number
3675
+
3676
+ </span>
3421
3677
 
3422
3678
 
3423
3679
 
@@ -3453,7 +3709,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3453
3709
  <td class="type">
3454
3710
 
3455
3711
 
3456
- <span class="param-type">Number</span>
3712
+ <span class="param-type">
3713
+
3714
+ Number
3715
+
3716
+ </span>
3457
3717
 
3458
3718
 
3459
3719
 
@@ -3489,7 +3749,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3489
3749
  <td class="type">
3490
3750
 
3491
3751
 
3492
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3752
+ <span class="param-type">
3753
+
3754
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3755
+
3756
+ </span>
3493
3757
 
3494
3758
 
3495
3759
 
@@ -3660,7 +3924,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3660
3924
  <td class="type">
3661
3925
 
3662
3926
 
3663
- <span class="param-type">Object</span>
3927
+ <span class="param-type">
3928
+
3929
+ Object
3930
+
3931
+ </span>
3664
3932
 
3665
3933
 
3666
3934
 
@@ -3694,7 +3962,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3694
3962
  <td class="type">
3695
3963
 
3696
3964
 
3697
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3965
+ <span class="param-type">
3966
+
3967
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
3968
+
3969
+ </span>
3698
3970
 
3699
3971
 
3700
3972
 
@@ -3732,7 +4004,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3732
4004
  <td class="type">
3733
4005
 
3734
4006
 
3735
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4007
+ <span class="param-type">
4008
+
4009
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4010
+
4011
+ </span>
3736
4012
 
3737
4013
 
3738
4014
 
@@ -3768,7 +4044,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3768
4044
  <td class="type">
3769
4045
 
3770
4046
 
3771
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4047
+ <span class="param-type">
4048
+
4049
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
4050
+
4051
+ </span>
3772
4052
 
3773
4053
 
3774
4054
 
@@ -3804,7 +4084,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3804
4084
  <td class="type">
3805
4085
 
3806
4086
 
3807
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4087
+ <span class="param-type">
4088
+
4089
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
4090
+
4091
+ </span>
3808
4092
 
3809
4093
 
3810
4094
 
@@ -3975,7 +4259,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3975
4259
  <td class="type">
3976
4260
 
3977
4261
 
3978
- <span class="param-type">Object</span>
4262
+ <span class="param-type">
4263
+
4264
+ Object
4265
+
4266
+ </span>
3979
4267
 
3980
4268
 
3981
4269
 
@@ -4009,7 +4297,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4009
4297
  <td class="type">
4010
4298
 
4011
4299
 
4012
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4300
+ <span class="param-type">
4301
+
4302
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
4303
+
4304
+ </span>
4013
4305
 
4014
4306
 
4015
4307
 
@@ -4047,7 +4339,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4047
4339
  <td class="type">
4048
4340
 
4049
4341
 
4050
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4342
+ <span class="param-type">
4343
+
4344
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4345
+
4346
+ </span>
4051
4347
 
4052
4348
 
4053
4349
 
@@ -4083,7 +4379,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4083
4379
  <td class="type">
4084
4380
 
4085
4381
 
4086
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4382
+ <span class="param-type">
4383
+
4384
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
4385
+
4386
+ </span>
4087
4387
 
4088
4388
 
4089
4389
 
@@ -4119,7 +4419,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4119
4419
  <td class="type">
4120
4420
 
4121
4421
 
4122
- <span class="param-type">String</span>
4422
+ <span class="param-type">
4423
+
4424
+ String
4425
+
4426
+ </span>
4123
4427
 
4124
4428
 
4125
4429
 
@@ -4290,7 +4594,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4290
4594
  <td class="type">
4291
4595
 
4292
4596
 
4293
- <span class="param-type">Object</span>
4597
+ <span class="param-type">
4598
+
4599
+ Object
4600
+
4601
+ </span>
4294
4602
 
4295
4603
 
4296
4604
 
@@ -4324,7 +4632,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4324
4632
  <td class="type">
4325
4633
 
4326
4634
 
4327
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4635
+ <span class="param-type">
4636
+
4637
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
4638
+
4639
+ </span>
4328
4640
 
4329
4641
 
4330
4642
 
@@ -4362,7 +4674,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4362
4674
  <td class="type">
4363
4675
 
4364
4676
 
4365
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4677
+ <span class="param-type">
4678
+
4679
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4680
+
4681
+ </span>
4366
4682
 
4367
4683
 
4368
4684
 
@@ -4398,7 +4714,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4398
4714
  <td class="type">
4399
4715
 
4400
4716
 
4401
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4717
+ <span class="param-type">
4718
+
4719
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
4720
+
4721
+ </span>
4402
4722
 
4403
4723
 
4404
4724
 
@@ -4434,7 +4754,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4434
4754
  <td class="type">
4435
4755
 
4436
4756
 
4437
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4757
+ <span class="param-type">
4758
+
4759
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
4760
+
4761
+ </span>
4438
4762
 
4439
4763
 
4440
4764
 
@@ -4605,7 +4929,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4605
4929
  <td class="type">
4606
4930
 
4607
4931
 
4608
- <span class="param-type">Object</span>
4932
+ <span class="param-type">
4933
+
4934
+ Object
4935
+
4936
+ </span>
4609
4937
 
4610
4938
 
4611
4939
 
@@ -4639,7 +4967,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4639
4967
  <td class="type">
4640
4968
 
4641
4969
 
4642
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4970
+ <span class="param-type">
4971
+
4972
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
4973
+
4974
+ </span>
4643
4975
 
4644
4976
 
4645
4977
 
@@ -4677,7 +5009,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4677
5009
  <td class="type">
4678
5010
 
4679
5011
 
4680
- <span class="param-type">String</span>
5012
+ <span class="param-type">
5013
+
5014
+ String
5015
+
5016
+ </span>
4681
5017
 
4682
5018
 
4683
5019
 
@@ -4713,7 +5049,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4713
5049
  <td class="type">
4714
5050
 
4715
5051
 
4716
- <span class="param-type">Number</span>
5052
+ <span class="param-type">
5053
+
5054
+ Number
5055
+
5056
+ </span>
4717
5057
 
4718
5058
 
4719
5059
 
@@ -4749,7 +5089,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4749
5089
  <td class="type">
4750
5090
 
4751
5091
 
4752
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5092
+ <span class="param-type">
5093
+
5094
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
5095
+
5096
+ </span>
4753
5097
 
4754
5098
 
4755
5099
 
@@ -4785,7 +5129,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4785
5129
  <td class="type">
4786
5130
 
4787
5131
 
4788
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5132
+ <span class="param-type">
5133
+
5134
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5135
+
5136
+ </span>
4789
5137
 
4790
5138
 
4791
5139
 
@@ -4821,7 +5169,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4821
5169
  <td class="type">
4822
5170
 
4823
5171
 
4824
- <span class="param-type">Object</span>
5172
+ <span class="param-type">
5173
+
5174
+ Object
5175
+
5176
+ </span>
4825
5177
 
4826
5178
 
4827
5179
 
@@ -4992,7 +5344,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4992
5344
  <td class="type">
4993
5345
 
4994
5346
 
4995
- <span class="param-type">Object</span>
5347
+ <span class="param-type">
5348
+
5349
+ Object
5350
+
5351
+ </span>
4996
5352
 
4997
5353
 
4998
5354
 
@@ -5026,7 +5382,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5026
5382
  <td class="type">
5027
5383
 
5028
5384
 
5029
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5385
+ <span class="param-type">
5386
+
5387
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
5388
+
5389
+ </span>
5030
5390
 
5031
5391
 
5032
5392
 
@@ -5064,7 +5424,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5064
5424
  <td class="type">
5065
5425
 
5066
5426
 
5067
- <span class="param-type">String</span>
5427
+ <span class="param-type">
5428
+
5429
+ String
5430
+
5431
+ </span>
5068
5432
 
5069
5433
 
5070
5434
 
@@ -5100,7 +5464,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5100
5464
  <td class="type">
5101
5465
 
5102
5466
 
5103
- <span class="param-type">Number</span>
5467
+ <span class="param-type">
5468
+
5469
+ Number
5470
+
5471
+ </span>
5104
5472
 
5105
5473
 
5106
5474
 
@@ -5136,7 +5504,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5136
5504
  <td class="type">
5137
5505
 
5138
5506
 
5139
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5507
+ <span class="param-type">
5508
+
5509
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
5510
+
5511
+ </span>
5140
5512
 
5141
5513
 
5142
5514
 
@@ -5172,7 +5544,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5172
5544
  <td class="type">
5173
5545
 
5174
5546
 
5175
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5547
+ <span class="param-type">
5548
+
5549
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5550
+
5551
+ </span>
5176
5552
 
5177
5553
 
5178
5554
 
@@ -5208,7 +5584,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5208
5584
  <td class="type">
5209
5585
 
5210
5586
 
5211
- <span class="param-type">Object</span>
5587
+ <span class="param-type">
5588
+
5589
+ Object
5590
+
5591
+ </span>
5212
5592
 
5213
5593
 
5214
5594
 
@@ -5379,7 +5759,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5379
5759
  <td class="type">
5380
5760
 
5381
5761
 
5382
- <span class="param-type">Object</span>
5762
+ <span class="param-type">
5763
+
5764
+ Object
5765
+
5766
+ </span>
5383
5767
 
5384
5768
 
5385
5769
 
@@ -5413,7 +5797,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5413
5797
  <td class="type">
5414
5798
 
5415
5799
 
5416
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5800
+ <span class="param-type">
5801
+
5802
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
5803
+
5804
+ </span>
5417
5805
 
5418
5806
 
5419
5807
 
@@ -5451,7 +5839,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5451
5839
  <td class="type">
5452
5840
 
5453
5841
 
5454
- <span class="param-type">Object</span>
5842
+ <span class="param-type">
5843
+
5844
+ Object
5845
+
5846
+ </span>
5455
5847
 
5456
5848
 
5457
5849
 
@@ -5487,7 +5879,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5487
5879
  <td class="type">
5488
5880
 
5489
5881
 
5490
- <span class="param-type">Object</span>
5882
+ <span class="param-type">
5883
+
5884
+ Object
5885
+
5886
+ </span>
5491
5887
 
5492
5888
 
5493
5889
 
@@ -5523,7 +5919,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5523
5919
  <td class="type">
5524
5920
 
5525
5921
 
5526
- <span class="param-type">Object</span>
5922
+ <span class="param-type">
5923
+
5924
+ Object
5925
+
5926
+ </span>
5527
5927
 
5528
5928
 
5529
5929
 
@@ -5559,7 +5959,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5559
5959
  <td class="type">
5560
5960
 
5561
5961
 
5562
- <span class="param-type">Object</span>
5962
+ <span class="param-type">
5963
+
5964
+ Object
5965
+
5966
+ </span>
5563
5967
 
5564
5968
 
5565
5969
 
@@ -5595,7 +5999,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5595
5999
  <td class="type">
5596
6000
 
5597
6001
 
5598
- <span class="param-type">Object</span>
6002
+ <span class="param-type">
6003
+
6004
+ Object
6005
+
6006
+ </span>
5599
6007
 
5600
6008
 
5601
6009
 
@@ -5631,7 +6039,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5631
6039
  <td class="type">
5632
6040
 
5633
6041
 
5634
- <span class="param-type">Object</span>
6042
+ <span class="param-type">
6043
+
6044
+ Object
6045
+
6046
+ </span>
5635
6047
 
5636
6048
 
5637
6049
 
@@ -5667,7 +6079,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5667
6079
  <td class="type">
5668
6080
 
5669
6081
 
5670
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6082
+ <span class="param-type">
6083
+
6084
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
6085
+
6086
+ </span>
5671
6087
 
5672
6088
 
5673
6089
 
@@ -5703,7 +6119,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5703
6119
  <td class="type">
5704
6120
 
5705
6121
 
5706
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6122
+ <span class="param-type">
6123
+
6124
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6125
+
6126
+ </span>
5707
6127
 
5708
6128
 
5709
6129
 
@@ -5739,7 +6159,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5739
6159
  <td class="type">
5740
6160
 
5741
6161
 
5742
- <span class="param-type">Object</span>
6162
+ <span class="param-type">
6163
+
6164
+ Object
6165
+
6166
+ </span>
5743
6167
 
5744
6168
 
5745
6169
 
@@ -5910,7 +6334,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5910
6334
  <td class="type">
5911
6335
 
5912
6336
 
5913
- <span class="param-type">Object</span>
6337
+ <span class="param-type">
6338
+
6339
+ Object
6340
+
6341
+ </span>
5914
6342
 
5915
6343
 
5916
6344
 
@@ -5944,7 +6372,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5944
6372
  <td class="type">
5945
6373
 
5946
6374
 
5947
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6375
+ <span class="param-type">
6376
+
6377
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6378
+
6379
+ </span>
5948
6380
 
5949
6381
 
5950
6382
 
@@ -5982,7 +6414,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5982
6414
  <td class="type">
5983
6415
 
5984
6416
 
5985
- <span class="param-type">Object</span>
6417
+ <span class="param-type">
6418
+
6419
+ Object
6420
+
6421
+ </span>
5986
6422
 
5987
6423
 
5988
6424
 
@@ -6018,7 +6454,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6018
6454
  <td class="type">
6019
6455
 
6020
6456
 
6021
- <span class="param-type">Object</span>
6457
+ <span class="param-type">
6458
+
6459
+ Object
6460
+
6461
+ </span>
6022
6462
 
6023
6463
 
6024
6464
 
@@ -6054,7 +6494,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6054
6494
  <td class="type">
6055
6495
 
6056
6496
 
6057
- <span class="param-type">Object</span>
6497
+ <span class="param-type">
6498
+
6499
+ Object
6500
+
6501
+ </span>
6058
6502
 
6059
6503
 
6060
6504
 
@@ -6090,7 +6534,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6090
6534
  <td class="type">
6091
6535
 
6092
6536
 
6093
- <span class="param-type">Object</span>
6537
+ <span class="param-type">
6538
+
6539
+ Object
6540
+
6541
+ </span>
6094
6542
 
6095
6543
 
6096
6544
 
@@ -6126,7 +6574,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6126
6574
  <td class="type">
6127
6575
 
6128
6576
 
6129
- <span class="param-type">Object</span>
6577
+ <span class="param-type">
6578
+
6579
+ Object
6580
+
6581
+ </span>
6130
6582
 
6131
6583
 
6132
6584
 
@@ -6162,7 +6614,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6162
6614
  <td class="type">
6163
6615
 
6164
6616
 
6165
- <span class="param-type">Object</span>
6617
+ <span class="param-type">
6618
+
6619
+ Object
6620
+
6621
+ </span>
6166
6622
 
6167
6623
 
6168
6624
 
@@ -6198,7 +6654,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6198
6654
  <td class="type">
6199
6655
 
6200
6656
 
6201
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6657
+ <span class="param-type">
6658
+
6659
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
6660
+
6661
+ </span>
6202
6662
 
6203
6663
 
6204
6664
 
@@ -6234,7 +6694,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6234
6694
  <td class="type">
6235
6695
 
6236
6696
 
6237
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6697
+ <span class="param-type">
6698
+
6699
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6700
+
6701
+ </span>
6238
6702
 
6239
6703
 
6240
6704
 
@@ -6270,7 +6734,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6270
6734
  <td class="type">
6271
6735
 
6272
6736
 
6273
- <span class="param-type">Object</span>
6737
+ <span class="param-type">
6738
+
6739
+ Object
6740
+
6741
+ </span>
6274
6742
 
6275
6743
 
6276
6744
 
@@ -6441,7 +6909,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6441
6909
  <td class="type">
6442
6910
 
6443
6911
 
6444
- <span class="param-type">Object</span>
6912
+ <span class="param-type">
6913
+
6914
+ Object
6915
+
6916
+ </span>
6445
6917
 
6446
6918
 
6447
6919
 
@@ -6475,7 +6947,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6475
6947
  <td class="type">
6476
6948
 
6477
6949
 
6478
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6950
+ <span class="param-type">
6951
+
6952
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6953
+
6954
+ </span>
6479
6955
 
6480
6956
 
6481
6957
 
@@ -6513,7 +6989,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6513
6989
  <td class="type">
6514
6990
 
6515
6991
 
6516
- <span class="param-type">Object</span>
6992
+ <span class="param-type">
6993
+
6994
+ Object
6995
+
6996
+ </span>
6517
6997
 
6518
6998
 
6519
6999
 
@@ -6549,7 +7029,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6549
7029
  <td class="type">
6550
7030
 
6551
7031
 
6552
- <span class="param-type">Object</span>
7032
+ <span class="param-type">
7033
+
7034
+ Object
7035
+
7036
+ </span>
6553
7037
 
6554
7038
 
6555
7039
 
@@ -6585,7 +7069,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6585
7069
  <td class="type">
6586
7070
 
6587
7071
 
6588
- <span class="param-type">Number</span>
7072
+ <span class="param-type">
7073
+
7074
+ Number
7075
+
7076
+ </span>
6589
7077
 
6590
7078
 
6591
7079
 
@@ -6621,7 +7109,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6621
7109
  <td class="type">
6622
7110
 
6623
7111
 
6624
- <span class="param-type">Number</span>
7112
+ <span class="param-type">
7113
+
7114
+ Number
7115
+
7116
+ </span>
6625
7117
 
6626
7118
 
6627
7119
 
@@ -6657,7 +7149,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6657
7149
  <td class="type">
6658
7150
 
6659
7151
 
6660
- <span class="param-type">Boolean</span>
7152
+ <span class="param-type">
7153
+
7154
+ Boolean
7155
+
7156
+ </span>
6661
7157
 
6662
7158
 
6663
7159
 
@@ -6693,7 +7189,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6693
7189
  <td class="type">
6694
7190
 
6695
7191
 
6696
- <span class="param-type">Object</span>
7192
+ <span class="param-type">
7193
+
7194
+ Object
7195
+
7196
+ </span>
6697
7197
 
6698
7198
 
6699
7199
 
@@ -6729,7 +7229,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6729
7229
  <td class="type">
6730
7230
 
6731
7231
 
6732
- <span class="param-type">function</span>
7232
+ <span class="param-type">
7233
+
7234
+ function
7235
+
7236
+ </span>
6733
7237
 
6734
7238
 
6735
7239
 
@@ -6765,7 +7269,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6765
7269
  <td class="type">
6766
7270
 
6767
7271
 
6768
- <span class="param-type">Object</span>
7272
+ <span class="param-type">
7273
+
7274
+ Object
7275
+
7276
+ </span>
6769
7277
 
6770
7278
 
6771
7279
 
@@ -6801,7 +7309,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6801
7309
  <td class="type">
6802
7310
 
6803
7311
 
6804
- <span class="param-type">Object</span>
7312
+ <span class="param-type">
7313
+
7314
+ Object
7315
+
7316
+ </span>
6805
7317
 
6806
7318
 
6807
7319
 
@@ -6837,7 +7349,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6837
7349
  <td class="type">
6838
7350
 
6839
7351
 
6840
- <span class="param-type">String</span>
7352
+ <span class="param-type">
7353
+
7354
+ String
7355
+
7356
+ </span>
6841
7357
 
6842
7358
 
6843
7359
 
@@ -6873,7 +7389,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6873
7389
  <td class="type">
6874
7390
 
6875
7391
 
6876
- <span class="param-type">String</span>
7392
+ <span class="param-type">
7393
+
7394
+ String
7395
+
7396
+ </span>
6877
7397
 
6878
7398
 
6879
7399
 
@@ -7044,7 +7564,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7044
7564
  <td class="type">
7045
7565
 
7046
7566
 
7047
- <span class="param-type">Object</span>
7567
+ <span class="param-type">
7568
+
7569
+ Object
7570
+
7571
+ </span>
7048
7572
 
7049
7573
 
7050
7574
 
@@ -7078,7 +7602,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7078
7602
  <td class="type">
7079
7603
 
7080
7604
 
7081
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7605
+ <span class="param-type">
7606
+
7607
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7608
+
7609
+ </span>
7082
7610
 
7083
7611
 
7084
7612
 
@@ -7116,7 +7644,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7116
7644
  <td class="type">
7117
7645
 
7118
7646
 
7119
- <span class="param-type">Object</span>
7647
+ <span class="param-type">
7648
+
7649
+ Object
7650
+
7651
+ </span>
7120
7652
 
7121
7653
 
7122
7654
 
@@ -7152,7 +7684,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7152
7684
  <td class="type">
7153
7685
 
7154
7686
 
7155
- <span class="param-type">Object</span>
7687
+ <span class="param-type">
7688
+
7689
+ Object
7690
+
7691
+ </span>
7156
7692
 
7157
7693
 
7158
7694
 
@@ -7188,7 +7724,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7188
7724
  <td class="type">
7189
7725
 
7190
7726
 
7191
- <span class="param-type">Object</span>
7727
+ <span class="param-type">
7728
+
7729
+ Object
7730
+
7731
+ </span>
7192
7732
 
7193
7733
 
7194
7734
 
@@ -7224,7 +7764,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7224
7764
  <td class="type">
7225
7765
 
7226
7766
 
7227
- <span class="param-type">Object</span>
7767
+ <span class="param-type">
7768
+
7769
+ Object
7770
+
7771
+ </span>
7228
7772
 
7229
7773
 
7230
7774
 
@@ -7260,7 +7804,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7260
7804
  <td class="type">
7261
7805
 
7262
7806
 
7263
- <span class="param-type">Object</span>
7807
+ <span class="param-type">
7808
+
7809
+ Object
7810
+
7811
+ </span>
7264
7812
 
7265
7813
 
7266
7814
 
@@ -7296,7 +7844,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7296
7844
  <td class="type">
7297
7845
 
7298
7846
 
7299
- <span class="param-type">Object</span>
7847
+ <span class="param-type">
7848
+
7849
+ Object
7850
+
7851
+ </span>
7300
7852
 
7301
7853
 
7302
7854
 
@@ -7332,7 +7884,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7332
7884
  <td class="type">
7333
7885
 
7334
7886
 
7335
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7887
+ <span class="param-type">
7888
+
7889
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
7890
+
7891
+ </span>
7336
7892
 
7337
7893
 
7338
7894
 
@@ -7368,7 +7924,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7368
7924
  <td class="type">
7369
7925
 
7370
7926
 
7371
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7927
+ <span class="param-type">
7928
+
7929
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7930
+
7931
+ </span>
7372
7932
 
7373
7933
 
7374
7934
 
@@ -7404,7 +7964,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7404
7964
  <td class="type">
7405
7965
 
7406
7966
 
7407
- <span class="param-type">Object</span>
7967
+ <span class="param-type">
7968
+
7969
+ Object
7970
+
7971
+ </span>
7408
7972
 
7409
7973
 
7410
7974
 
@@ -7575,7 +8139,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7575
8139
  <td class="type">
7576
8140
 
7577
8141
 
7578
- <span class="param-type">Object</span>
8142
+ <span class="param-type">
8143
+
8144
+ Object
8145
+
8146
+ </span>
7579
8147
 
7580
8148
 
7581
8149
 
@@ -7609,7 +8177,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7609
8177
  <td class="type">
7610
8178
 
7611
8179
 
7612
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8180
+ <span class="param-type">
8181
+
8182
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
8183
+
8184
+ </span>
7613
8185
 
7614
8186
 
7615
8187
 
@@ -7647,7 +8219,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7647
8219
  <td class="type">
7648
8220
 
7649
8221
 
7650
- <span class="param-type">Object</span>
8222
+ <span class="param-type">
8223
+
8224
+ Object
8225
+
8226
+ </span>
7651
8227
 
7652
8228
 
7653
8229
 
@@ -7683,7 +8259,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7683
8259
  <td class="type">
7684
8260
 
7685
8261
 
7686
- <span class="param-type">Object</span>
8262
+ <span class="param-type">
8263
+
8264
+ Object
8265
+
8266
+ </span>
7687
8267
 
7688
8268
 
7689
8269
 
@@ -7719,7 +8299,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7719
8299
  <td class="type">
7720
8300
 
7721
8301
 
7722
- <span class="param-type">Object</span>
8302
+ <span class="param-type">
8303
+
8304
+ Object
8305
+
8306
+ </span>
7723
8307
 
7724
8308
 
7725
8309
 
@@ -7755,7 +8339,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7755
8339
  <td class="type">
7756
8340
 
7757
8341
 
7758
- <span class="param-type">Number</span>
8342
+ <span class="param-type">
8343
+
8344
+ Number
8345
+
8346
+ </span>
7759
8347
 
7760
8348
 
7761
8349
 
@@ -7791,7 +8379,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7791
8379
  <td class="type">
7792
8380
 
7793
8381
 
7794
- <span class="param-type">Number</span>
8382
+ <span class="param-type">
8383
+
8384
+ Number
8385
+
8386
+ </span>
7795
8387
 
7796
8388
 
7797
8389
 
@@ -7827,7 +8419,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7827
8419
  <td class="type">
7828
8420
 
7829
8421
 
7830
- <span class="param-type">function</span>
8422
+ <span class="param-type">
8423
+
8424
+ function
8425
+
8426
+ </span>
7831
8427
 
7832
8428
 
7833
8429
 
@@ -7863,7 +8459,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7863
8459
  <td class="type">
7864
8460
 
7865
8461
 
7866
- <span class="param-type">Object</span>
8462
+ <span class="param-type">
8463
+
8464
+ Object
8465
+
8466
+ </span>
7867
8467
 
7868
8468
 
7869
8469
 
@@ -7899,7 +8499,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7899
8499
  <td class="type">
7900
8500
 
7901
8501
 
7902
- <span class="param-type">Object</span>
8502
+ <span class="param-type">
8503
+
8504
+ Object
8505
+
8506
+ </span>
7903
8507
 
7904
8508
 
7905
8509
 
@@ -7935,7 +8539,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7935
8539
  <td class="type">
7936
8540
 
7937
8541
 
7938
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8542
+ <span class="param-type">
8543
+
8544
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
8545
+
8546
+ </span>
7939
8547
 
7940
8548
 
7941
8549
 
@@ -7971,7 +8579,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7971
8579
  <td class="type">
7972
8580
 
7973
8581
 
7974
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8582
+ <span class="param-type">
8583
+
8584
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8585
+
8586
+ </span>
7975
8587
 
7976
8588
 
7977
8589
 
@@ -8142,7 +8754,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8142
8754
  <td class="type">
8143
8755
 
8144
8756
 
8145
- <span class="param-type">Object</span>
8757
+ <span class="param-type">
8758
+
8759
+ Object
8760
+
8761
+ </span>
8146
8762
 
8147
8763
 
8148
8764
 
@@ -8176,7 +8792,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8176
8792
  <td class="type">
8177
8793
 
8178
8794
 
8179
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8795
+ <span class="param-type">
8796
+
8797
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
8798
+
8799
+ </span>
8180
8800
 
8181
8801
 
8182
8802
 
@@ -8214,7 +8834,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8214
8834
  <td class="type">
8215
8835
 
8216
8836
 
8217
- <span class="param-type">Object</span>
8837
+ <span class="param-type">
8838
+
8839
+ Object
8840
+
8841
+ </span>
8218
8842
 
8219
8843
 
8220
8844
 
@@ -8250,7 +8874,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8250
8874
  <td class="type">
8251
8875
 
8252
8876
 
8253
- <span class="param-type">Object</span>
8877
+ <span class="param-type">
8878
+
8879
+ Object
8880
+
8881
+ </span>
8254
8882
 
8255
8883
 
8256
8884
 
@@ -8286,7 +8914,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8286
8914
  <td class="type">
8287
8915
 
8288
8916
 
8289
- <span class="param-type">Object</span>
8917
+ <span class="param-type">
8918
+
8919
+ Object
8920
+
8921
+ </span>
8290
8922
 
8291
8923
 
8292
8924
 
@@ -8322,7 +8954,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8322
8954
  <td class="type">
8323
8955
 
8324
8956
 
8325
- <span class="param-type">Number</span>
8957
+ <span class="param-type">
8958
+
8959
+ Number
8960
+
8961
+ </span>
8326
8962
 
8327
8963
 
8328
8964
 
@@ -8358,7 +8994,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8358
8994
  <td class="type">
8359
8995
 
8360
8996
 
8361
- <span class="param-type">Number</span>
8997
+ <span class="param-type">
8998
+
8999
+ Number
9000
+
9001
+ </span>
8362
9002
 
8363
9003
 
8364
9004
 
@@ -8394,7 +9034,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8394
9034
  <td class="type">
8395
9035
 
8396
9036
 
8397
- <span class="param-type">function</span>
9037
+ <span class="param-type">
9038
+
9039
+ function
9040
+
9041
+ </span>
8398
9042
 
8399
9043
 
8400
9044
 
@@ -8430,7 +9074,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8430
9074
  <td class="type">
8431
9075
 
8432
9076
 
8433
- <span class="param-type">Object</span>
9077
+ <span class="param-type">
9078
+
9079
+ Object
9080
+
9081
+ </span>
8434
9082
 
8435
9083
 
8436
9084
 
@@ -8466,7 +9114,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8466
9114
  <td class="type">
8467
9115
 
8468
9116
 
8469
- <span class="param-type">Object</span>
9117
+ <span class="param-type">
9118
+
9119
+ Object
9120
+
9121
+ </span>
8470
9122
 
8471
9123
 
8472
9124
 
@@ -8502,7 +9154,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8502
9154
  <td class="type">
8503
9155
 
8504
9156
 
8505
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9157
+ <span class="param-type">
9158
+
9159
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
9160
+
9161
+ </span>
8506
9162
 
8507
9163
 
8508
9164
 
@@ -8538,7 +9194,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8538
9194
  <td class="type">
8539
9195
 
8540
9196
 
8541
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9197
+ <span class="param-type">
9198
+
9199
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9200
+
9201
+ </span>
8542
9202
 
8543
9203
 
8544
9204
 
@@ -8709,7 +9369,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8709
9369
  <td class="type">
8710
9370
 
8711
9371
 
8712
- <span class="param-type">Object</span>
9372
+ <span class="param-type">
9373
+
9374
+ Object
9375
+
9376
+ </span>
8713
9377
 
8714
9378
 
8715
9379
 
@@ -8743,7 +9407,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8743
9407
  <td class="type">
8744
9408
 
8745
9409
 
8746
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
9410
+ <span class="param-type">
9411
+
9412
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
9413
+
9414
+ </span>
8747
9415
 
8748
9416
 
8749
9417
 
@@ -8781,7 +9449,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8781
9449
  <td class="type">
8782
9450
 
8783
9451
 
8784
- <span class="param-type">Object</span>
9452
+ <span class="param-type">
9453
+
9454
+ Object
9455
+
9456
+ </span>
8785
9457
 
8786
9458
 
8787
9459
 
@@ -8817,7 +9489,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8817
9489
  <td class="type">
8818
9490
 
8819
9491
 
8820
- <span class="param-type">Object</span>
9492
+ <span class="param-type">
9493
+
9494
+ Object
9495
+
9496
+ </span>
8821
9497
 
8822
9498
 
8823
9499
 
@@ -8853,7 +9529,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8853
9529
  <td class="type">
8854
9530
 
8855
9531
 
8856
- <span class="param-type">Object</span>
9532
+ <span class="param-type">
9533
+
9534
+ Object
9535
+
9536
+ </span>
8857
9537
 
8858
9538
 
8859
9539
 
@@ -8889,7 +9569,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8889
9569
  <td class="type">
8890
9570
 
8891
9571
 
8892
- <span class="param-type">Object</span>
9572
+ <span class="param-type">
9573
+
9574
+ Object
9575
+
9576
+ </span>
8893
9577
 
8894
9578
 
8895
9579
 
@@ -8925,7 +9609,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8925
9609
  <td class="type">
8926
9610
 
8927
9611
 
8928
- <span class="param-type">Object</span>
9612
+ <span class="param-type">
9613
+
9614
+ Object
9615
+
9616
+ </span>
8929
9617
 
8930
9618
 
8931
9619
 
@@ -8961,7 +9649,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8961
9649
  <td class="type">
8962
9650
 
8963
9651
 
8964
- <span class="param-type">Object</span>
9652
+ <span class="param-type">
9653
+
9654
+ Object
9655
+
9656
+ </span>
8965
9657
 
8966
9658
 
8967
9659
 
@@ -8997,7 +9689,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8997
9689
  <td class="type">
8998
9690
 
8999
9691
 
9000
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9692
+ <span class="param-type">
9693
+
9694
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
9695
+
9696
+ </span>
9001
9697
 
9002
9698
 
9003
9699
 
@@ -9033,7 +9729,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9033
9729
  <td class="type">
9034
9730
 
9035
9731
 
9036
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9732
+ <span class="param-type">
9733
+
9734
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9735
+
9736
+ </span>
9037
9737
 
9038
9738
 
9039
9739
 
@@ -9069,7 +9769,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9069
9769
  <td class="type">
9070
9770
 
9071
9771
 
9072
- <span class="param-type">Object</span>
9772
+ <span class="param-type">
9773
+
9774
+ Object
9775
+
9776
+ </span>
9073
9777
 
9074
9778
 
9075
9779