@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -234,7 +242,11 @@
234
242
  <td class="name">
235
243
  <code>
236
244
 
237
- <span class="param-type">String</span>
245
+ <span class="param-type">
246
+
247
+ String
248
+
249
+ </span>
238
250
 
239
251
 
240
252
 
@@ -248,7 +260,11 @@
248
260
  <td class="name">
249
261
  <code>
250
262
 
251
- <span class="param-type">String</span>
263
+ <span class="param-type">
264
+
265
+ String
266
+
267
+ </span>
252
268
 
253
269
 
254
270
 
@@ -262,7 +278,11 @@
262
278
  <td class="name">
263
279
  <code>
264
280
 
265
- <span class="param-type">Object</span>
281
+ <span class="param-type">
282
+
283
+ Object
284
+
285
+ </span>
266
286
 
267
287
 
268
288
 
@@ -276,7 +296,11 @@
276
296
  <td class="name">
277
297
  <code>
278
298
 
279
- <span class="param-type">Object</span>
299
+ <span class="param-type">
300
+
301
+ Object
302
+
303
+ </span>
280
304
 
281
305
 
282
306
 
@@ -290,7 +314,11 @@
290
314
  <td class="name">
291
315
  <code>
292
316
 
293
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
317
+ <span class="param-type">
318
+
319
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
320
+
321
+ </span>
294
322
 
295
323
 
296
324
 
@@ -304,7 +332,11 @@
304
332
  <td class="name">
305
333
  <code>
306
334
 
307
- <span class="param-type">String</span>
335
+ <span class="param-type">
336
+
337
+ String
338
+
339
+ </span>
308
340
 
309
341
 
310
342
 
@@ -318,7 +350,11 @@
318
350
  <td class="name">
319
351
  <code>
320
352
 
321
- <span class="param-type">String</span>
353
+ <span class="param-type">
354
+
355
+ String
356
+
357
+ </span>
322
358
 
323
359
 
324
360
 
@@ -332,7 +368,11 @@
332
368
  <td class="name">
333
369
  <code>
334
370
 
335
- <span class="param-type">String</span>
371
+ <span class="param-type">
372
+
373
+ String
374
+
375
+ </span>
336
376
 
337
377
 
338
378
 
@@ -346,7 +386,11 @@
346
386
  <td class="name">
347
387
  <code>
348
388
 
349
- <span class="param-type">Number</span>
389
+ <span class="param-type">
390
+
391
+ Number
392
+
393
+ </span>
350
394
 
351
395
 
352
396
 
@@ -360,7 +404,11 @@
360
404
  <td class="name">
361
405
  <code>
362
406
 
363
- <span class="param-type">Boolean</span>
407
+ <span class="param-type">
408
+
409
+ Boolean
410
+
411
+ </span>
364
412
 
365
413
 
366
414
 
@@ -374,7 +422,11 @@
374
422
  <td class="name">
375
423
  <code>
376
424
 
377
- <span class="param-type">String</span>
425
+ <span class="param-type">
426
+
427
+ String
428
+
429
+ </span>
378
430
 
379
431
 
380
432
 
@@ -388,7 +440,11 @@
388
440
  <td class="name">
389
441
  <code>
390
442
 
391
- <span class="param-type">Number</span>
443
+ <span class="param-type">
444
+
445
+ Number
446
+
447
+ </span>
392
448
 
393
449
 
394
450
 
@@ -402,7 +458,11 @@
402
458
  <td class="name">
403
459
  <code>
404
460
 
405
- <span class="param-type">Number</span>
461
+ <span class="param-type">
462
+
463
+ Number
464
+
465
+ </span>
406
466
 
407
467
 
408
468
 
@@ -416,7 +476,11 @@
416
476
  <td class="name">
417
477
  <code>
418
478
 
419
- <span class="param-type">Number</span>
479
+ <span class="param-type">
480
+
481
+ Number
482
+
483
+ </span>
420
484
 
421
485
 
422
486
 
@@ -430,7 +494,11 @@
430
494
  <td class="name">
431
495
  <code>
432
496
 
433
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
497
+ <span class="param-type">
498
+
499
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
500
+
501
+ </span>
434
502
 
435
503
 
436
504
 
@@ -444,10 +512,18 @@
444
512
  <td class="name">
445
513
  <code>
446
514
 
447
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
515
+ <span class="param-type">
516
+
517
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
518
+
519
+ </span>
448
520
  |
449
521
 
450
- <span class="param-type">undefined</span>
522
+ <span class="param-type">
523
+
524
+ undefined
525
+
526
+ </span>
451
527
 
452
528
 
453
529
 
@@ -461,7 +537,11 @@
461
537
  <td class="name">
462
538
  <code>
463
539
 
464
- <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
540
+ <span class="param-type">
541
+
542
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
543
+
544
+ </span>
465
545
 
466
546
 
467
547
 
@@ -475,7 +555,11 @@
475
555
  <td class="name">
476
556
  <code>
477
557
 
478
- <span class="param-type">String</span>
558
+ <span class="param-type">
559
+
560
+ String
561
+
562
+ </span>
479
563
 
480
564
 
481
565
 
@@ -489,7 +573,11 @@
489
573
  <td class="name">
490
574
  <code>
491
575
 
492
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
493
581
 
494
582
 
495
583
 
