@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
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>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="map"><code>map</code></td>
107
+ <td class="name"><code>map</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type"><a 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>
118
+
109
119
 
110
120
 
111
121
 
@@ -127,13 +137,18 @@
127
137
 
128
138
  <tr class="deep-level-1">
129
139
 
130
- <td class="name" id="viewId"><code>viewId</code></td>
140
+ <td class="name"><code>viewId</code></td>
131
141
 
132
142
 
133
143
  <td class="type">
134
144
 
135
145
 
136
- <span class="param-type">String</span>
146
+ <span class="param-type">
147
+
148
+ String
149
+
150
+ </span>
151
+
137
152
 
138
153
 
139
154
 
@@ -268,11 +283,16 @@
268
283
  <tbody>
269
284
 
270
285
  <tr class="deep-level-0">
271
- <td class="name"><code><a href="BaseView.html#_spatialReference">_spatialReference</a></code></td>
286
+ <td class="name"><code><a href="#_spatialReference">_spatialReference</a></code></td>
272
287
  <td class="name">
273
288
  <code>
274
289
 
275
- <span class="param-type"><a 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>
295
+
276
296
 
277
297
 
278
298
  </code>
@@ -281,11 +301,16 @@
281
301
  </tr>
282
302
 
283
303
  <tr class="deep-level-0">
284
- <td class="name"><code><a href="BaseView.html#allLayerViews">allLayerViews</a></code></td>
304
+ <td class="name"><code><a href="#allLayerViews">allLayerViews</a></code></td>
285
305
  <td class="name">
286
306
  <code>
287
307
 
288
- <span class="param-type"><a 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>
313
+
289
314
 
290
315
 
291
316
  </code>
@@ -294,11 +319,16 @@
294
319
  </tr>
295
320
 
296
321
  <tr class="deep-level-0">
297
- <td class="name"><code><a href="BaseView.html#basemapLayerViews">basemapLayerViews</a></code></td>
322
+ <td class="name"><code><a href="#basemapLayerViews">basemapLayerViews</a></code></td>
298
323
  <td class="name">
299
324
  <code>
300
325
 
301
- <span class="param-type"><a 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>
331
+
302
332
 
303
333
 
304
334
  </code>
@@ -307,11 +337,16 @@
307
337
  </tr>
308
338
 
309
339
  <tr class="deep-level-0">
310
- <td class="name"><code><a href="BaseView.html#center">center</a></code></td>
340
+ <td class="name"><code><a href="#center">center</a></code></td>
311
341
  <td class="name">
312
342
  <code>
313
343
 
314
- <span class="param-type">Array</span>
344
+ <span class="param-type">
345
+
346
+ Array
347
+
348
+ </span>
349
+
315
350
 
316
351
 
317
352
  </code>
@@ -320,11 +355,16 @@
320
355
  </tr>
321
356
 
322
357
  <tr class="deep-level-0">
323
- <td class="name"><code><a href="BaseView.html#cursor">cursor</a></code></td>
358
+ <td class="name"><code><a href="#cursor">cursor</a></code></td>
324
359
  <td class="name">
325
360
  <code>
326
361
 
327
- <span class="param-type">String</span>
362
+ <span class="param-type">
363
+
364
+ String
365
+
366
+ </span>
367
+
328
368
 
329
369
 
330
370
  </code>
@@ -333,11 +373,16 @@
333
373
  </tr>
334
374
 
335
375
  <tr class="deep-level-0">
336
- <td class="name"><code><a href="BaseView.html#layerViews">layerViews</a></code></td>
376
+ <td class="name"><code><a href="#layerViews">layerViews</a></code></td>
337
377
  <td class="name">
338
378
  <code>
339
379
 
340
- <span class="param-type"><a 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>
385
+
341
386
 
342
387
 
343
388
  </code>
@@ -346,11 +391,16 @@
346
391
  </tr>
347
392
 
348
393
  <tr class="deep-level-0">
349
- <td class="name"><code><a href="BaseView.html#map">map</a></code></td>
394
+ <td class="name"><code><a href="#map">map</a></code></td>
350
395
  <td class="name">
351
396
  <code>
352
397
 
353
- <span class="param-type"><a 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>
403
+
354
404
 
355
405
 
356
406
  </code>
@@ -359,11 +409,16 @@
359
409
  </tr>
360
410
 
361
411
  <tr class="deep-level-0">
362
- <td class="name"><code><a href="BaseView.html#maxScale">maxScale</a></code></td>
412
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
363
413
  <td class="name">
364
414
  <code>
365
415
 
366
- <span class="param-type">Number</span>
416
+ <span class="param-type">
417
+
418
+ Number
419
+
420
+ </span>
421
+
367
422
 
368
423
 
369
424
  </code>
@@ -372,11 +427,16 @@
372
427
  </tr>
373
428
 
374
429
  <tr class="deep-level-0">
375
- <td class="name"><code><a href="BaseView.html#maxZoom">maxZoom</a></code></td>
430
+ <td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
376
431
  <td class="name">
377
432
  <code>
378
433
 
379
- <span class="param-type">Number</span>
434
+ <span class="param-type">
435
+
436
+ Number
437
+
438
+ </span>
439
+
380
440
 
381
441
 
382
442
  </code>
@@ -385,11 +445,16 @@
385
445
  </tr>
386
446
 
387
447
  <tr class="deep-level-0">
388
- <td class="name"><code><a href="BaseView.html#minScale">minScale</a></code></td>
448
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
389
449
  <td class="name">
390
450
  <code>
391
451
 
392
- <span class="param-type">Number</span>
452
+ <span class="param-type">
453
+
454
+ Number
455
+
456
+ </span>
457
+
393
458
 
394
459
 
395
460
  </code>
@@ -398,11 +463,16 @@
398
463
  </tr>
399
464
 
400
465
  <tr class="deep-level-0">
401
- <td class="name"><code><a href="BaseView.html#minZoom">minZoom</a></code></td>
466
+ <td class="name"><code><a href="#minZoom">minZoom</a></code></td>
402
467
  <td class="name">
403
468
  <code>
404
469
 
405
- <span class="param-type">Number</span>
470
+ <span class="param-type">
471
+
472
+ Number
473
+
474
+ </span>
475
+
406
476
 
407
477
 
408
478
  </code>
@@ -411,11 +481,16 @@
411
481
  </tr>
412
482
 
413
483
  <tr class="deep-level-0">
414
- <td class="name"><code><a href="BaseView.html#popup">popup</a></code></td>
484
+ <td class="name"><code><a href="#popup">popup</a></code></td>
415
485
  <td class="name">
416
486
  <code>
417
487
 
418
- <span class="param-type">Object</span>
488
+ <span class="param-type">
489
+
490
+ Object
491
+
492
+ </span>
493
+
419
494
 
420
495
 
421
496
  </code>
@@ -424,11 +499,16 @@
424
499
  </tr>
425
500
 
426
501
  <tr class="deep-level-0">
427
- <td class="name"><code><a href="BaseView.html#rotation">rotation</a></code></td>
502
+ <td class="name"><code><a href="#rotation">rotation</a></code></td>
428
503
  <td class="name">
429
504
  <code>
430
505
 
431
- <span class="param-type">Number</span>
506
+ <span class="param-type">
507
+
508
+ Number
509
+
510
+ </span>
511
+
432
512
 
433
513
 
434
514
  </code>
@@ -437,11 +517,16 @@
437
517
  </tr>
438
518
 
439
519
  <tr class="deep-level-0">
440
- <td class="name"><code><a href="BaseView.html#scale">scale</a></code></td>
520
+ <td class="name"><code><a href="#scale">scale</a></code></td>
441
521
  <td class="name">
442
522
  <code>
443
523
 
444
- <span class="param-type">Number</span>
524
+ <span class="param-type">
525
+
526
+ Number
527
+
528
+ </span>
529
+
445
530
 
446
531
 
447
532
  </code>
@@ -450,11 +535,16 @@
450
535
  </tr>
451
536
 
