@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
@@ -77,13 +77,18 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
77
77
 
78
78
  <tr class="deep-level-0">
79
79
 
80
- <td class="name" id="options"><code>options</code></td>
80
+ <td class="name"><code>options</code></td>
81
81
 
82
82
 
83
83
  <td class="type">
84
84
 
85
85
 
86
- <span class="param-type">Object</span>
86
+ <span class="param-type">
87
+
88
+ Object
89
+
90
+ </span>
91
+
87
92
 
88
93
 
89
94
 
@@ -103,13 +108,18 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
103
108
 
104
109
  <tr class="deep-level-1">
105
110
 
106
- <td class="name" id="baseLayers"><code>baseLayers</code></td>
111
+ <td class="name"><code>baseLayers</code></td>
107
112
 
108
113
 
109
114
  <td class="type">
110
115
 
111
116
 
112
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
117
+ <span class="param-type">
118
+
119
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
120
+
121
+ </span>
122
+
113
123
 
114
124
 
115
125
 
@@ -131,13 +141,18 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
131
141
 
132
142
  <tr class="deep-level-1">
133
143
 
134
- <td class="name" id="id"><code>id</code></td>
144
+ <td class="name"><code>id</code></td>
135
145
 
136
146
 
137
147
  <td class="type">
138
148
 
139
149
 
140
- <span class="param-type">String</span>
150
+ <span class="param-type">
151
+
152
+ String
153
+
154
+ </span>
155
+
141
156
 
142
157
 
143
158
 
@@ -159,13 +174,18 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
159
174
 
160
175
  <tr class="deep-level-1">
161
176
 
162
- <td class="name" id="title"><code>title</code></td>
177
+ <td class="name"><code>title</code></td>
163
178
 
164
179
 
165
180
  <td class="type">
166
181
 
167
182
 
168
- <span class="param-type">String</span>
183
+ <span class="param-type">
184
+
185
+ String
186
+
187
+ </span>
188
+
169
189
 
170
190
 
171
191
 
@@ -187,13 +207,18 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
187
207
 
188
208
  <tr class="deep-level-1">
189
209
 
190
- <td class="name" id="thumbnailUrl"><code>thumbnailUrl</code></td>
210
+ <td class="name"><code>thumbnailUrl</code></td>
191
211
 
192
212
 
193
213
  <td class="type">
194
214
 
195
215
 
196
- <span class="param-type">String</span>
216
+ <span class="param-type">
217
+
218
+ String
219
+
220
+ </span>
221
+
197
222
 
198
223
 
199
224
 
@@ -267,7 +292,7 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
267
292
  <div class="column is-2"><label>绑定事件</label></div>
268
293
  <div class="column is-10">
269
294
  <ul>
270
- <li>Map#event:添加基础图层事件</li>
295
+ <li><a href="#添加基础图层事件">添加基础图层事件</a></li>
271
296
  </ul>
272
297
  </div>
273
298
  </div>