@@ -503,7 +591,11 @@
503
591
  <td class="name">
504
592
  <code>
505
593
 
506
- <span class="param-type">String</span>
594
+ <span class="param-type">
595
+
596
+ String
597
+
598
+ </span>
507
599
 
508
600
 
509
601
 
@@ -517,7 +609,11 @@
517
609
  <td class="name">
518
610
  <code>
519
611
 
520
- <span class="param-type">String</span>
612
+ <span class="param-type">
613
+
614
+ String
615
+
616
+ </span>
521
617
 
522
618
 
523
619
 
@@ -531,7 +627,11 @@
531
627
  <td class="name">
532
628
  <code>
533
629
 
534
- <span class="param-type">String</span>
630
+ <span class="param-type">
631
+
632
+ String
633
+
634
+ </span>
535
635
 
536
636
 
537
637
 
@@ -545,7 +645,11 @@
545
645
  <td class="name">
546
646
  <code>
547
647
 
548
- <span class="param-type">Number</span>
648
+ <span class="param-type">
649
+
650
+ Number
651
+
652
+ </span>
549
653
 
550
654
 
551
655
 
@@ -565,7 +669,11 @@
565
669
  <span class="method-parameter is-pulled-right">
566
670
  <label>类型:</label>
567
671
 
568
- <span class="param-type">String</span>
672
+ <span class="param-type">
673
+
674
+ String
675
+
676
+ </span>
569
677
 
570
678
 
571
679
 
@@ -645,7 +753,11 @@
645
753
  <span class="method-parameter is-pulled-right">
646
754
  <label>类型:</label>
647
755
 
648
- <span class="param-type">String</span>
756
+ <span class="param-type">
757
+
758
+ String
759
+
760
+ </span>
649
761
 
650
762
 
651
763
 
@@ -725,7 +837,11 @@
725
837
  <span class="method-parameter is-pulled-right">
726
838
  <label>类型:</label>
727
839
 
728
- <span class="param-type">Object</span>
840
+ <span class="param-type">
841
+
842
+ Object
843
+
844
+ </span>
729
845
 
730
846
 
731
847
 
@@ -801,7 +917,11 @@
801
917
  <span class="method-parameter is-pulled-right">
802
918
  <label>类型:</label>
803
919
 
804
- <span class="param-type">Object</span>
920
+ <span class="param-type">
921
+
922
+ Object
923
+
924
+ </span>
805
925
 
806
926
 
807
927
 
@@ -877,7 +997,11 @@
877
997
  <span class="method-parameter is-pulled-right">
878
998
  <label>类型:</label>
879
999
 
880
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1000
+ <span class="param-type">
1001
+
1002
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1003
+
1004
+ </span>
881
1005
 
882
1006
 
883
1007
 
@@ -957,7 +1081,11 @@
957
1081
  <span class="method-parameter is-pulled-right">
958
1082
  <label>类型:</label>
959
1083
 
960
- <span class="param-type">String</span>
1084
+ <span class="param-type">
1085
+
1086
+ String
1087
+
1088
+ </span>
961
1089
 
962
1090
 
963
1091
 
@@ -1033,7 +1161,11 @@
1033
1161
  <span class="method-parameter is-pulled-right">
1034
1162
  <label>类型:</label>
1035
1163
 
1036
- <span class="param-type">String</span>
1164
+ <span class="param-type">
1165
+
1166
+ String
1167
+
1168
+ </span>
1037
1169
 
1038
1170
 
1039
1171
 
@@ -1109,7 +1241,11 @@
1109
1241
  <span class="method-parameter is-pulled-right">
1110
1242
  <label>类型:</label>
1111
1243
 
1112
- <span class="param-type">String</span>
1244
+ <span class="param-type">
1245
+
1246
+ String
1247
+
1248
+ </span>
1113
1249
 
1114
1250
 
1115
1251
 
@@ -1189,7 +1325,11 @@
1189
1325
  <span class="method-parameter is-pulled-right">
1190
1326
  <label>类型:</label>
1191
1327
 
1192
- <span class="param-type">Number</span>
1328
+ <span class="param-type">
1329
+
1330
+ Number
1331
+
1332
+ </span>
1193
1333
 
1194
1334
 
1195
1335
 
@@ -1265,7 +1405,11 @@
1265
1405
  <span class="method-parameter is-pulled-right">
1266
1406
  <label>类型:</label>
1267
1407
 
1268
- <span class="param-type">Boolean</span>
1408
+ <span class="param-type">
1409
+
1410
+ Boolean
1411
+
1412
+ </span>
1269
1413
 
1270
1414
 
1271
1415
 
@@ -1350,7 +1494,11 @@
1350
1494
  <span class="method-parameter is-pulled-right">
1351
1495
  <label>类型:</label>
1352
1496
 
1353
- <span class="param-type">String</span>
1497
+ <span class="param-type">
1498
+
1499
+ String
1500
+
1501
+ </span>
1354
1502
 
1355
1503
 
1356
1504
 
@@ -1435,7 +1583,11 @@
1435
1583
  <span class="method-parameter is-pulled-right">
1436
1584
  <label>类型:</label>
1437
1585
 
1438
- <span class="param-type">Number</span>
1586
+ <span class="param-type">
1587
+
1588
+ Number
1589
+
1590
+ </span>
1439
1591
 