452
537
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="BaseView.html#stationary">stationary</a></code></td>
538
+ <td class="name"><code><a href="#stationary">stationary</a></code></td>
454
539
  <td class="name">
455
540
  <code>
456
541
 
457
- <span class="param-type">Boolean</span>
542
+ <span class="param-type">
543
+
544
+ Boolean
545
+
546
+ </span>
547
+
458
548
 
459
549
 
460
550
  </code>
@@ -463,11 +553,16 @@
463
553
  </tr>
464
554
 
465
555
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="BaseView.html#zoom">zoom</a></code></td>
556
+ <td class="name"><code><a href="#zoom">zoom</a></code></td>
467
557
  <td class="name">
468
558
  <code>
469
559
 
470
- <span class="param-type">Number</span>
560
+ <span class="param-type">
561
+
562
+ Number
563
+
564
+ </span>
565
+
471
566
 
472
567
 
473
568
  </code>
@@ -486,7 +581,12 @@
486
581
  <span class="method-parameter is-pulled-right">
487
582
  <label>类型:</label>
488
583
 
489
- <span class="param-type"><a 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>
589
+
490
590
 
491
591
 
492
592
  </span>
@@ -560,7 +660,12 @@
560
660
  <span class="method-parameter is-pulled-right">
561
661
  <label>类型:</label>
562
662
 
563
- <span class="param-type"><a 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>
668
+
564
669
 
565
670
 
566
671
  </span>
@@ -634,7 +739,12 @@
634
739
  <span class="method-parameter is-pulled-right">
635
740
  <label>类型:</label>
636
741
 
637
- <span class="param-type"><a 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>
747
+
638
748
 
639
749
 
640
750
  </span>
@@ -708,7 +818,12 @@
708
818
  <span class="method-parameter is-pulled-right">
709
819
  <label>类型:</label>
710
820
 
711
- <span class="param-type">Array</span>
821
+ <span class="param-type">
822
+
823
+ Array
824
+
825
+ </span>
826
+
712
827
 
713
828
 
714
829
  </span>
@@ -778,7 +893,12 @@
778
893
  <span class="method-parameter is-pulled-right">
779
894
  <label>类型:</label>
780
895
 
781
- <span class="param-type">String</span>
896
+ <span class="param-type">
897
+
898
+ String
899
+
900
+ </span>
901
+
782
902
 
783
903
 
784
904
  </span>
@@ -848,7 +968,12 @@
848
968
  <span class="method-parameter is-pulled-right">
849
969
  <label>类型:</label>
850
970
 
851
- <span class="param-type"><a 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>
976
+
852
977
 
853
978
 
854
979
  </span>
@@ -922,7 +1047,12 @@
922
1047
  <span class="method-parameter is-pulled-right">
923
1048
  <label>类型:</label>
924
1049
 
925
- <span class="param-type"><a 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>
1055
+
926
1056
 
927
1057
 
928
1058
  </span>
@@ -992,7 +1122,12 @@
992
1122
  <span class="method-parameter is-pulled-right">
993
1123
  <label>类型:</label>
994
1124
 
995
- <span class="param-type">Number</span>
1125
+ <span class="param-type">
1126
+
1127
+ Number
1128
+
1129
+ </span>
1130
+
996
1131
 
997
1132
 
998
1133
  </span>
@@ -1062,7 +1197,12 @@
1062
1197
  <span class="method-parameter is-pulled-right">
1063
1198
  <label>类型:</label>
1064
1199
 
1065
- <span class="param-type">Number</span>
1200
+ <span class="param-type">
1201
+
1202
+ Number
1203
+
1204
+ </span>
1205
+
1066
1206
 
1067
1207
 
1068
1208
  </span>
@@ -1132,7 +1272,12 @@
1132
1272
  <span class="method-parameter is-pulled-right">
1133
1273
  <label>类型:</label>
1134
1274
 
1135
- <span class="param-type">Number</span>
1275
+ <span class="param-type">
1276
+
1277
+ Number
1278
+
1279
+ </span>
1280
+
1136
1281
 
1137
1282
 
1138
1283
  </span>
@@ -1202,7 +1347,12 @@
1202
1347
  <span class="method-parameter is-pulled-right">
1203
1348
  <label>类型:</label>
1204
1349
 
1205
- <span class="param-type">Number</span>
1350
+ <span class="param-type">
1351
+
1352
+ Number
1353
+
1354
+ </span>
1355
+
1206
1356
 
1207
1357
 
1208
1358
  </span>
@@ -1272,7 +1422,12 @@
1272
1422
  <span class="method-parameter is-pulled-right">
1273
1423
  <label>类型:</label>
1274
1424
 
1275
- <span class="param-type">Object</span>
1425
+ <span class="param-type">
1426
+
1427
+ Object
1428
+
1429
+ </span>
1430
+
1276
1431
 
1277
1432
 
1278
1433
  </span>
@@ -1342,7 +1497,12 @@
1342
1497
  <span class="method-parameter is-pulled-right">
1343
1498
  <label>类型:</label>
1344
1499
 
1345
- <span class="param-type">Number</span>
1500
+ <span class="param-type">
1501
+
1502
+ Number
1503
+
1504
+ </span>
1505
+
1346
1506
 
1347
1507
 
1348
1508
  </span>
@@ -1412,7 +1572,12 @@
1412
1572
  <span class="method-parameter is-pulled-right">
1413
1573
  <label>类型:</label>
1414
1574
 
1415
- <span class="param-type">Number</span>
1575
+ <span class="param-type">
1576
+
1577
+ Number
1578
+
1579
+ </span>
1580
+
1416
1581
 
1417
1582
 
1418
1583
  </span>
@@ -1482,7 +1647,12 @@
1482
1647
  <span class="method-parameter is-pulled-right">
1483
1648
  <label>类型:</label>
1484
1649
 
1485
- <span class="param-type">Boolean</span>
1650
+ <span class="param-type">
1651
+
1652
+ Boolean
1653
+
1654
+ </span>
1655
+
1486
1656
 
1487
1657
 
1488
1658
  </span>
@@ -1556,7 +1726,12 @@
1556
1726
  <span class="method-parameter is-pulled-right">
1557
1727
  <label>类型:</label>
1558
1728
 
1559
- <span class="param-type">Number</span>
1729
+ <span class="param-type">
1730
+
1731
+ Number
1732
+
1733
+ </span>
1734
+
1560
1735
 
1561
1736
 
1562
1737
  </span>
@@ -1642,15 +1817,24 @@
1642
1817
  <tbody>
1643
1818
 
1644
1819
  <tr class="deep-level-0">
1645
- <td class="name"><code><a href="BaseView.html#getInnerLayer">getInnerLayer</a></code></td>
1820
+ <td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
1646
1821
  <td class="name">
1647
1822
  <code>
1648
1823
 
1649
1824
 
1650
- <span class="param-type">Object</span>
1825
+ <span class="param-type">
1826
+
1827
+ Object
1828
+
1829
+ </span>
1651
1830
  |
1652
1831
 
1653
- <span class="param-type">null</span>
1832
+ <span class="param-type">
1833
+
1834
+ null
1835
+
1836
+ </span>
1837
+
1654
1838
 
1655
1839
 
1656
1840
 
@@ -1660,12 +1844,17 @@
1660
1844
  </tr>
1661
1845
 
1662
1846
  <tr class="deep-level-0">
1663
- <td class="name"><code><a href="BaseView.html#getInnerView">getInnerView</a></code></td>
1847
+ <td class="name"><code><a href="#getInnerView">getInnerView</a></code></td>
1664
1848
  <td class="name">
1665
1849
  <code>
1666
1850
 
1667
1851
 
1668
- <span class="param-type">Object</span>
1852
+ <span class="param-type">
1853
+
1854
+ Object
1855
+
1856
+ </span>
1857
+
1669
1858
 
1670
1859
 
1671
1860
 
@@ -1675,12 +1864,17 @@
1675
1864
  </tr>
1676
1865
 
1677
1866
  <tr class="deep-level-0">
