@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="mergeLevelRatio"><code>mergeLevelRatio</code></td>
107
+ <td class="name"><code>mergeLevelRatio</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">Number</span>
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -208,7 +218,7 @@
208
218
 
209
219
 
210
220
  <ul>
211
- <li><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></li>
221
+ <li><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></li>
212
222
  </ul>
213
223
 
214
224
 
@@ -240,11 +250,16 @@
240
250
  <tbody>
241
251
 
242
252
  <tr class="deep-level-0">
243
- <td class="name"><code><a href="MapView.html#_spatialReference">_spatialReference</a></code></td>
253
+ <td class="name"><code><a href="#_spatialReference">_spatialReference</a></code></td>
244
254
  <td class="name">
245
255
  <code>
246
256
 
247
- <span class="param-type"><a 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>
262
+
248
263
 
249
264
 
250
265
  </code>
@@ -253,11 +268,16 @@
253
268
  </tr>
254
269
 
255
270
  <tr class="deep-level-0">
256
- <td class="name"><code><a href="MapView.html#allLayerViews">allLayerViews</a></code></td>
271
+ <td class="name"><code><a href="#allLayerViews">allLayerViews</a></code></td>
257
272
  <td class="name">
258
273
  <code>
259
274
 
260
- <span class="param-type"><a 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>
280
+
261
281
 
262
282
 
263
283
  </code>
@@ -266,11 +286,16 @@
266
286
  </tr>
267
287
 
268
288
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="MapView.html#basemapLayerViews">basemapLayerViews</a></code></td>
289
+ <td class="name"><code><a href="#basemapLayerViews">basemapLayerViews</a></code></td>
270
290
  <td class="name">
271
291
  <code>
272
292
 
273
- <span class="param-type"><a 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>
298
+
274
299
 
275
300
 
276
301
  </code>
@@ -279,11 +304,16 @@
279
304
  </tr>
280
305
 
281
306
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="MapView.html#center">center</a></code></td>
307
+ <td class="name"><code><a href="#center">center</a></code></td>
283
308
  <td class="name">
284
309
  <code>
285
310
 
286
- <span class="param-type">Array</span>
311
+ <span class="param-type">
312
+
313
+ Array
314
+
315
+ </span>
316
+
287
317
 
288
318
 
289
319
  </code>
@@ -292,11 +322,16 @@
292
322
  </tr>
293
323
 
294
324
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="MapView.html#cursor">cursor</a></code></td>
325
+ <td class="name"><code><a href="#cursor">cursor</a></code></td>
296
326
  <td class="name">
297
327
  <code>
298
328
 
299
- <span class="param-type">String</span>
329
+ <span class="param-type">
330
+
331
+ String
332
+
333
+ </span>
334
+
300
335
 
301
336
 
302
337
  </code>
@@ -305,11 +340,16 @@
305
340
  </tr>
306
341
 
307
342
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="MapView.html#layerViews">layerViews</a></code></td>
343
+ <td class="name"><code><a href="#layerViews">layerViews</a></code></td>
309
344
  <td class="name">
310
345
  <code>
311
346
 
312
- <span class="param-type"><a 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>
352
+
313
353
 
314
354
 
315
355
  </code>
@@ -318,11 +358,16 @@
318
358
  </tr>
319
359
 
320
360
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="MapView.html#map">map</a></code></td>
361
+ <td class="name"><code><a href="#map">map</a></code></td>
322
362
  <td class="name">
323
363
  <code>
324
364
 
325
- <span class="param-type"><a 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>
370
+
326
371
 
327
372
 
328
373
  </code>
@@ -331,11 +376,16 @@
331
376
  </tr>
332
377
 
333
378
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="MapView.html#maxScale">maxScale</a></code></td>
379
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
335
380
  <td class="name">
336
381
  <code>
337
382
 
338
- <span class="param-type">Number</span>
383
+ <span class="param-type">
384
+
385
+ Number
386
+
387
+ </span>
388
+
339
389
 
340
390
 
341
391
  </code>
@@ -344,11 +394,16 @@
344
394
  </tr>
345
395
 
346
396
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="MapView.html#maxZoom">maxZoom</a></code></td>
397
+ <td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
348
398
  <td class="name">
349
399
  <code>
350
400
 
351
- <span class="param-type">Number</span>
401
+ <span class="param-type">
402
+
403
+ Number
404
+
405
+ </span>
406
+
352
407
 
353
408
 
354
409
  </code>
@@ -357,11 +412,16 @@
357
412
  </tr>
358
413
 
359
414
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="MapView.html#mergeLevelRatio">mergeLevelRatio</a></code></td>
415
+ <td class="name"><code><a href="#mergeLevelRatio">mergeLevelRatio</a></code></td>
361
416
  <td class="name">
362
417
  <code>
363
418
 
364
- <span class="param-type">Number</span>
419
+ <span class="param-type">
420
+
421
+ Number
422
+
423
+ </span>
424
+
365
425
 
366
426
 
367
427
  </code>
@@ -370,11 +430,16 @@
370
430
  </tr>
371
431
 
372
432
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="MapView.html#minScale">minScale</a></code></td>
433
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
374
434
  <td class="name">
375
435
  <code>
376
436
 
377
- <span class="param-type">Number</span>
437
+ <span class="param-type">
438
+
439
+ Number
440
+
441
+ </span>
442
+
378
443
 
379
444
 
380
445
  </code>
@@ -383,11 +448,16 @@
383
448
  </tr>
384
449
 
385
450
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="MapView.html#minZoom">minZoom</a></code></td>
451
+ <td class="name"><code><a href="#minZoom">minZoom</a></code></td>
387
452
  <td class="name">
388
453
  <code>
389
454
 
390
- <span class="param-type">Number</span>
455
+ <span class="param-type">
456
+
457
+ Number
458
+
459
+ </span>
460
+
391
461
 
392
462
 
393
463
  </code>
@@ -396,11 +466,16 @@
396
466
  </tr>
397
467
 
398
468
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="MapView.html#popup">popup</a></code></td>
469
+ <td class="name"><code><a href="#popup">popup</a></code></td>
400
470
  <td class="name">
401
471
  <code>
402
472
 
403
- <span class="param-type">Object</span>
473
+ <span class="param-type">
474
+
475
+ Object
476
+
477
+ </span>
478
+
404
479
 
405
480
 
406
481
  </code>
@@ -409,11 +484,16 @@
409
484
  </tr>
410
485
 
411
486
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="MapView.html#rotation">rotation</a></code></td>
487
+ <td class="name"><code><a href="#rotation">rotation</a></code></td>
413
488
  <td class="name">
414
489
  <code>
415
490
 
416
- <span class="param-type">Number</span>
491
+ <span class="param-type">
492
+
493
+ Number
494
+
495
+ </span>
496
+
417
497
 
418
498
 
419
499
  </code>
@@ -422,11 +502,16 @@
422
502
  </tr>
423
503
 
424
504
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="MapView.html#scale">scale</a></code></td>
505
+ <td class="name"><code><a href="#scale">scale</a></code></td>
426
506
  <td class="name">
427
507
  <code>
428
508
 
429
- <span class="param-type">Number</span>
509
+ <span class="param-type">
510
+
511
+ Number
512
+
513
+ </span>
514
+
430
515
 
431
516
 
432
517
  </code>
@@ -435,11 +520,16 @@
435
520
  </tr>
436
521
 
437
522
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="MapView.html#stationary">stationary</a></code></td>
523
+ <td class="name"><code><a href="#stationary">stationary</a></code></td>
439
524
  <td class="name">
440
525
  <code>
441
526
 
442
- <span class="param-type">Boolean</span>
527
+ <span class="param-type">
528
+
529
+ Boolean
530
+
531
+ </span>
532
+
443
533
 
444
534
 
445
535
  </code>
@@ -448,11 +538,16 @@
448
538
  </tr>
449
539
 
450
540
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="MapView.html#zoom">zoom</a></code></td>
541
+ <td class="name"><code><a href="#zoom">zoom</a></code></td>
452
542
  <td class="name">
453
543
  <code>
454
544
 
455
- <span class="param-type">Number</span>
545
+ <span class="param-type">
546
+
547
+ Number
548
+
549
+ </span>
550
+
456
551
 
457
552
 
458
553
  </code>
@@ -471,7 +566,12 @@
471
566
  <span class="method-parameter is-pulled-right">
472
567
  <label>类型:</label>
473
568
 
474
- <span class="param-type"><a 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>
574
+
475
575
 
476
576
 
477
577
  </span>
@@ -550,7 +650,12 @@
550
650
  <span class="method-parameter is-pulled-right">
551
651
  <label>类型:</label>
552
652
 
553
- <span class="param-type"><a 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>
658
+
554
659
 
555
660
 
556
661
  </span>
@@ -588,7 +693,7 @@
588
693
 
589
694
  <dt class="inherited-from">Inherited From:</dt>
590
695
  <dd class="inherited-from"><ul class="dummy"><li>
591
- <a class="mapgis-link-name" title="BaseView#allLayerViews" BaseView.html#allLayerViews>BaseView#allLayerViews</a>
696
+ <a goto="allLayerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#allLayerViews" BaseView.html#allLayerViews>BaseView#allLayerViews</a>
592
697
  </li></ul></dd>
593
698
 
594
699
 
@@ -629,7 +734,12 @@
629
734
  <span class="method-parameter is-pulled-right">
630
735
  <label>类型:</label>
631
736
 
632
- <span class="param-type"><a 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>
742
+
633
743
 
634
744
 
635
745
  </span>
@@ -667,7 +777,7 @@
667
777
 
668
778
  <dt class="inherited-from">Inherited From:</dt>
669
779
  <dd class="inherited-from"><ul class="dummy"><li>
670
- <a class="mapgis-link-name" title="BaseView#basemapLayerViews" BaseView.html#basemapLayerViews>BaseView#basemapLayerViews</a>
780
+ <a goto="basemapLayerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#basemapLayerViews" BaseView.html#basemapLayerViews>BaseView#basemapLayerViews</a>
671
781
  </li></ul></dd>
672
782
 
673
783
 
@@ -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>
@@ -742,7 +857,7 @@
742
857
 
743
858
  <dt class="inherited-from">Inherited From:</dt>
744
859
  <dd class="inherited-from"><ul class="dummy"><li>
745
- <a class="mapgis-link-name" title="BaseView#center" BaseView.html#center>BaseView#center</a>
860
+ <a goto="center" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#center" BaseView.html#center>BaseView#center</a>
746
861
  </li></ul></dd>