1440
1592
 
1441
1593
 
@@ -1516,7 +1668,11 @@
1516
1668
  <span class="method-parameter is-pulled-right">
1517
1669
  <label>类型:</label>
1518
1670
 
1519
- <span class="param-type">Number</span>
1671
+ <span class="param-type">
1672
+
1673
+ Number
1674
+
1675
+ </span>
1520
1676
 
1521
1677
 
1522
1678
 
@@ -1597,7 +1753,11 @@
1597
1753
  <span class="method-parameter is-pulled-right">
1598
1754
  <label>类型:</label>
1599
1755
 
1600
- <span class="param-type">Number</span>
1756
+ <span class="param-type">
1757
+
1758
+ Number
1759
+
1760
+ </span>
1601
1761
 
1602
1762
 
1603
1763
 
@@ -1673,7 +1833,11 @@
1673
1833
  <span class="method-parameter is-pulled-right">
1674
1834
  <label>类型:</label>
1675
1835
 
1676
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1836
+ <span class="param-type">
1837
+
1838
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1839
+
1840
+ </span>
1677
1841
 
1678
1842
 
1679
1843
 
@@ -1749,10 +1913,18 @@
1749
1913
  <span class="method-parameter is-pulled-right">
1750
1914
  <label>类型:</label>
1751
1915
 
1752
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1916
+ <span class="param-type">
1917
+
1918
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1919
+
1920
+ </span>
1753
1921
  |
1754
1922
 
1755
- <span class="param-type">undefined</span>
1923
+ <span class="param-type">
1924
+
1925
+ undefined
1926
+
1927
+ </span>
1756
1928
 
1757
1929
 
1758
1930
 
@@ -1827,7 +1999,11 @@
1827
1999
  <span class="method-parameter is-pulled-right">
1828
2000
  <label>类型:</label>
1829
2001
 
1830
- <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
2002
+ <span class="param-type">
2003
+
2004
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
2005
+
2006
+ </span>
1831
2007
 
1832
2008
 
1833
2009
 
@@ -1902,7 +2078,11 @@
1902
2078
  <span class="method-parameter is-pulled-right">
1903
2079
  <label>类型:</label>
1904
2080
 
1905
- <span class="param-type">String</span>
2081
+ <span class="param-type">
2082
+
2083
+ String
2084
+
2085
+ </span>
1906
2086
 
1907
2087
 
1908
2088
 
@@ -1978,7 +2158,11 @@
1978
2158
  <span class="method-parameter is-pulled-right">
1979
2159
  <label>类型:</label>
1980
2160
 
1981
- <span class="param-type">String</span>
2161
+ <span class="param-type">
2162
+
2163
+ String
2164
+
2165
+ </span>
1982
2166
 
1983
2167
 
1984
2168
 
@@ -2059,7 +2243,11 @@
2059
2243
  <span class="method-parameter is-pulled-right">
2060
2244
  <label>类型:</label>
2061
2245
 
2062
- <span class="param-type">String</span>
2246
+ <span class="param-type">
2247
+
2248
+ String
2249
+
2250
+ </span>
2063
2251
 
2064
2252
 
2065
2253
 
@@ -2135,7 +2323,11 @@
2135
2323
  <span class="method-parameter is-pulled-right">
2136
2324
  <label>类型:</label>
2137
2325
 
2138
- <span class="param-type">String</span>
2326
+ <span class="param-type">
2327
+
2328
+ String
2329
+
2330
+ </span>
2139
2331
 
2140
2332
 
2141
2333
 
@@ -2215,7 +2407,11 @@
2215
2407
  <span class="method-parameter is-pulled-right">
2216
2408
  <label>类型:</label>
2217
2409
 
2218
- <span class="param-type">String</span>
2410
+ <span class="param-type">
2411
+
2412
+ String
2413
+
2414
+ </span>
2219
2415
 
2220
2416
 
2221
2417
 
@@ -2286,7 +2482,11 @@
2286
2482
  <span class="method-parameter is-pulled-right">
2287
2483
  <label>类型:</label>
2288
2484
 
2289
- <span class="param-type">Number</span>
2485
+ <span class="param-type">
2486
+
2487
+ Number
2488
+
2489
+ </span>
2290
2490
 
2291
2491
 
2292
2492
 
@@ -2383,7 +2583,11 @@
2383
2583
  <code>
2384
2584
 
2385
2585
 
2386
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2586
+ <span class="param-type">
2587
+
2588
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2589
+
2590
+ </span>
2387
2591
 
2388
2592
 
2389
2593
 
@@ -2399,7 +2603,11 @@
2399
2603
  <code>
2400
2604
 
2401
2605
 
2402
- <span class="param-type">*</span>
2606
+ <span class="param-type">
2607
+
2608
+ *
2609
+
2610
+ </span>
2403
2611
 
2404
2612
 
2405
2613
 
@@ -2415,7 +2623,11 @@
2415
2623
  <code>
2416
2624
 
2417
2625
 
2418
- <span class="param-type">Boolean</span>
2626
+ <span class="param-type">
2627
+
2628
+ Boolean
2629
+
2630
+ </span>
2419
2631
 
2420
2632
 
2421
2633
 
@@ -2431,7 +2643,11 @@
2431
2643
  <code>
2432
2644
 