1678
- <td class="name"><code><a href="BaseView.html#getLayer">getLayer</a></code></td>
1867
+ <td class="name"><code><a href="#getLayer">getLayer</a></code></td>
1679
1868
  <td class="name">
1680
1869
  <code>
1681
1870
 
1682
1871
 
1683
- <span class="param-type"><a 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>
1877
+
1684
1878
 
1685
1879
 
1686
1880
 
@@ -1690,7 +1884,7 @@
1690
1884
  </tr>
1691
1885
 
1692
1886
  <tr class="deep-level-0">
1693
- <td class="name"><code><a href="BaseView.html#setMap">setMap</a></code></td>
1887
+ <td class="name"><code><a href="#setMap">setMap</a></code></td>
1694
1888
  <td class="name">
1695
1889
  <code>
1696
1890
 
@@ -1700,12 +1894,17 @@
1700
1894
  </tr>
1701
1895
 
1702
1896
  <tr class="deep-level-0">
1703
- <td class="name"><code><a href="BaseView.html#toJSON">toJSON</a></code></td>
1897
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1704
1898
  <td class="name">
1705
1899
  <code>
1706
1900
 
1707
1901
 
1708
- <span class="param-type">Object</span>
1902
+ <span class="param-type">
1903
+
1904
+ Object
1905
+
1906
+ </span>
1907
+
1709
1908
 
1710
1909
 
1711
1910
 
@@ -1772,16 +1971,25 @@
1772
1971
 
1773
1972
  <tr class="deep-level-0">
1774
1973
 
1775
- <td class="name" id="layer"><code>layer</code></td>
1974
+ <td class="name"><code>layer</code></td>
1776
1975
 
1777
1976
 
1778
1977
  <td class="type">
1779
1978
 
1780
1979
 
1781
- <span class="param-type">Object</span>
1980
+ <span class="param-type">
1981
+
1982
+ Object
1983
+
1984
+ </span>
1782
1985
  |
1783
1986
 
1784
- <span class="param-type">String</span>
1987
+ <span class="param-type">
1988
+
1989
+ String
1990
+
1991
+ </span>
1992
+
1785
1993
 
1786
1994
 
1787
1995
 
@@ -1869,10 +2077,19 @@
1869
2077
  <div class='column is-5 has-text-left'>
1870
2078
  <label>类型: </label>
1871
2079
 
1872
- <span class="param-type">Object</span>
2080
+ <span class="param-type">
2081
+
2082
+ Object
2083
+
2084
+ </span>
1873
2085
  |
1874
2086
 
1875
- <span class="param-type">null</span>
2087
+ <span class="param-type">
2088
+
2089
+ null
2090
+
2091
+ </span>
2092
+
1876
2093
 
1877
2094
 
1878
2095
  </div>
@@ -2009,7 +2226,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2009
2226
  <div class='column is-5 has-text-left'>
2010
2227
  <label>类型: </label>
2011
2228
 
2012
- <span class="param-type">Object</span>
2229
+ <span class="param-type">
2230
+
2231
+ Object
2232
+
2233
+ </span>
2234
+
2013
2235
 
2014
2236
 
2015
2237
  </div>