747
862
 
748
863
 
@@ -783,7 +898,12 @@
783
898
  <span class="method-parameter is-pulled-right">
784
899
  <label>类型:</label>
785
900
 
786
- <span class="param-type">String</span>
901
+ <span class="param-type">
902
+
903
+ String
904
+
905
+ </span>
906
+
787
907
 
788
908
 
789
909
  </span>
@@ -817,7 +937,7 @@
817
937
 
818
938
  <dt class="inherited-from">Inherited From:</dt>
819
939
  <dd class="inherited-from"><ul class="dummy"><li>
820
- <a class="mapgis-link-name" title="BaseView#cursor" BaseView.html#cursor>BaseView#cursor</a>
940
+ <a goto="cursor" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#cursor" BaseView.html#cursor>BaseView#cursor</a>
821
941
  </li></ul></dd>
822
942
 
823
943
 
@@ -858,7 +978,12 @@
858
978
  <span class="method-parameter is-pulled-right">
859
979
  <label>类型:</label>
860
980
 
861
- <span class="param-type"><a 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>
986
+
862
987
 
863
988
 
864
989
  </span>
@@ -896,7 +1021,7 @@
896
1021
 
897
1022
  <dt class="inherited-from">Inherited From:</dt>
898
1023
  <dd class="inherited-from"><ul class="dummy"><li>
899
- <a class="mapgis-link-name" title="BaseView#layerViews" BaseView.html#layerViews>BaseView#layerViews</a>
1024
+ <a goto="layerViews" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#layerViews" BaseView.html#layerViews>BaseView#layerViews</a>
900
1025
  </li></ul></dd>
901
1026
 
902
1027
 
@@ -937,7 +1062,12 @@
937
1062
  <span class="method-parameter is-pulled-right">
938
1063
  <label>类型:</label>
939
1064
 
940
- <span class="param-type"><a 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>
1070
+
941
1071
 
942
1072
 
943
1073
  </span>
@@ -971,7 +1101,7 @@
971
1101
 
972
1102
  <dt class="inherited-from">Inherited From:</dt>
973
1103
  <dd class="inherited-from"><ul class="dummy"><li>
974
- <a class="mapgis-link-name" title="BaseView#map" BaseView.html#map>BaseView#map</a>
1104
+ <a goto="map" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#map" BaseView.html#map>BaseView#map</a>
975
1105
  </li></ul></dd>
976
1106
 
977
1107
 
@@ -1012,7 +1142,12 @@
1012
1142
  <span class="method-parameter is-pulled-right">
1013
1143
  <label>类型:</label>
1014
1144
 
1015
- <span class="param-type">Number</span>
1145
+ <span class="param-type">
1146
+
1147
+ Number
1148
+
1149
+ </span>
1150
+
1016
1151
 
1017
1152
 
1018
1153
  </span>
@@ -1046,7 +1181,7 @@
1046
1181
 
1047
1182
  <dt class="inherited-from">Inherited From:</dt>
1048
1183
  <dd class="inherited-from"><ul class="dummy"><li>
1049
- <a class="mapgis-link-name" title="BaseView#maxScale" BaseView.html#maxScale>BaseView#maxScale</a>
1184
+ <a goto="maxScale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#maxScale" BaseView.html#maxScale>BaseView#maxScale</a>
1050
1185
  </li></ul></dd>
1051
1186
 
1052
1187
 
@@ -1087,7 +1222,12 @@
1087
1222
  <span class="method-parameter is-pulled-right">
1088
1223
  <label>类型:</label>
1089
1224
 
1090
- <span class="param-type">Number</span>
1225
+ <span class="param-type">
1226
+
1227
+ Number
1228
+
1229
+ </span>
1230
+
1091
1231
 
1092
1232
 
1093
1233
  </span>
@@ -1121,7 +1261,7 @@
1121
1261
 
1122
1262
  <dt class="inherited-from">Inherited From:</dt>
1123
1263
  <dd class="inherited-from"><ul class="dummy"><li>
1124
- <a class="mapgis-link-name" title="BaseView#maxZoom" BaseView.html#maxZoom>BaseView#maxZoom</a>
1264
+ <a goto="maxZoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#maxZoom" BaseView.html#maxZoom>BaseView#maxZoom</a>
1125
1265
  </li></ul></dd>
1126
1266
 
1127
1267
 
@@ -1162,7 +1302,12 @@
1162
1302
  <span class="method-parameter is-pulled-right">
1163
1303
  <label>类型:</label>
1164
1304
 
1165
- <span class="param-type">Number</span>
1305
+ <span class="param-type">
1306
+
1307
+ Number
1308
+
1309
+ </span>
1310
+
1166
1311
 
1167
1312
 
1168
1313
  </span>
@@ -1236,7 +1381,12 @@
1236
1381
  <span class="method-parameter is-pulled-right">
1237
1382
  <label>类型:</label>
1238
1383
 
1239
- <span class="param-type">Number</span>
1384
+ <span class="param-type">
1385
+
1386
+ Number
1387
+
1388
+ </span>
1389
+
1240
1390
 
1241
1391
 
1242
1392
  </span>
@@ -1270,7 +1420,7 @@
1270
1420
 
1271
1421
  <dt class="inherited-from">Inherited From:</dt>
1272
1422
  <dd class="inherited-from"><ul class="dummy"><li>
1273
- <a class="mapgis-link-name" title="BaseView#minScale" BaseView.html#minScale>BaseView#minScale</a>
1423
+ <a goto="minScale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#minScale" BaseView.html#minScale>BaseView#minScale</a>
1274
1424
  </li></ul></dd>
1275
1425
 
1276
1426
 
@@ -1311,7 +1461,12 @@
1311
1461
  <span class="method-parameter is-pulled-right">
1312
1462
  <label>类型:</label>
1313
1463
 
1314
- <span class="param-type">Number</span>
1464
+ <span class="param-type">
1465
+
1466
+ Number
1467
+
1468
+ </span>
1469
+
1315
1470
 
1316
1471
 
1317
1472
  </span>
@@ -1345,7 +1500,7 @@
1345
1500
 
1346
1501
  <dt class="inherited-from">Inherited From:</dt>
1347
1502
  <dd class="inherited-from"><ul class="dummy"><li>
1348
- <a class="mapgis-link-name" title="BaseView#minZoom" BaseView.html#minZoom>BaseView#minZoom</a>
1503
+ <a goto="minZoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#minZoom" BaseView.html#minZoom>BaseView#minZoom</a>
1349
1504
  </li></ul></dd>
1350
1505
 
1351
1506
 
@@ -1386,7 +1541,12 @@
1386
1541
  <span class="method-parameter is-pulled-right">
1387
1542
  <label>类型:</label>
1388
1543
 
1389
- <span class="param-type">Object</span>
1544
+ <span class="param-type">
1545
+
1546
+ Object
1547
+
1548
+ </span>
1549
+
1390
1550
 
1391
1551
 
1392
1552
  </span>
@@ -1420,7 +1580,7 @@
1420
1580
 
1421
1581
  <dt class="inherited-from">Inherited From:</dt>
1422
1582
  <dd class="inherited-from"><ul class="dummy"><li>
1423
- <a class="mapgis-link-name" title="BaseView#popup" BaseView.html#popup>BaseView#popup</a>
1583
+ <a goto="popup" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#popup" BaseView.html#popup>BaseView#popup</a>
1424
1584
  </li></ul></dd>
1425
1585
 
1426
1586
 
@@ -1461,7 +1621,12 @@
1461
1621
  <span class="method-parameter is-pulled-right">
1462
1622
  <label>类型:</label>
1463
1623
 
1464
- <span class="param-type">Number</span>
1624
+ <span class="param-type">
1625
+
1626
+ Number
1627
+
1628
+ </span>
1629
+
1465
1630
 
1466
1631
 
1467
1632
  </span>
@@ -1495,7 +1660,7 @@
1495
1660
 
1496
1661
  <dt class="inherited-from">Inherited From:</dt>
1497
1662
  <dd class="inherited-from"><ul class="dummy"><li>
1498
- <a class="mapgis-link-name" title="BaseView#rotation" BaseView.html#rotation>BaseView#rotation</a>
1663
+ <a goto="rotation" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#rotation" BaseView.html#rotation>BaseView#rotation</a>
1499
1664
  </li></ul></dd>
1500
1665
 
1501
1666
 
@@ -1536,7 +1701,12 @@
1536
1701
  <span class="method-parameter is-pulled-right">
1537
1702
  <label>类型:</label>
1538
1703
 
1539
- <span class="param-type">Number</span>
1704
+ <span class="param-type">
1705
+
1706
+ Number
1707
+
1708
+ </span>
1709
+
1540
1710
 
1541
1711
 
1542
1712
  </span>
@@ -1570,7 +1740,7 @@
1570
1740
 
1571
1741
  <dt class="inherited-from">Inherited From:</dt>
1572
1742
  <dd class="inherited-from"><ul class="dummy"><li>
1573
- <a class="mapgis-link-name" title="BaseView#scale" BaseView.html#scale>BaseView#scale</a>
1743
+ <a goto="scale" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#scale" BaseView.html#scale>BaseView#scale</a>
1574
1744
  </li></ul></dd>
1575
1745
 
1576
1746
 
@@ -1611,7 +1781,12 @@
1611
1781
  <span class="method-parameter is-pulled-right">
1612
1782
  <label>类型:</label>
1613
1783
 
1614
- <span class="param-type">Boolean</span>
1784
+ <span class="param-type">
1785
+
1786
+ Boolean
1787
+
1788
+ </span>
1789
+
1615
1790
 
1616
1791
 
1617
1792
  </span>
@@ -1649,7 +1824,7 @@
1649
1824
 
1650
1825
  <dt class="inherited-from">Inherited From:</dt>
1651
1826
  <dd class="inherited-from"><ul class="dummy"><li>
1652
- <a class="mapgis-link-name" title="BaseView#stationary" BaseView.html#stationary>BaseView#stationary</a>
1827
+ <a goto="stationary" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#stationary" BaseView.html#stationary>BaseView#stationary</a>
1653
1828
  </li></ul></dd>
1654
1829
 
1655
1830
 
@@ -1690,7 +1865,12 @@
1690
1865
  <span class="method-parameter is-pulled-right">
1691
1866
  <label>类型:</label>
1692
1867
 
1693
- <span class="param-type">Number</span>
1868
+ <span class="param-type">
1869
+
1870
+ Number
1871
+
1872
+ </span>
1873
+
1694
1874
 
1695
1875
 
1696
1876
  </span>