2433
2645
 
2434
- <span class="param-type">Object</span>
2646
+ <span class="param-type">
2647
+
2648
+ Object
2649
+
2650
+ </span>
2435
2651
 
2436
2652
 
2437
2653
 
@@ -2440,12 +2656,7 @@
2440
2656
  </td>
2441
2657
  <td class="name"><code><p>移除事件<br/>
2442
2658
  示例如下:<br/>
2443
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2444
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2445
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2446
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2447
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2448
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2659
+ </code></td>
2449
2660
  </tr>
2450
2661
 
2451
2662
  <tr class="deep-level-0">
@@ -2454,7 +2665,11 @@
2454
2665
  <code>
2455
2666
 
2456
2667
 
2457
- <span class="param-type">Object</span>
2668
+ <span class="param-type">
2669
+
2670
+ Object
2671
+
2672
+ </span>
2458
2673
 
2459
2674
 
2460
2675
 
@@ -2463,11 +2678,7 @@
2463
2678
  </td>
2464
2679
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2465
2680
  示例如下:<br/>
2466
- <a href='#event1'>[1、注册一个事件]</a><br/>
2467
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2468
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2469
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2470
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2681
+ </code></td>
2471
2682
  </tr>
2472
2683
 
2473
2684
  <tr class="deep-level-0">
@@ -2486,7 +2697,11 @@
2486
2697
  <code>
2487
2698
 
2488
2699
 
2489
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2700
+ <span class="param-type">
2701
+
2702
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
2703
+
2704
+ </span>
2490
2705
 
2491
2706
 
2492
2707
 
@@ -2604,7 +2819,11 @@
2604
2819
  <div class='column is-5 has-text-left'>
2605
2820
  <label>类型: </label>
2606
2821
 
2607
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2822
+ <span class="param-type">
2823
+
2824
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2825
+
2826
+ </span>
2608
2827
 
2609
2828
 
2610
2829
 
@@ -2720,7 +2939,11 @@
2720
2939
  <div class='column is-5 has-text-left'>
2721
2940
  <label>类型: </label>
2722
2941
 
2723
- <span class="param-type">*</span>
2942
+ <span class="param-type">
2943
+
2944
+ *
2945
+
2946
+ </span>
2724
2947
 
2725
2948
 
2726
2949
 
@@ -2842,7 +3065,11 @@
2842
3065
  <div class='column is-5 has-text-left'>
2843
3066
  <label>类型: </label>
2844
3067
 
2845
- <span class="param-type">Boolean</span>
3068
+ <span class="param-type">
3069
+
3070
+ Boolean
3071
+
3072
+ </span>
2846
3073
 
2847
3074
 
2848
3075
 
@@ -2921,13 +3148,17 @@
2921
3148
 
2922
3149
  <tr class="deep-level-0">
2923
3150
 
2924
- <td class="name" id="types"><code>types</code></td>
3151
+ <td class="name"><code>types</code></td>
2925
3152
 
2926
3153
 
2927
3154
  <td class="type">
2928
3155
 
2929
3156
 
2930
- <span class="param-type">string</span>
3157
+ <span class="param-type">
3158
+
3159
+ string
3160
+
3161
+ </span>
2931
3162
 
2932
3163
 
2933
3164
 
@@ -2948,13 +3179,17 @@
2948
3179
 
2949
3180
  <tr class="deep-level-0">
2950
3181
 
2951
- <td class="name" id="fn"><code>fn</code></td>
3182
+ <td class="name"><code>fn</code></td>
2952
3183
 
2953
3184
 
2954
3185
  <td class="type">
2955
3186
 
2956
3187
 
2957
- <span class="param-type">function</span>
3188
+ <span class="param-type">
3189
+
3190
+ function
3191
+
3192
+ </span>
2958
3193
 
2959
3194
 
2960
3195
 
@@ -2973,13 +3208,17 @@
2973
3208
 
2974
3209
  <tr class="deep-level-0">
2975
3210
 
2976
- <td class="name" id="context"><code>context</code></td>
3211
+ <td class="name"><code>context</code></td>
2977
3212
 
2978
3213
 
2979
3214
  <td class="type">
2980
3215
 
2981
3216
 
2982
- <span class="param-type">Object</span>
3217
+ <span class="param-type">
3218
+
3219
+ Object
3220
+
3221
+ </span>
2983
3222
 
2984
3223
 
2985
3224
 
@@ -3073,7 +3312,11 @@
3073
3312
  <div class='column is-5 has-text-left'>
3074
3313
  <label>类型: </label>
3075
3314
 
3076
- <span class="param-type">Object</span>
3315
+ <span class="param-type">
3316
+
3317
+ Object
3318
+
3319
+ </span>
3077
3320
 
3078
3321
 
3079
3322
 
