@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="mergeLevelRatio"><code>mergeLevelRatio</code></td>
107
+ <td class="name"><code>mergeLevelRatio</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">Number</span>
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -246,7 +254,11 @@
246
254
  <td class="name">
247
255
  <code>
248
256
 
249
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
257
+ <span class="param-type">
258
+
259
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
260
+
261
+ </span>
250
262
 
251
263
 
252
264
 
@@ -260,7 +272,11 @@
260
272
  <td class="name">
261
273
  <code>
262
274
 
263
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
275
+ <span class="param-type">
276
+
277
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
278
+
279
+ </span>
264
280
 
265
281
 
266
282
 
@@ -274,7 +290,11 @@
274
290
  <td class="name">
275
291
  <code>
276
292
 
277
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
293
+ <span class="param-type">
294
+
295
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
296
+
297
+ </span>
278
298
 
279
299
 
280
300
 
@@ -288,7 +308,11 @@
288
308
  <td class="name">
289
309
  <code>
290
310
 
291
- <span class="param-type">Array</span>
311
+ <span class="param-type">
312
+
313
+ Array
314
+
315
+ </span>
292
316
 
293
317
 
294
318
 
@@ -302,7 +326,11 @@
302
326
  <td class="name">
303
327
  <code>
304
328
 
305
- <span class="param-type">String</span>
329
+ <span class="param-type">
330
+
331
+ String
332
+
333
+ </span>
306
334
 
307
335
 
308
336
 
@@ -316,7 +344,11 @@
316
344
  <td class="name">
317
345
  <code>
318
346
 
319
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
347
+ <span class="param-type">
348
+
349
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
350
+
351
+ </span>
320
352
 
321
353
 
322
354
 
@@ -330,7 +362,11 @@
330
362
  <td class="name">
331
363
  <code>
332
364
 
333
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
365
+ <span class="param-type">
366
+
367
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
368
+
369
+ </span>
334
370
 
335
371
 
336
372
 
@@ -344,7 +380,11 @@
344
380
  <td class="name">
345
381
  <code>
346
382
 
347
- <span class="param-type">Number</span>
383
+ <span class="param-type">
384
+
385
+ Number
386
+
387
+ </span>
348
388
 
349
389
 
350
390
 
@@ -358,7 +398,11 @@
358
398
  <td class="name">
359
399
  <code>
360
400
 
361
- <span class="param-type">Number</span>
401
+ <span class="param-type">
402
+
403
+ Number
404
+
405
+ </span>
362
406
 
363
407
 
364
408
 
@@ -372,7 +416,11 @@
372
416
  <td class="name">
373
417
  <code>
374
418
 
375
- <span class="param-type">Number</span>
419
+ <span class="param-type">
420
+
421
+ Number
422
+
423
+ </span>
376
424
 
377
425
 
378
426
 
@@ -386,7 +434,11 @@
386
434
  <td class="name">
387
435
  <code>
388
436
 
389
- <span class="param-type">Number</span>
437
+ <span class="param-type">
438
+
439
+ Number
440
+
441
+ </span>
390
442
 
391
443
 
392
444
 
@@ -400,7 +452,11 @@
400
452
  <td class="name">
401
453
  <code>
402
454
 
403
- <span class="param-type">Number</span>
455
+ <span class="param-type">
456
+
457
+ Number
458
+
459
+ </span>
404
460
 
405
461
 
406
462
 
@@ -414,7 +470,11 @@
414
470
  <td class="name">
415
471
  <code>
416
472
 
417
- <span class="param-type">Object</span>
473
+ <span class="param-type">
474
+
475
+ Object
476
+
477
+ </span>
418
478
 
419
479
 
420
480
 
@@ -428,7 +488,11 @@
428
488
  <td class="name">
429
489
  <code>
430
490
 
431
- <span class="param-type">Number</span>
491
+ <span class="param-type">
492
+
493
+ Number
494
+
495
+ </span>
432
496
 
433
497
 
434
498
 
@@ -442,7 +506,11 @@
442
506
  <td class="name">
443
507
  <code>
444
508
 
445
- <span class="param-type">Number</span>
509
+ <span class="param-type">
510
+
511
+ Number
512
+
513
+ </span>
446
514
 
447
515
 
448
516
 
@@ -456,7 +524,11 @@
456
524
  <td class="name">
457
525
  <code>
458
526
 
459
- <span class="param-type">Boolean</span>
527
+ <span class="param-type">
528
+
529
+ Boolean
530
+
531
+ </span>
460
532
 
461
533
 
462
534
 
@@ -470,7 +542,11 @@
470
542
  <td class="name">
471
543
  <code>
472
544
 
473
- <span class="param-type">Number</span>
545
+ <span class="param-type">
546
+
547
+ Number
548
+
549
+ </span>
474
550
 
475
551
 
476
552
 
@@ -490,7 +566,11 @@
490
566
  <span class="method-parameter is-pulled-right">
491
567
  <label>类型:</label>
492
568
 
493
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
569
+ <span class="param-type">
570
+
571
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
572
+
573
+ </span>
494
574
 
495
575
 
496
576
 
@@ -570,7 +650,11 @@
570
650
  <span class="method-parameter is-pulled-right">
571
651
  <label>类型:</label>
572
652
 
573
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
653
+ <span class="param-type">
654
+
655
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
656
+
657
+ </span>
574
658
 
575
659
 
576
660
 
@@ -650,7 +734,11 @@
650
734
  <span class="method-parameter is-pulled-right">
651
735
  <label>类型:</label>
652
736
 
653
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
737
+ <span class="param-type">
738
+
739
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
740
+
741
+ </span>
654
742
 
655
743
 
656
744
 
@@ -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
 
@@ -806,7 +898,11 @@
806
898
  <span class="method-parameter is-pulled-right">
807
899
  <label>类型:</label>
808
900
 
809
- <span class="param-type">String</span>
901
+ <span class="param-type">
902
+
903
+ String
904
+
905
+ </span>
810
906
 
811
907
 
812
908
 
@@ -882,7 +978,11 @@
882
978
  <span class="method-parameter is-pulled-right">
883
979
  <label>类型:</label>
884
980
 
885
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
981
+ <span class="param-type">
982
+
983
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
984
+
985
+ </span>
886
986
 
887
987
 
888
988
 
@@ -962,7 +1062,11 @@
962
1062
  <span class="method-parameter is-pulled-right">
963
1063
  <label>类型:</label>
964
1064
 
965
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
1065
+ <span class="param-type">
1066
+
1067
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
1068
+
1069
+ </span>
966
1070
 
967
1071
 
968
1072
 
@@ -1038,7 +1142,11 @@
1038
1142
  <span class="method-parameter is-pulled-right">
1039
1143
  <label>类型:</label>
1040
1144
 
1041
- <span class="param-type">Number</span>
1145
+ <span class="param-type">
1146
+
1147
+ Number
1148
+
1149
+ </span>
1042
1150
 
1043
1151
 
1044
1152
 
@@ -1114,7 +1222,11 @@
1114
1222
  <span class="method-parameter is-pulled-right">
1115
1223
  <label>类型:</label>
1116
1224
 
1117
- <span class="param-type">Number</span>
1225
+ <span class="param-type">
1226
+
1227
+ Number
1228
+
1229
+ </span>
1118
1230
 
1119
1231
 
1120
1232
 
@@ -1190,7 +1302,11 @@
1190
1302
  <span class="method-parameter is-pulled-right">
1191
1303
  <label>类型:</label>
1192
1304
 
1193
- <span class="param-type">Number</span>
1305
+ <span class="param-type">
1306
+
1307
+ Number
1308
+
1309
+ </span>
1194
1310
 