@@ -1724,7 +1904,7 @@
1724
1904
 
1725
1905
  <dt class="inherited-from">Inherited From:</dt>
1726
1906
  <dd class="inherited-from"><ul class="dummy"><li>
1727
- <a class="mapgis-link-name" title="BaseView#zoom" BaseView.html#zoom>BaseView#zoom</a>
1907
+ <a goto="zoom" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#zoom" BaseView.html#zoom>BaseView#zoom</a>
1728
1908
  </li></ul></dd>
1729
1909
 
1730
1910
 
@@ -1781,12 +1961,17 @@
1781
1961
  <tbody>
1782
1962
 
1783
1963
  <tr class="deep-level-0">
1784
- <td class="name"><code><a href="MapView.html#fromJSON">fromJSON</a></code></td>
1964
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1785
1965
  <td class="name">
1786
1966
  <code>
1787
1967
 
1788
1968
 
1789
- <span class="param-type"><a 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>
1974
+
1790
1975
 
1791
1976
 
1792
1977
 
@@ -1796,15 +1981,24 @@
1796
1981
  </tr>
1797
1982
 
1798
1983
  <tr class="deep-level-0">
1799
- <td class="name"><code><a href="MapView.html#getInnerLayer">getInnerLayer</a></code></td>
1984
+ <td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
1800
1985
  <td class="name">
1801
1986
  <code>
1802
1987
 
1803
1988
 
1804
- <span class="param-type">Object</span>
1989
+ <span class="param-type">
1990
+
1991
+ Object
1992
+
1993
+ </span>
1805
1994
  |
1806
1995
 
1807
- <span class="param-type">null</span>
1996
+ <span class="param-type">
1997
+
1998
+ null
1999
+
2000
+ </span>
2001
+
1808
2002
 
1809
2003
 
1810
2004
 
@@ -1814,12 +2008,17 @@
1814
2008
  </tr>
1815
2009
 
1816
2010
  <tr class="deep-level-0">
1817
- <td class="name"><code><a href="MapView.html#getInnerView">getInnerView</a></code></td>
2011
+ <td class="name"><code><a href="#getInnerView">getInnerView</a></code></td>
1818
2012
  <td class="name">
1819
2013
  <code>
1820
2014
 
1821
2015
 
1822
- <span class="param-type">Object</span>
2016
+ <span class="param-type">
2017
+
2018
+ Object
2019
+
2020
+ </span>
2021
+
1823
2022
 
1824
2023
 
1825
2024
 
@@ -1829,12 +2028,17 @@
1829
2028
  </tr>
1830
2029
 
1831
2030
  <tr class="deep-level-0">
1832
- <td class="name"><code><a href="MapView.html#getLayer">getLayer</a></code></td>
2031
+ <td class="name"><code><a href="#getLayer">getLayer</a></code></td>
1833
2032
  <td class="name">
1834
2033
  <code>
1835
2034
 
1836
2035
 
1837
- <span class="param-type"><a 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>
2041
+
1838
2042
 
1839
2043
 
1840
2044
 
@@ -1844,7 +2048,7 @@
1844
2048
  </tr>
1845
2049
 
1846
2050
  <tr class="deep-level-0">
1847
- <td class="name"><code><a href="MapView.html#setMap">setMap</a></code></td>
2051
+ <td class="name"><code><a href="#setMap">setMap</a></code></td>
1848
2052
  <td class="name">
1849
2053
  <code>
1850
2054
 
@@ -1854,12 +2058,17 @@
1854
2058
  </tr>
1855
2059
 
1856
2060
  <tr class="deep-level-0">
1857
- <td class="name"><code><a href="MapView.html#toJSON">toJSON</a></code></td>
2061
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1858
2062
  <td class="name">
1859
2063
  <code>
1860
2064
 
1861
2065
 
1862
- <span class="param-type">Object</span>
2066
+ <span class="param-type">
2067
+
2068
+ Object
2069
+
2070
+ </span>
2071
+
1863
2072
 
1864
2073
 
1865
2074
 
@@ -1930,13 +2139,18 @@
1930
2139
 
1931
2140
  <tr class="deep-level-0">
1932
2141
 
1933
- <td class="name" id="json"><code>json</code></td>
2142
+ <td class="name"><code>json</code></td>
1934
2143
 
1935
2144
 
1936
2145
  <td class="type">
1937
2146
 
1938
2147
 
1939
- <span class="param-type">Object</span>
2148
+ <span class="param-type">
2149
+
2150
+ Object
2151
+
2152
+ </span>
2153
+
1940
2154
 
1941
2155
 
1942
2156
 
@@ -2022,7 +2236,12 @@
2022
2236
  <div class='column is-5 has-text-left'>
2023
2237
  <label>类型: </label>
2024
2238
 
2025
- <span class="param-type"><a 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>
2244
+
2026
2245
 
2027
2246
 
2028
2247
  </div>
@@ -2093,16 +2312,25 @@
2093
2312
 
2094
2313
  <tr class="deep-level-0">
2095
2314
 
2096
- <td class="name" id="layer"><code>layer</code></td>
2315
+ <td class="name"><code>layer</code></td>
2097
2316
 
2098
2317
 
2099
2318
  <td class="type">
2100
2319
 
2101
2320
 
2102
- <span class="param-type">Object</span>
2321
+ <span class="param-type">
2322
+
2323
+ Object
2324
+
2325
+ </span>
2103
2326
  |
2104
2327
 
2105
- <span class="param-type">String</span>
2328
+ <span class="param-type">
2329
+
2330
+ String
2331
+
2332
+ </span>
2333
+
2106
2334
 
2107
2335
 
2108
2336
 
@@ -2134,7 +2362,7 @@
2134
2362
 
2135
2363
  <dt class="inherited-from">Inherited From:</dt>
2136
2364
  <dd class="inherited-from"><ul class="dummy"><li>
2137
- <a class="mapgis-link-name" title="BaseView#getInnerLayer" BaseView.html#getInnerLayer>BaseView#getInnerLayer</a>
2365
+ <a goto="getInnerLayer" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getInnerLayer" BaseView.html#getInnerLayer>BaseView#getInnerLayer</a>
2138
2366
  </li></ul></dd>
2139
2367
 
2140
2368
 
@@ -2195,10 +2423,19 @@
2195
2423
  <div class='column is-5 has-text-left'>
2196
2424
  <label>类型: </label>
2197
2425
 
2198
- <span class="param-type">Object</span>
2426
+ <span class="param-type">
2427
+
2428
+ Object
2429
+
2430
+ </span>
2199
2431
  |
2200
2432
 
2201
- <span class="param-type">null</span>
2433
+ <span class="param-type">
2434
+
2435
+ null
2436
+
2437
+ </span>
2438
+
2202
2439
 
2203
2440
 
2204
2441
  </div>
@@ -2281,7 +2518,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2281
2518
 
2282
2519
  <dt class="inherited-from">Inherited From:</dt>
2283
2520
  <dd class="inherited-from"><ul class="dummy"><li>
2284
- <a class="mapgis-link-name" title="BaseView#getInnerView" BaseView.html#getInnerView>BaseView#getInnerView</a>
2521
+ <a goto="getInnerView" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getInnerView" BaseView.html#getInnerView>BaseView#getInnerView</a>
2285
2522
  </li></ul></dd>
2286
2523
 
2287
2524
 
@@ -2340,7 +2577,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2340
2577
  <div class='column is-5 has-text-left'>
2341
2578
  <label>类型: </label>
2342
2579
 
2343
- <span class="param-type">Object</span>
2580
+ <span class="param-type">
2581
+
2582
+ Object
2583
+
2584
+ </span>
2585
+
2344
2586
 
2345
2587
 
2346
2588
  </div>