@@ -2080,13 +2302,18 @@ igsSceneLayer.on("layerview-created", function (result) {
2080
2302
 
2081
2303
  <tr class="deep-level-0">
2082
2304
 
2083
- <td class="name" id="layerId"><code>layerId</code></td>
2305
+ <td class="name"><code>layerId</code></td>
2084
2306
 
2085
2307
 
2086
2308
  <td class="type">
2087
2309
 
2088
2310
 
2089
- <span class="param-type">String</span>
2311
+ <span class="param-type">
2312
+
2313
+ String
2314
+
2315
+ </span>
2316
+
2090
2317
 
2091
2318
 
2092
2319
 
@@ -2174,7 +2401,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2174
2401
  <div class='column is-5 has-text-left'>
2175
2402
  <label>类型: </label>
2176
2403
 
2177
- <span class="param-type"><a 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>
2409
+
2178
2410
 
2179
2411
 
2180
2412
  </div>
@@ -2245,13 +2477,18 @@ igsSceneLayer.on("layerview-created", function (result) {
2245
2477
 
2246
2478
  <tr class="deep-level-0">
2247
2479
 
2248
- <td class="name" id="map"><code>map</code></td>
2480
+ <td class="name"><code>map</code></td>
2249
2481
 
2250
2482
 
2251
2483
  <td class="type">
2252
2484
 
2253
2485
 
2254
- <span class="param-type"><a 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>
2491
+
2255
2492
 
2256
2493
 
2257
2494
 
@@ -2430,7 +2667,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2430
2667
  <div class='column is-5 has-text-left'>
2431
2668
  <label>类型: </label>
2432
2669
 
2433
- <span class="param-type">Object</span>
2670
+ <span class="param-type">
2671
+
2672
+ Object
2673
+
2674
+ </span>
2675
+
2434
2676
 
2435
2677
 
2436
2678
  </div>
@@ -2469,77 +2711,77 @@ igsSceneLayer.on("layerview-created", function (result) {
2469
2711
  <tbody>
2470
2712
 
2471
2713
  <tr class="deep-level-0">
2472
- <td class="name"><code><a href="BaseView.html#地图大小变化事件">地图大小变化事件</a></code></td>
2714
+ <td class="name"><code><a href="#地图大小变化事件">地图大小变化事件</a></code></td>
2473
2715
  <td class="name"><code>地图大小变化事件</code></td>
2474
2716
  </tr>
2475
2717
 
2476
2718
  <tr class="deep-level-0">
2477
- <td class="name"><code><a href="BaseView.html#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
2719
+ <td class="name"><code><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
2478
2720
  <td class="name"><code>地图视图加载完毕事件</code></td>
2479
2721
  </tr>
2480
2722
 
2481
2723
  <tr class="deep-level-0">
2482
- <td class="name"><code><a href="BaseView.html#地图视图改变事件">地图视图改变事件</a></code></td>
2724
+ <td class="name"><code><a href="#地图视图改变事件">地图视图改变事件</a></code></td>
2483
2725
  <td class="name"><code>地图视图改变事件</code></td>
2484
2726
  </tr>
2485
2727
 
2486
2728
  <tr class="deep-level-0">
2487
- <td class="name"><code><a href="BaseView.html#视图图层创建事件">视图图层创建事件</a></code></td>
2729
+ <td class="name"><code><a href="#视图图层创建事件">视图图层创建事件</a></code></td>
2488
2730
  <td class="name"><code>视图图层创建事件</code></td>
2489
2731
  </tr>
2490
2732
 
2491
2733
  <tr class="deep-level-0">
2492
- <td class="name"><code><a href="BaseView.html#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
2734
+ <td class="name"><code><a href="#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
2493
2735
  <td class="name"><code>视图图层创建错误事件</code></td>
2494
2736
  </tr>
2495
2737
 
2496
2738
  <tr class="deep-level-0">
2497
- <td class="name"><code><a href="BaseView.html#视图图层移除事件">视图图层移除事件</a></code></td>
2739
+ <td class="name"><code><a href="#视图图层移除事件">视图图层移除事件</a></code></td>
2498
2740
  <td class="name"><code>视图图层移除事件</code></td>
2499
2741
  </tr>
2500
2742
 
2501
2743
  <tr class="deep-level-0">
2502
- <td class="name"><code><a href="BaseView.html#键盘抬起事件">键盘抬起事件</a></code></td>
2744
+ <td class="name"><code><a href="#键盘抬起事件">键盘抬起事件</a></code></td>
2503
2745
  <td class="name"><code>键盘抬起事件</code></td>
2504
2746
  </tr>
2505
2747
 
2506
2748
  <tr class="deep-level-0">
2507
- <td class="name"><code><a href="BaseView.html#键盘按下事件">键盘按下事件</a></code></td>
2749
+ <td class="name"><code><a href="#键盘按下事件">键盘按下事件</a></code></td>
2508
2750
  <td class="name"><code>键盘按下事件</code></td>
2509
2751
  </tr>
2510
2752
 
2511
2753
  <tr class="deep-level-0">
2512
- <td class="name"><code><a href="BaseView.html#鼠标双击事件">鼠标双击事件</a></code></td>
2754
+ <td class="name"><code><a href="#鼠标双击事件">鼠标双击事件</a></code></td>
2513
2755
  <td class="name"><code>鼠标双击事件</code></td>
2514
2756
  </tr>
2515
2757
 
2516
2758
  <tr class="deep-level-0">
2517
- <td class="name"><code><a href="BaseView.html#鼠标抬起事件">鼠标抬起事件</a></code></td>
2759
+ <td class="name"><code><a href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
2518
2760
  <td class="name"><code>鼠标抬起事件</code></td>
2519
2761
  </tr>
2520
2762
 
2521
2763
  <tr class="deep-level-0">
2522
- <td class="name"><code><a href="BaseView.html#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
2764
+ <td class="name"><code><a href="#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
2523
2765
  <td class="name"><code>鼠标拖拽事件</code></td>
2524
2766
  </tr>
2525
2767
 
2526
2768
  <tr class="deep-level-0">
2527
- <td class="name"><code><a href="BaseView.html#鼠标按下事件">鼠标按下事件</a></code></td>
2769
+ <td class="name"><code><a href="#鼠标按下事件">鼠标按下事件</a></code></td>
2528
2770
  <td class="name"><code>鼠标按下事件</code></td>
2529
2771
  </tr>
2530
2772
 
2531
2773
  <tr class="deep-level-0">
2532
- <td class="name"><code><a href="BaseView.html#鼠标点击事件">鼠标点击事件</a></code></td>
2774
+ <td class="name"><code><a href="#鼠标点击事件">鼠标点击事件</a></code></td>
2533
2775
  <td class="name"><code>鼠标点击事件</code></td>
2534
2776
  </tr>
2535
2777
 
2536
2778
  <tr class="deep-level-0">
2537
- <td class="name"><code><a href="BaseView.html#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
2779
+ <td class="name"><code><a href="#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
2538
2780
  <td class="name"><code>鼠标点击立即响应事件</code></td>
2539
2781
  </tr>
2540
2782
 
2541
2783
  <tr class="deep-level-0">
2542
- <td class="name"><code><a href="BaseView.html#鼠标移动事件">鼠标移动事件</a></code></td>
2784
+ <td class="name"><code><a href="#鼠标移动事件">鼠标移动事件</a></code></td>
2543
2785
  <td class="name"><code>鼠标移动事件</code></td>
2544
2786
  </tr>
2545
2787
 
@@ -2615,7 +2857,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2615
2857
  <td class="type">
2616
2858
 
2617
2859
 
2618
- <span class="param-type">Object</span>
2860
+ <span class="param-type">
2861
+
2862
+ Object
2863
+
2864
+ </span>
2865
+
2619
2866
 
2620
2867
 
2621
2868
 
@@ -2648,7 +2895,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2648
2895
  <td class="type">
2649
2896
 
2650
2897
 
2651
- <span class="param-type"><a 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>
2903
+
2652
2904
 
2653
2905
 
2654
2906
 
@@ -2685,7 +2937,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2685
2937
  <td class="type">
2686
2938
 
2687
2939
 
2688
- <span class="param-type">Number</span>
2940
+ <span class="param-type">
2941
+
2942
+ Number
2943
+
2944
+ </span>
2945
+
2689
2946
 
2690
2947
 
2691
2948
 
@@ -2720,7 +2977,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2720
2977
  <td class="type">
2721
2978
 
2722
2979
 
2723
- <span class="param-type">Number</span>
2980
+ <span class="param-type">
2981
+
2982
+ Number
2983
+
2984
+ </span>
2985
+
2724
2986
 
2725
2987
 
2726
2988
 
@@ -2755,7 +3017,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2755
3017
  <td class="type">
2756
3018
 
2757
3019
 
2758
- <span class="param-type">Number</span>
3020
+ <span class="param-type">
3021
+
3022
+ Number
3023
+
3024
+ </span>
3025
+
2759
3026
 
2760
3027
 
2761
3028
 
@@ -2790,7 +3057,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2790
3057
  <td class="type">
2791
3058
 
2792
3059
 
2793
- <span class="param-type">Number</span>
3060
+ <span class="param-type">
3061
+
3062
+ Number
3063
+
3064
+ </span>
3065
+
2794
3066
 
2795
3067
 
2796
3068
 
@@ -2825,7 +3097,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2825
3097
  <td class="type">
2826
3098
 
2827
3099
 
2828
- <span class="param-type"><a 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>
3105
+
2829
3106
 
2830
3107
 
2831
3108
 
@@ -2860,7 +3137,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2860
3137
  <td class="type">
2861
3138
 
2862
3139
 
2863
- <span class="param-type"><a 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>
3145
+
2864
3146
 
2865
3147
 
2866
3148
 
@@ -2895,7 +3177,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2895
3177
  <td class="type">
2896
3178
 
2897
3179
 
2898
- <span class="param-type">Object</span>
3180
+ <span class="param-type">
3181
+
3182
+ Object
3183
+
3184
+ </span>
3185
+
2899
3186
 
2900
3187
 
2901
3188
 
@@ -3061,7 +3348,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3061
3348
  <td class="type">
3062
3349
 
3063
3350
 
3064
- <span class="param-type">Object</span>
3351
+ <span class="param-type">
3352
+
3353
+ Object
3354
+
3355
+ </span>
3356
+
3065
3357
 
3066
3358
 
3067
3359
 
@@ -3217,7 +3509,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3217
3509
  <td class="type">
3218
3510
 
3219
3511
 
3220
- <span class="param-type">Object</span>
3512
+ <span class="param-type">
3513
+
3514
+ Object
3515
+
3516
+ </span>
3517
+
3221
3518
 
3222
3519
 
3223
3520
 
@@ -3250,7 +3547,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3250
3547
  <td class="type">
3251
3548
 
3252
3549
 
3253
- <span class="param-type"><a 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>
3555
+
3254
3556
 
3255
3557
 
3256
3558
 
@@ -3287,7 +3589,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3287
3589
  <td class="type">
3288
3590
 
3289
3591
 
3290
- <span class="param-type"><a 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>
3597
+
3291
3598
 
3292
3599
 
3293
3600
 
@@ -3322,7 +3629,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3322
3629
  <td class="type">
3323
3630
 
3324
3631
 
3325
- <span class="param-type"><a 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>
3637
+
3326
3638
 
3327
3639
 
3328
3640
 
@@ -3357,7 +3669,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3357
3669
  <td class="type">
3358
3670
 
3359
3671
 
3360
- <span class="param-type">Number</span>
3672
+ <span class="param-type">
3673
+
3674
+ Number
3675
+
3676
+ </span>
3677
+
3361
3678
 
3362
3679
 
3363
3680
 
@@ -3392,7 +3709,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3392
3709
  <td class="type">
3393
3710
 
3394
3711
 
3395
- <span class="param-type">Number</span>
3712
+ <span class="param-type">
3713
+
3714
+ Number
3715
+
3716
+ </span>
3717
+
3396
3718
 
3397
3719
 
3398
3720
 
@@ -3427,7 +3749,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3427
3749
  <td class="type">
3428
3750
 
3429
3751
 
3430
- <span class="param-type"><a 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>
3757
+
3431
3758
 
3432
3759
 
3433
3760
 
@@ -3597,7 +3924,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3597
3924
  <td class="type">
3598
3925
 
3599
3926
 
3600
- <span class="param-type">Object</span>
3927
+ <span class="param-type">
3928
+
3929
+ Object
3930
+
3931
+ </span>
3932
+
3601
3933
 
3602
3934
 
3603
3935
 
@@ -3630,7 +3962,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3630
3962
  <td class="type">
3631
3963
 
3632
3964
 
3633
- <span class="param-type"><a 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>
3970
+
3634
3971
 
3635
3972
 
3636
3973
 
@@ -3667,7 +4004,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3667
4004
  <td class="type">
3668
4005
 
3669
4006
 
3670
- <span class="param-type"><a 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>
4012
+
3671
4013
 
3672
4014
 
3673
4015
 
@@ -3702,7 +4044,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3702
4044
  <td class="type">
3703
4045
 
3704
4046
 
3705
- <span class="param-type"><a 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>
4052
+
3706
4053
 
3707
4054
 
3708
4055
 
@@ -3737,7 +4084,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3737
4084
  <td class="type">
3738
4085
 
3739
4086
 
3740
- <span class="param-type"><a 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>
4092
+
3741
4093
 
3742
4094
 
3743
4095
 
@@ -3907,7 +4259,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3907
4259
  <td class="type">
3908
4260
 
3909
4261
 
3910
- <span class="param-type">Object</span>
4262
+ <span class="param-type">
4263
+
4264
+ Object
4265
+
4266
+ </span>
4267
+
3911
4268
 
3912
4269
 
3913
4270
 
@@ -3940,7 +4297,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3940
4297
  <td class="type">
3941
4298
 
3942
4299
 
3943
- <span class="param-type"><a 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>
4305
+
3944
4306
 
3945
4307
 
3946
4308
 
@@ -3977,7 +4339,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3977
4339
  <td class="type">
3978
4340
 
3979
4341
 
3980
- <span class="param-type"><a 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>
4347
+
3981
4348
 
3982
4349
 
3983
4350
 
@@ -4012,7 +4379,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4012
4379
  <td class="type">
4013
4380
 
4014
4381
 
4015
- <span class="param-type"><a 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>
4387
+
4016
4388
 
4017
4389
 
4018
4390
 
@@ -4047,7 +4419,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4047
4419
  <td class="type">
4048
4420
 
4049
4421
 
4050
- <span class="param-type">String</span>
4422
+ <span class="param-type">
4423
+
4424
+ String
4425
+
4426
+ </span>
4427
+
4051
4428
 
4052
4429
 
4053
4430
 
@@ -4217,7 +4594,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4217
4594
  <td class="type">
4218
4595
 
4219
4596
 
4220
- <span class="param-type">Object</span>
4597
+ <span class="param-type">
4598
+
4599
+ Object
4600
+
4601
+ </span>
4602
+
4221
4603
 
4222
4604
 
4223
4605
 
@@ -4250,7 +4632,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4250
4632
  <td class="type">
4251
4633
 
4252
4634
 
4253
- <span class="param-type"><a 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>
4640
+
4254
4641
 
4255
4642
 
4256
4643
 
@@ -4287,7 +4674,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4287
4674
  <td class="type">
4288
4675
 
4289
4676
 
4290
- <span class="param-type"><a 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>
4682
+
4291
4683
 
4292
4684
 
4293
4685
 
@@ -4322,7 +4714,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4322
4714
  <td class="type">
4323
4715
 
4324
4716
 
4325
- <span class="param-type"><a 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>
4722
+
4326
4723
 
4327
4724
 
4328
4725
 
@@ -4357,7 +4754,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4357
4754
  <td class="type">
4358
4755
 
4359
4756
 
4360
- <span class="param-type"><a 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>
4762
+
4361
4763
 
4362
4764
 
4363
4765
 
@@ -4527,7 +4929,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4527
4929
  <td class="type">
4528
4930
 
4529
4931
 
4530
- <span class="param-type">Object</span>
4932
+ <span class="param-type">
4933
+
4934
+ Object
4935
+
4936
+ </span>
4937
+
4531
4938
 
4532
4939
 
4533
4940
 
@@ -4560,7 +4967,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4560
4967
  <td class="type">
4561
4968
 
4562
4969
 
4563
- <span class="param-type"><a 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>
4975
+
4564
4976
 
4565
4977
 
4566
4978
 
@@ -4597,7 +5009,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4597
5009
  <td class="type">
4598
5010
 
4599
5011
 
4600
- <span class="param-type">String</span>
5012
+ <span class="param-type">
5013
+
5014
+ String
5015
+
5016
+ </span>
5017
+
4601
5018
 
4602
5019
 
4603
5020
 
@@ -4632,7 +5049,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4632
5049
  <td class="type">
4633
5050
 
4634
5051
 
4635
- <span class="param-type">Number</span>
5052
+ <span class="param-type">
5053
+
5054
+ Number
5055
+
5056
+ </span>
5057
+
4636
5058
 
4637
5059
 
4638
5060
 
@@ -4667,7 +5089,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4667
5089
  <td class="type">
4668
5090
 
4669
5091
 
4670
- <span class="param-type"><a 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>
5097
+
4671
5098
 
4672
5099
 
4673
5100
 
@@ -4702,8 +5129,13 @@ igsSceneLayer.on("layerview-created", function (result) {
4702
5129
  <td class="type">
4703
5130
 
4704
5131
 
4705
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4706
-
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>
5137
+
5138
+
4707
5139
 
4708
5140
 
4709
5141
  </td>
@@ -4737,7 +5169,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4737
5169
  <td class="type">
4738
5170
 
4739
5171
 
4740
- <span class="param-type">Object</span>
5172
+ <span class="param-type">
5173
+
5174
+ Object
5175
+
5176
+ </span>
5177
+
4741
5178
 
4742
5179
 
4743
5180
 
@@ -4907,7 +5344,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4907
5344
  <td class="type">
4908
5345
 
4909
5346
 
4910
- <span class="param-type">Object</span>
5347
+ <span class="param-type">
5348
+
5349
+ Object
5350
+
5351
+ </span>
5352
+
4911
5353
 
4912
5354
 
4913
5355
 
@@ -4940,7 +5382,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4940
5382
  <td class="type">
4941
5383
 
4942
5384
 
4943
- <span class="param-type"><a 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>
5390
+
4944
5391
 
4945
5392
 
4946
5393
 
@@ -4977,7 +5424,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4977
5424
  <td class="type">
4978
5425
 
4979
5426
 
4980
- <span class="param-type">String</span>
5427
+ <span class="param-type">
5428
+
5429
+ String
5430
+
5431
+ </span>
5432
+
4981
5433
 
4982
5434
 
4983
5435
 
@@ -5012,7 +5464,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5012
5464
  <td class="type">
5013
5465
 
5014
5466
 
5015
- <span class="param-type">Number</span>
5467
+ <span class="param-type">
5468
+
5469
+ Number
5470
+
5471
+ </span>
5472
+
5016
5473
 
5017
5474
 
5018
5475
 
@@ -5047,7 +5504,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5047
5504
  <td class="type">
5048
5505
 
5049
5506
 
5050
- <span class="param-type"><a 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>
5512
+
5051
5513
 
5052
5514
 
5053
5515
 
@@ -5082,7 +5544,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5082
5544
  <td class="type">
5083
5545
 
5084
5546
 
5085
- <span class="param-type"><a 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>
5552
+
5086
5553
 
5087
5554
 
5088
5555
 
@@ -5117,7 +5584,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5117
5584
  <td class="type">
5118
5585
 
5119
5586
 
5120
- <span class="param-type">Object</span>
5587
+ <span class="param-type">
5588
+
5589
+ Object
5590
+
5591
+ </span>
5592
+
5121
5593
 
5122
5594
 
5123
5595
 
@@ -5287,7 +5759,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5287
5759
  <td class="type">
5288
5760
 
5289
5761
 
5290
- <span class="param-type">Object</span>
5762
+ <span class="param-type">
5763
+
5764
+ Object
5765
+
5766
+ </span>
5767
+
5291
5768
 
5292
5769
 
5293
5770
 
@@ -5320,7 +5797,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5320
5797
  <td class="type">
5321
5798
 
5322
5799
 
5323
- <span class="param-type"><a 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>
5805
+
5324
5806
 
5325
5807
 
5326
5808
 
@@ -5357,7 +5839,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5357
5839
  <td class="type">
5358
5840
 
5359
5841
 
5360
- <span class="param-type">Object</span>
5842
+ <span class="param-type">
5843
+
5844
+ Object
5845
+
5846
+ </span>
5847
+
5361
5848
 
5362
5849
 
5363
5850
 
@@ -5392,7 +5879,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5392
5879
  <td class="type">
5393
5880
 
5394
5881
 
5395
- <span class="param-type">Object</span>
5882
+ <span class="param-type">
5883
+
5884
+ Object
5885
+
5886
+ </span>
5887
+
5396
5888
 
5397
5889
 
5398
5890
 
@@ -5427,7 +5919,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5427
5919
  <td class="type">
5428
5920
 
5429
5921
 
5430
- <span class="param-type">Object</span>
5922
+ <span class="param-type">
5923
+
5924
+ Object
5925
+
5926
+ </span>
5927
+
5431
5928
 
5432
5929
 
5433
5930
 
@@ -5462,7 +5959,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5462
5959
  <td class="type">
5463
5960
 
5464
5961
 
5465
- <span class="param-type">Object</span>
5962
+ <span class="param-type">
5963
+
5964
+ Object
5965
+
5966
+ </span>
5967
+
5466
5968
 
5467
5969
 
5468
5970
 
@@ -5497,7 +5999,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5497
5999
  <td class="type">
5498
6000
 
5499
6001
 
5500
- <span class="param-type">Object</span>
6002
+ <span class="param-type">
6003
+
6004
+ Object
6005
+
6006
+ </span>
6007
+
5501
6008
 
5502
6009
 
5503
6010
 
@@ -5532,7 +6039,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5532
6039
  <td class="type">
5533
6040
 
5534
6041
 
5535
- <span class="param-type">Object</span>
6042
+ <span class="param-type">
6043
+
6044
+ Object
6045
+
6046
+ </span>
6047
+
5536
6048
 
5537
6049
 
5538
6050
 
@@ -5567,7 +6079,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5567
6079
  <td class="type">
5568
6080
 
5569
6081
 
5570
- <span class="param-type"><a 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>
6087
+
5571
6088
 
5572
6089
 
5573
6090
 
@@ -5602,7 +6119,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5602
6119
  <td class="type">
5603
6120
 
5604
6121
 
5605
- <span class="param-type"><a 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>
6127
+
5606
6128
 
5607
6129
 
5608
6130
 
@@ -5637,7 +6159,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5637
6159
  <td class="type">
5638
6160
 
5639
6161
 
5640
- <span class="param-type">Object</span>
6162
+ <span class="param-type">
6163
+
6164
+ Object
6165
+
6166
+ </span>
6167
+
5641
6168
 
5642
6169
 
5643
6170
 
@@ -5807,7 +6334,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5807
6334
  <td class="type">
5808
6335
 
5809
6336
 
5810
- <span class="param-type">Object</span>
6337
+ <span class="param-type">
6338
+
6339
+ Object
6340
+
6341
+ </span>
6342
+
5811
6343
 
5812
6344
 
5813
6345
 
@@ -5840,7 +6372,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5840
6372
  <td class="type">
5841
6373
 
5842
6374
 
5843
- <span class="param-type"><a 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>
6380
+
5844
6381
 
5845
6382
 
5846
6383
 
@@ -5877,7 +6414,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5877
6414
  <td class="type">
5878
6415
 
5879
6416
 
5880
- <span class="param-type">Object</span>
6417
+ <span class="param-type">
6418
+
6419
+ Object
6420
+
6421
+ </span>
6422
+
5881
6423
 
5882
6424
 
5883
6425
 
@@ -5912,7 +6454,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5912
6454
  <td class="type">
5913
6455
 
5914
6456
 
5915
- <span class="param-type">Object</span>
6457
+ <span class="param-type">
6458
+
6459
+ Object
6460
+
6461
+ </span>
6462
+
5916
6463
 
5917
6464
 
5918
6465
 
@@ -5947,7 +6494,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5947
6494
  <td class="type">
5948
6495
 
5949
6496
 
5950
- <span class="param-type">Object</span>
6497
+ <span class="param-type">
6498
+
6499
+ Object
6500
+
6501
+ </span>
6502
+
5951
6503
 
5952
6504
 
5953
6505
 
@@ -5982,7 +6534,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5982
6534
  <td class="type">
5983
6535
 
5984
6536
 
5985
- <span class="param-type">Object</span>
6537
+ <span class="param-type">
6538
+
6539
+ Object
6540
+
6541
+ </span>
6542
+
5986
6543
 
5987
6544
 
5988
6545
 
@@ -6017,7 +6574,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6017
6574
  <td class="type">
6018
6575
 
6019
6576
 
6020
- <span class="param-type">Object</span>
6577
+ <span class="param-type">
6578
+
6579
+ Object
6580
+
6581
+ </span>
6582
+
6021
6583
 
6022
6584
 
6023
6585
 
@@ -6052,7 +6614,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6052
6614
  <td class="type">
6053
6615
 
6054
6616
 
6055
- <span class="param-type">Object</span>
6617
+ <span class="param-type">
6618
+
6619
+ Object
6620
+
6621
+ </span>
6622
+
6056
6623
 
6057
6624
 
6058
6625
 
@@ -6087,7 +6654,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6087
6654
  <td class="type">
6088
6655
 
6089
6656
 
6090
- <span class="param-type"><a 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>
6662
+
6091
6663
 
6092
6664
 
6093
6665
 
@@ -6122,7 +6694,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6122
6694
  <td class="type">
6123
6695
 
6124
6696
 
6125
- <span class="param-type"><a 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>
6702
+
6126
6703
 
6127
6704
 
6128
6705
 
@@ -6157,7 +6734,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6157
6734
  <td class="type">
6158
6735
 
6159
6736
 
6160
- <span class="param-type">Object</span>
6737
+ <span class="param-type">
6738
+
6739
+ Object
6740
+
6741
+ </span>
6742
+
6161
6743
 
6162
6744
 
6163
6745
 
@@ -6327,7 +6909,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6327
6909
  <td class="type">
6328
6910
 
6329
6911
 
6330
- <span class="param-type">Object</span>
6912
+ <span class="param-type">
6913
+
6914
+ Object
6915
+
6916
+ </span>
6917
+
6331
6918
 
6332
6919
 
6333
6920
 
@@ -6360,7 +6947,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6360
6947
  <td class="type">
6361
6948
 
6362
6949
 
6363
- <span class="param-type"><a 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>
6955
+
6364
6956
 
6365
6957
 
6366
6958
 
@@ -6397,7 +6989,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6397
6989
  <td class="type">
6398
6990
 
6399
6991
 
6400
- <span class="param-type">Object</span>
6992
+ <span class="param-type">
6993
+
6994
+ Object
6995
+
6996
+ </span>
6997
+
6401
6998
 
6402
6999
 
6403
7000
 
@@ -6432,7 +7029,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6432
7029
  <td class="type">
6433
7030
 
6434
7031
 
6435
- <span class="param-type">Object</span>
7032
+ <span class="param-type">
7033
+
7034
+ Object
7035
+
7036
+ </span>
7037
+
6436
7038
 
6437
7039
 
6438
7040
 
@@ -6467,7 +7069,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6467
7069
  <td class="type">
6468
7070
 
6469
7071
 
6470
- <span class="param-type">Number</span>
7072
+ <span class="param-type">
7073
+
7074
+ Number
7075
+
7076
+ </span>
7077
+
6471
7078
 
6472
7079
 
6473
7080
 
@@ -6502,7 +7109,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6502
7109
  <td class="type">
6503
7110
 
6504
7111
 
6505
- <span class="param-type">Number</span>
7112
+ <span class="param-type">
7113
+
7114
+ Number
7115
+
7116
+ </span>
7117
+
6506
7118
 
6507
7119
 
6508
7120
 
@@ -6537,7 +7149,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6537
7149
  <td class="type">
6538
7150
 
6539
7151
 
6540
- <span class="param-type">Boolean</span>
7152
+ <span class="param-type">
7153
+
7154
+ Boolean
7155
+
7156
+ </span>
7157
+
6541
7158
 
6542
7159
 
6543
7160
 
@@ -6572,7 +7189,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6572
7189
  <td class="type">
6573
7190
 
6574
7191
 
6575
- <span class="param-type">Object</span>
7192
+ <span class="param-type">
7193
+
7194
+ Object
7195
+
7196
+ </span>
7197
+
6576
7198
 
6577
7199
 
6578
7200
 
@@ -6607,7 +7229,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6607
7229
  <td class="type">
6608
7230
 
6609
7231
 
6610
- <span class="param-type">function</span>
7232
+ <span class="param-type">
7233
+
7234
+ function
7235
+
7236
+ </span>
7237
+
6611
7238
 
6612
7239
 
6613
7240
 
@@ -6642,7 +7269,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6642
7269
  <td class="type">
6643
7270
 
6644
7271
 
6645
- <span class="param-type">Object</span>
7272
+ <span class="param-type">
7273
+
7274
+ Object
7275
+
7276
+ </span>
7277
+
6646
7278
 
6647
7279
 
6648
7280
 
@@ -6677,7 +7309,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6677
7309
  <td class="type">
6678
7310
 
6679
7311
 
6680
- <span class="param-type">Object</span>
7312
+ <span class="param-type">
7313
+
7314
+ Object
7315
+
7316
+ </span>
7317
+
6681
7318
 
6682
7319
 
6683
7320
 
@@ -6712,7 +7349,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6712
7349
  <td class="type">
6713
7350
 
6714
7351
 
6715
- <span class="param-type">String</span>
7352
+ <span class="param-type">
7353
+
7354
+ String
7355
+
7356
+ </span>
7357
+
6716
7358
 
6717
7359
 
6718
7360
 
@@ -6747,7 +7389,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6747
7389
  <td class="type">
6748
7390
 
6749
7391
 
6750
- <span class="param-type">String</span>
7392
+ <span class="param-type">
7393
+
7394
+ String
7395
+
7396
+ </span>
7397
+
6751
7398
 
6752
7399
 
6753
7400
 
@@ -6917,7 +7564,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6917
7564
  <td class="type">
6918
7565
 
6919
7566
 
6920
- <span class="param-type">Object</span>
7567
+ <span class="param-type">
7568
+
7569
+ Object
7570
+
7571
+ </span>
7572
+
6921
7573
 
6922
7574
 
6923
7575
 
@@ -6950,7 +7602,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6950
7602
  <td class="type">
6951
7603
 
6952
7604
 
6953
- <span class="param-type"><a 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>
7610
+
6954
7611
 
6955
7612
 
6956
7613
 
@@ -6987,7 +7644,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6987
7644
  <td class="type">
6988
7645
 
6989
7646
 
6990
- <span class="param-type">Object</span>
7647
+ <span class="param-type">
7648
+
7649
+ Object
7650
+
7651
+ </span>
7652
+
6991
7653
 
6992
7654
 
6993
7655
 
@@ -7022,7 +7684,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7022
7684
  <td class="type">
7023
7685
 
7024
7686
 
7025
- <span class="param-type">Object</span>
7687
+ <span class="param-type">
7688
+
7689
+ Object
7690
+
7691
+ </span>
7692
+
7026
7693
 
7027
7694
 
7028
7695
 
@@ -7057,7 +7724,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7057
7724
  <td class="type">
7058
7725
 
7059
7726
 
7060
- <span class="param-type">Object</span>
7727
+ <span class="param-type">
7728
+
7729
+ Object
7730
+
7731
+ </span>
7732
+
7061
7733
 
7062
7734
 
7063
7735
 
@@ -7092,7 +7764,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7092
7764
  <td class="type">
7093
7765
 
7094
7766
 
7095
- <span class="param-type">Object</span>
7767
+ <span class="param-type">
7768
+
7769
+ Object
7770
+
7771
+ </span>
7772
+
7096
7773
 
7097
7774
 
7098
7775
 
@@ -7127,7 +7804,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7127
7804
  <td class="type">
7128
7805
 
7129
7806
 
7130
- <span class="param-type">Object</span>
7807
+ <span class="param-type">
7808
+
7809
+ Object
7810
+
7811
+ </span>
7812
+
7131
7813
 
7132
7814
 
7133
7815
 
@@ -7162,7 +7844,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7162
7844
  <td class="type">
7163
7845
 
7164
7846
 
7165
- <span class="param-type">Object</span>
7847
+ <span class="param-type">
7848
+
7849
+ Object
7850
+
7851
+ </span>
7852
+
7166
7853
 
7167
7854
 
7168
7855
 
@@ -7197,7 +7884,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7197
7884
  <td class="type">
7198
7885
 
7199
7886
 
7200
- <span class="param-type"><a 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>
7892
+
7201
7893
 
7202
7894
 
7203
7895
 
@@ -7232,7 +7924,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7232
7924
  <td class="type">
7233
7925
 
7234
7926
 
7235
- <span class="param-type"><a 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>
7932
+
7236
7933
 
7237
7934
 
7238
7935
 
@@ -7267,7 +7964,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7267
7964
  <td class="type">
7268
7965
 
7269
7966
 
7270
- <span class="param-type">Object</span>
7967
+ <span class="param-type">
7968
+
7969
+ Object
7970
+
7971
+ </span>
7972
+
7271
7973
 
7272
7974
 
7273
7975
 
@@ -7437,7 +8139,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7437
8139
  <td class="type">
7438
8140
 
7439
8141
 
7440
- <span class="param-type">Object</span>
8142
+ <span class="param-type">
8143
+
8144
+ Object
8145
+
8146
+ </span>
8147
+
7441
8148
 
7442
8149
 
7443
8150
 
@@ -7470,7 +8177,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7470
8177
  <td class="type">
7471
8178
 
7472
8179
 
7473
- <span class="param-type"><a 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>
8185
+
7474
8186
 
7475
8187
 
7476
8188
 
@@ -7507,7 +8219,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7507
8219
  <td class="type">
7508
8220
 
7509
8221
 
7510
- <span class="param-type">Object</span>
8222
+ <span class="param-type">
8223
+
8224
+ Object
8225
+
8226
+ </span>
8227
+
7511
8228
 
7512
8229
 
7513
8230
 
@@ -7542,7 +8259,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7542
8259
  <td class="type">
7543
8260
 
7544
8261
 
7545
- <span class="param-type">Object</span>
8262
+ <span class="param-type">
8263
+
8264
+ Object
8265
+
8266
+ </span>
8267
+
7546
8268
 
7547
8269
 
7548
8270
 
@@ -7577,7 +8299,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7577
8299
  <td class="type">
7578
8300
 
7579
8301
 
7580
- <span class="param-type">Object</span>
8302
+ <span class="param-type">
8303
+
8304
+ Object
8305
+
8306
+ </span>
8307
+
7581
8308
 
7582
8309
 
7583
8310
 
@@ -7612,7 +8339,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7612
8339
  <td class="type">
7613
8340
 
7614
8341
 
7615
- <span class="param-type">Number</span>
8342
+ <span class="param-type">
8343
+
8344
+ Number
8345
+
8346
+ </span>
8347
+
7616
8348
 
7617
8349
 
7618
8350
 
@@ -7647,7 +8379,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7647
8379
  <td class="type">
7648
8380
 
7649
8381
 
7650
- <span class="param-type">Number</span>
8382
+ <span class="param-type">
8383
+
8384
+ Number
8385
+
8386
+ </span>
8387
+
7651
8388
 
7652
8389
 
7653
8390
 
@@ -7682,7 +8419,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7682
8419
  <td class="type">
7683
8420
 
7684
8421
 
7685
- <span class="param-type">function</span>
8422
+ <span class="param-type">
8423
+
8424
+ function
8425
+
8426
+ </span>
8427
+
7686
8428
 
7687
8429
 
7688
8430
 
@@ -7717,7 +8459,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7717
8459
  <td class="type">
7718
8460
 
7719
8461
 
7720
- <span class="param-type">Object</span>
8462
+ <span class="param-type">
8463
+
8464
+ Object
8465
+
8466
+ </span>
8467
+
7721
8468
 
7722
8469
 
7723
8470
 
@@ -7752,7 +8499,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7752
8499
  <td class="type">
7753
8500
 
7754
8501
 
7755
- <span class="param-type">Object</span>
8502
+ <span class="param-type">
8503
+
8504
+ Object
8505
+
8506
+ </span>
8507
+
7756
8508
 
7757
8509
 
7758
8510
 
@@ -7787,7 +8539,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7787
8539
  <td class="type">
7788
8540
 
7789
8541
 
7790
- <span class="param-type"><a 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>
8547
+
7791
8548
 
7792
8549
 
7793
8550
 
@@ -7822,7 +8579,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7822
8579
  <td class="type">
7823
8580
 
7824
8581
 
7825
- <span class="param-type"><a 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>
8587
+
7826
8588
 
7827
8589
 
7828
8590
 
@@ -7992,7 +8754,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7992
8754
  <td class="type">
7993
8755
 
7994
8756
 
7995
- <span class="param-type">Object</span>
8757
+ <span class="param-type">
8758
+
8759
+ Object
8760
+
8761
+ </span>
8762
+
7996
8763
 
7997
8764
 
7998
8765
 
@@ -8025,7 +8792,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8025
8792
  <td class="type">
8026
8793
 
8027
8794
 
8028
- <span class="param-type"><a 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>
8800
+
8029
8801
 
8030
8802
 
8031
8803
 
@@ -8062,7 +8834,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8062
8834
  <td class="type">
8063
8835
 
8064
8836
 
8065
- <span class="param-type">Object</span>
8837
+ <span class="param-type">
8838
+
8839
+ Object
8840
+
8841
+ </span>
8842
+
8066
8843
 
8067
8844
 
8068
8845
 
@@ -8097,7 +8874,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8097
8874
  <td class="type">
8098
8875
 
8099
8876
 
8100
- <span class="param-type">Object</span>
8877
+ <span class="param-type">
8878
+
8879
+ Object
8880
+
8881
+ </span>
8882
+
8101
8883
 
8102
8884
 
8103
8885
 
@@ -8132,7 +8914,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8132
8914
  <td class="type">
8133
8915
 
8134
8916
 
8135
- <span class="param-type">Object</span>
8917
+ <span class="param-type">
8918
+
8919
+ Object
8920
+
8921
+ </span>
8922
+
8136
8923
 
8137
8924
 
8138
8925
 
@@ -8167,7 +8954,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8167
8954
  <td class="type">
8168
8955
 
8169
8956
 
8170
- <span class="param-type">Number</span>
8957
+ <span class="param-type">
8958
+
8959
+ Number
8960
+
8961
+ </span>
8962
+
8171
8963
 
8172
8964
 
8173
8965
 
@@ -8202,7 +8994,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8202
8994
  <td class="type">
8203
8995
 
8204
8996
 
8205
- <span class="param-type">Number</span>
8997
+ <span class="param-type">
8998
+
8999
+ Number
9000
+
9001
+ </span>
9002
+
8206
9003
 
8207
9004
 
8208
9005
 
@@ -8237,7 +9034,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8237
9034
  <td class="type">
8238
9035
 
8239
9036
 
8240
- <span class="param-type">function</span>
9037
+ <span class="param-type">
9038
+
9039
+ function
9040
+
9041
+ </span>
9042
+
8241
9043
 
8242
9044
 
8243
9045
 
@@ -8272,7 +9074,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8272
9074
  <td class="type">
8273
9075
 
8274
9076
 
8275
- <span class="param-type">Object</span>
9077
+ <span class="param-type">
9078
+
9079
+ Object
9080
+
9081
+ </span>
9082
+
8276
9083
 
8277
9084
 
8278
9085
 
@@ -8307,7 +9114,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8307
9114
  <td class="type">
8308
9115
 
8309
9116
 
8310
- <span class="param-type">Object</span>
9117
+ <span class="param-type">
9118
+
9119
+ Object
9120
+
9121
+ </span>
9122
+
8311
9123
 
8312
9124
 
8313
9125
 
@@ -8342,7 +9154,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8342
9154
  <td class="type">
8343
9155
 
8344
9156
 
8345
- <span class="param-type"><a 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>
9162
+
8346
9163
 
8347
9164
 
8348
9165
 
@@ -8377,7 +9194,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8377
9194
  <td class="type">
8378
9195
 
8379
9196
 
8380
- <span class="param-type"><a 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>
9202
+
8381
9203
 
8382
9204
 
8383
9205
 
@@ -8547,7 +9369,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8547
9369
  <td class="type">
8548
9370
 
8549
9371
 
8550
- <span class="param-type">Object</span>
9372
+ <span class="param-type">
9373
+
9374
+ Object
9375
+
9376
+ </span>
9377
+
8551
9378
 
8552
9379
 
8553
9380
 
@@ -8580,7 +9407,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8580
9407
  <td class="type">
8581
9408
 
8582
9409
 
8583
- <span class="param-type"><a 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>
9415
+
8584
9416
 
8585
9417
 
8586
9418
 
@@ -8617,7 +9449,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8617
9449
  <td class="type">
8618
9450
 
8619
9451
 
8620
- <span class="param-type">Object</span>
9452
+ <span class="param-type">
9453
+
9454
+ Object
9455
+
9456
+ </span>
9457
+
8621
9458
 
8622
9459
 
8623
9460
 
@@ -8652,7 +9489,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8652
9489
  <td class="type">
8653
9490
 
8654
9491
 
8655
- <span class="param-type">Object</span>
9492
+ <span class="param-type">
9493
+
9494
+ Object
9495
+
9496
+ </span>
9497
+
8656
9498
 
8657
9499
 
8658
9500
 
@@ -8687,7 +9529,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8687
9529
  <td class="type">
8688
9530
 
8689
9531
 
8690
- <span class="param-type">Object</span>
9532
+ <span class="param-type">
9533
+
9534
+ Object
9535
+
9536
+ </span>
9537
+
8691
9538
 
8692
9539
 
8693
9540
 
@@ -8722,7 +9569,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8722
9569
  <td class="type">
8723
9570
 
8724
9571
 
8725
- <span class="param-type">Object</span>
9572
+ <span class="param-type">
9573
+
9574
+ Object
9575
+
9576
+ </span>
9577
+
8726
9578
 
8727
9579
 
8728
9580
 
@@ -8757,7 +9609,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8757
9609
  <td class="type">
8758
9610
 
8759
9611
 
8760
- <span class="param-type">Object</span>
9612
+ <span class="param-type">
9613
+
9614
+ Object
9615
+
9616
+ </span>
9617
+
8761
9618
 
8762
9619
 
8763
9620
 
@@ -8792,7 +9649,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8792
9649
  <td class="type">
8793
9650
 
8794
9651
 
8795
- <span class="param-type">Object</span>
9652
+ <span class="param-type">
9653
+
9654
+ Object
9655
+
9656
+ </span>
9657
+
8796
9658
 
8797
9659
 
8798
9660
 
@@ -8827,7 +9689,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8827
9689
  <td class="type">
8828
9690
 
8829
9691
 
8830
- <span class="param-type"><a 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>
9697
+
8831
9698
 
8832
9699
 
8833
9700
 
@@ -8862,7 +9729,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8862
9729
  <td class="type">
8863
9730
 
8864
9731
 
8865
- <span class="param-type"><a 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>
9737
+
8866
9738
 
8867
9739
 
8868
9740
 
@@ -8897,7 +9769,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8897
9769
  <td class="type">
8898
9770
 
8899
9771
 
8900
- <span class="param-type">Object</span>
9772
+ <span class="param-type">
9773
+
9774
+ Object
9775
+
9776
+ </span>
9777
+
8901
9778
 
8902
9779
 
8903
9780