@@ -339,7 +364,7 @@ const map = new Map({
339
364
 
340
365
 
341
366
  <ul>
342
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
367
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
343
368
  </ul>
344
369
 
345
370
 
@@ -371,11 +396,16 @@ const map = new Map({
371
396
  <tbody>
372
397
 
373
398
  <tr class="deep-level-0">
374
- <td class="name"><code><a href="Basemap.html#baseLayers">baseLayers</a></code></td>
399
+ <td class="name"><code><a href="#baseLayers">baseLayers</a></code></td>
375
400
  <td class="name">
376
401
  <code>
377
402
 
378
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
403
+ <span class="param-type">
404
+
405
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
406
+
407
+ </span>
408
+
379
409
 
380
410
 
381
411
  </code>
@@ -384,11 +414,16 @@ const map = new Map({
384
414
  </tr>
385
415
 
386
416
  <tr class="deep-level-0">
387
- <td class="name"><code><a href="Basemap.html#id">id</a></code></td>
417
+ <td class="name"><code><a href="#id">id</a></code></td>
388
418
  <td class="name">
389
419
  <code>
390
420
 
391
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
421
+ <span class="param-type">
422
+
423
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
424
+
425
+ </span>
426
+
392
427
 
393
428
 
394
429
  </code>
@@ -397,11 +432,16 @@ const map = new Map({
397
432
  </tr>
398
433
 
399
434
  <tr class="deep-level-0">
400
- <td class="name"><code><a href="Basemap.html#spatialReference">spatialReference</a></code></td>
435
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
401
436
  <td class="name">
402
437
  <code>
403
438
 
404
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
439
+ <span class="param-type">
440
+
441
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
442
+
443
+ </span>
444
+
405
445
 
406
446
 
407
447
  </code>
@@ -410,11 +450,16 @@ const map = new Map({
410
450
  </tr>
411
451
 
412
452
  <tr class="deep-level-0">
413
- <td class="name"><code><a href="Basemap.html#thumbnailUrl">thumbnailUrl</a></code></td>
453
+ <td class="name"><code><a href="#thumbnailUrl">thumbnailUrl</a></code></td>
414
454
  <td class="name">
415
455
  <code>
416
456
 
417
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
457
+ <span class="param-type">
458
+
459
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
460
+
461
+ </span>
462
+
418
463
 
419
464
 
420
465
  </code>
@@ -423,11 +468,16 @@ const map = new Map({
423
468
  </tr>
424
469
 
425
470
  <tr class="deep-level-0">
426
- <td class="name"><code><a href="Basemap.html#title">title</a></code></td>
471
+ <td class="name"><code><a href="#title">title</a></code></td>
427
472
  <td class="name">
428
473
  <code>
429
474
 
430
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
475
+ <span class="param-type">
476
+
477
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
478
+
479
+ </span>
480
+
431
481
 
432
482
 
433
483
  </code>
@@ -446,7 +496,12 @@ const map = new Map({
446
496
  <span class="method-parameter is-pulled-right">
447
497
  <label>类型:</label>
448
498
 
449
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
499
+ <span class="param-type">
500
+
501
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
502
+
503
+ </span>
504
+
450
505
 
451
506
 
452
507
  </span>
@@ -516,7 +571,12 @@ const map = new Map({
516
571
  <span class="method-parameter is-pulled-right">
517
572
  <label>类型:</label>
518
573
 
519
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
574
+ <span class="param-type">
575
+
576
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
577
+
578
+ </span>
579
+
520
580
 
521
581
 
522
582
  </span>
@@ -586,7 +646,12 @@ const map = new Map({
586
646
  <span class="method-parameter is-pulled-right">
587
647
  <label>类型:</label>
588
648
 
589
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
649
+ <span class="param-type">
650
+
651
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
652
+
653
+ </span>
654
+
590
655
 
591
656
 
592
657
  </span>
@@ -660,7 +725,12 @@ const map = new Map({
660
725
  <span class="method-parameter is-pulled-right">
661
726
  <label>类型:</label>
662
727
 
663
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
728
+ <span class="param-type">
729
+
730
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
731
+
732
+ </span>
733
+
664
734
 
665
735
 
666
736
  </span>
@@ -730,7 +800,12 @@ const map = new Map({
730
800
  <span class="method-parameter is-pulled-right">
731
801
  <label>类型:</label>
732
802
 
733
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
803
+ <span class="param-type">
804
+
805
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
806
+
807
+ </span>
808
+
734
809
 
735
810
 
736
811
  </span>
@@ -816,52 +891,67 @@ const map = new Map({
816
891
  <tbody>
817
892
 
818
893
  <tr class="deep-level-0">
819
- <td class="name"><code><a href="Basemap.html#fromJSON">fromJSON</a></code></td>
894
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
820
895
  <td class="name">
821
896
  <code>
822
897
 
823
898
 
824
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
899
+ <span class="param-type">
900
+
901
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
902
+
903
+ </span>
904
+
825
905
 
826
906
 
827
907
 
828
908
  </code>
829
909
  </td>
830
- <td class="name"><code><p>通过json对象构造并返回一个新的Map对象<a id='fromJSON'></a></p></code></td>
910
+ <td class="name"><code><p>通过json对象构造并返回一个新的Map对象</code></td>
831
911
  </tr>
832
912
 
833
913
  <tr class="deep-level-0">
834
- <td class="name"><code><a href="Basemap.html#clone">clone</a></code></td>
914
+ <td class="name"><code><a href="#clone">clone</a></code></td>
835
915
  <td class="name">
836
916
  <code>
837
917
 
838
918
 
839
- <span class="param-type"><a class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
919
+ <span class="param-type">
920
+
921
+ <a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a>
922
+
923
+ </span>
924
+
840
925
 
841
926
 
842
927
 
843
928
  </code>
844
929
  </td>
845
- <td class="name"><code><p>克隆并返回一个新的Map对象<a id='clone'></a></p></code></td>
930
+ <td class="name"><code><p>克隆并返回一个新的Map对象</code></td>
846
931
  </tr>
847
932
 
848
933
  <tr class="deep-level-0">
849
- <td class="name"><code><a href="Basemap.html#destroy">destroy</a></code></td>
934
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
850
935
  <td class="name">
851
936
  <code>
852
937
 
853
938
  </code>
854
939
  </td>
855
- <td class="name"><code><p>销毁Map对象<a id='destroy'></a></p></code></td>
940
+ <td class="name"><code><p>销毁Map对象</code></td>
856
941
  </tr>
857
942
 
858
943
  <tr class="deep-level-0">
859
- <td class="name"><code><a href="Basemap.html#off">off</a></code></td>
944
+ <td class="name"><code><a href="#off">off</a></code></td>
860
945
  <td class="name">
861
946
  <code>
862
947
 
863
948
 
864
- <span class="param-type">Object</span>
949
+ <span class="param-type">
950
+
951
+ Object
952
+
953
+ </span>
954
+
865
955
 
866
956
 
867
957
 
@@ -869,21 +959,21 @@ const map = new Map({
869
959
  </td>
870
960
  <td class="name"><code><p>移除事件<br/>
871
961
  示例如下:<br/>
872
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
873
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
874
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
875
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
876
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
877
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
962
+ </code></td>
878
963
  </tr>
879
964
 
880
965
  <tr class="deep-level-0">
881
- <td class="name"><code><a href="Basemap.html#on">on</a></code></td>
966
+ <td class="name"><code><a href="#on">on</a></code></td>
882
967
  <td class="name">
883
968
  <code>
884
969
 
885
970
 
886
- <span class="param-type">Object</span>
971
+ <span class="param-type">
972
+
973
+ Object
974
+
975
+ </span>
976
+
887
977
 
888
978
 
889
979
 
@@ -891,26 +981,27 @@ const map = new Map({
891
981
  </td>
892
982
  <td class="name"><code><p>注册一个新的监听事件;<br/>
893
983
  示例如下:<br/>
894
- <a href='#event1'>[1、注册一个事件]</a><br/>
895
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
896
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
897
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
898
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
984
+ </code></td>
899
985
  </tr>
900
986
 
901
987
  <tr class="deep-level-0">
902
- <td class="name"><code><a href="Basemap.html#toJSON">toJSON</a></code></td>
988
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
903
989
  <td class="name">
904
990
  <code>
905
991
 
906
992
 
907
- <span class="param-type">Object</span>
993
+ <span class="param-type">
994
+
995
+ Object
996
+
997
+ </span>
998
+
908
999
 
909
1000
 
910
1001
 
911
1002
  </code>
912
1003
  </td>
913
- <td class="name"><code><p>转换为json对象<a id='toJSON'></a></p></code></td>
1004
+ <td class="name"><code><p>转换为json对象</code></td>
914
1005
  </tr>
915
1006
 
916
1007
  </tbody>
@@ -975,13 +1066,18 @@ const map = new Map({
975
1066
 
976
1067
  <tr class="deep-level-0">
977
1068
 
978
- <td class="name" id="json"><code>json</code></td>
1069
+ <td class="name"><code>json</code></td>
979
1070
 
980
1071
 
981
1072
  <td class="type">
982
1073
 
983
1074
 
984
- <span class="param-type">Object</span>
1075
+ <span class="param-type">
1076
+
1077
+ Object
1078
+
1079
+ </span>
1080
+
985
1081
 
986
1082
 
987
1083
 
@@ -1069,7 +1165,12 @@ const map = new Map({
1069
1165
  <div class='column is-5 has-text-left'>
1070
1166
  <label>类型: </label>
1071
1167
 
1072
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
1168
+ <span class="param-type">
1169
+
1170
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
1171
+
1172
+ </span>
1173
+
1073
1174
 
1074
1175
 
1075
1176
  </div>
@@ -1185,7 +1286,12 @@ const map = new Map({
1185
1286
  <div class='column is-5 has-text-left'>
1186
1287
  <label>类型: </label>
1187
1288
 
1188
- <span class="param-type"><a class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
1289
+ <span class="param-type">
1290
+
1291
+ <a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a>
1292
+
1293
+ </span>
1294
+
1189
1295
 
1190
1296
 
1191
1297
  </div>
@@ -1354,13 +1460,18 @@ const map = new Map({
1354
1460
 
1355
1461
  <tr class="deep-level-0">
1356
1462
 
1357
- <td class="name" id="types"><code>types</code></td>
1463
+ <td class="name"><code>types</code></td>
1358
1464
 
1359
1465
 
1360
1466
  <td class="type">
1361
1467
 
1362
1468
 
1363
- <span class="param-type">string</span>
1469
+ <span class="param-type">
1470
+
1471
+ string
1472
+
1473
+ </span>
1474
+
1364
1475
 
1365
1476
 
1366
1477
 
@@ -1380,13 +1491,18 @@ const map = new Map({
1380
1491
 
1381
1492
  <tr class="deep-level-0">
1382
1493
 
1383
- <td class="name" id="fn"><code>fn</code></td>
1494
+ <td class="name"><code>fn</code></td>
1384
1495
 
1385
1496
 
1386
1497
  <td class="type">
1387
1498
 
1388
1499
 
1389
- <span class="param-type">function</span>
1500
+ <span class="param-type">
1501
+
1502
+ function
1503
+
1504
+ </span>
1505
+
1390
1506
 
1391
1507
 
1392
1508
 
@@ -1404,13 +1520,18 @@ const map = new Map({
1404
1520
 
1405
1521
  <tr class="deep-level-0">
1406
1522
 
1407
- <td class="name" id="context"><code>context</code></td>
1523
+ <td class="name"><code>context</code></td>
1408
1524
 
1409
1525
 
1410
1526
  <td class="type">
1411
1527
 
1412
1528
 
1413
- <span class="param-type">Object</span>
1529
+ <span class="param-type">
1530
+
1531
+ Object
1532
+
1533
+ </span>
1534
+
1414
1535
 
1415
1536
 
1416
1537
 
@@ -1442,7 +1563,7 @@ const map = new Map({
1442
1563
 
1443
1564
  <dt class="inherited-from">Inherited From:</dt>
1444
1565
  <dd class="inherited-from"><ul class="dummy"><li>
1445
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
1566
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
1446
1567
  </li></ul></dd>
1447
1568
 
1448
1569
 
@@ -1503,7 +1624,12 @@ const map = new Map({
1503
1624
  <div class='column is-5 has-text-left'>
1504
1625
  <label>类型: </label>
1505
1626
 
1506
- <span class="param-type">Object</span>
1627
+ <span class="param-type">
1628
+
1629
+ Object
1630
+
1631
+ </span>
1632
+
1507
1633
 
1508
1634
 
1509
1635
  </div>
@@ -1670,16 +1796,25 @@ view.off({
1670
1796
 
1671
1797
  <tr class="deep-level-0">
1672
1798
 
1673
- <td class="name" id="types"><code>types</code></td>
1799
+ <td class="name"><code>types</code></td>
1674
1800
 
1675
1801
 
1676
1802
  <td class="type">
1677
1803
 
1678
1804
 
1679
- <span class="param-type">String</span>
1805
+ <span class="param-type">
1806
+
1807
+ String
1808
+
1809
+ </span>
1680
1810
  |
1681
1811
 
1682
- <span class="param-type">Object</span>
1812
+ <span class="param-type">
1813
+
1814
+ Object
1815
+
1816
+ </span>
1817
+
1683
1818
 
1684
1819
 
1685
1820
 
@@ -1705,13 +1840,18 @@ view.off({
1705
1840
 
1706
1841
  <tr class="deep-level-0">
1707
1842
 
1708
- <td class="name" id="fn"><code>fn</code></td>
1843
+ <td class="name"><code>fn</code></td>
1709
1844
 
1710
1845
 
1711
1846
  <td class="type">
1712
1847
 
1713
1848
 
1714
- <span class="param-type">function</span>
1849
+ <span class="param-type">
1850
+
1851
+ function
1852
+
1853
+ </span>
1854
+
1715
1855
 
1716
1856
 
1717
1857
 
@@ -1735,13 +1875,18 @@ view.off({
1735
1875
 
1736
1876
  <tr class="deep-level-0">
1737
1877
 
1738
- <td class="name" id="context"><code>context</code></td>
1878
+ <td class="name"><code>context</code></td>
1739
1879
 
1740
1880
 
1741
1881
  <td class="type">
1742
1882
 
1743
1883
 
1744
- <span class="param-type">Object</span>
1884
+ <span class="param-type">
1885
+
1886
+ Object
1887
+
1888
+ </span>
1889
+
1745
1890
 
1746
1891
 
1747
1892
 
@@ -1779,7 +1924,7 @@ view.off({
1779
1924
 
1780
1925
  <dt class="inherited-from">Inherited From:</dt>
1781
1926
  <dd class="inherited-from"><ul class="dummy"><li>
1782
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
1927
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
1783
1928
  </li></ul></dd>
1784
1929
 
1785
1930
 
@@ -1840,7 +1985,12 @@ view.off({
1840
1985
  <div class='column is-5 has-text-left'>
1841
1986
  <label>类型: </label>
1842
1987
 
1843
- <span class="param-type">Object</span>
1988
+ <span class="param-type">
1989
+
1990
+ Object
1991
+
1992
+ </span>
1993
+
1844
1994
 
1845
1995
 
1846
1996
  </div>
@@ -2034,7 +2184,12 @@ view.on({
2034
2184
  <div class='column is-5 has-text-left'>
2035
2185
  <label>类型: </label>
2036
2186
 
2037
- <span class="param-type">Object</span>
2187
+ <span class="param-type">
2188
+
2189
+ Object
2190
+
2191
+ </span>
2192
+
2038
2193
 
2039
2194
 
2040
2195
  </div>
@@ -2073,17 +2228,17 @@ view.on({
2073
2228
  <tbody>
2074
2229
 
2075
2230
  <tr class="deep-level-0">
2076
- <td class="name"><code><a href="Basemap.html#底图图层创建事件(已废弃)">底图图层创建事件(已废弃)</a></code></td>
2231
+ <td class="name"><code><a href="#底图图层创建事件(已废弃)">底图图层创建事件(已废弃)</a></code></td>
2077
2232
  <td class="name"><code>底图图层创建事件(已废弃)</code></td>
2078
2233
  </tr>
2079
2234
 
2080
2235
  <tr class="deep-level-0">
2081
- <td class="name"><code><a href="Basemap.html#底图图层更新事件(已废弃)">底图图层更新事件(已废弃)</a></code></td>
2236
+ <td class="name"><code><a href="#底图图层更新事件(已废弃)">底图图层更新事件(已废弃)</a></code></td>
2082
2237
  <td class="name"><code>底图图层更新事件(已废弃)</code></td>
2083
2238
  </tr>
2084
2239
 
2085
2240
  <tr class="deep-level-0">
2086
- <td class="name"><code><a href="Basemap.html#底图图层移除事件(已废弃)">底图图层移除事件(已废弃)</a></code></td>
2241
+ <td class="name"><code><a href="#底图图层移除事件(已废弃)">底图图层移除事件(已废弃)</a></code></td>
2087
2242
  <td class="name"><code>底图图层移除事件(已废弃)</code></td>
2088
2243
  </tr>
2089
2244
 
@@ -2159,7 +2314,12 @@ view.on({
2159
2314
  <td class="type">
2160
2315
 
2161
2316
 
2162
- <span class="param-type">Object</span>
2317
+ <span class="param-type">
2318
+
2319
+ Object
2320
+
2321
+ </span>
2322
+
2163
2323
 
2164
2324
 
2165
2325
 
@@ -2192,7 +2352,12 @@ view.on({
2192
2352
  <td class="type">
2193
2353
 
2194
2354
 
2195
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2355
+ <span class="param-type">
2356
+
2357
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
2358
+
2359
+ </span>
2360
+
2196
2361
 
2197
2362
 
2198
2363
 
@@ -2229,7 +2394,12 @@ view.on({
2229
2394
  <td class="type">
2230
2395
 
2231
2396
 
2232
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2397
+ <span class="param-type">
2398
+
2399
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2400
+
2401
+ </span>
2402
+
2233
2403
 
2234
2404
 
2235
2405
 
@@ -2264,7 +2434,12 @@ view.on({
2264
2434
  <td class="type">
2265
2435
 
2266
2436
 
2267
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
2437
+ <span class="param-type">
2438
+
2439
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
2440
+
2441
+ </span>
2442
+
2268
2443
 
2269
2444
 
2270
2445
 
@@ -2299,7 +2474,12 @@ view.on({
2299
2474
  <td class="type">
2300
2475
 
2301
2476
 
2302
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
2477
+ <span class="param-type">
2478
+
2479
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
2480
+
2481
+ </span>
2482
+
2303
2483
 
2304
2484
 
2305
2485
 
@@ -2469,7 +2649,12 @@ view.on({
2469
2649
  <td class="type">
2470
2650
 
2471
2651
 
2472
- <span class="param-type">Object</span>
2652
+ <span class="param-type">
2653
+
2654
+ Object
2655
+
2656
+ </span>
2657
+
2473
2658
 
2474
2659
 
2475
2660
 
@@ -2502,7 +2687,12 @@ view.on({
2502
2687
  <td class="type">
2503
2688
 
2504
2689
 
2505
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2690
+ <span class="param-type">
2691
+
2692
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
2693
+
2694
+ </span>
2695
+
2506
2696
 
2507
2697
 
2508
2698
 
@@ -2539,7 +2729,12 @@ view.on({
2539
2729
  <td class="type">
2540
2730
 
2541
2731
 
2542
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2732
+ <span class="param-type">
2733
+
2734
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2735
+
2736
+ </span>
2737
+
2543
2738
 
2544
2739
 
2545
2740
 
@@ -2574,7 +2769,12 @@ view.on({
2574
2769
  <td class="type">
2575
2770
 
2576
2771
 
2577
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
2772
+ <span class="param-type">
2773
+
2774
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
2775
+
2776
+ </span>
2777
+
2578
2778
 
2579
2779
 
2580
2780
 
@@ -2609,7 +2809,12 @@ view.on({
2609
2809
  <td class="type">
2610
2810
 
2611
2811
 
2612
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
2812
+ <span class="param-type">
2813
+
2814
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
2815
+
2816
+ </span>
2817
+
2613
2818
 
2614
2819
 
2615
2820
 
@@ -2779,7 +2984,12 @@ view.on({
2779
2984
  <td class="type">
2780
2985
 
2781
2986
 
2782
- <span class="param-type">Object</span>
2987
+ <span class="param-type">
2988
+
2989
+ Object
2990
+
2991
+ </span>
2992
+
2783
2993
 
2784
2994
 
2785
2995
 
@@ -2812,7 +3022,12 @@ view.on({
2812
3022
  <td class="type">
2813
3023
 
2814
3024
 
2815
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3025
+ <span class="param-type">
3026
+
3027
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
3028
+
3029
+ </span>
3030
+
2816
3031
 
2817
3032
 
2818
3033
 
@@ -2849,7 +3064,12 @@ view.on({
2849
3064
  <td class="type">
2850
3065
 
2851
3066
 
2852
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3067
+ <span class="param-type">
3068
+
3069
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3070
+
3071
+ </span>
3072
+
2853
3073
 
2854
3074
 
2855
3075
 
@@ -2884,7 +3104,12 @@ view.on({
2884
3104
  <td class="type">
2885
3105
 
2886
3106
 
2887
- <span class="param-type"><a class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
3107
+ <span class="param-type">
3108
+
3109
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
3110
+
3111
+ </span>
3112
+
2888
3113
 
2889
3114
 
2890
3115
 
@@ -2919,7 +3144,12 @@ view.on({
2919
3144
  <td class="type">
2920
3145
 
2921
3146
 
2922
- <span class="param-type"><a class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3147
+ <span class="param-type">
3148
+
3149
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3150
+
3151
+ </span>
3152
+
2923
3153
 
2924
3154
 
2925
3155