@@ -2411,13 +2653,18 @@ igsSceneLayer.on("layerview-created", function (result) {
2411
2653
 
2412
2654
  <tr class="deep-level-0">
2413
2655
 
2414
- <td class="name" id="layerId"><code>layerId</code></td>
2656
+ <td class="name"><code>layerId</code></td>
2415
2657
 
2416
2658
 
2417
2659
  <td class="type">
2418
2660
 
2419
2661
 
2420
- <span class="param-type">String</span>
2662
+ <span class="param-type">
2663
+
2664
+ String
2665
+
2666
+ </span>
2667
+
2421
2668
 
2422
2669
 
2423
2670
 
@@ -2449,7 +2696,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2449
2696
 
2450
2697
  <dt class="inherited-from">Inherited From:</dt>
2451
2698
  <dd class="inherited-from"><ul class="dummy"><li>
2452
- <a class="mapgis-link-name" title="BaseView#getLayer" BaseView.html#getLayer>BaseView#getLayer</a>
2699
+ <a goto="getLayer" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#getLayer" BaseView.html#getLayer>BaseView#getLayer</a>
2453
2700
  </li></ul></dd>
2454
2701
 
2455
2702
 
@@ -2510,7 +2757,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2510
2757
  <div class='column is-5 has-text-left'>
2511
2758
  <label>类型: </label>
2512
2759
 
2513
- <span class="param-type"><a 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>
2765
+
2514
2766
 
2515
2767
 
2516
2768
  </div>
@@ -2581,13 +2833,18 @@ igsSceneLayer.on("layerview-created", function (result) {
2581
2833
 
2582
2834
  <tr class="deep-level-0">
2583
2835
 
2584
- <td class="name" id="map"><code>map</code></td>
2836
+ <td class="name"><code>map</code></td>
2585
2837
 
2586
2838
 
2587
2839
  <td class="type">
2588
2840
 
2589
2841
 
2590
- <span class="param-type"><a 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>
2847
+
2591
2848
 
2592
2849
 
2593
2850
 
@@ -2619,7 +2876,7 @@ igsSceneLayer.on("layerview-created", function (result) {
2619
2876
 
2620
2877
  <dt class="inherited-from">Inherited From:</dt>
2621
2878
  <dd class="inherited-from"><ul class="dummy"><li>
2622
- <a class="mapgis-link-name" title="BaseView#setMap" BaseView.html#setMap>BaseView#setMap</a>
2879
+ <a goto="setMap" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#setMap" BaseView.html#setMap>BaseView#setMap</a>
2623
2880
  </li></ul></dd>
2624
2881
 
2625
2882
 
@@ -2776,7 +3033,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2776
3033
  <div class='column is-5 has-text-left'>
2777
3034
  <label>类型: </label>
2778
3035
 
2779
- <span class="param-type">Object</span>
3036
+ <span class="param-type">
3037
+
3038
+ Object
3039
+
3040
+ </span>
3041
+
2780
3042
 
2781
3043
 
2782
3044
  </div>
@@ -2815,77 +3077,77 @@ igsSceneLayer.on("layerview-created", function (result) {
2815
3077
  <tbody>
2816
3078
 
2817
3079
  <tr class="deep-level-0">
2818
- <td class="name"><code><a href="MapView.html#地图大小变化事件">地图大小变化事件</a></code></td>
3080
+ <td class="name"><code><a href="#地图大小变化事件">地图大小变化事件</a></code></td>
2819
3081
  <td class="name"><code>地图大小变化事件</code></td>
2820
3082
  </tr>
2821
3083
 
2822
3084
  <tr class="deep-level-0">
2823
- <td class="name"><code><a href="MapView.html#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
3085
+ <td class="name"><code><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
2824
3086
  <td class="name"><code>地图视图加载完毕事件</code></td>
2825
3087
  </tr>
2826
3088
 
2827
3089
  <tr class="deep-level-0">
2828
- <td class="name"><code><a href="MapView.html#地图视图改变事件">地图视图改变事件</a></code></td>
3090
+ <td class="name"><code><a href="#地图视图改变事件">地图视图改变事件</a></code></td>
2829
3091
  <td class="name"><code>地图视图改变事件</code></td>
2830
3092
  </tr>
2831
3093
 
2832
3094
  <tr class="deep-level-0">
2833
- <td class="name"><code><a href="MapView.html#视图图层创建事件">视图图层创建事件</a></code></td>
3095
+ <td class="name"><code><a href="#视图图层创建事件">视图图层创建事件</a></code></td>
2834
3096
  <td class="name"><code>视图图层创建事件</code></td>
2835
3097
  </tr>
2836
3098
 
2837
3099
  <tr class="deep-level-0">
2838
- <td class="name"><code><a href="MapView.html#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
3100
+ <td class="name"><code><a href="#视图图层创建错误事件">视图图层创建错误事件</a></code></td>
2839
3101
  <td class="name"><code>视图图层创建错误事件</code></td>
2840
3102
  </tr>
2841
3103
 
2842
3104
  <tr class="deep-level-0">
2843
- <td class="name"><code><a href="MapView.html#视图图层移除事件">视图图层移除事件</a></code></td>
3105
+ <td class="name"><code><a href="#视图图层移除事件">视图图层移除事件</a></code></td>
2844
3106
  <td class="name"><code>视图图层移除事件</code></td>
2845
3107
  </tr>
2846
3108
 
2847
3109
  <tr class="deep-level-0">
2848
- <td class="name"><code><a href="MapView.html#键盘抬起事件">键盘抬起事件</a></code></td>
3110
+ <td class="name"><code><a href="#键盘抬起事件">键盘抬起事件</a></code></td>
2849
3111
  <td class="name"><code>键盘抬起事件</code></td>
2850
3112
  </tr>
2851
3113
 
2852
3114
  <tr class="deep-level-0">
2853
- <td class="name"><code><a href="MapView.html#键盘按下事件">键盘按下事件</a></code></td>
3115
+ <td class="name"><code><a href="#键盘按下事件">键盘按下事件</a></code></td>
2854
3116
  <td class="name"><code>键盘按下事件</code></td>
2855
3117
  </tr>
2856
3118
 
2857
3119
  <tr class="deep-level-0">
2858
- <td class="name"><code><a href="MapView.html#鼠标双击事件">鼠标双击事件</a></code></td>
3120
+ <td class="name"><code><a href="#鼠标双击事件">鼠标双击事件</a></code></td>
2859
3121
  <td class="name"><code>鼠标双击事件</code></td>
2860
3122
  </tr>
2861
3123
 
2862
3124
  <tr class="deep-level-0">
2863
- <td class="name"><code><a href="MapView.html#鼠标抬起事件">鼠标抬起事件</a></code></td>
3125
+ <td class="name"><code><a href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
2864
3126
  <td class="name"><code>鼠标抬起事件</code></td>
2865
3127
  </tr>
2866
3128
 
2867
3129
  <tr class="deep-level-0">
2868
- <td class="name"><code><a href="MapView.html#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
3130
+ <td class="name"><code><a href="#鼠标拖拽事件">鼠标拖拽事件</a></code></td>
2869
3131
  <td class="name"><code>鼠标拖拽事件</code></td>
2870
3132
  </tr>
2871
3133
 
2872
3134
  <tr class="deep-level-0">
2873
- <td class="name"><code><a href="MapView.html#鼠标按下事件">鼠标按下事件</a></code></td>
3135
+ <td class="name"><code><a href="#鼠标按下事件">鼠标按下事件</a></code></td>
2874
3136
  <td class="name"><code>鼠标按下事件</code></td>
2875
3137
  </tr>
2876
3138
 
2877
3139
  <tr class="deep-level-0">
2878
- <td class="name"><code><a href="MapView.html#鼠标点击事件">鼠标点击事件</a></code></td>
3140
+ <td class="name"><code><a href="#鼠标点击事件">鼠标点击事件</a></code></td>
2879
3141
  <td class="name"><code>鼠标点击事件</code></td>
2880
3142
  </tr>
2881
3143
 
2882
3144
  <tr class="deep-level-0">
2883
- <td class="name"><code><a href="MapView.html#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
3145
+ <td class="name"><code><a href="#鼠标点击立即响应事件">鼠标点击立即响应事件</a></code></td>
2884
3146
  <td class="name"><code>鼠标点击立即响应事件</code></td>
2885
3147
  </tr>
2886
3148
 
2887
3149
  <tr class="deep-level-0">
2888
- <td class="name"><code><a href="MapView.html#鼠标移动事件">鼠标移动事件</a></code></td>
3150
+ <td class="name"><code><a href="#鼠标移动事件">鼠标移动事件</a></code></td>
2889
3151
  <td class="name"><code>鼠标移动事件</code></td>
2890
3152
  </tr>
2891
3153
 
@@ -2961,7 +3223,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2961
3223
  <td class="type">
2962
3224
 
2963
3225
 
2964
- <span class="param-type">Object</span>
3226
+ <span class="param-type">
3227
+
3228
+ Object
3229
+
3230
+ </span>
3231
+
2965
3232
 
2966
3233
 
2967
3234
 
@@ -2994,7 +3261,12 @@ igsSceneLayer.on("layerview-created", function (result) {
2994
3261
  <td class="type">
2995
3262
 
2996
3263
 
2997
- <span class="param-type"><a 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>
3269
+
2998
3270
 
2999
3271
 
3000
3272
 
@@ -3031,7 +3303,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3031
3303
  <td class="type">
3032
3304
 
3033
3305
 
3034
- <span class="param-type">Number</span>
3306
+ <span class="param-type">
3307
+
3308
+ Number
3309
+
3310
+ </span>
3311
+
3035
3312
 
3036
3313
 
3037
3314
 
@@ -3066,7 +3343,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3066
3343
  <td class="type">
3067
3344
 
3068
3345
 
3069
- <span class="param-type">Number</span>
3346
+ <span class="param-type">
3347
+
3348
+ Number
3349
+
3350
+ </span>
3351
+
3070
3352
 
3071
3353
 
3072
3354
 
@@ -3101,7 +3383,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3101
3383
  <td class="type">
3102
3384
 
3103
3385
 
3104
- <span class="param-type">Number</span>
3386
+ <span class="param-type">
3387
+
3388
+ Number
3389
+
3390
+ </span>
3391
+
3105
3392
 
3106
3393
 
3107
3394
 
@@ -3136,7 +3423,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3136
3423
  <td class="type">
3137
3424
 
3138
3425
 
3139
- <span class="param-type">Number</span>
3426
+ <span class="param-type">
3427
+
3428
+ Number
3429
+
3430
+ </span>
3431
+
3140
3432
 
3141
3433
 
3142
3434
 
@@ -3171,7 +3463,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3171
3463
  <td class="type">
3172
3464
 
3173
3465
 
3174
- <span class="param-type"><a 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>
3471
+
3175
3472
 
3176
3473
 
3177
3474
 
@@ -3206,7 +3503,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3206
3503
  <td class="type">
3207
3504
 
3208
3505
 
3209
- <span class="param-type"><a 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>
3511
+
3210
3512
 
3211
3513
 
3212
3514
 
@@ -3241,7 +3543,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3241
3543
  <td class="type">
3242
3544
 
3243
3545
 
3244
- <span class="param-type">Object</span>
3546
+ <span class="param-type">
3547
+
3548
+ Object
3549
+
3550
+ </span>
3551
+
3245
3552
 
3246
3553
 
3247
3554
 
@@ -3284,7 +3591,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3284
3591
 
3285
3592
  <dt class="inherited-from">Inherited From:</dt>
3286
3593
  <dd class="inherited-from"><ul class="dummy"><li>
3287
- <a class="mapgis-link-name" title="BaseView#event:地图大小变化事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E5%25A4%25A7%25E5%25B0%258F%25E5%258F%2598%25E5%258C%2596%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图大小变化事件</a>
3594
+ <a goto="event:地图大小变化事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图大小变化事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E5%25A4%25A7%25E5%25B0%258F%25E5%258F%2598%25E5%258C%2596%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图大小变化事件</a>
3288
3595
  </li></ul></dd>
3289
3596
 
3290
3597
 
@@ -3412,7 +3719,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3412
3719
  <td class="type">
3413
3720
 
3414
3721
 
3415
- <span class="param-type">Object</span>
3722
+ <span class="param-type">
3723
+
3724
+ Object
3725
+
3726
+ </span>
3727
+
3416
3728
 
3417
3729
 
3418
3730
 
@@ -3441,7 +3753,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3441
3753
 
3442
3754
  <dt class="inherited-from">Inherited From:</dt>
3443
3755
  <dd class="inherited-from"><ul class="dummy"><li>
3444
- <a class="mapgis-link-name" title="BaseView#event:地图视图加载完毕事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图加载完毕事件</a>
3756
+ <a goto="event:地图视图加载完毕事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图视图加载完毕事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图加载完毕事件</a>
3445
3757
  </li></ul></dd>
3446
3758
 
3447
3759
 
@@ -3573,7 +3885,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3573
3885
  <td class="type">
3574
3886
 
3575
3887
 
3576
- <span class="param-type">Object</span>
3888
+ <span class="param-type">
3889
+
3890
+ Object
3891
+
3892
+ </span>
3893
+
3577
3894
 
3578
3895
 
3579
3896
 
@@ -3606,7 +3923,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3606
3923
  <td class="type">
3607
3924
 
3608
3925
 
3609
- <span class="param-type"><a 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>
3931
+
3610
3932
 
3611
3933
 
3612
3934
 
@@ -3643,7 +3965,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3643
3965
  <td class="type">
3644
3966
 
3645
3967
 
3646
- <span class="param-type"><a 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>
3973
+
3647
3974
 
3648
3975
 
3649
3976
 
@@ -3678,7 +4005,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3678
4005
  <td class="type">
3679
4006
 
3680
4007
 
3681
- <span class="param-type"><a 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>
4013
+
3682
4014
 
3683
4015
 
3684
4016
 
@@ -3713,7 +4045,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3713
4045
  <td class="type">
3714
4046
 
3715
4047
 
3716
- <span class="param-type">Number</span>
4048
+ <span class="param-type">
4049
+
4050
+ Number
4051
+
4052
+ </span>
4053
+
3717
4054
 
3718
4055
 
3719
4056
 
@@ -3748,7 +4085,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3748
4085
  <td class="type">
3749
4086
 
3750
4087
 
3751
- <span class="param-type">Number</span>
4088
+ <span class="param-type">
4089
+
4090
+ Number
4091
+
4092
+ </span>
4093
+
3752
4094
 
3753
4095
 
3754
4096
 
@@ -3783,7 +4125,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3783
4125
  <td class="type">
3784
4126
 
3785
4127
 
3786
- <span class="param-type"><a 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>
4133
+
3787
4134
 
3788
4135
 
3789
4136
 
@@ -3826,7 +4173,7 @@ igsSceneLayer.on("layerview-created", function (result) {
3826
4173
 
3827
4174
  <dt class="inherited-from">Inherited From:</dt>
3828
4175
  <dd class="inherited-from"><ul class="dummy"><li>
3829
- <a class="mapgis-link-name" title="BaseView#event:地图视图改变事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E6%2594%25B9%25E5%258F%2598%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图改变事件</a>
4176
+ <a goto="event:地图视图改变事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:地图视图改变事件" BaseView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E6%2594%25B9%25E5%258F%2598%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:地图视图改变事件</a>
3830
4177
  </li></ul></dd>
3831
4178
 
3832
4179
 
@@ -3958,7 +4305,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3958
4305
  <td class="type">
3959
4306
 
3960
4307
 
3961
- <span class="param-type">Object</span>
4308
+ <span class="param-type">
4309
+
4310
+ Object
4311
+
4312
+ </span>
4313
+
3962
4314
 
3963
4315
 
3964
4316
 
@@ -3991,7 +4343,12 @@ igsSceneLayer.on("layerview-created", function (result) {
3991
4343
  <td class="type">
3992
4344
 
3993
4345
 
3994
- <span class="param-type"><a 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>
4351
+
3995
4352
 
3996
4353
 
3997
4354
 
@@ -4028,7 +4385,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4028
4385
  <td class="type">
4029
4386
 
4030
4387
 
4031
- <span class="param-type"><a 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>
4393
+
4032
4394
 
4033
4395
 
4034
4396
 
@@ -4063,7 +4425,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4063
4425
  <td class="type">
4064
4426
 
4065
4427
 
4066
- <span class="param-type"><a 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>
4433
+
4067
4434
 
4068
4435
 
4069
4436
 
@@ -4098,7 +4465,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4098
4465
  <td class="type">
4099
4466
 
4100
4467
 
4101
- <span class="param-type"><a 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>
4473
+
4102
4474
 
4103
4475
 
4104
4476
 
@@ -4141,7 +4513,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4141
4513
 
4142
4514
  <dt class="inherited-from">Inherited From:</dt>
4143
4515
  <dd class="inherited-from"><ul class="dummy"><li>
4144
- <a class="mapgis-link-name" title="BaseView#event:视图图层创建事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建事件</a>
4516
+ <a goto="event:视图图层创建事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层创建事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建事件</a>
4145
4517
  </li></ul></dd>
4146
4518
 
4147
4519
 
@@ -4273,7 +4645,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4273
4645
  <td class="type">
4274
4646
 
4275
4647
 
4276
- <span class="param-type">Object</span>
4648
+ <span class="param-type">
4649
+
4650
+ Object
4651
+
4652
+ </span>
4653
+
4277
4654
 
4278
4655
 
4279
4656
 
@@ -4306,7 +4683,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4306
4683
  <td class="type">
4307
4684
 
4308
4685
 
4309
- <span class="param-type"><a 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>
4691
+
4310
4692
 
4311
4693
 
4312
4694
 
@@ -4343,7 +4725,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4343
4725
  <td class="type">
4344
4726
 
4345
4727
 
4346
- <span class="param-type"><a 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>
4733
+
4347
4734
 
4348
4735
 
4349
4736
 
@@ -4378,7 +4765,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4378
4765
  <td class="type">
4379
4766
 
4380
4767
 
4381
- <span class="param-type"><a 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>
4773
+
4382
4774
 
4383
4775
 
4384
4776
 
@@ -4413,7 +4805,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4413
4805
  <td class="type">
4414
4806
 
4415
4807
 
4416
- <span class="param-type">String</span>
4808
+ <span class="param-type">
4809
+
4810
+ String
4811
+
4812
+ </span>
4813
+
4417
4814
 
4418
4815
 
4419
4816
 
@@ -4456,7 +4853,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4456
4853
 
4457
4854
  <dt class="inherited-from">Inherited From:</dt>
4458
4855
  <dd class="inherited-from"><ul class="dummy"><li>
4459
- <a class="mapgis-link-name" title="BaseView#event:视图图层创建错误事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E9%2594%2599%25E8%25AF%25AF%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建错误事件</a>
4856
+ <a goto="event:视图图层创建错误事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层创建错误事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%259B%25E5%25BB%25BA%25E9%2594%2599%25E8%25AF%25AF%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层创建错误事件</a>
4460
4857
  </li></ul></dd>
4461
4858
 
4462
4859
 
@@ -4588,7 +4985,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4588
4985
  <td class="type">
4589
4986
 
4590
4987
 
4591
- <span class="param-type">Object</span>
4988
+ <span class="param-type">
4989
+
4990
+ Object
4991
+
4992
+ </span>
4993
+
4592
4994
 
4593
4995
 
4594
4996
 
@@ -4621,7 +5023,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4621
5023
  <td class="type">
4622
5024
 
4623
5025
 
4624
- <span class="param-type"><a 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>
5031
+
4625
5032
 
4626
5033
 
4627
5034
 
@@ -4658,7 +5065,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4658
5065
  <td class="type">
4659
5066
 
4660
5067
 
4661
- <span class="param-type"><a 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>
5073
+
4662
5074
 
4663
5075
 
4664
5076
 
@@ -4693,7 +5105,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4693
5105
  <td class="type">
4694
5106
 
4695
5107
 
4696
- <span class="param-type"><a 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>
5113
+
4697
5114
 
4698
5115
 
4699
5116
 
@@ -4728,7 +5145,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4728
5145
  <td class="type">
4729
5146
 
4730
5147
 
4731
- <span class="param-type"><a 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>
5153
+
4732
5154
 
4733
5155
 
4734
5156
 
@@ -4771,7 +5193,7 @@ igsSceneLayer.on("layerview-created", function (result) {
4771
5193
 
4772
5194
  <dt class="inherited-from">Inherited From:</dt>
4773
5195
  <dd class="inherited-from"><ul class="dummy"><li>
4774
- <a class="mapgis-link-name" title="BaseView#event:视图图层移除事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E7%25A7%25BB%25E9%2599%25A4%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层移除事件</a>
5196
+ <a goto="event:视图图层移除事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:视图图层移除事件" BaseView.html#event:%25E8%25A7%2586%25E5%259B%25BE%25E5%259B%25BE%25E5%25B1%2582%25E7%25A7%25BB%25E9%2599%25A4%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:视图图层移除事件</a>
4775
5197
  </li></ul></dd>
4776
5198
 
4777
5199
 
@@ -4903,7 +5325,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4903
5325
  <td class="type">
4904
5326
 
4905
5327
 
4906
- <span class="param-type">Object</span>
5328
+ <span class="param-type">
5329
+
5330
+ Object
5331
+
5332
+ </span>
5333
+
4907
5334
 
4908
5335
 
4909
5336
 
@@ -4936,8 +5363,13 @@ igsSceneLayer.on("layerview-created", function (result) {
4936
5363
  <td class="type">
4937
5364
 
4938
5365
 
4939
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
4940
-
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>
5371
+
5372
+
4941
5373
 
4942
5374
 
4943
5375
  </td>
@@ -4973,7 +5405,12 @@ igsSceneLayer.on("layerview-created", function (result) {
4973
5405
  <td class="type">
4974
5406
 
4975
5407
 
4976
- <span class="param-type">String</span>
5408
+ <span class="param-type">
5409
+
5410
+ String
5411
+
5412
+ </span>
5413
+
4977
5414
 
4978
5415
 
4979
5416
 
@@ -5008,7 +5445,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5008
5445
  <td class="type">
5009
5446
 
5010
5447
 
5011
- <span class="param-type">Number</span>
5448
+ <span class="param-type">
5449
+
5450
+ Number
5451
+
5452
+ </span>
5453
+
5012
5454
 
5013
5455
 
5014
5456
 
@@ -5043,7 +5485,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5043
5485
  <td class="type">
5044
5486
 
5045
5487
 
5046
- <span class="param-type"><a 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>
5493
+
5047
5494
 
5048
5495
 
5049
5496
 
@@ -5078,7 +5525,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5078
5525
  <td class="type">
5079
5526
 
5080
5527
 
5081
- <span class="param-type"><a 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>
5533
+
5082
5534
 
5083
5535
 
5084
5536
 
@@ -5113,7 +5565,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5113
5565
  <td class="type">
5114
5566
 
5115
5567
 
5116
- <span class="param-type">Object</span>
5568
+ <span class="param-type">
5569
+
5570
+ Object
5571
+
5572
+ </span>
5573
+
5117
5574
 
5118
5575
 
5119
5576
 
@@ -5156,7 +5613,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5156
5613
 
5157
5614
  <dt class="inherited-from">Inherited From:</dt>
5158
5615
  <dd class="inherited-from"><ul class="dummy"><li>
5159
- <a class="mapgis-link-name" title="BaseView#event:键盘抬起事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘抬起事件</a>
5616
+ <a goto="event:键盘抬起事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:键盘抬起事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘抬起事件</a>
5160
5617
  </li></ul></dd>
5161
5618
 
5162
5619
 
@@ -5288,7 +5745,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5288
5745
  <td class="type">
5289
5746
 
5290
5747
 
5291
- <span class="param-type">Object</span>
5748
+ <span class="param-type">
5749
+
5750
+ Object
5751
+
5752
+ </span>
5753
+
5292
5754
 
5293
5755
 
5294
5756
 
@@ -5321,7 +5783,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5321
5783
  <td class="type">
5322
5784
 
5323
5785
 
5324
- <span class="param-type"><a 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>
5791
+
5325
5792
 
5326
5793
 
5327
5794
 
@@ -5358,7 +5825,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5358
5825
  <td class="type">
5359
5826
 
5360
5827
 
5361
- <span class="param-type">String</span>
5828
+ <span class="param-type">
5829
+
5830
+ String
5831
+
5832
+ </span>
5833
+
5362
5834
 
5363
5835
 
5364
5836
 
@@ -5393,7 +5865,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5393
5865
  <td class="type">
5394
5866
 
5395
5867
 
5396
- <span class="param-type">Number</span>
5868
+ <span class="param-type">
5869
+
5870
+ Number
5871
+
5872
+ </span>
5873
+
5397
5874
 
5398
5875
 
5399
5876
 
@@ -5428,7 +5905,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5428
5905
  <td class="type">
5429
5906
 
5430
5907
 
5431
- <span class="param-type"><a 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>
5913
+
5432
5914
 
5433
5915
 
5434
5916
 
@@ -5463,7 +5945,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5463
5945
  <td class="type">
5464
5946
 
5465
5947
 
5466
- <span class="param-type"><a 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>
5953
+
5467
5954
 
5468
5955
 
5469
5956
 
@@ -5498,7 +5985,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5498
5985
  <td class="type">
5499
5986
 
5500
5987
 
5501
- <span class="param-type">Object</span>
5988
+ <span class="param-type">
5989
+
5990
+ Object
5991
+
5992
+ </span>
5993
+
5502
5994
 
5503
5995
 
5504
5996
 
@@ -5541,7 +6033,7 @@ igsSceneLayer.on("layerview-created", function (result) {
5541
6033
 
5542
6034
  <dt class="inherited-from">Inherited From:</dt>
5543
6035
  <dd class="inherited-from"><ul class="dummy"><li>
5544
- <a class="mapgis-link-name" title="BaseView#event:键盘按下事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘按下事件</a>
6036
+ <a goto="event:键盘按下事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:键盘按下事件" BaseView.html#event:%25E9%2594%25AE%25E7%259B%2598%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:键盘按下事件</a>
5545
6037
  </li></ul></dd>
5546
6038
 
5547
6039
 
@@ -5673,7 +6165,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5673
6165
  <td class="type">
5674
6166
 
5675
6167
 
5676
- <span class="param-type">Object</span>
6168
+ <span class="param-type">
6169
+
6170
+ Object
6171
+
6172
+ </span>
6173
+
5677
6174
 
5678
6175
 
5679
6176
 
@@ -5706,7 +6203,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5706
6203
  <td class="type">
5707
6204
 
5708
6205
 
5709
- <span class="param-type"><a 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>
6211
+
5710
6212
 
5711
6213
 
5712
6214
 
@@ -5743,7 +6245,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5743
6245
  <td class="type">
5744
6246
 
5745
6247
 
5746
- <span class="param-type">Object</span>
6248
+ <span class="param-type">
6249
+
6250
+ Object
6251
+
6252
+ </span>
6253
+
5747
6254
 
5748
6255
 
5749
6256
 
@@ -5778,7 +6285,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5778
6285
  <td class="type">
5779
6286
 
5780
6287
 
5781
- <span class="param-type">Object</span>
6288
+ <span class="param-type">
6289
+
6290
+ Object
6291
+
6292
+ </span>
6293
+
5782
6294
 
5783
6295
 
5784
6296
 
@@ -5813,7 +6325,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5813
6325
  <td class="type">
5814
6326
 
5815
6327
 
5816
- <span class="param-type">Object</span>
6328
+ <span class="param-type">
6329
+
6330
+ Object
6331
+
6332
+ </span>
6333
+
5817
6334
 
5818
6335
 
5819
6336
 
@@ -5848,7 +6365,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5848
6365
  <td class="type">
5849
6366
 
5850
6367
 
5851
- <span class="param-type">Object</span>
6368
+ <span class="param-type">
6369
+
6370
+ Object
6371
+
6372
+ </span>
6373
+
5852
6374
 
5853
6375
 
5854
6376
 
@@ -5883,7 +6405,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5883
6405
  <td class="type">
5884
6406
 
5885
6407
 
5886
- <span class="param-type">Object</span>
6408
+ <span class="param-type">
6409
+
6410
+ Object
6411
+
6412
+ </span>
6413
+
5887
6414
 
5888
6415
 
5889
6416
 
@@ -5918,7 +6445,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5918
6445
  <td class="type">
5919
6446
 
5920
6447
 
5921
- <span class="param-type">Object</span>
6448
+ <span class="param-type">
6449
+
6450
+ Object
6451
+
6452
+ </span>
6453
+
5922
6454
 
5923
6455
 
5924
6456
 
@@ -5953,7 +6485,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5953
6485
  <td class="type">
5954
6486
 
5955
6487
 
5956
- <span class="param-type"><a 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>
6493
+
5957
6494
 
5958
6495
 
5959
6496
 
@@ -5988,7 +6525,12 @@ igsSceneLayer.on("layerview-created", function (result) {
5988
6525
  <td class="type">
5989
6526
 
5990
6527
 
5991
- <span class="param-type"><a 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>
6533
+
5992
6534
 
5993
6535
 
5994
6536
 
@@ -6023,7 +6565,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6023
6565
  <td class="type">
6024
6566
 
6025
6567
 
6026
- <span class="param-type">Object</span>
6568
+ <span class="param-type">
6569
+
6570
+ Object
6571
+
6572
+ </span>
6573
+
6027
6574
 
6028
6575
 
6029
6576
 
@@ -6066,7 +6613,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6066
6613
 
6067
6614
  <dt class="inherited-from">Inherited From:</dt>
6068
6615
  <dd class="inherited-from"><ul class="dummy"><li>
6069
- <a class="mapgis-link-name" title="BaseView#event:鼠标双击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E5%258F%258C%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标双击事件</a>
6616
+ <a goto="event:鼠标双击事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标双击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E5%258F%258C%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标双击事件</a>
6070
6617
  </li></ul></dd>
6071
6618
 
6072
6619
 
@@ -6198,7 +6745,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6198
6745
  <td class="type">
6199
6746
 
6200
6747
 
6201
- <span class="param-type">Object</span>
6748
+ <span class="param-type">
6749
+
6750
+ Object
6751
+
6752
+ </span>
6753
+
6202
6754
 
6203
6755
 
6204
6756
 
@@ -6231,7 +6783,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6231
6783
  <td class="type">
6232
6784
 
6233
6785
 
6234
- <span class="param-type"><a 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>
6791
+
6235
6792
 
6236
6793
 
6237
6794
 
@@ -6268,7 +6825,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6268
6825
  <td class="type">
6269
6826
 
6270
6827
 
6271
- <span class="param-type">Object</span>
6828
+ <span class="param-type">
6829
+
6830
+ Object
6831
+
6832
+ </span>
6833
+
6272
6834
 
6273
6835
 
6274
6836
 
@@ -6303,7 +6865,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6303
6865
  <td class="type">
6304
6866
 
6305
6867
 
6306
- <span class="param-type">Object</span>
6868
+ <span class="param-type">
6869
+
6870
+ Object
6871
+
6872
+ </span>
6873
+
6307
6874
 
6308
6875
 
6309
6876
 
@@ -6338,7 +6905,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6338
6905
  <td class="type">
6339
6906
 
6340
6907
 
6341
- <span class="param-type">Object</span>
6908
+ <span class="param-type">
6909
+
6910
+ Object
6911
+
6912
+ </span>
6913
+
6342
6914
 
6343
6915
 
6344
6916
 
@@ -6373,7 +6945,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6373
6945
  <td class="type">
6374
6946
 
6375
6947
 
6376
- <span class="param-type">Object</span>
6948
+ <span class="param-type">
6949
+
6950
+ Object
6951
+
6952
+ </span>
6953
+
6377
6954
 
6378
6955
 
6379
6956
 
@@ -6408,7 +6985,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6408
6985
  <td class="type">
6409
6986
 
6410
6987
 
6411
- <span class="param-type">Object</span>
6988
+ <span class="param-type">
6989
+
6990
+ Object
6991
+
6992
+ </span>
6993
+
6412
6994
 
6413
6995
 
6414
6996
 
@@ -6443,7 +7025,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6443
7025
  <td class="type">
6444
7026
 
6445
7027
 
6446
- <span class="param-type">Object</span>
7028
+ <span class="param-type">
7029
+
7030
+ Object
7031
+
7032
+ </span>
7033
+
6447
7034
 
6448
7035
 
6449
7036
 
@@ -6478,7 +7065,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6478
7065
  <td class="type">
6479
7066
 
6480
7067
 
6481
- <span class="param-type"><a 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>
7073
+
6482
7074
 
6483
7075
 
6484
7076
 
@@ -6513,7 +7105,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6513
7105
  <td class="type">
6514
7106
 
6515
7107
 
6516
- <span class="param-type"><a 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>
7113
+
6517
7114
 
6518
7115
 
6519
7116
 
@@ -6548,7 +7145,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6548
7145
  <td class="type">
6549
7146
 
6550
7147
 
6551
- <span class="param-type">Object</span>
7148
+ <span class="param-type">
7149
+
7150
+ Object
7151
+
7152
+ </span>
7153
+
6552
7154
 
6553
7155
 
6554
7156
 
@@ -6591,7 +7193,7 @@ igsSceneLayer.on("layerview-created", function (result) {
6591
7193
 
6592
7194
  <dt class="inherited-from">Inherited From:</dt>
6593
7195
  <dd class="inherited-from"><ul class="dummy"><li>
6594
- <a class="mapgis-link-name" title="BaseView#event:鼠标抬起事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标抬起事件</a>
7196
+ <a goto="event:鼠标抬起事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标抬起事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标抬起事件</a>
6595
7197
  </li></ul></dd>
6596
7198
 
6597
7199
 
@@ -6723,7 +7325,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6723
7325
  <td class="type">
6724
7326
 
6725
7327
 
6726
- <span class="param-type">Object</span>
7328
+ <span class="param-type">
7329
+
7330
+ Object
7331
+
7332
+ </span>
7333
+
6727
7334
 
6728
7335
 
6729
7336
 
@@ -6756,7 +7363,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6756
7363
  <td class="type">
6757
7364
 
6758
7365
 
6759
- <span class="param-type"><a 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>
7371
+
6760
7372
 
6761
7373
 
6762
7374
 
@@ -6793,7 +7405,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6793
7405
  <td class="type">
6794
7406
 
6795
7407
 
6796
- <span class="param-type">Object</span>
7408
+ <span class="param-type">
7409
+
7410
+ Object
7411
+
7412
+ </span>
7413
+
6797
7414
 
6798
7415
 
6799
7416
 
@@ -6828,7 +7445,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6828
7445
  <td class="type">
6829
7446
 
6830
7447
 
6831
- <span class="param-type">Object</span>
7448
+ <span class="param-type">
7449
+
7450
+ Object
7451
+
7452
+ </span>
7453
+
6832
7454
 
6833
7455
 
6834
7456
 
@@ -6863,7 +7485,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6863
7485
  <td class="type">
6864
7486
 
6865
7487
 
6866
- <span class="param-type">Number</span>
7488
+ <span class="param-type">
7489
+
7490
+ Number
7491
+
7492
+ </span>
7493
+
6867
7494
 
6868
7495
 
6869
7496
 
@@ -6898,7 +7525,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6898
7525
  <td class="type">
6899
7526
 
6900
7527
 
6901
- <span class="param-type">Number</span>
7528
+ <span class="param-type">
7529
+
7530
+ Number
7531
+
7532
+ </span>
7533
+
6902
7534
 
6903
7535
 
6904
7536
 
@@ -6933,7 +7565,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6933
7565
  <td class="type">
6934
7566
 
6935
7567
 
6936
- <span class="param-type">Boolean</span>
7568
+ <span class="param-type">
7569
+
7570
+ Boolean
7571
+
7572
+ </span>
7573
+
6937
7574
 
6938
7575
 
6939
7576
 
@@ -6968,7 +7605,12 @@ igsSceneLayer.on("layerview-created", function (result) {
6968
7605
  <td class="type">
6969
7606
 
6970
7607
 
6971
- <span class="param-type">Object</span>
7608
+ <span class="param-type">
7609
+
7610
+ Object
7611
+
7612
+ </span>
7613
+
6972
7614
 
6973
7615
 
6974
7616
 
@@ -7003,7 +7645,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7003
7645
  <td class="type">
7004
7646
 
7005
7647
 
7006
- <span class="param-type">function</span>
7648
+ <span class="param-type">
7649
+
7650
+ function
7651
+
7652
+ </span>
7653
+
7007
7654
 
7008
7655
 
7009
7656
 
@@ -7038,7 +7685,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7038
7685
  <td class="type">
7039
7686
 
7040
7687
 
7041
- <span class="param-type">Object</span>
7688
+ <span class="param-type">
7689
+
7690
+ Object
7691
+
7692
+ </span>
7693
+
7042
7694
 
7043
7695
 
7044
7696
 
@@ -7073,7 +7725,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7073
7725
  <td class="type">
7074
7726
 
7075
7727
 
7076
- <span class="param-type">Object</span>
7728
+ <span class="param-type">
7729
+
7730
+ Object
7731
+
7732
+ </span>
7733
+
7077
7734
 
7078
7735
 
7079
7736
 
@@ -7108,7 +7765,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7108
7765
  <td class="type">
7109
7766
 
7110
7767
 
7111
- <span class="param-type">String</span>
7768
+ <span class="param-type">
7769
+
7770
+ String
7771
+
7772
+ </span>
7773
+
7112
7774
 
7113
7775
 
7114
7776
 
@@ -7143,7 +7805,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7143
7805
  <td class="type">
7144
7806
 
7145
7807
 
7146
- <span class="param-type">String</span>
7808
+ <span class="param-type">
7809
+
7810
+ String
7811
+
7812
+ </span>
7813
+
7147
7814
 
7148
7815
 
7149
7816
 
@@ -7186,7 +7853,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7186
7853
 
7187
7854
  <dt class="inherited-from">Inherited From:</dt>
7188
7855
  <dd class="inherited-from"><ul class="dummy"><li>
7189
- <a class="mapgis-link-name" title="BaseView#event:鼠标拖拽事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258B%2596%25E6%258B%25BD%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标拖拽事件</a>
7856
+ <a goto="event:鼠标拖拽事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标拖拽事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258B%2596%25E6%258B%25BD%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标拖拽事件</a>
7190
7857
  </li></ul></dd>
7191
7858
 
7192
7859
 
@@ -7318,7 +7985,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7318
7985
  <td class="type">
7319
7986
 
7320
7987
 
7321
- <span class="param-type">Object</span>
7988
+ <span class="param-type">
7989
+
7990
+ Object
7991
+
7992
+ </span>
7993
+
7322
7994
 
7323
7995
 
7324
7996
 
@@ -7351,7 +8023,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7351
8023
  <td class="type">
7352
8024
 
7353
8025
 
7354
- <span class="param-type"><a 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>
8031
+
7355
8032
 
7356
8033
 
7357
8034
 
@@ -7388,7 +8065,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7388
8065
  <td class="type">
7389
8066
 
7390
8067
 
7391
- <span class="param-type">Object</span>
8068
+ <span class="param-type">
8069
+
8070
+ Object
8071
+
8072
+ </span>
8073
+
7392
8074
 
7393
8075
 
7394
8076
 
@@ -7423,7 +8105,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7423
8105
  <td class="type">
7424
8106
 
7425
8107
 
7426
- <span class="param-type">Object</span>
8108
+ <span class="param-type">
8109
+
8110
+ Object
8111
+
8112
+ </span>
8113
+
7427
8114
 
7428
8115
 
7429
8116
 
@@ -7458,7 +8145,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7458
8145
  <td class="type">
7459
8146
 
7460
8147
 
7461
- <span class="param-type">Object</span>
8148
+ <span class="param-type">
8149
+
8150
+ Object
8151
+
8152
+ </span>
8153
+
7462
8154
 
7463
8155
 
7464
8156
 
@@ -7493,7 +8185,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7493
8185
  <td class="type">
7494
8186
 
7495
8187
 
7496
- <span class="param-type">Object</span>
8188
+ <span class="param-type">
8189
+
8190
+ Object
8191
+
8192
+ </span>
8193
+
7497
8194
 
7498
8195
 
7499
8196
 
@@ -7528,7 +8225,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7528
8225
  <td class="type">
7529
8226
 
7530
8227
 
7531
- <span class="param-type">Object</span>
8228
+ <span class="param-type">
8229
+
8230
+ Object
8231
+
8232
+ </span>
8233
+
7532
8234
 
7533
8235
 
7534
8236
 
@@ -7563,7 +8265,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7563
8265
  <td class="type">
7564
8266
 
7565
8267
 
7566
- <span class="param-type">Object</span>
8268
+ <span class="param-type">
8269
+
8270
+ Object
8271
+
8272
+ </span>
8273
+
7567
8274
 
7568
8275
 
7569
8276
 
@@ -7598,7 +8305,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7598
8305
  <td class="type">
7599
8306
 
7600
8307
 
7601
- <span class="param-type"><a 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>
8313
+
7602
8314
 
7603
8315
 
7604
8316
 
@@ -7633,7 +8345,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7633
8345
  <td class="type">
7634
8346
 
7635
8347
 
7636
- <span class="param-type"><a 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>
8353
+
7637
8354
 
7638
8355
 
7639
8356
 
@@ -7668,7 +8385,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7668
8385
  <td class="type">
7669
8386
 
7670
8387
 
7671
- <span class="param-type">Object</span>
8388
+ <span class="param-type">
8389
+
8390
+ Object
8391
+
8392
+ </span>
8393
+
7672
8394
 
7673
8395
 
7674
8396
 
@@ -7711,7 +8433,7 @@ igsSceneLayer.on("layerview-created", function (result) {
7711
8433
 
7712
8434
  <dt class="inherited-from">Inherited From:</dt>
7713
8435
  <dd class="inherited-from"><ul class="dummy"><li>
7714
- <a class="mapgis-link-name" title="BaseView#event:鼠标按下事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标按下事件</a>
8436
+ <a goto="event:鼠标按下事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标按下事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标按下事件</a>
7715
8437
  </li></ul></dd>
7716
8438
 
7717
8439
 
@@ -7843,7 +8565,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7843
8565
  <td class="type">
7844
8566
 
7845
8567
 
7846
- <span class="param-type">Object</span>
8568
+ <span class="param-type">
8569
+
8570
+ Object
8571
+
8572
+ </span>
8573
+
7847
8574
 
7848
8575
 
7849
8576
 
@@ -7876,7 +8603,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7876
8603
  <td class="type">
7877
8604
 
7878
8605
 
7879
- <span class="param-type"><a 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>
8611
+
7880
8612
 
7881
8613
 
7882
8614
 
@@ -7913,7 +8645,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7913
8645
  <td class="type">
7914
8646
 
7915
8647
 
7916
- <span class="param-type">Object</span>
8648
+ <span class="param-type">
8649
+
8650
+ Object
8651
+
8652
+ </span>
8653
+
7917
8654
 
7918
8655
 
7919
8656
 
@@ -7948,7 +8685,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7948
8685
  <td class="type">
7949
8686
 
7950
8687
 
7951
- <span class="param-type">Object</span>
8688
+ <span class="param-type">
8689
+
8690
+ Object
8691
+
8692
+ </span>
8693
+
7952
8694
 
7953
8695
 
7954
8696
 
@@ -7983,7 +8725,12 @@ igsSceneLayer.on("layerview-created", function (result) {
7983
8725
  <td class="type">
7984
8726
 
7985
8727
 
7986
- <span class="param-type">Object</span>
8728
+ <span class="param-type">
8729
+
8730
+ Object
8731
+
8732
+ </span>
8733
+
7987
8734
 
7988
8735
 
7989
8736
 
@@ -8018,7 +8765,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8018
8765
  <td class="type">
8019
8766
 
8020
8767
 
8021
- <span class="param-type">Number</span>
8768
+ <span class="param-type">
8769
+
8770
+ Number
8771
+
8772
+ </span>
8773
+
8022
8774
 
8023
8775
 
8024
8776
 
@@ -8053,7 +8805,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8053
8805
  <td class="type">
8054
8806
 
8055
8807
 
8056
- <span class="param-type">Number</span>
8808
+ <span class="param-type">
8809
+
8810
+ Number
8811
+
8812
+ </span>
8813
+
8057
8814
 
8058
8815
 
8059
8816
 
@@ -8088,7 +8845,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8088
8845
  <td class="type">
8089
8846
 
8090
8847
 
8091
- <span class="param-type">function</span>
8848
+ <span class="param-type">
8849
+
8850
+ function
8851
+
8852
+ </span>
8853
+
8092
8854
 
8093
8855
 
8094
8856
 
@@ -8123,7 +8885,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8123
8885
  <td class="type">
8124
8886
 
8125
8887
 
8126
- <span class="param-type">Object</span>
8888
+ <span class="param-type">
8889
+
8890
+ Object
8891
+
8892
+ </span>
8893
+
8127
8894
 
8128
8895
 
8129
8896
 
@@ -8158,7 +8925,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8158
8925
  <td class="type">
8159
8926
 
8160
8927
 
8161
- <span class="param-type">Object</span>
8928
+ <span class="param-type">
8929
+
8930
+ Object
8931
+
8932
+ </span>
8933
+
8162
8934
 
8163
8935
 
8164
8936
 
@@ -8193,7 +8965,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8193
8965
  <td class="type">
8194
8966
 
8195
8967
 
8196
- <span class="param-type"><a 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>
8973
+
8197
8974
 
8198
8975
 
8199
8976
 
@@ -8228,7 +9005,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8228
9005
  <td class="type">
8229
9006
 
8230
9007
 
8231
- <span class="param-type"><a 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>
9013
+
8232
9014
 
8233
9015
 
8234
9016
 
@@ -8271,7 +9053,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8271
9053
 
8272
9054
  <dt class="inherited-from">Inherited From:</dt>
8273
9055
  <dd class="inherited-from"><ul class="dummy"><li>
8274
- <a class="mapgis-link-name" title="BaseView#event:鼠标点击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击事件</a>
9056
+ <a goto="event:鼠标点击事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标点击事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击事件</a>
8275
9057
  </li></ul></dd>
8276
9058
 
8277
9059
 
@@ -8403,7 +9185,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8403
9185
  <td class="type">
8404
9186
 
8405
9187
 
8406
- <span class="param-type">Object</span>
9188
+ <span class="param-type">
9189
+
9190
+ Object
9191
+
9192
+ </span>
9193
+
8407
9194
 
8408
9195
 
8409
9196
 
@@ -8436,7 +9223,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8436
9223
  <td class="type">
8437
9224
 
8438
9225
 
8439
- <span class="param-type"><a 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>
9231
+
8440
9232
 
8441
9233
 
8442
9234
 
@@ -8473,7 +9265,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8473
9265
  <td class="type">
8474
9266
 
8475
9267
 
8476
- <span class="param-type">Object</span>
9268
+ <span class="param-type">
9269
+
9270
+ Object
9271
+
9272
+ </span>
9273
+
8477
9274
 
8478
9275
 
8479
9276
 
@@ -8508,7 +9305,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8508
9305
  <td class="type">
8509
9306
 
8510
9307
 
8511
- <span class="param-type">Object</span>
9308
+ <span class="param-type">
9309
+
9310
+ Object
9311
+
9312
+ </span>
9313
+
8512
9314
 
8513
9315
 
8514
9316
 
@@ -8543,7 +9345,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8543
9345
  <td class="type">
8544
9346
 
8545
9347
 
8546
- <span class="param-type">Object</span>
9348
+ <span class="param-type">
9349
+
9350
+ Object
9351
+
9352
+ </span>
9353
+
8547
9354
 
8548
9355
 
8549
9356
 
@@ -8578,7 +9385,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8578
9385
  <td class="type">
8579
9386
 
8580
9387
 
8581
- <span class="param-type">Number</span>
9388
+ <span class="param-type">
9389
+
9390
+ Number
9391
+
9392
+ </span>
9393
+
8582
9394
 
8583
9395
 
8584
9396
 
@@ -8613,7 +9425,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8613
9425
  <td class="type">
8614
9426
 
8615
9427
 
8616
- <span class="param-type">Number</span>
9428
+ <span class="param-type">
9429
+
9430
+ Number
9431
+
9432
+ </span>
9433
+
8617
9434
 
8618
9435
 
8619
9436
 
@@ -8648,7 +9465,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8648
9465
  <td class="type">
8649
9466
 
8650
9467
 
8651
- <span class="param-type">function</span>
9468
+ <span class="param-type">
9469
+
9470
+ function
9471
+
9472
+ </span>
9473
+
8652
9474
 
8653
9475
 
8654
9476
 
@@ -8683,7 +9505,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8683
9505
  <td class="type">
8684
9506
 
8685
9507
 
8686
- <span class="param-type">Object</span>
9508
+ <span class="param-type">
9509
+
9510
+ Object
9511
+
9512
+ </span>
9513
+
8687
9514
 
8688
9515
 
8689
9516
 
@@ -8718,7 +9545,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8718
9545
  <td class="type">
8719
9546
 
8720
9547
 
8721
- <span class="param-type">Object</span>
9548
+ <span class="param-type">
9549
+
9550
+ Object
9551
+
9552
+ </span>
9553
+
8722
9554
 
8723
9555
 
8724
9556
 
@@ -8753,7 +9585,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8753
9585
  <td class="type">
8754
9586
 
8755
9587
 
8756
- <span class="param-type"><a 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>
9593
+
8757
9594
 
8758
9595
 
8759
9596
 
@@ -8788,7 +9625,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8788
9625
  <td class="type">
8789
9626
 
8790
9627
 
8791
- <span class="param-type"><a 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>
9633
+
8792
9634
 
8793
9635
 
8794
9636
 
@@ -8831,7 +9673,7 @@ igsSceneLayer.on("layerview-created", function (result) {
8831
9673
 
8832
9674
  <dt class="inherited-from">Inherited From:</dt>
8833
9675
  <dd class="inherited-from"><ul class="dummy"><li>
8834
- <a class="mapgis-link-name" title="BaseView#event:鼠标点击立即响应事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E7%25AB%258B%25E5%258D%25B3%25E5%2593%258D%25E5%25BA%2594%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击立即响应事件</a>
9676
+ <a goto="event:鼠标点击立即响应事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标点击立即响应事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E7%25AB%258B%25E5%258D%25B3%25E5%2593%258D%25E5%25BA%2594%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标点击立即响应事件</a>
8835
9677
  </li></ul></dd>
8836
9678
 
8837
9679
 
@@ -8963,7 +9805,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8963
9805
  <td class="type">
8964
9806
 
8965
9807
 
8966
- <span class="param-type">Object</span>
9808
+ <span class="param-type">
9809
+
9810
+ Object
9811
+
9812
+ </span>
9813
+
8967
9814
 
8968
9815
 
8969
9816
 
@@ -8996,7 +9843,12 @@ igsSceneLayer.on("layerview-created", function (result) {
8996
9843
  <td class="type">
8997
9844
 
8998
9845
 
8999
- <span class="param-type"><a 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>
9851
+
9000
9852
 
9001
9853
 
9002
9854
 
@@ -9033,7 +9885,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9033
9885
  <td class="type">
9034
9886
 
9035
9887
 
9036
- <span class="param-type">Object</span>
9888
+ <span class="param-type">
9889
+
9890
+ Object
9891
+
9892
+ </span>
9893
+
9037
9894
 
9038
9895
 
9039
9896
 
@@ -9068,7 +9925,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9068
9925
  <td class="type">
9069
9926
 
9070
9927
 
9071
- <span class="param-type">Object</span>
9928
+ <span class="param-type">
9929
+
9930
+ Object
9931
+
9932
+ </span>
9933
+
9072
9934
 
9073
9935
 
9074
9936
 
@@ -9103,7 +9965,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9103
9965
  <td class="type">
9104
9966
 
9105
9967
 
9106
- <span class="param-type">Object</span>
9968
+ <span class="param-type">
9969
+
9970
+ Object
9971
+
9972
+ </span>
9973
+
9107
9974
 
9108
9975
 
9109
9976
 
@@ -9138,7 +10005,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9138
10005
  <td class="type">
9139
10006
 
9140
10007
 
9141
- <span class="param-type">Object</span>
10008
+ <span class="param-type">
10009
+
10010
+ Object
10011
+
10012
+ </span>
10013
+
9142
10014
 
9143
10015
 
9144
10016
 
@@ -9173,7 +10045,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9173
10045
  <td class="type">
9174
10046
 
9175
10047
 
9176
- <span class="param-type">Object</span>
10048
+ <span class="param-type">
10049
+
10050
+ Object
10051
+
10052
+ </span>
10053
+
9177
10054
 
9178
10055
 
9179
10056
 
@@ -9208,7 +10085,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9208
10085
  <td class="type">
9209
10086
 
9210
10087
 
9211
- <span class="param-type">Object</span>
10088
+ <span class="param-type">
10089
+
10090
+ Object
10091
+
10092
+ </span>
10093
+
9212
10094
 
9213
10095
 
9214
10096
 
@@ -9243,7 +10125,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9243
10125
  <td class="type">
9244
10126
 
9245
10127
 
9246
- <span class="param-type"><a 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>
10133
+
9247
10134
 
9248
10135
 
9249
10136
 
@@ -9278,7 +10165,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9278
10165
  <td class="type">
9279
10166
 
9280
10167
 
9281
- <span class="param-type"><a 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>
10173
+
9282
10174
 
9283
10175
 
9284
10176
 
@@ -9313,7 +10205,12 @@ igsSceneLayer.on("layerview-created", function (result) {
9313
10205
  <td class="type">
9314
10206
 
9315
10207
 
9316
- <span class="param-type">Object</span>
10208
+ <span class="param-type">
10209
+
10210
+ Object
10211
+
10212
+ </span>
10213
+
9317
10214
 
9318
10215
 
9319
10216
 
@@ -9356,7 +10253,7 @@ igsSceneLayer.on("layerview-created", function (result) {
9356
10253
 
9357
10254
  <dt class="inherited-from">Inherited From:</dt>
9358
10255
  <dd class="inherited-from"><ul class="dummy"><li>
9359
- <a class="mapgis-link-name" title="BaseView#event:鼠标移动事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%258A%25A8%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标移动事件</a>
10256
+ <a goto="event:鼠标移动事件" link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView#event:鼠标移动事件" BaseView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%258A%25A8%25E4%25BA%258B%25E4%25BB%25B6>BaseView#event:鼠标移动事件</a>
9360
10257
  </li></ul></dd>
9361
10258
 
9362
10259