@@ -3241,16 +3484,24 @@ view.off({
3241
3484
 
3242
3485
  <tr class="deep-level-0">
3243
3486
 
3244
- <td class="name" id="types"><code>types</code></td>
3487
+ <td class="name"><code>types</code></td>
3245
3488
 
3246
3489
 
3247
3490
  <td class="type">
3248
3491
 
3249
3492
 
3250
- <span class="param-type">String</span>
3493
+ <span class="param-type">
3494
+
3495
+ String
3496
+
3497
+ </span>
3251
3498
  |
3252
3499
 
3253
- <span class="param-type">Object</span>
3500
+ <span class="param-type">
3501
+
3502
+ Object
3503
+
3504
+ </span>
3254
3505
 
3255
3506
 
3256
3507
 
@@ -3277,13 +3528,17 @@ view.off({
3277
3528
 
3278
3529
  <tr class="deep-level-0">
3279
3530
 
3280
- <td class="name" id="fn"><code>fn</code></td>
3531
+ <td class="name"><code>fn</code></td>
3281
3532
 
3282
3533
 
3283
3534
  <td class="type">
3284
3535
 
3285
3536
 
3286
- <span class="param-type">function</span>
3537
+ <span class="param-type">
3538
+
3539
+ function
3540
+
3541
+ </span>
3287
3542
 
3288
3543
 
3289
3544
 
@@ -3308,13 +3563,17 @@ view.off({
3308
3563
 
3309
3564
  <tr class="deep-level-0">
3310
3565
 
3311
- <td class="name" id="context"><code>context</code></td>
3566
+ <td class="name"><code>context</code></td>
3312
3567
 
3313
3568
 
3314
3569
  <td class="type">
3315
3570
 
3316
3571
 
3317
- <span class="param-type">Object</span>
3572
+ <span class="param-type">
3573
+
3574
+ Object
3575
+
3576
+ </span>
3318
3577
 
3319
3578
 
3320
3579
 
@@ -3414,7 +3673,11 @@ view.off({
3414
3673
  <div class='column is-5 has-text-left'>
3415
3674
  <label>类型: </label>
3416
3675
 
3417
- <span class="param-type">Object</span>
3676
+ <span class="param-type">
3677
+
3678
+ Object
3679
+
3680
+ </span>
3418
3681
 
3419
3682
 
3420
3683
 
@@ -3710,7 +3973,11 @@ view.on({
3710
3973
  <div class='column is-5 has-text-left'>
3711
3974
  <label>类型: </label>
3712
3975
 
3713
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
3976
+ <span class="param-type">
3977
+
3978
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
3979
+
3980
+ </span>
3714
3981
 
3715
3982
 
3716
3983
 
@@ -3750,37 +4017,37 @@ view.on({
3750
4017
  <tbody>
3751
4018
 
3752
4019
  <tr class="deep-level-0">
3753
- <td class="name"><code><a href="TileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4020
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3754
4021
  <td class="name"><code>图层刷新完毕事件</code></td>
3755
4022
  </tr>
3756
4023
 
3757
4024
  <tr class="deep-level-0">
3758
- <td class="name"><code><a href="TileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4025
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3759
4026
  <td class="name"><code>图层加载完毕事件</code></td>
3760
4027
  </tr>
3761
4028
 
3762
4029
  <tr class="deep-level-0">
3763
- <td class="name"><code><a href="TileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4030
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3764
4031
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3765
4032
  </tr>
3766
4033
 
3767
4034
  <tr class="deep-level-0">
3768
- <td class="name"><code><a href="TileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4035
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3769
4036
  <td class="name"><code>图层更新完毕事件</code></td>
3770
4037
  </tr>
3771
4038
 
3772
4039
  <tr class="deep-level-0">
3773
- <td class="name"><code><a href="TileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4040
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3774
4041
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3775
4042
  </tr>
3776
4043
 
3777
4044
  <tr class="deep-level-0">
3778
- <td class="name"><code><a href="TileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4045
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3779
4046
  <td class="name"><code>图层销毁完毕事件</code></td>
3780
4047
  </tr>
3781
4048
 
3782
4049
  <tr class="deep-level-0">
3783
- <td class="name"><code><a href="TileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4050
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3784
4051
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3785
4052
  </tr>
3786
4053
 
@@ -3860,7 +4127,11 @@ view.on({
3860
4127
  <td class="type">
3861
4128
 
3862
4129
 
3863
- <span class="param-type">Object</span>
4130
+ <span class="param-type">
4131
+
4132
+ Object
4133
+
4134
+ </span>
3864
4135
 
3865
4136
 
3866
4137
 
@@ -3894,7 +4165,11 @@ view.on({
3894
4165
  <td class="type">
3895
4166
 
3896
4167
 
3897
- <span class="param-type">String</span>
4168
+ <span class="param-type">
4169
+
4170
+ String
4171
+
4172
+ </span>
3898
4173
 
3899
4174
 
3900
4175
 
@@ -3932,7 +4207,11 @@ view.on({
3932
4207
  <td class="type">
3933
4208
 
3934
4209
 
3935
- <span class="param-type">String</span>
4210
+ <span class="param-type">
4211
+
4212
+ String
4213
+
4214
+ </span>
3936
4215
 
3937
4216
 
3938
4217
 
@@ -3970,7 +4249,11 @@ view.on({
3970
4249
  <td class="type">
3971
4250
 
3972
4251
 
3973
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4252
+ <span class="param-type">
4253
+
4254
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4255
+
4256
+ </span>
3974
4257
 
3975
4258
 
3976
4259
 
@@ -4008,7 +4291,11 @@ view.on({
4008
4291
  <td class="type">
4009
4292
 
4010
4293
 
4011
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4294
+ <span class="param-type">
4295
+
4296
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4297
+
4298
+ </span>
4012
4299
 
4013
4300
 
4014
4301
 
@@ -4046,7 +4333,11 @@ view.on({
4046
4333
  <td class="type">
4047
4334
 
4048
4335
 
4049
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4336
+ <span class="param-type">
4337
+
4338
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4339
+
4340
+ </span>
4050
4341
 
4051
4342
 
4052
4343
 
@@ -4084,7 +4375,11 @@ view.on({
4084
4375
  <td class="type">
4085
4376
 
4086
4377
 
4087
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4378
+ <span class="param-type">
4379
+
4380
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4381
+
4382
+ </span>
4088
4383
 
4089
4384
 
4090
4385
 
@@ -4122,7 +4417,11 @@ view.on({
4122
4417
  <td class="type">
4123
4418
 
4124
4419
 
4125
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4420
+ <span class="param-type">
4421
+
4422
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4423
+
4424
+ </span>
4126
4425
 
4127
4426
 
4128
4427
 
@@ -4314,7 +4613,11 @@ view.on({
4314
4613
  <td class="type">
4315
4614
 
4316
4615
 
4317
- <span class="param-type">Object</span>
4616
+ <span class="param-type">
4617
+
4618
+ Object
4619
+
4620
+ </span>
4318
4621
 
4319
4622
 
4320
4623
 
@@ -4348,7 +4651,11 @@ view.on({
4348
4651
  <td class="type">
4349
4652
 
4350
4653
 
4351
- <span class="param-type">String</span>
4654
+ <span class="param-type">
4655
+
4656
+ String
4657
+
4658
+ </span>
4352
4659
 
4353
4660
 
4354
4661
 
@@ -4386,7 +4693,11 @@ view.on({
4386
4693
  <td class="type">
4387
4694
 
4388
4695
 
4389
- <span class="param-type">String</span>
4696
+ <span class="param-type">
4697
+
4698
+ String
4699
+
4700
+ </span>
4390
4701
 
4391
4702
 
4392
4703
 
@@ -4424,7 +4735,11 @@ view.on({
4424
4735
  <td class="type">
4425
4736
 
4426
4737
 
4427
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4738
+ <span class="param-type">
4739
+
4740
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4741
+
4742
+ </span>
4428
4743
 
4429
4744
 
4430
4745
 
@@ -4462,7 +4777,11 @@ view.on({
4462
4777
  <td class="type">
4463
4778
 
4464
4779
 
4465
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4780
+ <span class="param-type">
4781
+
4782
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4783
+
4784
+ </span>
4466
4785
 
4467
4786
 
4468
4787
 
@@ -4500,7 +4819,11 @@ view.on({
4500
4819
  <td class="type">
4501
4820
 
4502
4821
 
4503
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4822
+ <span class="param-type">
4823
+
4824
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4825
+
4826
+ </span>
4504
4827
 
4505
4828
 
4506
4829
 
@@ -4538,7 +4861,11 @@ view.on({
4538
4861
  <td class="type">
4539
4862
 
4540
4863
 
4541
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4864
+ <span class="param-type">
4865
+
4866
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4867
+
4868
+ </span>
4542
4869
 
4543
4870
 
4544
4871
 
@@ -4576,7 +4903,11 @@ view.on({
4576
4903
  <td class="type">
4577
4904
 
4578
4905
 
4579
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4906
+ <span class="param-type">
4907
+
4908
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4909
+
4910
+ </span>
4580
4911
 
4581
4912
 
4582
4913
 
@@ -4758,7 +5089,11 @@ view.on({
4758
5089
  <td class="type">
4759
5090
 
4760
5091
 
4761
- <span class="param-type">Object</span>
5092
+ <span class="param-type">
5093
+
5094
+ Object
5095
+
5096
+ </span>
4762
5097
 
4763
5098
 
4764
5099
 
@@ -4792,7 +5127,11 @@ view.on({
4792
5127
  <td class="type">
4793
5128
 
4794
5129
 
4795
- <span class="param-type">String</span>
5130
+ <span class="param-type">
5131
+
5132
+ String
5133
+
5134
+ </span>
4796
5135
 
4797
5136
 
4798
5137
 
@@ -4830,7 +5169,11 @@ view.on({
4830
5169
  <td class="type">
4831
5170
 
4832
5171
 
4833
- <span class="param-type">String</span>
5172
+ <span class="param-type">
5173
+
5174
+ String
5175
+
5176
+ </span>
4834
5177
 
4835
5178
 
4836
5179
 
@@ -4868,7 +5211,11 @@ view.on({
4868
5211
  <td class="type">
4869
5212
 
4870
5213
 
4871
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5214
+ <span class="param-type">
5215
+
5216
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5217
+
5218
+ </span>
4872
5219
 
4873
5220
 
4874
5221
 
@@ -4906,7 +5253,11 @@ view.on({
4906
5253
  <td class="type">
4907
5254
 
4908
5255
 
4909
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5256
+ <span class="param-type">
5257
+
5258
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5259
+
5260
+ </span>
4910
5261
 
4911
5262
 
4912
5263
 
@@ -4944,7 +5295,11 @@ view.on({
4944
5295
  <td class="type">
4945
5296
 
4946
5297
 
4947
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5298
+ <span class="param-type">
5299
+
5300
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5301
+
5302
+ </span>
4948
5303
 
4949
5304
 
4950
5305
 
@@ -4982,7 +5337,11 @@ view.on({
4982
5337
  <td class="type">
4983
5338
 
4984
5339
 
4985
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5340
+ <span class="param-type">
5341
+
5342
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5343
+
5344
+ </span>
4986
5345
 
4987
5346
 
4988
5347
 
@@ -5020,7 +5379,11 @@ view.on({
5020
5379
  <td class="type">
5021
5380
 
5022
5381
 
5023
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5382
+ <span class="param-type">
5383
+
5384
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5385
+
5386
+ </span>
5024
5387
 
5025
5388
 
5026
5389
 
@@ -5212,7 +5575,11 @@ view.on({
5212
5575
  <td class="type">
5213
5576
 
5214
5577
 
5215
- <span class="param-type">Object</span>
5578
+ <span class="param-type">
5579
+
5580
+ Object
5581
+
5582
+ </span>
5216
5583
 
5217
5584
 
5218
5585
 
@@ -5246,7 +5613,11 @@ view.on({
5246
5613
  <td class="type">
5247
5614
 
5248
5615
 
5249
- <span class="param-type">String</span>
5616
+ <span class="param-type">
5617
+
5618
+ String
5619
+
5620
+ </span>
5250
5621
 
5251
5622
 
5252
5623
 
@@ -5284,7 +5655,11 @@ view.on({
5284
5655
  <td class="type">
5285
5656
 
5286
5657
 
5287
- <span class="param-type">String</span>
5658
+ <span class="param-type">
5659
+
5660
+ String
5661
+
5662
+ </span>
5288
5663
 
5289
5664
 
5290
5665
 
@@ -5322,7 +5697,11 @@ view.on({
5322
5697
  <td class="type">
5323
5698
 
5324
5699
 
5325
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5700
+ <span class="param-type">
5701
+
5702
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5703
+
5704
+ </span>
5326
5705
 
5327
5706
 
5328
5707
 
@@ -5360,7 +5739,11 @@ view.on({
5360
5739
  <td class="type">
5361
5740
 
5362
5741
 
5363
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5742
+ <span class="param-type">
5743
+
5744
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5745
+
5746
+ </span>
5364
5747
 
5365
5748
 
5366
5749
 
@@ -5398,7 +5781,11 @@ view.on({
5398
5781
  <td class="type">
5399
5782
 
5400
5783
 
5401
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5784
+ <span class="param-type">
5785
+
5786
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5787
+
5788
+ </span>
5402
5789
 
5403
5790
 
5404
5791
 
@@ -5436,7 +5823,11 @@ view.on({
5436
5823
  <td class="type">
5437
5824
 
5438
5825
 
5439
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5826
+ <span class="param-type">
5827
+
5828
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5829
+
5830
+ </span>
5440
5831
 
5441
5832
 
5442
5833
 
@@ -5474,7 +5865,11 @@ view.on({
5474
5865
  <td class="type">
5475
5866
 
5476
5867
 
5477
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5868
+ <span class="param-type">
5869
+
5870
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5871
+
5872
+ </span>
5478
5873
 
5479
5874
 
5480
5875
 
@@ -5656,7 +6051,11 @@ view.on({
5656
6051
  <td class="type">
5657
6052
 
5658
6053
 
5659
- <span class="param-type">Object</span>
6054
+ <span class="param-type">
6055
+
6056
+ Object
6057
+
6058
+ </span>
5660
6059
 
5661
6060
 
5662
6061
 
@@ -5690,7 +6089,11 @@ view.on({
5690
6089
  <td class="type">
5691
6090
 
5692
6091
 
5693
- <span class="param-type">String</span>
6092
+ <span class="param-type">
6093
+
6094
+ String
6095
+
6096
+ </span>
5694
6097
 
5695
6098
 
5696
6099
 
@@ -5728,7 +6131,11 @@ view.on({
5728
6131
  <td class="type">
5729
6132
 
5730
6133
 
5731
- <span class="param-type">String</span>
6134
+ <span class="param-type">
6135
+
6136
+ String
6137
+
6138
+ </span>
5732
6139
 
5733
6140
 
5734
6141
 
@@ -5766,7 +6173,11 @@ view.on({
5766
6173
  <td class="type">
5767
6174
 
5768
6175
 
5769
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6176
+ <span class="param-type">
6177
+
6178
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6179
+
6180
+ </span>
5770
6181
 
5771
6182
 
5772
6183
 
@@ -5804,7 +6215,11 @@ view.on({
5804
6215
  <td class="type">
5805
6216
 
5806
6217
 
5807
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6218
+ <span class="param-type">
6219
+
6220
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6221
+
6222
+ </span>
5808
6223
 
5809
6224
 
5810
6225
 
@@ -5842,7 +6257,11 @@ view.on({
5842
6257
  <td class="type">
5843
6258
 
5844
6259
 
5845
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6260
+ <span class="param-type">
6261
+
6262
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6263
+
6264
+ </span>
5846
6265
 
5847
6266
 
5848
6267
 
@@ -5880,7 +6299,11 @@ view.on({
5880
6299
  <td class="type">
5881
6300
 
5882
6301
 
5883
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6302
+ <span class="param-type">
6303
+
6304
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6305
+
6306
+ </span>
5884
6307
 
5885
6308
 
5886
6309
 
@@ -5918,7 +6341,11 @@ view.on({
5918
6341
  <td class="type">
5919
6342
 
5920
6343
 
5921
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6344
+ <span class="param-type">
6345
+
6346
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6347
+
6348
+ </span>
5922
6349
 
5923
6350
 
5924
6351
 
@@ -6110,7 +6537,11 @@ view.on({
6110
6537
  <td class="type">
6111
6538
 
6112
6539
 
6113
- <span class="param-type">Object</span>
6540
+ <span class="param-type">
6541
+
6542
+ Object
6543
+
6544
+ </span>
6114
6545
 
6115
6546
 
6116
6547
 
@@ -6144,7 +6575,11 @@ view.on({
6144
6575
  <td class="type">
6145
6576
 
6146
6577
 
6147
- <span class="param-type">String</span>
6578
+ <span class="param-type">
6579
+
6580
+ String
6581
+
6582
+ </span>
6148
6583
 
6149
6584
 
6150
6585
 
@@ -6182,7 +6617,11 @@ view.on({
6182
6617
  <td class="type">
6183
6618
 
6184
6619
 
6185
- <span class="param-type">String</span>
6620
+ <span class="param-type">
6621
+
6622
+ String
6623
+
6624
+ </span>
6186
6625
 
6187
6626
 
6188
6627
 
@@ -6220,7 +6659,11 @@ view.on({
6220
6659
  <td class="type">
6221
6660
 
6222
6661
 
6223
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6662
+ <span class="param-type">
6663
+
6664
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6665
+
6666
+ </span>
6224
6667
 
6225
6668
 
6226
6669
 
@@ -6258,7 +6701,11 @@ view.on({
6258
6701
  <td class="type">
6259
6702
 
6260
6703
 
6261
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6704
+ <span class="param-type">
6705
+
6706
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6707
+
6708
+ </span>
6262
6709
 
6263
6710
 
6264
6711
 
@@ -6296,7 +6743,11 @@ view.on({
6296
6743
  <td class="type">
6297
6744
 
6298
6745
 
6299
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6746
+ <span class="param-type">
6747
+
6748
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6749
+
6750
+ </span>
6300
6751
 
6301
6752
 
6302
6753
 
@@ -6334,7 +6785,11 @@ view.on({
6334
6785
  <td class="type">
6335
6786
 
6336
6787
 
6337
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6788
+ <span class="param-type">
6789
+
6790
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6791
+
6792
+ </span>
6338
6793
 
6339
6794
 
6340
6795
 
@@ -6372,7 +6827,11 @@ view.on({
6372
6827
  <td class="type">
6373
6828
 
6374
6829
 
6375
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6830
+ <span class="param-type">
6831
+
6832
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6833
+
6834
+ </span>
6376
6835
 
6377
6836
 
6378
6837
 
@@ -6554,7 +7013,11 @@ view.on({
6554
7013
  <td class="type">
6555
7014
 
6556
7015
 
6557
- <span class="param-type">Object</span>
7016
+ <span class="param-type">
7017
+
7018
+ Object
7019
+
7020
+ </span>
6558
7021
 
6559
7022
 
6560
7023
 
@@ -6588,7 +7051,11 @@ view.on({
6588
7051
  <td class="type">
6589
7052
 
6590
7053
 
6591
- <span class="param-type">String</span>
7054
+ <span class="param-type">
7055
+
7056
+ String
7057
+
7058
+ </span>
6592
7059
 
6593
7060
 
6594
7061
 
@@ -6626,7 +7093,11 @@ view.on({
6626
7093
  <td class="type">
6627
7094
 
6628
7095
 
6629
- <span class="param-type">String</span>
7096
+ <span class="param-type">
7097
+
7098
+ String
7099
+
7100
+ </span>
6630
7101
 
6631
7102
 
6632
7103
 
@@ -6664,7 +7135,11 @@ view.on({
6664
7135
  <td class="type">
6665
7136
 
6666
7137
 
6667
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7138
+ <span class="param-type">
7139
+
7140
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7141
+
7142
+ </span>
6668
7143
 
6669
7144
 
6670
7145
 
@@ -6702,7 +7177,11 @@ view.on({
6702
7177
  <td class="type">
6703
7178
 
6704
7179
 
6705
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7180
+ <span class="param-type">
7181
+
7182
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7183
+
7184
+ </span>
6706
7185
 
6707
7186
 
6708
7187
 
@@ -6740,7 +7219,11 @@ view.on({
6740
7219
  <td class="type">
6741
7220
 
6742
7221
 
6743
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7222
+ <span class="param-type">
7223
+
7224
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7225
+
7226
+ </span>
6744
7227
 
6745
7228
 
6746
7229
 
@@ -6778,7 +7261,11 @@ view.on({
6778
7261
  <td class="type">
6779
7262
 
6780
7263
 
6781
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7264
+ <span class="param-type">
7265
+
7266
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7267
+
7268
+ </span>
6782
7269
 
6783
7270
 
6784
7271
 
@@ -6816,7 +7303,11 @@ view.on({
6816
7303
  <td class="type">
6817
7304
 
6818
7305
 
6819
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7306
+ <span class="param-type">
7307
+
7308
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7309
+
7310
+ </span>
6820
7311
 
6821
7312
 
6822
7313