1195
1311
 
1196
1312
 
@@ -1265,7 +1381,11 @@
1265
1381
  <span class="method-parameter is-pulled-right">
1266
1382
  <label>类型:</label>
1267
1383
 
1268
- <span class="param-type">Number</span>
1384
+ <span class="param-type">
1385
+
1386
+ Number
1387
+
1388
+ </span>
1269
1389
 
1270
1390
 
1271
1391
 
@@ -1341,7 +1461,11 @@
1341
1461
  <span class="method-parameter is-pulled-right">
1342
1462
  <label>类型:</label>
1343
1463
 
1344
- <span class="param-type">Number</span>
1464
+ <span class="param-type">
1465
+
1466
+ Number
1467
+
1468
+ </span>
1345
1469
 
1346
1470
 
1347
1471
 
@@ -1417,7 +1541,11 @@
1417
1541
  <span class="method-parameter is-pulled-right">
1418
1542
  <label>类型:</label>
1419
1543
 
1420
- <span class="param-type">Object</span>
1544
+ <span class="param-type">
1545
+
1546
+ Object
1547
+
1548
+ </span>
1421
1549
 
1422
1550
 
1423
1551
 
@@ -1493,7 +1621,11 @@
1493
1621
  <span class="method-parameter is-pulled-right">
1494
1622
  <label>类型:</label>
1495
1623
 
1496
- <span class="param-type">Number</span>
1624
+ <span class="param-type">
1625
+
1626
+ Number
1627
+
1628
+ </span>
1497
1629
 
1498
1630
 
1499
1631
 
@@ -1569,7 +1701,11 @@
1569
1701
  <span class="method-parameter is-pulled-right">
1570
1702
  <label>类型:</label>
1571
1703
 
1572
- <span class="param-type">Number</span>
1704
+ <span class="param-type">
1705
+
1706
+ Number
1707
+
1708
+ </span>
1573
1709
 
1574
1710
 
1575
1711
 
@@ -1645,7 +1781,11 @@
1645
1781
  <span class="method-parameter is-pulled-right">
1646
1782
  <label>类型:</label>
1647
1783
 
1648
- <span class="param-type">Boolean</span>
1784
+ <span class="param-type">
1785
+
1786
+ Boolean
1787
+
1788
+ </span>
1649
1789
 
1650
1790
 
1651
1791
 
@@ -1725,7 +1865,11 @@
1725
1865
  <span class="method-parameter is-pulled-right">
1726
1866
  <label>类型:</label>
1727
1867
 
1728
- <span class="param-type">Number</span>
1868
+ <span class="param-type">
1869
+
1870
+ Number
1871
+
1872
+ </span>
1729
1873
 
1730
1874
 
1731
1875
 
@@ -1822,7 +1966,11 @@
1822
1966
  <code>
1823
1967
 
1824
1968
 
1825
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1969
+ <span class="param-type">
1970
+
1971
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1972
+
1973
+ </span>
1826
1974
 
1827
1975
 
1828
1976
 
@@ -1838,10 +1986,18 @@
1838
1986
  <code>
1839
1987
 
1840
1988
 
1841
- <span class="param-type">Object</span>
1989
+ <span class="param-type">
1990
+
1991
+ Object
1992
+
1993
+ </span>
1842
1994
  |
1843
1995
 
1844
- <span class="param-type">null</span>
1996
+ <span class="param-type">
1997
+
1998
+ null
1999
+
2000
+ </span>
1845
2001
 
1846
2002
 
1847
2003
 
@@ -1857,7 +2013,11 @@
1857
2013
  <code>
1858
2014
 
1859
2015
 
1860
- <span class="param-type">Object</span>
2016
+ <span class="param-type">
2017
+
2018
+ Object
2019
+
2020
+ </span>
1861
2021
 
1862
2022
 
1863
2023
 
@@ -1873,7 +2033,11 @@
1873
2033
  <code>
1874
2034
 
1875
2035
 
1876
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2036
+ <span class="param-type">
2037
+
2038
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2039
+
2040
+ </span>
1877
2041
 
1878
2042
 
1879
2043
 
@@ -1899,7 +2063,11 @@
1899
2063
  <code>
1900
2064
 
1901
2065
 
1902
- <span class="param-type">Object</span>
2066
+ <span class="param-type">
2067
+
2068
+ Object
2069
+
2070
+ </span>
1903
2071
 
1904
2072
 
1905
2073
 
@@ -1971,13 +2139,17 @@
1971
2139
 
1972
2140
  <tr class="deep-level-0">
1973
2141
 
1974
- <td class="name" id="json"><code>json</code></td>
2142
+ <td class="name"><code>json</code></td>
1975
2143
 
1976
2144
 
1977
2145
  <td class="type">
1978
2146
 
1979
2147
 
1980
- <span class="param-type">Object</span>
2148
+ <span class="param-type">
2149
+
2150
+ Object
2151
+
2152
+ </span>
1981
2153
 
1982
2154
 
1983
2155
 
@@ -2064,7 +2236,11 @@
2064
2236
  <div class='column is-5 has-text-left'>
2065
2237
  <label>类型: </label>
2066
2238
 
2067
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
2239
+ <span class="param-type">
2240
+
2241
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
2242
+
2243
+ </span>
2068
2244
 
2069
2245
 
2070
2246
 
@@ -2136,16 +2312,24 @@
2136
2312
 
2137
2313
  <tr class="deep-level-0">
2138
2314
 
2139
- <td class="name" id="layer"><code>layer</code></td>
2315
+ <td class="name"><code>layer</code></td>
2140
2316
 
2141
2317
 
2142
2318
  <td class="type">
2143
2319
 
2144
2320
 
2145
- <span class="param-type">Object</span>
2321
+ <span class="param-type">
2322
+
2323
+ Object
2324
+
2325
+ </span>
2146
2326
  |
2147
2327
 
2148
- <span class="param-type">String</span>
2328
+ <span class="param-type">
2329
+
2330
+ String
2331
+
2332
+ </span>
2149
2333
 
2150
2334
 
2151
2335
 
@@ -2239,10 +2423,18 @@
2239
2423
  <div class='column is-5 has-text-left'>
2240
2424
  <label>类型: </label>
2241
2425
 
2242
- <span class="param-type">Object</span>
2426
+ <span class="param-type">
2427
+
2428
+ Object
2429
+
2430
+ </span>
2243
2431
  |
2244
2432
 
2245
- <span class="param-type">null</span>
2433
+ <span class="param-type">
2434
+
2435
+ null
2436
+
2437
+ </span>
2246
2438
 
2247
2439
 
2248
2440
 
@@ -2385,7 +2577,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2385
2577
  <div class='column is-5 has-text-left'>
2386
2578
  <label>类型: </label>
2387
2579
 
2388
- <span class="param-type">Object</span>
2580
+ <span class="param-type">
2581
+
2582
+ Object
2583
+
2584
+ </span>
2389
2585
 
2390
2586
 
2391
2587
 
@@ -2457,13 +2653,17 @@ igsSceneLayer.on("layerview-created", function (result) {
2457
2653
 
2458
2654
  <tr class="deep-level-0">
2459
2655
 
2460
- <td class="name" id="layerId"><code>layerId</code></td>
2656
+ <td class="name"><code>layerId</code></td>
2461
2657
 
2462
2658
 
2463
2659
  <td class="type">
2464
2660
 
2465
2661
 
2466
- <span class="param-type">String</span>
2662
+ <span class="param-type">
2663
+
2664
+ String
2665
+
2666
+ </span>
2467
2667
 
2468
2668
 
2469
2669
 
@@ -2557,7 +2757,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2557
2757
  <div class='column is-5 has-text-left'>
2558
2758
  <label>类型: </label>
2559
2759
 
2560
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2760
+ <span class="param-type">
2761
+
2762
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2763
+
2764
+ </span>
2561
2765
 
2562
2766
 
2563
2767
 
@@ -2629,13 +2833,17 @@ igsSceneLayer.on("layerview-created", function (result) {
2629
2833
 
2630
2834
  <tr class="deep-level-0">
2631
2835
 
2632
- <td class="name" id="map"><code>map</code></td>
2836
+ <td class="name"><code>map</code></td>
2633
2837
 
2634
2838
 
2635
2839
  <td class="type">
2636
2840
 
2637
2841
 
2638
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
2842
+ <span class="param-type">
2843
+
2844
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
2845
+
2846
+ </span>
2639
2847
 
2640
2848
 
2641
2849
 
@@ -2825,7 +3033,11 @@ igsSceneLayer.on("layerview-created", function (result) {
2825
3033
  <div class='column is-5 has-text-left'>
2826
3034
  <label>类型: </label>
2827
3035
 
2828
- <span class="param-type">Object</span>
3036
+ <span class="param-type">
3037
+
3038
+ Object
3039
+
3040
+ </span>
2829
3041
 
2830
3042
 
2831
3043
 
@@ -2865,77 +3077,77 @@ igsSceneLayer.on("layerview-created", function (result) {
2865
3077
  <tbody>
2866
3078
 
2867
3079
  <tr class="deep-level-0">
2868
- <td class="name"><code><a href="MapView.html#地图大小变化事件">地图大小变化事件</a></code></td>
3080
+ <td class="name"><code><a href="#地图大小变化事件">地图大小变化事件</a></code></td>
2869
3081
  <td class="name"><code>地图大小变化事件</code></td>
2870
3082
  </tr>
2871
3083
 
2872
3084
  <tr class="deep-level-0">
2873
- <td class="name"><code><a href="MapView.html#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
3085
+ <td class="name"><code><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
2874
3086
  <td class="name"><code>地图视图加载完毕事件</code></td>
2875
3087
  </tr>
2876
3088
 
2877
3089
  <tr class="deep-level-0">
2878
- <td class="name"><code><a href="MapView.html#地图视图改变事件">地图视图改变事件</a></code></td>
3090
+ <td class="name"><code><a href="#地图视图改变事件">地图视图改变事件</a></code></td>
2879
3091
  <td class="name"><code>地图视图改变事件</code></td>
2880
3092
  </tr>
2881
3093
 
2882
3094
  <tr class="deep-level-0">
2883
- <td class="name"><code><a href="MapView.html#视图图层创建事件">视图图层创建事件</a></code></td>
3095
+ <td class="name"><code><a href="#视图图层创建事件">视图图层创建事件</a></code></td>
2884
3096
  <td class="name"><code>视图图层创建事件</code></td>
2885
3097
  </tr>
2886
3098
 
2887
3099
  <tr class="deep-level-0">
2888
- <td class="name"><code><a href="MapView.html#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
3100
+ <td class="name"><code><a href="#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
2889
3101
  <td class="name"><code>视图图层创建错误事件</code></td>
2890
3102
  </tr>
2891
3103
 
2892
3104
  <tr class="deep-level-0">
2893
- <td class="name"><code><a href="MapView.html#视图图层移除事件">视图图层移除事件</a></code></td>
3105
+ <td class="name"><code><a href="#视图图层移除事件">视图图层移除事件</a></code></td>
2894
3106
  <td class="name"><code>视图图层移除事件</code></td>
2895
3107
  </tr>
2896
3108
 
2897
3109
  <tr class="deep-level-0">
2898
- <td class="name"><code><a href="MapView.html#键盘抬起事件">键盘抬起事件</a></code></td>
3110
+ <td class="name"><code><a href="#键盘抬起事件">键盘抬起事件</a></code></td>
2899
3111
  <td class="name"><code>键盘抬起事件</code></td>
2900
3112
  </tr>
2901
3113
 
2902
3114
  <tr class="deep-level-0">
2903
- <td class="name"><code><a href="MapView.html#键盘按下事件">键盘按下事件</a></code></td>
3115
+ <td class="name"><code><a href="#键盘按下事件">键盘按下事件</a></code></td>
2904
3116
  <td class="name"><code>键盘按下事件</code></td>
2905
3117
  </tr>
2906
3118
 
2907
3119
  <tr class="deep-level-0">
2908
- <td class="name"><code><a href="MapView.html#鼠标双击事件">鼠标双击事件</a></code></td>
3120
+ <td class="name"><code><a href="#鼠标双击事件">鼠标双击事件</a></code></td>
2909
3121
  <td class="name"><code>鼠标双击事件</code></td>
2910
3122
  </tr>
2911
3123
 
2912
3124
  <tr class="deep-level-0">
2913
- <td class="name"><code><a href="MapView.html#鼠标抬起事件">鼠标抬起事件</a></code></td>
3125
+ <td class="name"><code><a href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
2914
3126
  <td class="name"><code>鼠标抬起事件</code></td>
2915
3127
  </tr>
2916
3128
 
2917
3129
  <tr class="deep-level-0">
2918
- <td class="name"><code><a href="MapView.html#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
3130
+ <td class="name"><code><a href="#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
2919
3131
  <td class="name"><code>鼠标拖拽事件</code></td>
2920
3132
  </tr>
2921
3133
 
2922
3134
  <tr class="deep-level-0">
2923
- <td class="name"><code><a href="MapView.html#鼠标按下事件">鼠标按下事件</a></code></td>
3135
+ <td class="name"><code><a href="#鼠标按下事件">鼠标按下事件</a></code></td>
2924
3136
  <td class="name"><code>鼠标按下事件</code></td>
2925
3137
  </tr>
2926
3138
 
2927
3139
  <tr class="deep-level-0">
2928
- <td class="name"><code><a href="MapView.html#鼠标点击事件">鼠标点击事件</a></code></td>
3140
+ <td class="name"><code><a href="#鼠标点击事件">鼠标点击事件</a></code></td>
2929
3141
  <td class="name"><code>鼠标点击事件</code></td>
2930
3142
  </tr>
2931
3143
 
2932
3144
  <tr class="deep-level-0">
2933
- <td class="name"><code><a href="MapView.html#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
3145
+ <td class="name"><code><a href="#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
2934
3146
  <td class="name"><code>鼠标点击立即响应事件</code></td>
2935
3147
  </tr>
2936
3148
 
2937
3149
  <tr class="deep-level-0">
2938
- <td class="name"><code><a href="MapView.html#鼠标移动事件">鼠标移动事件</a></code></td>
3150
+ <td class="name"><code><a href="#鼠标移动事件">鼠标移动事件</a></code></td>
2939
3151
  <td class="name"><code>鼠标移动事件</code></td>
2940
3152
  </tr>
2941
3153
 
@@ -3011,7 +3223,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3011
3223
  <td class="type">
3012
3224
 
3013
3225
 
3014
- <span class="param-type">Object</span>
3226
+ <span class="param-type">
3227
+
3228
+ Object
3229
+
3230
+ </span>
3015
3231
 
3016
3232
 
3017
3233
 
@@ -3045,7 +3261,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3045
3261
  <td class="type">
3046
3262
 
3047
3263
 
3048
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3264
+ <span class="param-type">
3265
+
3266
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
3267
+
3268
+ </span>
3049
3269
 
3050
3270
 
3051
3271
 
@@ -3083,7 +3303,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3083
3303
  <td class="type">
3084
3304
 
3085
3305
 
3086
- <span class="param-type">Number</span>
3306
+ <span class="param-type">
3307
+
3308
+ Number
3309
+
3310
+ </span>
3087
3311
 
3088
3312
 
3089
3313
 
@@ -3119,7 +3343,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3119
3343
  <td class="type">
3120
3344
 
3121
3345
 
3122
- <span class="param-type">Number</span>
3346
+ <span class="param-type">
3347
+
3348
+ Number
3349
+
3350
+ </span>
3123
3351
 
3124
3352
 
3125
3353
 
@@ -3155,7 +3383,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3155
3383
  <td class="type">
3156
3384
 
3157
3385
 
3158
- <span class="param-type">Number</span>
3386
+ <span class="param-type">
3387
+
3388
+ Number
3389
+
3390
+ </span>
3159
3391
 
3160
3392
 
3161
3393
 
@@ -3191,7 +3423,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3191
3423
  <td class="type">
3192
3424
 
3193
3425
 
3194
- <span class="param-type">Number</span>
3426
+ <span class="param-type">
3427
+
3428
+ Number
3429
+
3430
+ </span>
3195
3431
 
3196
3432
 
3197
3433
 
@@ -3227,7 +3463,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3227
3463
  <td class="type">
3228
3464
 
3229
3465
 
3230
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3466
+ <span class="param-type">
3467
+
3468
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3469
+
3470
+ </span>
3231
3471
 
3232
3472
 
3233
3473
 
@@ -3263,7 +3503,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3263
3503
  <td class="type">
3264
3504
 
3265
3505
 
3266
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3506
+ <span class="param-type">
3507
+
3508
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
3509
+
3510
+ </span>
3267
3511
 
3268
3512
 
3269
3513
 
@@ -3299,7 +3543,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3299
3543
  <td class="type">
3300
3544
 
3301
3545
 
3302
- <span class="param-type">Object</span>
3546
+ <span class="param-type">
3547
+
3548
+ Object
3549
+
3550
+ </span>
3303
3551
 
3304
3552
 
3305
3553
 
@@ -3471,7 +3719,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3471
3719
  <td class="type">
3472
3720
 
3473
3721
 
3474
- <span class="param-type">Object</span>
3722
+ <span class="param-type">
3723
+
3724
+ Object
3725
+
3726
+ </span>
3475
3727
 
3476
3728
 
3477
3729
 
@@ -3633,7 +3885,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3633
3885
  <td class="type">
3634
3886
 
3635
3887
 
3636
- <span class="param-type">Object</span>
3888
+ <span class="param-type">
3889
+
3890
+ Object
3891
+
3892
+ </span>
3637
3893
 
3638
3894
 
3639
3895
 
@@ -3667,7 +3923,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3667
3923
  <td class="type">
3668
3924
 
3669
3925
 
3670
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3926
+ <span class="param-type">
3927
+
3928
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
3929
+
3930
+ </span>
3671
3931
 
3672
3932
 
3673
3933
 
@@ -3705,7 +3965,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3705
3965
  <td class="type">
3706
3966
 
3707
3967
 
3708
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3968
+ <span class="param-type">
3969
+
3970
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3971
+
3972
+ </span>
3709
3973
 
3710
3974
 
3711
3975
 
@@ -3741,7 +4005,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3741
4005
  <td class="type">
3742
4006
 
3743
4007
 
3744
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4008
+ <span class="param-type">
4009
+
4010
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
4011
+
4012
+ </span>
3745
4013
 
3746
4014
 
3747
4015
 
@@ -3777,7 +4045,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3777
4045
  <td class="type">
3778
4046
 
3779
4047
 
3780
- <span class="param-type">Number</span>
4048
+ <span class="param-type">
4049
+
4050
+ Number
4051
+
4052
+ </span>
3781
4053
 
3782
4054
 
3783
4055
 
@@ -3813,7 +4085,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3813
4085
  <td class="type">
3814
4086
 
3815
4087
 
3816
- <span class="param-type">Number</span>
4088
+ <span class="param-type">
4089
+
4090
+ Number
4091
+
4092
+ </span>
3817
4093
 
3818
4094
 
3819
4095
 
@@ -3849,7 +4125,11 @@ igsSceneLayer.on("layerview-created", function (result) {
3849
4125
  <td class="type">
3850
4126
 
3851
4127
 
3852
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4128
+ <span class="param-type">
4129
+
4130
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4131
+
4132
+ </span>
3853
4133
 
3854
4134
 
3855
4135
 
@@ -4025,7 +4305,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4025
4305
  <td class="type">
4026
4306
 
4027
4307
 
4028
- <span class="param-type">Object</span>
4308
+ <span class="param-type">
4309
+
4310
+ Object
4311
+
4312
+ </span>
4029
4313
 
4030
4314
 
4031
4315
 
@@ -4059,7 +4343,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4059
4343
  <td class="type">
4060
4344
 
4061
4345
 
4062
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4346
+ <span class="param-type">
4347
+
4348
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
4349
+
4350
+ </span>
4063
4351
 
4064
4352
 
4065
4353
 
@@ -4097,7 +4385,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4097
4385
  <td class="type">
4098
4386
 
4099
4387
 
4100
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4388
+ <span class="param-type">
4389
+
4390
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4391
+
4392
+ </span>
4101
4393
 
4102
4394
 
4103
4395
 
@@ -4133,7 +4425,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4133
4425
  <td class="type">
4134
4426
 
4135
4427
 
4136
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
4428
+ <span class="param-type">
4429
+
4430
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
4431
+
4432
+ </span>
4137
4433
 
4138
4434
 
4139
4435
 
@@ -4169,7 +4465,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4169
4465
  <td class="type">
4170
4466
 
4171
4467
 
4172
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4468
+ <span class="param-type">
4469
+
4470
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
4471
+
4472
+ </span>
4173
4473
 
4174
4474
 
4175
4475
 
@@ -4345,7 +4645,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4345
4645
  <td class="type">
4346
4646
 
4347
4647
 
4348
- <span class="param-type">Object</span>
4648
+ <span class="param-type">
4649
+
4650
+ Object
4651
+
4652
+ </span>
4349
4653
 
4350
4654
 
4351
4655
 
@@ -4379,7 +4683,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4379
4683
  <td class="type">
4380
4684
 
4381
4685
 
4382
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4686
+ <span class="param-type">
4687
+
4688
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
4689
+
4690
+ </span>
4383
4691
 
4384
4692
 
4385
4693
 
@@ -4417,7 +4725,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4417
4725
  <td class="type">
4418
4726
 
4419
4727
 
4420
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4728
+ <span class="param-type">
4729
+
4730
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4731
+
4732
+ </span>
4421
4733
 
4422
4734
 
4423
4735
 
@@ -4453,7 +4765,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4453
4765
  <td class="type">
4454
4766
 
4455
4767
 
4456
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
4768
+ <span class="param-type">
4769
+
4770
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
4771
+
4772
+ </span>
4457
4773
 
4458
4774
 
4459
4775
 
@@ -4489,7 +4805,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4489
4805
  <td class="type">
4490
4806
 
4491
4807
 
4492
- <span class="param-type">String</span>
4808
+ <span class="param-type">
4809
+
4810
+ String
4811
+
4812
+ </span>
4493
4813
 
4494
4814
 
4495
4815
 
@@ -4665,7 +4985,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4665
4985
  <td class="type">
4666
4986
 
4667
4987
 
4668
- <span class="param-type">Object</span>
4988
+ <span class="param-type">
4989
+
4990
+ Object
4991
+
4992
+ </span>
4669
4993
 
4670
4994
 
4671
4995
 
@@ -4699,7 +5023,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4699
5023
  <td class="type">
4700
5024
 
4701
5025
 
4702
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5026
+ <span class="param-type">
5027
+
5028
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
5029
+
5030
+ </span>
4703
5031
 
4704
5032
 
4705
5033
 
@@ -4737,7 +5065,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4737
5065
  <td class="type">
4738
5066
 
4739
5067
 
4740
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5068
+ <span class="param-type">
5069
+
5070
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5071
+
5072
+ </span>
4741
5073
 
4742
5074
 
4743
5075
 
@@ -4773,7 +5105,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4773
5105
  <td class="type">
4774
5106
 
4775
5107
 
4776
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
5108
+ <span class="param-type">
5109
+
5110
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
5111
+
5112
+ </span>
4777
5113
 
4778
5114
 
4779
5115
 
@@ -4809,7 +5145,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4809
5145
  <td class="type">
4810
5146
 
4811
5147
 
4812
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5148
+ <span class="param-type">
5149
+
5150
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
5151
+
5152
+ </span>
4813
5153
 
4814
5154
 
4815
5155
 
@@ -4985,7 +5325,11 @@ igsSceneLayer.on("layerview-created", function (result) {
4985
5325
  <td class="type">
4986
5326
 
4987
5327
 
4988
- <span class="param-type">Object</span>
5328
+ <span class="param-type">
5329
+
5330
+ Object
5331
+
5332
+ </span>
4989
5333
 
4990
5334
 
4991
5335
 
@@ -5019,7 +5363,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5019
5363
  <td class="type">
5020
5364
 
5021
5365
 
5022
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5366
+ <span class="param-type">
5367
+
5368
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
5369
+
5370
+ </span>
5023
5371
 
5024
5372
 
5025
5373
 
@@ -5057,7 +5405,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5057
5405
  <td class="type">
5058
5406
 
5059
5407
 
5060
- <span class="param-type">String</span>
5408
+ <span class="param-type">
5409
+
5410
+ String
5411
+
5412
+ </span>
5061
5413
 
5062
5414
 
5063
5415
 
@@ -5093,7 +5445,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5093
5445
  <td class="type">
5094
5446
 
5095
5447
 
5096
- <span class="param-type">Number</span>
5448
+ <span class="param-type">
5449
+
5450
+ Number
5451
+
5452
+ </span>
5097
5453
 
5098
5454
 
5099
5455
 
@@ -5129,7 +5485,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5129
5485
  <td class="type">
5130
5486
 
5131
5487
 
5132
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5488
+ <span class="param-type">
5489
+
5490
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
5491
+
5492
+ </span>
5133
5493
 
5134
5494
 
5135
5495
 
@@ -5165,7 +5525,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5165
5525
  <td class="type">
5166
5526
 
5167
5527
 
5168
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5528
+ <span class="param-type">
5529
+
5530
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5531
+
5532
+ </span>
5169
5533
 
5170
5534
 
5171
5535
 
@@ -5201,7 +5565,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5201
5565
  <td class="type">
5202
5566
 
5203
5567
 
5204
- <span class="param-type">Object</span>
5568
+ <span class="param-type">
5569
+
5570
+ Object
5571
+
5572
+ </span>
5205
5573
 
5206
5574
 
5207
5575
 
@@ -5377,7 +5745,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5377
5745
  <td class="type">
5378
5746
 
5379
5747
 
5380
- <span class="param-type">Object</span>
5748
+ <span class="param-type">
5749
+
5750
+ Object
5751
+
5752
+ </span>
5381
5753
 
5382
5754
 
5383
5755
 
@@ -5411,7 +5783,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5411
5783
  <td class="type">
5412
5784
 
5413
5785
 
5414
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5786
+ <span class="param-type">
5787
+
5788
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
5789
+
5790
+ </span>
5415
5791
 
5416
5792
 
5417
5793
 
@@ -5449,7 +5825,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5449
5825
  <td class="type">
5450
5826
 
5451
5827
 
5452
- <span class="param-type">String</span>
5828
+ <span class="param-type">
5829
+
5830
+ String
5831
+
5832
+ </span>
5453
5833
 
5454
5834
 
5455
5835
 
@@ -5485,7 +5865,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5485
5865
  <td class="type">
5486
5866
 
5487
5867
 
5488
- <span class="param-type">Number</span>
5868
+ <span class="param-type">
5869
+
5870
+ Number
5871
+
5872
+ </span>
5489
5873
 
5490
5874
 
5491
5875
 
@@ -5521,7 +5905,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5521
5905
  <td class="type">
5522
5906
 
5523
5907
 
5524
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
5908
+ <span class="param-type">
5909
+
5910
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
5911
+
5912
+ </span>
5525
5913
 
5526
5914
 
5527
5915
 
@@ -5557,7 +5945,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5557
5945
  <td class="type">
5558
5946
 
5559
5947
 
5560
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5948
+ <span class="param-type">
5949
+
5950
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5951
+
5952
+ </span>
5561
5953
 
5562
5954
 
5563
5955
 
@@ -5593,7 +5985,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5593
5985
  <td class="type">
5594
5986
 
5595
5987
 
5596
- <span class="param-type">Object</span>
5988
+ <span class="param-type">
5989
+
5990
+ Object
5991
+
5992
+ </span>
5597
5993
 
5598
5994
 
5599
5995
 
@@ -5769,7 +6165,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5769
6165
  <td class="type">
5770
6166
 
5771
6167
 
5772
- <span class="param-type">Object</span>
6168
+ <span class="param-type">
6169
+
6170
+ Object
6171
+
6172
+ </span>
5773
6173
 
5774
6174
 
5775
6175
 
@@ -5803,7 +6203,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5803
6203
  <td class="type">
5804
6204
 
5805
6205
 
5806
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6206
+ <span class="param-type">
6207
+
6208
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6209
+
6210
+ </span>
5807
6211
 
5808
6212
 
5809
6213
 
@@ -5841,7 +6245,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5841
6245
  <td class="type">
5842
6246
 
5843
6247
 
5844
- <span class="param-type">Object</span>
6248
+ <span class="param-type">
6249
+
6250
+ Object
6251
+
6252
+ </span>
5845
6253
 
5846
6254
 
5847
6255
 
@@ -5877,7 +6285,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5877
6285
  <td class="type">
5878
6286
 
5879
6287
 
5880
- <span class="param-type">Object</span>
6288
+ <span class="param-type">
6289
+
6290
+ Object
6291
+
6292
+ </span>
5881
6293
 
5882
6294
 
5883
6295
 
@@ -5913,7 +6325,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5913
6325
  <td class="type">
5914
6326
 
5915
6327
 
5916
- <span class="param-type">Object</span>
6328
+ <span class="param-type">
6329
+
6330
+ Object
6331
+
6332
+ </span>
5917
6333
 
5918
6334
 
5919
6335
 
@@ -5949,7 +6365,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5949
6365
  <td class="type">
5950
6366
 
5951
6367
 
5952
- <span class="param-type">Object</span>
6368
+ <span class="param-type">
6369
+
6370
+ Object
6371
+
6372
+ </span>
5953
6373
 
5954
6374
 
5955
6375
 
@@ -5985,7 +6405,11 @@ igsSceneLayer.on("layerview-created", function (result) {
5985
6405
  <td class="type">
5986
6406
 
5987
6407
 
5988
- <span class="param-type">Object</span>
6408
+ <span class="param-type">
6409
+
6410
+ Object
6411
+
6412
+ </span>
5989
6413
 
5990
6414
 
5991
6415
 
@@ -6021,7 +6445,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6021
6445
  <td class="type">
6022
6446
 
6023
6447
 
6024
- <span class="param-type">Object</span>
6448
+ <span class="param-type">
6449
+
6450
+ Object
6451
+
6452
+ </span>
6025
6453
 
6026
6454
 
6027
6455
 
@@ -6057,7 +6485,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6057
6485
  <td class="type">
6058
6486
 
6059
6487
 
6060
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
6488
+ <span class="param-type">
6489
+
6490
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
6491
+
6492
+ </span>
6061
6493
 
6062
6494
 
6063
6495
 
@@ -6093,7 +6525,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6093
6525
  <td class="type">
6094
6526
 
6095
6527
 
6096
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6528
+ <span class="param-type">
6529
+
6530
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6531
+
6532
+ </span>
6097
6533
 
6098
6534
 
6099
6535
 
@@ -6129,7 +6565,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6129
6565
  <td class="type">
6130
6566
 
6131
6567
 
6132
- <span class="param-type">Object</span>
6568
+ <span class="param-type">
6569
+
6570
+ Object
6571
+
6572
+ </span>
6133
6573
 
6134
6574
 
6135
6575
 
@@ -6305,7 +6745,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6305
6745
  <td class="type">
6306
6746
 
6307
6747
 
6308
- <span class="param-type">Object</span>
6748
+ <span class="param-type">
6749
+
6750
+ Object
6751
+
6752
+ </span>
6309
6753
 
6310
6754
 
6311
6755
 
@@ -6339,7 +6783,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6339
6783
  <td class="type">
6340
6784
 
6341
6785
 
6342
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6786
+ <span class="param-type">
6787
+
6788
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6789
+
6790
+ </span>
6343
6791
 
6344
6792
 
6345
6793
 
@@ -6377,7 +6825,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6377
6825
  <td class="type">
6378
6826
 
6379
6827
 
6380
- <span class="param-type">Object</span>
6828
+ <span class="param-type">
6829
+
6830
+ Object
6831
+
6832
+ </span>
6381
6833
 
6382
6834
 
6383
6835
 
@@ -6413,7 +6865,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6413
6865
  <td class="type">
6414
6866
 
6415
6867
 
6416
- <span class="param-type">Object</span>
6868
+ <span class="param-type">
6869
+
6870
+ Object
6871
+
6872
+ </span>
6417
6873
 
6418
6874
 
6419
6875
 
@@ -6449,7 +6905,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6449
6905
  <td class="type">
6450
6906
 
6451
6907
 
6452
- <span class="param-type">Object</span>
6908
+ <span class="param-type">
6909
+
6910
+ Object
6911
+
6912
+ </span>
6453
6913
 
6454
6914
 
6455
6915
 
@@ -6485,7 +6945,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6485
6945
  <td class="type">
6486
6946
 
6487
6947
 
6488
- <span class="param-type">Object</span>
6948
+ <span class="param-type">
6949
+
6950
+ Object
6951
+
6952
+ </span>
6489
6953
 
6490
6954
 
6491
6955
 
@@ -6521,7 +6985,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6521
6985
  <td class="type">
6522
6986
 
6523
6987
 
6524
- <span class="param-type">Object</span>
6988
+ <span class="param-type">
6989
+
6990
+ Object
6991
+
6992
+ </span>
6525
6993
 
6526
6994
 
6527
6995
 
@@ -6557,7 +7025,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6557
7025
  <td class="type">
6558
7026
 
6559
7027
 
6560
- <span class="param-type">Object</span>
7028
+ <span class="param-type">
7029
+
7030
+ Object
7031
+
7032
+ </span>
6561
7033
 
6562
7034
 
6563
7035
 
@@ -6593,7 +7065,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6593
7065
  <td class="type">
6594
7066
 
6595
7067
 
6596
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
7068
+ <span class="param-type">
7069
+
7070
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
7071
+
7072
+ </span>
6597
7073
 
6598
7074
 
6599
7075
 
@@ -6629,7 +7105,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6629
7105
  <td class="type">
6630
7106
 
6631
7107
 
6632
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7108
+ <span class="param-type">
7109
+
7110
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7111
+
7112
+ </span>
6633
7113
 
6634
7114
 
6635
7115
 
@@ -6665,7 +7145,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6665
7145
  <td class="type">
6666
7146
 
6667
7147
 
6668
- <span class="param-type">Object</span>
7148
+ <span class="param-type">
7149
+
7150
+ Object
7151
+
7152
+ </span>
6669
7153
 
6670
7154
 
6671
7155
 
@@ -6841,7 +7325,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6841
7325
  <td class="type">
6842
7326
 
6843
7327
 
6844
- <span class="param-type">Object</span>
7328
+ <span class="param-type">
7329
+
7330
+ Object
7331
+
7332
+ </span>
6845
7333
 
6846
7334
 
6847
7335
 
@@ -6875,7 +7363,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6875
7363
  <td class="type">
6876
7364
 
6877
7365
 
6878
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7366
+ <span class="param-type">
7367
+
7368
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7369
+
7370
+ </span>
6879
7371
 
6880
7372
 
6881
7373
 
@@ -6913,7 +7405,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6913
7405
  <td class="type">
6914
7406
 
6915
7407
 
6916
- <span class="param-type">Object</span>
7408
+ <span class="param-type">
7409
+
7410
+ Object
7411
+
7412
+ </span>
6917
7413
 
6918
7414
 
6919
7415
 
@@ -6949,7 +7445,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6949
7445
  <td class="type">
6950
7446
 
6951
7447
 
6952
- <span class="param-type">Object</span>
7448
+ <span class="param-type">
7449
+
7450
+ Object
7451
+
7452
+ </span>
6953
7453
 
6954
7454
 
6955
7455
 
@@ -6985,7 +7485,11 @@ igsSceneLayer.on("layerview-created", function (result) {
6985
7485
  <td class="type">
6986
7486
 
6987
7487
 
6988
- <span class="param-type">Number</span>
7488
+ <span class="param-type">
7489
+
7490
+ Number
7491
+
7492
+ </span>
6989
7493
 
6990
7494
 
6991
7495
 
@@ -7021,7 +7525,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7021
7525
  <td class="type">
7022
7526
 
7023
7527
 
7024
- <span class="param-type">Number</span>
7528
+ <span class="param-type">
7529
+
7530
+ Number
7531
+
7532
+ </span>
7025
7533
 
7026
7534
 
7027
7535
 
@@ -7057,7 +7565,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7057
7565
  <td class="type">
7058
7566
 
7059
7567
 
7060
- <span class="param-type">Boolean</span>
7568
+ <span class="param-type">
7569
+
7570
+ Boolean
7571
+
7572
+ </span>
7061
7573
 
7062
7574
 
7063
7575
 
@@ -7093,7 +7605,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7093
7605
  <td class="type">
7094
7606
 
7095
7607
 
7096
- <span class="param-type">Object</span>
7608
+ <span class="param-type">
7609
+
7610
+ Object
7611
+
7612
+ </span>
7097
7613
 
7098
7614
 
7099
7615
 
@@ -7129,7 +7645,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7129
7645
  <td class="type">
7130
7646
 
7131
7647
 
7132
- <span class="param-type">function</span>
7648
+ <span class="param-type">
7649
+
7650
+ function
7651
+
7652
+ </span>
7133
7653
 
7134
7654
 
7135
7655
 
@@ -7165,7 +7685,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7165
7685
  <td class="type">
7166
7686
 
7167
7687
 
7168
- <span class="param-type">Object</span>
7688
+ <span class="param-type">
7689
+
7690
+ Object
7691
+
7692
+ </span>
7169
7693
 
7170
7694
 
7171
7695
 
@@ -7201,7 +7725,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7201
7725
  <td class="type">
7202
7726
 
7203
7727
 
7204
- <span class="param-type">Object</span>
7728
+ <span class="param-type">
7729
+
7730
+ Object
7731
+
7732
+ </span>
7205
7733
 
7206
7734
 
7207
7735
 
@@ -7237,7 +7765,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7237
7765
  <td class="type">
7238
7766
 
7239
7767
 
7240
- <span class="param-type">String</span>
7768
+ <span class="param-type">
7769
+
7770
+ String
7771
+
7772
+ </span>
7241
7773
 
7242
7774
 
7243
7775
 
@@ -7273,7 +7805,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7273
7805
  <td class="type">
7274
7806
 
7275
7807
 
7276
- <span class="param-type">String</span>
7808
+ <span class="param-type">
7809
+
7810
+ String
7811
+
7812
+ </span>
7277
7813
 
7278
7814
 
7279
7815
 
@@ -7449,7 +7985,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7449
7985
  <td class="type">
7450
7986
 
7451
7987
 
7452
- <span class="param-type">Object</span>
7988
+ <span class="param-type">
7989
+
7990
+ Object
7991
+
7992
+ </span>
7453
7993
 
7454
7994
 
7455
7995
 
@@ -7483,7 +8023,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7483
8023
  <td class="type">
7484
8024
 
7485
8025
 
7486
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8026
+ <span class="param-type">
8027
+
8028
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
8029
+
8030
+ </span>
7487
8031
 
7488
8032
 
7489
8033
 
@@ -7521,7 +8065,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7521
8065
  <td class="type">
7522
8066
 
7523
8067
 
7524
- <span class="param-type">Object</span>
8068
+ <span class="param-type">
8069
+
8070
+ Object
8071
+
8072
+ </span>
7525
8073
 
7526
8074
 
7527
8075
 
@@ -7557,7 +8105,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7557
8105
  <td class="type">
7558
8106
 
7559
8107
 
7560
- <span class="param-type">Object</span>
8108
+ <span class="param-type">
8109
+
8110
+ Object
8111
+
8112
+ </span>
7561
8113
 
7562
8114
 
7563
8115
 
@@ -7593,7 +8145,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7593
8145
  <td class="type">
7594
8146
 
7595
8147
 
7596
- <span class="param-type">Object</span>
8148
+ <span class="param-type">
8149
+
8150
+ Object
8151
+
8152
+ </span>
7597
8153
 
7598
8154
 
7599
8155
 
@@ -7629,7 +8185,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7629
8185
  <td class="type">
7630
8186
 
7631
8187
 
7632
- <span class="param-type">Object</span>
8188
+ <span class="param-type">
8189
+
8190
+ Object
8191
+
8192
+ </span>
7633
8193
 
7634
8194
 
7635
8195
 
@@ -7665,7 +8225,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7665
8225
  <td class="type">
7666
8226
 
7667
8227
 
7668
- <span class="param-type">Object</span>
8228
+ <span class="param-type">
8229
+
8230
+ Object
8231
+
8232
+ </span>
7669
8233
 
7670
8234
 
7671
8235
 
@@ -7701,7 +8265,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7701
8265
  <td class="type">
7702
8266
 
7703
8267
 
7704
- <span class="param-type">Object</span>
8268
+ <span class="param-type">
8269
+
8270
+ Object
8271
+
8272
+ </span>
7705
8273
 
7706
8274
 
7707
8275
 
@@ -7737,7 +8305,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7737
8305
  <td class="type">
7738
8306
 
7739
8307
 
7740
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8308
+ <span class="param-type">
8309
+
8310
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
8311
+
8312
+ </span>
7741
8313
 
7742
8314
 
7743
8315
 
@@ -7773,7 +8345,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7773
8345
  <td class="type">
7774
8346
 
7775
8347
 
7776
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8348
+ <span class="param-type">
8349
+
8350
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8351
+
8352
+ </span>
7777
8353
 
7778
8354
 
7779
8355
 
@@ -7809,7 +8385,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7809
8385
  <td class="type">
7810
8386
 
7811
8387
 
7812
- <span class="param-type">Object</span>
8388
+ <span class="param-type">
8389
+
8390
+ Object
8391
+
8392
+ </span>
7813
8393
 
7814
8394
 
7815
8395
 
@@ -7985,7 +8565,11 @@ igsSceneLayer.on("layerview-created", function (result) {
7985
8565
  <td class="type">
7986
8566
 
7987
8567
 
7988
- <span class="param-type">Object</span>
8568
+ <span class="param-type">
8569
+
8570
+ Object
8571
+
8572
+ </span>
7989
8573
 
7990
8574
 
7991
8575
 
@@ -8019,7 +8603,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8019
8603
  <td class="type">
8020
8604
 
8021
8605
 
8022
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
8606
+ <span class="param-type">
8607
+
8608
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
8609
+
8610
+ </span>
8023
8611
 
8024
8612
 
8025
8613
 
@@ -8057,7 +8645,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8057
8645
  <td class="type">
8058
8646
 
8059
8647
 
8060
- <span class="param-type">Object</span>
8648
+ <span class="param-type">
8649
+
8650
+ Object
8651
+
8652
+ </span>
8061
8653
 
8062
8654
 
8063
8655
 
@@ -8093,7 +8685,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8093
8685
  <td class="type">
8094
8686
 
8095
8687
 
8096
- <span class="param-type">Object</span>
8688
+ <span class="param-type">
8689
+
8690
+ Object
8691
+
8692
+ </span>
8097
8693
 
8098
8694
 
8099
8695
 
@@ -8129,7 +8725,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8129
8725
  <td class="type">
8130
8726
 
8131
8727
 
8132
- <span class="param-type">Object</span>
8728
+ <span class="param-type">
8729
+
8730
+ Object
8731
+
8732
+ </span>
8133
8733
 
8134
8734
 
8135
8735
 
@@ -8165,7 +8765,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8165
8765
  <td class="type">
8166
8766
 
8167
8767
 
8168
- <span class="param-type">Number</span>
8768
+ <span class="param-type">
8769
+
8770
+ Number
8771
+
8772
+ </span>
8169
8773
 
8170
8774
 
8171
8775
 
@@ -8201,7 +8805,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8201
8805
  <td class="type">
8202
8806
 
8203
8807
 
8204
- <span class="param-type">Number</span>
8808
+ <span class="param-type">
8809
+
8810
+ Number
8811
+
8812
+ </span>
8205
8813
 
8206
8814
 
8207
8815
 
@@ -8237,7 +8845,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8237
8845
  <td class="type">
8238
8846
 
8239
8847
 
8240
- <span class="param-type">function</span>
8848
+ <span class="param-type">
8849
+
8850
+ function
8851
+
8852
+ </span>
8241
8853
 
8242
8854
 
8243
8855
 
@@ -8273,7 +8885,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8273
8885
  <td class="type">
8274
8886
 
8275
8887
 
8276
- <span class="param-type">Object</span>
8888
+ <span class="param-type">
8889
+
8890
+ Object
8891
+
8892
+ </span>
8277
8893
 
8278
8894
 
8279
8895
 
@@ -8309,7 +8925,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8309
8925
  <td class="type">
8310
8926
 
8311
8927
 
8312
- <span class="param-type">Object</span>
8928
+ <span class="param-type">
8929
+
8930
+ Object
8931
+
8932
+ </span>
8313
8933
 
8314
8934
 
8315
8935
 
@@ -8345,7 +8965,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8345
8965
  <td class="type">
8346
8966
 
8347
8967
 
8348
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
8968
+ <span class="param-type">
8969
+
8970
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
8971
+
8972
+ </span>
8349
8973
 
8350
8974
 
8351
8975
 
@@ -8381,7 +9005,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8381
9005
  <td class="type">
8382
9006
 
8383
9007
 
8384
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9008
+ <span class="param-type">
9009
+
9010
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9011
+
9012
+ </span>
8385
9013
 
8386
9014
 
8387
9015
 
@@ -8557,7 +9185,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8557
9185
  <td class="type">
8558
9186
 
8559
9187
 
8560
- <span class="param-type">Object</span>
9188
+ <span class="param-type">
9189
+
9190
+ Object
9191
+
9192
+ </span>
8561
9193
 
8562
9194
 
8563
9195
 
@@ -8591,7 +9223,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8591
9223
  <td class="type">
8592
9224
 
8593
9225
 
8594
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
9226
+ <span class="param-type">
9227
+
9228
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
9229
+
9230
+ </span>
8595
9231
 
8596
9232
 
8597
9233
 
@@ -8629,7 +9265,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8629
9265
  <td class="type">
8630
9266
 
8631
9267
 
8632
- <span class="param-type">Object</span>
9268
+ <span class="param-type">
9269
+
9270
+ Object
9271
+
9272
+ </span>
8633
9273
 
8634
9274
 
8635
9275
 
@@ -8665,7 +9305,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8665
9305
  <td class="type">
8666
9306
 
8667
9307
 
8668
- <span class="param-type">Object</span>
9308
+ <span class="param-type">
9309
+
9310
+ Object
9311
+
9312
+ </span>
8669
9313
 
8670
9314
 
8671
9315
 
@@ -8701,7 +9345,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8701
9345
  <td class="type">
8702
9346
 
8703
9347
 
8704
- <span class="param-type">Object</span>
9348
+ <span class="param-type">
9349
+
9350
+ Object
9351
+
9352
+ </span>
8705
9353
 
8706
9354
 
8707
9355
 
@@ -8737,7 +9385,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8737
9385
  <td class="type">
8738
9386
 
8739
9387
 
8740
- <span class="param-type">Number</span>
9388
+ <span class="param-type">
9389
+
9390
+ Number
9391
+
9392
+ </span>
8741
9393
 
8742
9394
 
8743
9395
 
@@ -8773,7 +9425,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8773
9425
  <td class="type">
8774
9426
 
8775
9427
 
8776
- <span class="param-type">Number</span>
9428
+ <span class="param-type">
9429
+
9430
+ Number
9431
+
9432
+ </span>
8777
9433
 
8778
9434
 
8779
9435
 
@@ -8809,7 +9465,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8809
9465
  <td class="type">
8810
9466
 
8811
9467
 
8812
- <span class="param-type">function</span>
9468
+ <span class="param-type">
9469
+
9470
+ function
9471
+
9472
+ </span>
8813
9473
 
8814
9474
 
8815
9475
 
@@ -8845,7 +9505,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8845
9505
  <td class="type">
8846
9506
 
8847
9507
 
8848
- <span class="param-type">Object</span>
9508
+ <span class="param-type">
9509
+
9510
+ Object
9511
+
9512
+ </span>
8849
9513
 
8850
9514
 
8851
9515
 
@@ -8881,7 +9545,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8881
9545
  <td class="type">
8882
9546
 
8883
9547
 
8884
- <span class="param-type">Object</span>
9548
+ <span class="param-type">
9549
+
9550
+ Object
9551
+
9552
+ </span>
8885
9553
 
8886
9554
 
8887
9555
 
@@ -8917,7 +9585,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8917
9585
  <td class="type">
8918
9586
 
8919
9587
 
8920
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
9588
+ <span class="param-type">
9589
+
9590
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
9591
+
9592
+ </span>
8921
9593
 
8922
9594
 
8923
9595
 
@@ -8953,7 +9625,11 @@ igsSceneLayer.on("layerview-created", function (result) {
8953
9625
  <td class="type">
8954
9626
 
8955
9627
 
8956
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9628
+ <span class="param-type">
9629
+
9630
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9631
+
9632
+ </span>
8957
9633
 
8958
9634
 
8959
9635
 
@@ -9129,7 +9805,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9129
9805
  <td class="type">
9130
9806
 
9131
9807
 
9132
- <span class="param-type">Object</span>
9808
+ <span class="param-type">
9809
+
9810
+ Object
9811
+
9812
+ </span>
9133
9813
 
9134
9814
 
9135
9815
 
@@ -9163,7 +9843,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9163
9843
  <td class="type">
9164
9844
 
9165
9845
 
9166
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
9846
+ <span class="param-type">
9847
+
9848
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
9849
+
9850
+ </span>
9167
9851
 
9168
9852
 
9169
9853
 
@@ -9201,7 +9885,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9201
9885
  <td class="type">
9202
9886
 
9203
9887
 
9204
- <span class="param-type">Object</span>
9888
+ <span class="param-type">
9889
+
9890
+ Object
9891
+
9892
+ </span>
9205
9893
 
9206
9894
 
9207
9895
 
@@ -9237,7 +9925,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9237
9925
  <td class="type">
9238
9926
 
9239
9927
 
9240
- <span class="param-type">Object</span>
9928
+ <span class="param-type">
9929
+
9930
+ Object
9931
+
9932
+ </span>
9241
9933
 
9242
9934
 
9243
9935
 
@@ -9273,7 +9965,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9273
9965
  <td class="type">
9274
9966
 
9275
9967
 
9276
- <span class="param-type">Object</span>
9968
+ <span class="param-type">
9969
+
9970
+ Object
9971
+
9972
+ </span>
9277
9973
 
9278
9974
 
9279
9975
 
@@ -9309,7 +10005,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9309
10005
  <td class="type">
9310
10006
 
9311
10007
 
9312
- <span class="param-type">Object</span>
10008
+ <span class="param-type">
10009
+
10010
+ Object
10011
+
10012
+ </span>
9313
10013
 
9314
10014
 
9315
10015
 
@@ -9345,7 +10045,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9345
10045
  <td class="type">
9346
10046
 
9347
10047
 
9348
- <span class="param-type">Object</span>
10048
+ <span class="param-type">
10049
+
10050
+ Object
10051
+
10052
+ </span>
9349
10053
 
9350
10054
 
9351
10055
 
@@ -9381,7 +10085,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9381
10085
  <td class="type">
9382
10086
 
9383
10087
 
9384
- <span class="param-type">Object</span>
10088
+ <span class="param-type">
10089
+
10090
+ Object
10091
+
10092
+ </span>
9385
10093
 
9386
10094
 
9387
10095
 
@@ -9417,7 +10125,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9417
10125
  <td class="type">
9418
10126
 
9419
10127
 
9420
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
10128
+ <span class="param-type">
10129
+
10130
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
10131
+
10132
+ </span>
9421
10133
 
9422
10134
 
9423
10135
 
@@ -9453,7 +10165,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9453
10165
  <td class="type">
9454
10166
 
9455
10167
 
9456
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10168
+ <span class="param-type">
10169
+
10170
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
10171
+
10172
+ </span>
9457
10173
 
9458
10174
 
9459
10175
 
@@ -9489,7 +10205,11 @@ igsSceneLayer.on("layerview-created", function (result) {
9489
10205
  <td class="type">
9490
10206
 
9491
10207
 
9492
- <span class="param-type">Object</span>
10208
+ <span class="param-type">
10209
+
10210
+ Object
10211
+
10212
+ </span>
9493
10213
 
9494
10214
 
9495
10215