@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -77,13 +77,17 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
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>
87
91
 
88
92
 
89
93
 
@@ -104,13 +108,17 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
104
108
 
105
109
  <tr class="deep-level-1">
106
110
 
107
- <td class="name" id="layers"><code>layers</code></td>
111
+ <td class="name"><code>layers</code></td>
108
112
 
109
113
 
110
114
  <td class="type">
111
115
 
112
116
 
113
- <span class="param-type">Array</span>
117
+ <span class="param-type">
118
+
119
+ Array
120
+
121
+ </span>
114
122
 
115
123
 
116
124
 
@@ -133,13 +141,17 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
133
141
 
134
142
  <tr class="deep-level-1">
135
143
 
136
- <td class="name" id="visible"><code>visible</code></td>
144
+ <td class="name"><code>visible</code></td>
137
145
 
138
146
 
139
147
  <td class="type">
140
148
 
141
149
 
142
- <span class="param-type">Boolean</span>
150
+ <span class="param-type">
151
+
152
+ Boolean
153
+
154
+ </span>
143
155
 
144
156
 
145
157
 
@@ -162,13 +174,17 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
162
174
 
163
175
  <tr class="deep-level-1">
164
176
 
165
- <td class="name" id="opacity"><code>opacity</code></td>
177
+ <td class="name"><code>opacity</code></td>
166
178
 
167
179
 
168
180
  <td class="type">
169
181
 
170
182
 
171
- <span class="param-type">Number</span>
183
+ <span class="param-type">
184
+
185
+ Number
186
+
187
+ </span>
172
188
 
173
189
 
174
190
 
@@ -334,7 +350,11 @@ const groupLayer = new GroupLayer({
334
350
  <td class="name">
335
351
  <code>
336
352
 
337
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
353
+ <span class="param-type">
354
+
355
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
356
+
357
+ </span>
338
358
 
339
359
 
340
360
 
@@ -348,7 +368,11 @@ const groupLayer = new GroupLayer({
348
368
  <td class="name">
349
369
  <code>
350
370
 
351
- <span class="param-type">String</span>
371
+ <span class="param-type">
372
+
373
+ String
374
+
375
+ </span>
352
376
 
353
377
 
354
378
 
@@ -362,7 +386,11 @@ const groupLayer = new GroupLayer({
362
386
  <td class="name">
363
387
  <code>
364
388
 
365
- <span class="param-type">String</span>
389
+ <span class="param-type">
390
+
391
+ String
392
+
393
+ </span>
366
394
 
367
395
 
368
396
 
@@ -376,7 +404,11 @@ const groupLayer = new GroupLayer({
376
404
  <td class="name">
377
405
  <code>
378
406
 
379
- <span class="param-type">Object</span>
407
+ <span class="param-type">
408
+
409
+ Object
410
+
411
+ </span>
380
412
 
381
413
 
382
414
 
@@ -390,7 +422,11 @@ const groupLayer = new GroupLayer({
390
422
  <td class="name">
391
423
  <code>
392
424
 
393
- <span class="param-type">Object</span>
425
+ <span class="param-type">
426
+
427
+ Object
428
+
429
+ </span>
394
430
 
395
431
 
396
432
 
@@ -404,7 +440,11 @@ const groupLayer = new GroupLayer({
404
440
  <td class="name">
405
441
  <code>
406
442
 
407
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
443
+ <span class="param-type">
444
+
445
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
446
+
447
+ </span>
408
448
 
409
449
 
410
450
 
@@ -418,7 +458,11 @@ const groupLayer = new GroupLayer({
418
458
  <td class="name">
419
459
  <code>
420
460
 
421
- <span class="param-type">String</span>
461
+ <span class="param-type">
462
+
463
+ String
464
+
465
+ </span>
422
466
 
423
467
 
424
468
 
@@ -432,7 +476,11 @@ const groupLayer = new GroupLayer({
432
476
  <td class="name">
433
477
  <code>
434
478
 
435
- <span class="param-type">String</span>
479
+ <span class="param-type">
480
+
481
+ String
482
+
483
+ </span>
436
484
 
437
485
 
438
486
 
@@ -446,7 +494,11 @@ const groupLayer = new GroupLayer({
446
494
  <td class="name">
447
495
  <code>
448
496
 
449
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
500
+
501
+ </span>
450
502
 
451
503
 
452
504
 
@@ -460,7 +512,11 @@ const groupLayer = new GroupLayer({
460
512
  <td class="name">
461
513
  <code>
462
514
 
463
- <span class="param-type">Number</span>
515
+ <span class="param-type">
516
+
517
+ Number
518
+
519
+ </span>
464
520
 
465
521
 
466
522
 
@@ -474,7 +530,11 @@ const groupLayer = new GroupLayer({
474
530
  <td class="name">
475
531
  <code>
476
532
 
477
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
533
+ <span class="param-type">
534
+
535
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
536
+
537
+ </span>
478
538
 
479
539
 
480
540
 
@@ -488,7 +548,11 @@ const groupLayer = new GroupLayer({
488
548
  <td class="name">
489
549
  <code>
490
550
 
491
- <span class="param-type">Boolean</span>
551
+ <span class="param-type">
552
+
553
+ Boolean
554
+
555
+ </span>
492
556
 
493
557
 
494
558
 
@@ -502,7 +566,11 @@ const groupLayer = new GroupLayer({
502
566
  <td class="name">
503
567
  <code>
504
568
 
505
- <span class="param-type">String</span>
569
+ <span class="param-type">
570
+
571
+ String
572
+
573
+ </span>
506
574
 
507
575
 
508
576
 
@@ -516,7 +584,11 @@ const groupLayer = new GroupLayer({
516
584
  <td class="name">
517
585
  <code>
518
586
 
519
- <span class="param-type">Number</span>
587
+ <span class="param-type">
588
+
589
+ Number
590
+
591
+ </span>
520
592
 
521
593
 
522
594
 
@@ -530,7 +602,11 @@ const groupLayer = new GroupLayer({
530
602
  <td class="name">
531
603
  <code>
532
604
 
533
- <span class="param-type">Number</span>
605
+ <span class="param-type">
606
+
607
+ Number
608
+
609
+ </span>
534
610
 
535
611
 
536
612
 
@@ -544,7 +620,11 @@ const groupLayer = new GroupLayer({
544
620
  <td class="name">
545
621
  <code>
546
622
 
547
- <span class="param-type">Number</span>
623
+ <span class="param-type">
624
+
625
+ Number
626
+
627
+ </span>
548
628
 
549
629
 
550
630
 
@@ -558,7 +638,11 @@ const groupLayer = new GroupLayer({
558
638
  <td class="name">
559
639
  <code>
560
640
 
561
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
641
+ <span class="param-type">
642
+
643
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
644
+
645
+ </span>
562
646
 
563
647
 
564
648
 
@@ -572,7 +656,11 @@ const groupLayer = new GroupLayer({
572
656
  <td class="name">
573
657
  <code>
574
658
 
575
- <span class="param-type">String</span>
659
+ <span class="param-type">
660
+
661
+ String
662
+
663
+ </span>
576
664
 
577
665
 
578
666
 
@@ -586,7 +674,11 @@ const groupLayer = new GroupLayer({
586
674
  <td class="name">
587
675
  <code>
588
676
 
589
- <span class="param-type">String</span>
677
+ <span class="param-type">
678
+
679
+ String
680
+
681
+ </span>
590
682
 
591
683
 
592
684
 
@@ -600,7 +692,11 @@ const groupLayer = new GroupLayer({
600
692
  <td class="name">
601
693
  <code>
602
694
 
603
- <span class="param-type">String</span>
695
+ <span class="param-type">
696
+
697
+ String
698
+
699
+ </span>
604
700
 
605
701
 
606
702
 
@@ -614,7 +710,11 @@ const groupLayer = new GroupLayer({
614
710
  <td class="name">
615
711
  <code>
616
712
 
617
- <span class="param-type">String</span>
713
+ <span class="param-type">
714
+
715
+ String
716
+
717
+ </span>
618
718
 
619
719
 
620
720
 
@@ -628,7 +728,11 @@ const groupLayer = new GroupLayer({
628
728
  <td class="name">
629
729
  <code>
630
730
 
631
- <span class="param-type">String</span>
731
+ <span class="param-type">
732
+
733
+ String
734
+
735
+ </span>
632
736
 
633
737
 
634
738
 
@@ -642,7 +746,11 @@ const groupLayer = new GroupLayer({
642
746
  <td class="name">
643
747
  <code>
644
748
 
645
- <span class="param-type">Number</span>
749
+ <span class="param-type">
750
+
751
+ Number
752
+
753
+ </span>
646
754
 
647
755
 
648
756
 
@@ -662,7 +770,11 @@ const groupLayer = new GroupLayer({
662
770
  <span class="method-parameter is-pulled-right">
663
771
  <label>类型:</label>
664
772
 
665
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
773
+ <span class="param-type">
774
+
775
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
776
+
777
+ </span>
666
778
 
667
779
 
668
780
 
@@ -737,7 +849,11 @@ const groupLayer = new GroupLayer({
737
849
  <span class="method-parameter is-pulled-right">
738
850
  <label>类型:</label>
739
851
 
740
- <span class="param-type">String</span>
852
+ <span class="param-type">
853
+
854
+ String
855
+
856
+ </span>
741
857
 
742
858
 
743
859
 
@@ -817,7 +933,11 @@ const groupLayer = new GroupLayer({
817
933
  <span class="method-parameter is-pulled-right">
818
934
  <label>类型:</label>
819
935
 
820
- <span class="param-type">String</span>
936
+ <span class="param-type">
937
+
938
+ String
939
+
940
+ </span>
821
941
 
822
942
 
823
943
 
@@ -897,7 +1017,11 @@ const groupLayer = new GroupLayer({
897
1017
  <span class="method-parameter is-pulled-right">
898
1018
  <label>类型:</label>
899
1019
 
900
- <span class="param-type">Object</span>
1020
+ <span class="param-type">
1021
+
1022
+ Object
1023
+
1024
+ </span>
901
1025
 
902
1026
 
903
1027
 
@@ -973,7 +1097,11 @@ const groupLayer = new GroupLayer({
973
1097
  <span class="method-parameter is-pulled-right">
974
1098
  <label>类型:</label>
975
1099
 
976
- <span class="param-type">Object</span>
1100
+ <span class="param-type">
1101
+
1102
+ Object
1103
+
1104
+ </span>
977
1105
 
978
1106
 
979
1107
 
@@ -1049,7 +1177,11 @@ const groupLayer = new GroupLayer({
1049
1177
  <span class="method-parameter is-pulled-right">
1050
1178
  <label>类型:</label>
1051
1179
 
1052
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1180
+ <span class="param-type">
1181
+
1182
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1183
+
1184
+ </span>
1053
1185
 
1054
1186
 
1055
1187
 
@@ -1129,7 +1261,11 @@ const groupLayer = new GroupLayer({
1129
1261
  <span class="method-parameter is-pulled-right">
1130
1262
  <label>类型:</label>
1131
1263
 
1132
- <span class="param-type">String</span>
1264
+ <span class="param-type">
1265
+
1266
+ String
1267
+
1268
+ </span>
1133
1269
 
1134
1270
 
1135
1271
 
@@ -1205,7 +1341,11 @@ const groupLayer = new GroupLayer({
1205
1341
  <span class="method-parameter is-pulled-right">
1206
1342
  <label>类型:</label>
1207
1343
 
1208
- <span class="param-type">String</span>
1344
+ <span class="param-type">
1345
+
1346
+ String
1347
+
1348
+ </span>
1209
1349
 
1210
1350
 
1211
1351
 
@@ -1281,7 +1421,11 @@ const groupLayer = new GroupLayer({
1281
1421
  <span class="method-parameter is-pulled-right">
1282
1422
  <label>类型:</label>
1283
1423
 
1284
- <span class="param-type">String</span>
1424
+ <span class="param-type">
1425
+
1426
+ String
1427
+
1428
+ </span>
1285
1429
 
1286
1430
 
1287
1431
 
@@ -1361,7 +1505,11 @@ const groupLayer = new GroupLayer({
1361
1505
  <span class="method-parameter is-pulled-right">
1362
1506
  <label>类型:</label>
1363
1507
 
1364
- <span class="param-type">Number</span>
1508
+ <span class="param-type">
1509
+
1510
+ Number
1511
+
1512
+ </span>
1365
1513
 
1366
1514
 
1367
1515
 
@@ -1437,7 +1585,11 @@ const groupLayer = new GroupLayer({
1437
1585
  <span class="method-parameter is-pulled-right">
1438
1586
  <label>类型:</label>
1439
1587
 
1440
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
1588
+ <span class="param-type">
1589
+
1590
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
1591
+
1592
+ </span>
1441
1593
 
1442
1594
 
1443
1595
 
@@ -1508,7 +1660,11 @@ const groupLayer = new GroupLayer({
1508
1660
  <span class="method-parameter is-pulled-right">
1509
1661
  <label>类型:</label>
1510
1662
 
1511
- <span class="param-type">Boolean</span>
1663
+ <span class="param-type">
1664
+
1665
+ Boolean
1666
+
1667
+ </span>
1512
1668
 
1513
1669
 
1514
1670
 
@@ -1593,7 +1749,11 @@ const groupLayer = new GroupLayer({
1593
1749
  <span class="method-parameter is-pulled-right">
1594
1750
  <label>类型:</label>
1595
1751
 
1596
- <span class="param-type">String</span>
1752
+ <span class="param-type">
1753
+
1754
+ String
1755
+
1756
+ </span>
1597
1757
 
1598
1758
 
1599
1759
 
@@ -1678,7 +1838,11 @@ const groupLayer = new GroupLayer({
1678
1838
  <span class="method-parameter is-pulled-right">
1679
1839
  <label>类型:</label>
1680
1840
 
1681
- <span class="param-type">Number</span>
1841
+ <span class="param-type">
1842
+
1843
+ Number
1844
+
1845
+ </span>
1682
1846
 
1683
1847
 
1684
1848
 
@@ -1759,7 +1923,11 @@ const groupLayer = new GroupLayer({
1759
1923
  <span class="method-parameter is-pulled-right">
1760
1924
  <label>类型:</label>
1761
1925
 
1762
- <span class="param-type">Number</span>
1926
+ <span class="param-type">
1927
+
1928
+ Number
1929
+
1930
+ </span>
1763
1931
 
1764
1932
 
1765
1933
 
@@ -1840,7 +2008,11 @@ const groupLayer = new GroupLayer({
1840
2008
  <span class="method-parameter is-pulled-right">
1841
2009
  <label>类型:</label>
1842
2010
 
1843
- <span class="param-type">Number</span>
2011
+ <span class="param-type">
2012
+
2013
+ Number
2014
+
2015
+ </span>
1844
2016
 
1845
2017
 
1846
2018
 
@@ -1916,7 +2088,11 @@ const groupLayer = new GroupLayer({
1916
2088
  <span class="method-parameter is-pulled-right">
1917
2089
  <label>类型:</label>
1918
2090
 
1919
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2091
+ <span class="param-type">
2092
+
2093
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2094
+
2095
+ </span>
1920
2096
 
1921
2097
 
1922
2098
 
@@ -1992,7 +2168,11 @@ const groupLayer = new GroupLayer({
1992
2168
  <span class="method-parameter is-pulled-right">
1993
2169
  <label>类型:</label>
1994
2170
 
1995
- <span class="param-type">String</span>
2171
+ <span class="param-type">
2172
+
2173
+ String
2174
+
2175
+ </span>
1996
2176
 
1997
2177
 
1998
2178
 
@@ -2068,7 +2248,11 @@ const groupLayer = new GroupLayer({
2068
2248
  <span class="method-parameter is-pulled-right">
2069
2249
  <label>类型:</label>
2070
2250
 
2071
- <span class="param-type">String</span>
2251
+ <span class="param-type">
2252
+
2253
+ String
2254
+
2255
+ </span>
2072
2256
 
2073
2257
 
2074
2258
 
@@ -2149,7 +2333,11 @@ const groupLayer = new GroupLayer({
2149
2333
  <span class="method-parameter is-pulled-right">
2150
2334
  <label>类型:</label>
2151
2335
 
2152
- <span class="param-type">String</span>
2336
+ <span class="param-type">
2337
+
2338
+ String
2339
+
2340
+ </span>
2153
2341
 
2154
2342
 
2155
2343
 
@@ -2225,7 +2413,11 @@ const groupLayer = new GroupLayer({
2225
2413
  <span class="method-parameter is-pulled-right">
2226
2414
  <label>类型:</label>
2227
2415
 
2228
- <span class="param-type">String</span>
2416
+ <span class="param-type">
2417
+
2418
+ String
2419
+
2420
+ </span>
2229
2421
 
2230
2422
 
2231
2423
 
@@ -2305,7 +2497,11 @@ const groupLayer = new GroupLayer({
2305
2497
  <span class="method-parameter is-pulled-right">
2306
2498
  <label>类型:</label>
2307
2499
 
2308
- <span class="param-type">String</span>
2500
+ <span class="param-type">
2501
+
2502
+ String
2503
+
2504
+ </span>
2309
2505
 
2310
2506
 
2311
2507
 
@@ -2376,7 +2572,11 @@ const groupLayer = new GroupLayer({
2376
2572
  <span class="method-parameter is-pulled-right">
2377
2573
  <label>类型:</label>
2378
2574
 
2379
- <span class="param-type">Number</span>
2575
+ <span class="param-type">
2576
+
2577
+ Number
2578
+
2579
+ </span>
2380
2580
 
2381
2581
 
2382
2582
 
@@ -2473,7 +2673,11 @@ const groupLayer = new GroupLayer({
2473
2673
  <code>
2474
2674
 
2475
2675
 
2476
- <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2676
+ <span class="param-type">
2677
+
2678
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
2679
+
2680
+ </span>
2477
2681
 
2478
2682
 
2479
2683
 
@@ -2489,7 +2693,11 @@ const groupLayer = new GroupLayer({
2489
2693
  <code>
2490
2694
 
2491
2695
 
2492
- <span class="param-type">*</span>
2696
+ <span class="param-type">
2697
+
2698
+ *
2699
+
2700
+ </span>
2493
2701
 
2494
2702
 
2495
2703
 
@@ -2505,7 +2713,11 @@ const groupLayer = new GroupLayer({
2505
2713
  <code>
2506
2714
 
2507
2715
 
2508
- <span class="param-type">*</span>
2716
+ <span class="param-type">
2717
+
2718
+ *
2719
+
2720
+ </span>
2509
2721
 
2510
2722
 
2511
2723
 
@@ -2521,7 +2733,11 @@ const groupLayer = new GroupLayer({
2521
2733
  <code>
2522
2734
 
2523
2735
 
2524
- <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2736
+ <span class="param-type">
2737
+
2738
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
2739
+
2740
+ </span>
2525
2741
 
2526
2742
 
2527
2743
 
@@ -2537,7 +2753,11 @@ const groupLayer = new GroupLayer({
2537
2753
  <code>
2538
2754
 
2539
2755
 
2540
- <span class="param-type">*</span>
2756
+ <span class="param-type">
2757
+
2758
+ *
2759
+
2760
+ </span>
2541
2761
 
2542
2762
 
2543
2763
 
@@ -2553,10 +2773,18 @@ const groupLayer = new GroupLayer({
2553
2773
  <code>
2554
2774
 
2555
2775
 
2556
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2776
+ <span class="param-type">
2777
+
2778
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2779
+
2780
+ </span>
2557
2781
  |
2558
2782
 
2559
- <span class="param-type">null</span>
2783
+ <span class="param-type">
2784
+
2785
+ null
2786
+
2787
+ </span>
2560
2788
 
2561
2789
 
2562
2790
 
@@ -2572,7 +2800,11 @@ const groupLayer = new GroupLayer({
2572
2800
  <code>
2573
2801
 
2574
2802
 
2575
- <span class="param-type">Array</span>
2803
+ <span class="param-type">
2804
+
2805
+ Array
2806
+
2807
+ </span>
2576
2808
 
2577
2809
 
2578
2810
 
@@ -2588,7 +2820,11 @@ const groupLayer = new GroupLayer({
2588
2820
  <code>
2589
2821
 
2590
2822
 
2591
- <span class="param-type">Boolean</span>
2823
+ <span class="param-type">
2824
+
2825
+ Boolean
2826
+
2827
+ </span>
2592
2828
 
2593
2829
 
2594
2830
 
@@ -2644,7 +2880,11 @@ const groupLayer = new GroupLayer({
2644
2880
  <code>
2645
2881
 
2646
2882
 
2647
- <span class="param-type">*</span>
2883
+ <span class="param-type">
2884
+
2885
+ *
2886
+
2887
+ </span>
2648
2888
 
2649
2889
 
2650
2890
 
@@ -2670,7 +2910,11 @@ const groupLayer = new GroupLayer({
2670
2910
  <code>
2671
2911
 
2672
2912
 
2673
- <span class="param-type">*</span>
2913
+ <span class="param-type">
2914
+
2915
+ *
2916
+
2917
+ </span>
2674
2918
 
2675
2919
 
2676
2920
 
@@ -2686,7 +2930,11 @@ const groupLayer = new GroupLayer({
2686
2930
  <code>
2687
2931
 
2688
2932
 
2689
- <span class="param-type">Object</span>
2933
+ <span class="param-type">
2934
+
2935
+ Object
2936
+
2937
+ </span>
2690
2938
 
2691
2939
 
2692
2940
 
@@ -2754,13 +3002,17 @@ const groupLayer = new GroupLayer({
2754
3002
 
2755
3003
  <tr class="deep-level-0">
2756
3004
 
2757
- <td class="name" id="json"><code>json</code></td>
3005
+ <td class="name"><code>json</code></td>
2758
3006
 
2759
3007
 
2760
3008
  <td class="type">
2761
3009
 
2762
3010
 
2763
- <span class="param-type">*</span>
3011
+ <span class="param-type">
3012
+
3013
+ *
3014
+
3015
+ </span>
2764
3016
 
2765
3017
 
2766
3018
 
@@ -2847,7 +3099,11 @@ const groupLayer = new GroupLayer({
2847
3099
  <div class='column is-5 has-text-left'>
2848
3100
  <label>类型: </label>
2849
3101
 
2850
- <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
3102
+ <span class="param-type">
3103
+
3104
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
3105
+
3106
+ </span>
2851
3107
 
2852
3108
 
2853
3109
 
@@ -2915,13 +3171,17 @@ const groupLayer = new GroupLayer({
2915
3171
 
2916
3172
  <tr class="deep-level-0">
2917
3173
 
2918
- <td class="name" id="layer"><code>layer</code></td>
3174
+ <td class="name"><code>layer</code></td>
2919
3175
 
2920
3176
 
2921
3177
  <td class="type">
2922
3178
 
2923
3179
 
2924
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3180
+ <span class="param-type">
3181
+
3182
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3183
+
3184
+ </span>
2925
3185
 
2926
3186
 
2927
3187
 
@@ -2940,13 +3200,17 @@ const groupLayer = new GroupLayer({
2940
3200
 
2941
3201
  <tr class="deep-level-0">
2942
3202
 
2943
- <td class="name" id="index"><code>index</code></td>
3203
+ <td class="name"><code>index</code></td>
2944
3204
 
2945
3205
 
2946
3206
  <td class="type">
2947
3207
 
2948
3208
 
2949
- <span class="param-type">Number</span>
3209
+ <span class="param-type">
3210
+
3211
+ Number
3212
+
3213
+ </span>
2950
3214
 
2951
3215
 
2952
3216
 
@@ -3033,7 +3297,11 @@ const groupLayer = new GroupLayer({
3033
3297
  <div class='column is-5 has-text-left'>
3034
3298
  <label>类型: </label>
3035
3299
 
3036
- <span class="param-type">*</span>
3300
+ <span class="param-type">
3301
+
3302
+ *
3303
+
3304
+ </span>
3037
3305
 
3038
3306
 
3039
3307
 
@@ -3101,13 +3369,17 @@ const groupLayer = new GroupLayer({
3101
3369
 
3102
3370
  <tr class="deep-level-0">
3103
3371
 
3104
- <td class="name" id="layers"><code>layers</code></td>
3372
+ <td class="name"><code>layers</code></td>
3105
3373
 
3106
3374
 
3107
3375
  <td class="type">
3108
3376
 
3109
3377
 
3110
- <span class="param-type">Array.&lt;<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
3378
+ <span class="param-type">
3379
+
3380
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
3381
+
3382
+ </span>
3111
3383
 
3112
3384
 
3113
3385
 
@@ -3126,13 +3398,17 @@ const groupLayer = new GroupLayer({
3126
3398
 
3127
3399
  <tr class="deep-level-0">
3128
3400
 
3129
- <td class="name" id="index"><code>index</code></td>
3401
+ <td class="name"><code>index</code></td>
3130
3402
 
3131
3403
 
3132
3404
  <td class="type">
3133
3405
 
3134
3406
 
3135
- <span class="param-type">*</span>
3407
+ <span class="param-type">
3408
+
3409
+ *
3410
+
3411
+ </span>
3136
3412
 
3137
3413
 
3138
3414
 
@@ -3219,7 +3495,11 @@ const groupLayer = new GroupLayer({
3219
3495
  <div class='column is-5 has-text-left'>
3220
3496
  <label>类型: </label>
3221
3497
 
3222
- <span class="param-type">*</span>
3498
+ <span class="param-type">
3499
+
3500
+ *
3501
+
3502
+ </span>
3223
3503
 
3224
3504
 
3225
3505
 
@@ -3341,7 +3621,11 @@ const groupLayer = new GroupLayer({
3341
3621
  <div class='column is-5 has-text-left'>
3342
3622
  <label>类型: </label>
3343
3623
 
3344
- <span class="param-type"><a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
3624
+ <span class="param-type">
3625
+
3626
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
3627
+
3628
+ </span>
3345
3629
 
3346
3630
 
3347
3631
 
@@ -3457,7 +3741,11 @@ const groupLayer = new GroupLayer({
3457
3741
  <div class='column is-5 has-text-left'>
3458
3742
  <label>类型: </label>
3459
3743
 
3460
- <span class="param-type">*</span>
3744
+ <span class="param-type">
3745
+
3746
+ *
3747
+
3748
+ </span>
3461
3749
 
3462
3750
 
3463
3751
 
@@ -3529,13 +3817,17 @@ const groupLayer = new GroupLayer({
3529
3817
 
3530
3818
  <tr class="deep-level-0">
3531
3819
 
3532
- <td class="name" id="layerId"><code>layerId</code></td>
3820
+ <td class="name"><code>layerId</code></td>
3533
3821
 
3534
3822
 
3535
3823
  <td class="type">
3536
3824
 
3537
3825
 
3538
- <span class="param-type">String</span>
3826
+ <span class="param-type">
3827
+
3828
+ String
3829
+
3830
+ </span>
3539
3831
 
3540
3832
 
3541
3833
 
@@ -3624,10 +3916,18 @@ const groupLayer = new GroupLayer({
3624
3916
  <div class='column is-5 has-text-left'>
3625
3917
  <label>类型: </label>
3626
3918
 
3627
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3919
+ <span class="param-type">
3920
+
3921
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3922
+
3923
+ </span>
3628
3924
  |
3629
3925
 
3630
- <span class="param-type">null</span>
3926
+ <span class="param-type">
3927
+
3928
+ null
3929
+
3930
+ </span>
3631
3931
 
3632
3932
 
3633
3933
 
@@ -3744,7 +4044,11 @@ const groupLayer = new GroupLayer({
3744
4044
  <div class='column is-5 has-text-left'>
3745
4045
  <label>类型: </label>
3746
4046
 
3747
- <span class="param-type">Array</span>
4047
+ <span class="param-type">
4048
+
4049
+ Array
4050
+
4051
+ </span>
3748
4052
 
3749
4053
 
3750
4054
 
@@ -3866,7 +4170,11 @@ const groupLayer = new GroupLayer({
3866
4170
  <div class='column is-5 has-text-left'>
3867
4171
  <label>类型: </label>
3868
4172
 
3869
- <span class="param-type">Boolean</span>
4173
+ <span class="param-type">
4174
+
4175
+ Boolean
4176
+
4177
+ </span>
3870
4178
 
3871
4179
 
3872
4180
 
@@ -4125,13 +4433,17 @@ const groupLayer = new GroupLayer({
4125
4433
 
4126
4434
  <tr class="deep-level-0">
4127
4435
 
4128
- <td class="name" id="layer"><code>layer</code></td>
4436
+ <td class="name"><code>layer</code></td>
4129
4437
 
4130
4438
 
4131
4439
  <td class="type">
4132
4440
 
4133
4441
 
4134
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4442
+ <span class="param-type">
4443
+
4444
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4445
+
4446
+ </span>
4135
4447
 
4136
4448
 
4137
4449
 
@@ -4353,13 +4665,17 @@ const groupLayer = new GroupLayer({
4353
4665
 
4354
4666
  <tr class="deep-level-0">
4355
4667
 
4356
- <td class="name" id="layers"><code>layers</code></td>
4668
+ <td class="name"><code>layers</code></td>
4357
4669
 
4358
4670
 
4359
4671
  <td class="type">
4360
4672
 
4361
4673
 
4362
- <span class="param-type">Array.&lt;<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
4674
+ <span class="param-type">
4675
+
4676
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
4677
+
4678
+ </span>
4363
4679
 
4364
4680
 
4365
4681
 
@@ -4446,7 +4762,11 @@ const groupLayer = new GroupLayer({
4446
4762
  <div class='column is-5 has-text-left'>
4447
4763
  <label>类型: </label>
4448
4764
 
4449
- <span class="param-type">*</span>
4765
+ <span class="param-type">
4766
+
4767
+ *
4768
+
4769
+ </span>
4450
4770
 
4451
4771
 
4452
4772
 
@@ -4518,13 +4838,17 @@ const groupLayer = new GroupLayer({
4518
4838
 
4519
4839
  <tr class="deep-level-0">
4520
4840
 
4521
- <td class="name" id="layer"><code>layer</code></td>
4841
+ <td class="name"><code>layer</code></td>
4522
4842
 
4523
4843
 
4524
4844
  <td class="type">
4525
4845
 
4526
4846
 
4527
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4847
+ <span class="param-type">
4848
+
4849
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4850
+
4851
+ </span>
4528
4852
 
4529
4853
 
4530
4854
 
@@ -4543,13 +4867,17 @@ const groupLayer = new GroupLayer({
4543
4867
 
4544
4868
  <tr class="deep-level-0">
4545
4869
 
4546
- <td class="name" id="index"><code>index</code></td>
4870
+ <td class="name"><code>index</code></td>
4547
4871
 
4548
4872
 
4549
4873
  <td class="type">
4550
4874
 
4551
4875
 
4552
- <span class="param-type">Number</span>
4876
+ <span class="param-type">
4877
+
4878
+ Number
4879
+
4880
+ </span>
4553
4881
 
4554
4882
 
4555
4883
 
@@ -4687,13 +5015,17 @@ const groupLayer = new GroupLayer({
4687
5015
 
4688
5016
  <tr class="deep-level-0">
4689
5017
 
4690
- <td class="name" id="map"><code>map</code></td>
5018
+ <td class="name"><code>map</code></td>
4691
5019
 
4692
5020
 
4693
5021
  <td class="type">
4694
5022
 
4695
5023
 
4696
- <span class="param-type">*</span>
5024
+ <span class="param-type">
5025
+
5026
+ *
5027
+
5028
+ </span>
4697
5029
 
4698
5030
 
4699
5031
 
@@ -4780,7 +5112,11 @@ const groupLayer = new GroupLayer({
4780
5112
  <div class='column is-5 has-text-left'>
4781
5113
  <label>类型: </label>
4782
5114
 
4783
- <span class="param-type">*</span>
5115
+ <span class="param-type">
5116
+
5117
+ *
5118
+
5119
+ </span>
4784
5120
 
4785
5121
 
4786
5122
 
@@ -4902,7 +5238,11 @@ const groupLayer = new GroupLayer({
4902
5238
  <div class='column is-5 has-text-left'>
4903
5239
  <label>类型: </label>
4904
5240
 
4905
- <span class="param-type">Object</span>
5241
+ <span class="param-type">
5242
+
5243
+ Object
5244
+
5245
+ </span>
4906
5246
 
4907
5247
 
4908
5248
 
@@ -4942,37 +5282,37 @@ const groupLayer = new GroupLayer({
4942
5282
  <tbody>
4943
5283
 
4944
5284
  <tr class="deep-level-0">
4945
- <td class="name"><code><a href="GroupLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5285
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4946
5286
  <td class="name"><code>图层刷新完毕事件</code></td>
4947
5287
  </tr>
4948
5288
 
4949
5289
  <tr class="deep-level-0">
4950
- <td class="name"><code><a href="GroupLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5290
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4951
5291
  <td class="name"><code>图层加载完毕事件</code></td>
4952
5292
  </tr>
4953
5293
 
4954
5294
  <tr class="deep-level-0">
4955
- <td class="name"><code><a href="GroupLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5295
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4956
5296
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4957
5297
  </tr>
4958
5298
 
4959
5299
  <tr class="deep-level-0">
4960
- <td class="name"><code><a href="GroupLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5300
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4961
5301
  <td class="name"><code>图层更新完毕事件</code></td>
4962
5302
  </tr>
4963
5303
 
4964
5304
  <tr class="deep-level-0">
4965
- <td class="name"><code><a href="GroupLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5305
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4966
5306
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4967
5307
  </tr>
4968
5308
 
4969
5309
  <tr class="deep-level-0">
4970
- <td class="name"><code><a href="GroupLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5310
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4971
5311
  <td class="name"><code>图层销毁完毕事件</code></td>
4972
5312
  </tr>
4973
5313
 
4974
5314
  <tr class="deep-level-0">
4975
- <td class="name"><code><a href="GroupLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5315
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4976
5316
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4977
5317
  </tr>
4978
5318
 
@@ -5052,7 +5392,11 @@ const groupLayer = new GroupLayer({
5052
5392
  <td class="type">
5053
5393
 
5054
5394
 
5055
- <span class="param-type">Object</span>
5395
+ <span class="param-type">
5396
+
5397
+ Object
5398
+
5399
+ </span>
5056
5400
 
5057
5401
 
5058
5402
 
@@ -5086,7 +5430,11 @@ const groupLayer = new GroupLayer({
5086
5430
  <td class="type">
5087
5431
 
5088
5432
 
5089
- <span class="param-type">String</span>
5433
+ <span class="param-type">
5434
+
5435
+ String
5436
+
5437
+ </span>
5090
5438
 
5091
5439
 
5092
5440
 
@@ -5124,7 +5472,11 @@ const groupLayer = new GroupLayer({
5124
5472
  <td class="type">
5125
5473
 
5126
5474
 
5127
- <span class="param-type">String</span>
5475
+ <span class="param-type">
5476
+
5477
+ String
5478
+
5479
+ </span>
5128
5480
 
5129
5481
 
5130
5482
 
@@ -5162,7 +5514,11 @@ const groupLayer = new GroupLayer({
5162
5514
  <td class="type">
5163
5515
 
5164
5516
 
5165
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5517
+ <span class="param-type">
5518
+
5519
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5520
+
5521
+ </span>
5166
5522
 
5167
5523
 
5168
5524
 
@@ -5200,7 +5556,11 @@ const groupLayer = new GroupLayer({
5200
5556
  <td class="type">
5201
5557
 
5202
5558
 
5203
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5559
+ <span class="param-type">
5560
+
5561
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5562
+
5563
+ </span>
5204
5564
 
5205
5565
 
5206
5566
 
@@ -5238,7 +5598,11 @@ const groupLayer = new GroupLayer({
5238
5598
  <td class="type">
5239
5599
 
5240
5600
 
5241
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5601
+ <span class="param-type">
5602
+
5603
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5604
+
5605
+ </span>
5242
5606
 
5243
5607
 
5244
5608
 
@@ -5276,7 +5640,11 @@ const groupLayer = new GroupLayer({
5276
5640
  <td class="type">
5277
5641
 
5278
5642
 
5279
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5643
+ <span class="param-type">
5644
+
5645
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5646
+
5647
+ </span>
5280
5648
 
5281
5649
 
5282
5650
 
@@ -5314,7 +5682,11 @@ const groupLayer = new GroupLayer({
5314
5682
  <td class="type">
5315
5683
 
5316
5684
 
5317
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5685
+ <span class="param-type">
5686
+
5687
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5688
+
5689
+ </span>
5318
5690
 
5319
5691
 
5320
5692
 
@@ -5506,7 +5878,11 @@ const groupLayer = new GroupLayer({
5506
5878
  <td class="type">
5507
5879
 
5508
5880
 
5509
- <span class="param-type">Object</span>
5881
+ <span class="param-type">
5882
+
5883
+ Object
5884
+
5885
+ </span>
5510
5886
 
5511
5887
 
5512
5888
 
@@ -5540,7 +5916,11 @@ const groupLayer = new GroupLayer({
5540
5916
  <td class="type">
5541
5917
 
5542
5918
 
5543
- <span class="param-type">String</span>
5919
+ <span class="param-type">
5920
+
5921
+ String
5922
+
5923
+ </span>
5544
5924
 
5545
5925
 
5546
5926
 
@@ -5578,7 +5958,11 @@ const groupLayer = new GroupLayer({
5578
5958
  <td class="type">
5579
5959
 
5580
5960
 
5581
- <span class="param-type">String</span>
5961
+ <span class="param-type">
5962
+
5963
+ String
5964
+
5965
+ </span>
5582
5966
 
5583
5967
 
5584
5968
 
@@ -5616,7 +6000,11 @@ const groupLayer = new GroupLayer({
5616
6000
  <td class="type">
5617
6001
 
5618
6002
 
5619
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6003
+ <span class="param-type">
6004
+
6005
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6006
+
6007
+ </span>
5620
6008
 
5621
6009
 
5622
6010
 
@@ -5654,7 +6042,11 @@ const groupLayer = new GroupLayer({
5654
6042
  <td class="type">
5655
6043
 
5656
6044
 
5657
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6045
+ <span class="param-type">
6046
+
6047
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6048
+
6049
+ </span>
5658
6050
 
5659
6051
 
5660
6052
 
@@ -5692,7 +6084,11 @@ const groupLayer = new GroupLayer({
5692
6084
  <td class="type">
5693
6085
 
5694
6086
 
5695
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6087
+ <span class="param-type">
6088
+
6089
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6090
+
6091
+ </span>
5696
6092
 
5697
6093
 
5698
6094
 
@@ -5730,7 +6126,11 @@ const groupLayer = new GroupLayer({
5730
6126
  <td class="type">
5731
6127
 
5732
6128
 
5733
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6129
+ <span class="param-type">
6130
+
6131
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6132
+
6133
+ </span>
5734
6134
 
5735
6135
 
5736
6136
 
@@ -5768,7 +6168,11 @@ const groupLayer = new GroupLayer({
5768
6168
  <td class="type">
5769
6169
 
5770
6170
 
5771
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6171
+ <span class="param-type">
6172
+
6173
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6174
+
6175
+ </span>
5772
6176
 
5773
6177
 
5774
6178
 
@@ -5950,7 +6354,11 @@ const groupLayer = new GroupLayer({
5950
6354
  <td class="type">
5951
6355
 
5952
6356
 
5953
- <span class="param-type">Object</span>
6357
+ <span class="param-type">
6358
+
6359
+ Object
6360
+
6361
+ </span>
5954
6362
 
5955
6363
 
5956
6364
 
@@ -5984,7 +6392,11 @@ const groupLayer = new GroupLayer({
5984
6392
  <td class="type">
5985
6393
 
5986
6394
 
5987
- <span class="param-type">String</span>
6395
+ <span class="param-type">
6396
+
6397
+ String
6398
+
6399
+ </span>
5988
6400
 
5989
6401
 
5990
6402
 
@@ -6022,7 +6434,11 @@ const groupLayer = new GroupLayer({
6022
6434
  <td class="type">
6023
6435
 
6024
6436
 
6025
- <span class="param-type">String</span>
6437
+ <span class="param-type">
6438
+
6439
+ String
6440
+
6441
+ </span>
6026
6442
 
6027
6443
 
6028
6444
 
@@ -6060,7 +6476,11 @@ const groupLayer = new GroupLayer({
6060
6476
  <td class="type">
6061
6477
 
6062
6478
 
6063
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6479
+ <span class="param-type">
6480
+
6481
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6482
+
6483
+ </span>
6064
6484
 
6065
6485
 
6066
6486
 
@@ -6098,7 +6518,11 @@ const groupLayer = new GroupLayer({
6098
6518
  <td class="type">
6099
6519
 
6100
6520
 
6101
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6521
+ <span class="param-type">
6522
+
6523
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6524
+
6525
+ </span>
6102
6526
 
6103
6527
 
6104
6528
 
@@ -6136,7 +6560,11 @@ const groupLayer = new GroupLayer({
6136
6560
  <td class="type">
6137
6561
 
6138
6562
 
6139
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6563
+ <span class="param-type">
6564
+
6565
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6566
+
6567
+ </span>
6140
6568
 
6141
6569
 
6142
6570
 
@@ -6174,7 +6602,11 @@ const groupLayer = new GroupLayer({
6174
6602
  <td class="type">
6175
6603
 
6176
6604
 
6177
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6605
+ <span class="param-type">
6606
+
6607
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6608
+
6609
+ </span>
6178
6610
 
6179
6611
 
6180
6612
 
@@ -6212,7 +6644,11 @@ const groupLayer = new GroupLayer({
6212
6644
  <td class="type">
6213
6645
 
6214
6646
 
6215
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6647
+ <span class="param-type">
6648
+
6649
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6650
+
6651
+ </span>
6216
6652
 
6217
6653
 
6218
6654
 
@@ -6404,7 +6840,11 @@ const groupLayer = new GroupLayer({
6404
6840
  <td class="type">
6405
6841
 
6406
6842
 
6407
- <span class="param-type">Object</span>
6843
+ <span class="param-type">
6844
+
6845
+ Object
6846
+
6847
+ </span>
6408
6848
 
6409
6849
 
6410
6850
 
@@ -6438,7 +6878,11 @@ const groupLayer = new GroupLayer({
6438
6878
  <td class="type">
6439
6879
 
6440
6880
 
6441
- <span class="param-type">String</span>
6881
+ <span class="param-type">
6882
+
6883
+ String
6884
+
6885
+ </span>
6442
6886
 
6443
6887
 
6444
6888
 
@@ -6476,7 +6920,11 @@ const groupLayer = new GroupLayer({
6476
6920
  <td class="type">
6477
6921
 
6478
6922
 
6479
- <span class="param-type">String</span>
6923
+ <span class="param-type">
6924
+
6925
+ String
6926
+
6927
+ </span>
6480
6928
 
6481
6929
 
6482
6930
 
@@ -6514,7 +6962,11 @@ const groupLayer = new GroupLayer({
6514
6962
  <td class="type">
6515
6963
 
6516
6964
 
6517
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6965
+ <span class="param-type">
6966
+
6967
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6968
+
6969
+ </span>
6518
6970
 
6519
6971
 
6520
6972
 
@@ -6552,7 +7004,11 @@ const groupLayer = new GroupLayer({
6552
7004
  <td class="type">
6553
7005
 
6554
7006
 
6555
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7007
+ <span class="param-type">
7008
+
7009
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7010
+
7011
+ </span>
6556
7012
 
6557
7013
 
6558
7014
 
@@ -6590,7 +7046,11 @@ const groupLayer = new GroupLayer({
6590
7046
  <td class="type">
6591
7047
 
6592
7048
 
6593
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7049
+ <span class="param-type">
7050
+
7051
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7052
+
7053
+ </span>
6594
7054
 
6595
7055
 
6596
7056
 
@@ -6628,7 +7088,11 @@ const groupLayer = new GroupLayer({
6628
7088
  <td class="type">
6629
7089
 
6630
7090
 
6631
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7091
+ <span class="param-type">
7092
+
7093
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7094
+
7095
+ </span>
6632
7096
 
6633
7097
 
6634
7098
 
@@ -6666,7 +7130,11 @@ const groupLayer = new GroupLayer({
6666
7130
  <td class="type">
6667
7131
 
6668
7132
 
6669
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7133
+ <span class="param-type">
7134
+
7135
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7136
+
7137
+ </span>
6670
7138
 
6671
7139
 
6672
7140
 
@@ -6848,7 +7316,11 @@ const groupLayer = new GroupLayer({
6848
7316
  <td class="type">
6849
7317
 
6850
7318
 
6851
- <span class="param-type">Object</span>
7319
+ <span class="param-type">
7320
+
7321
+ Object
7322
+
7323
+ </span>
6852
7324
 
6853
7325
 
6854
7326
 
@@ -6882,7 +7354,11 @@ const groupLayer = new GroupLayer({
6882
7354
  <td class="type">
6883
7355
 
6884
7356
 
6885
- <span class="param-type">String</span>
7357
+ <span class="param-type">
7358
+
7359
+ String
7360
+
7361
+ </span>
6886
7362
 
6887
7363
 
6888
7364
 
@@ -6920,7 +7396,11 @@ const groupLayer = new GroupLayer({
6920
7396
  <td class="type">
6921
7397
 
6922
7398
 
6923
- <span class="param-type">String</span>
7399
+ <span class="param-type">
7400
+
7401
+ String
7402
+
7403
+ </span>
6924
7404
 
6925
7405
 
6926
7406
 
@@ -6958,7 +7438,11 @@ const groupLayer = new GroupLayer({
6958
7438
  <td class="type">
6959
7439
 
6960
7440
 
6961
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7441
+ <span class="param-type">
7442
+
7443
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7444
+
7445
+ </span>
6962
7446
 
6963
7447
 
6964
7448
 
@@ -6996,7 +7480,11 @@ const groupLayer = new GroupLayer({
6996
7480
  <td class="type">
6997
7481
 
6998
7482
 
6999
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7483
+ <span class="param-type">
7484
+
7485
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7486
+
7487
+ </span>
7000
7488
 
7001
7489
 
7002
7490
 
@@ -7034,7 +7522,11 @@ const groupLayer = new GroupLayer({
7034
7522
  <td class="type">
7035
7523
 
7036
7524
 
7037
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7525
+ <span class="param-type">
7526
+
7527
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7528
+
7529
+ </span>
7038
7530
 
7039
7531
 
7040
7532
 
@@ -7072,7 +7564,11 @@ const groupLayer = new GroupLayer({
7072
7564
  <td class="type">
7073
7565
 
7074
7566
 
7075
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7567
+ <span class="param-type">
7568
+
7569
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7570
+
7571
+ </span>
7076
7572
 
7077
7573
 
7078
7574
 
@@ -7110,7 +7606,11 @@ const groupLayer = new GroupLayer({
7110
7606
  <td class="type">
7111
7607
 
7112
7608
 
7113
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7609
+ <span class="param-type">
7610
+
7611
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7612
+
7613
+ </span>
7114
7614
 
7115
7615
 
7116
7616
 
@@ -7302,7 +7802,11 @@ const groupLayer = new GroupLayer({
7302
7802
  <td class="type">
7303
7803
 
7304
7804
 
7305
- <span class="param-type">Object</span>
7805
+ <span class="param-type">
7806
+
7807
+ Object
7808
+
7809
+ </span>
7306
7810
 
7307
7811
 
7308
7812
 
@@ -7336,7 +7840,11 @@ const groupLayer = new GroupLayer({
7336
7840
  <td class="type">
7337
7841
 
7338
7842
 
7339
- <span class="param-type">String</span>
7843
+ <span class="param-type">
7844
+
7845
+ String
7846
+
7847
+ </span>
7340
7848
 
7341
7849
 
7342
7850
 
@@ -7374,7 +7882,11 @@ const groupLayer = new GroupLayer({
7374
7882
  <td class="type">
7375
7883
 
7376
7884
 
7377
- <span class="param-type">String</span>
7885
+ <span class="param-type">
7886
+
7887
+ String
7888
+
7889
+ </span>
7378
7890
 
7379
7891
 
7380
7892
 
@@ -7412,7 +7924,11 @@ const groupLayer = new GroupLayer({
7412
7924
  <td class="type">
7413
7925
 
7414
7926
 
7415
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7927
+ <span class="param-type">
7928
+
7929
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7930
+
7931
+ </span>
7416
7932
 
7417
7933
 
7418
7934
 
@@ -7450,7 +7966,11 @@ const groupLayer = new GroupLayer({
7450
7966
  <td class="type">
7451
7967
 
7452
7968
 
7453
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7969
+ <span class="param-type">
7970
+
7971
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7972
+
7973
+ </span>
7454
7974
 
7455
7975
 
7456
7976
 
@@ -7488,7 +8008,11 @@ const groupLayer = new GroupLayer({
7488
8008
  <td class="type">
7489
8009
 
7490
8010
 
7491
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8011
+ <span class="param-type">
8012
+
8013
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8014
+
8015
+ </span>
7492
8016
 
7493
8017
 
7494
8018
 
@@ -7526,7 +8050,11 @@ const groupLayer = new GroupLayer({
7526
8050
  <td class="type">
7527
8051
 
7528
8052
 
7529
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8053
+ <span class="param-type">
8054
+
8055
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8056
+
8057
+ </span>
7530
8058
 
7531
8059
 
7532
8060
 
@@ -7564,7 +8092,11 @@ const groupLayer = new GroupLayer({
7564
8092
  <td class="type">
7565
8093
 
7566
8094
 
7567
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8095
+ <span class="param-type">
8096
+
8097
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8098
+
8099
+ </span>
7568
8100
 
7569
8101
 
7570
8102
 
@@ -7746,7 +8278,11 @@ const groupLayer = new GroupLayer({
7746
8278
  <td class="type">
7747
8279
 
7748
8280
 
7749
- <span class="param-type">Object</span>
8281
+ <span class="param-type">
8282
+
8283
+ Object
8284
+
8285
+ </span>
7750
8286
 
7751
8287
 
7752
8288
 
@@ -7780,7 +8316,11 @@ const groupLayer = new GroupLayer({
7780
8316
  <td class="type">
7781
8317
 
7782
8318
 
7783
- <span class="param-type">String</span>
8319
+ <span class="param-type">
8320
+
8321
+ String
8322
+
8323
+ </span>
7784
8324
 
7785
8325
 
7786
8326
 
@@ -7818,7 +8358,11 @@ const groupLayer = new GroupLayer({
7818
8358
  <td class="type">
7819
8359
 
7820
8360
 
7821
- <span class="param-type">String</span>
8361
+ <span class="param-type">
8362
+
8363
+ String
8364
+
8365
+ </span>
7822
8366
 
7823
8367
 
7824
8368
 
@@ -7856,7 +8400,11 @@ const groupLayer = new GroupLayer({
7856
8400
  <td class="type">
7857
8401
 
7858
8402
 
7859
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8403
+ <span class="param-type">
8404
+
8405
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8406
+
8407
+ </span>
7860
8408
 
7861
8409
 
7862
8410
 
@@ -7894,7 +8442,11 @@ const groupLayer = new GroupLayer({
7894
8442
  <td class="type">
7895
8443
 
7896
8444
 
7897
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8445
+ <span class="param-type">
8446
+
8447
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8448
+
8449
+ </span>
7898
8450
 
7899
8451
 
7900
8452
 
@@ -7932,7 +8484,11 @@ const groupLayer = new GroupLayer({
7932
8484
  <td class="type">
7933
8485
 
7934
8486
 
7935
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8487
+ <span class="param-type">
8488
+
8489
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8490
+
8491
+ </span>
7936
8492
 
7937
8493
 
7938
8494
 
@@ -7970,7 +8526,11 @@ const groupLayer = new GroupLayer({
7970
8526
  <td class="type">
7971
8527
 
7972
8528
 
7973
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8529
+ <span class="param-type">
8530
+
8531
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8532
+
8533
+ </span>
7974
8534
 
7975
8535
 
7976
8536
 
@@ -8008,7 +8568,11 @@ const groupLayer = new GroupLayer({
8008
8568
  <td class="type">
8009
8569
 
8010
8570
 
8011
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8571
+ <span class="param-type">
8572
+
8573
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8574
+
8575
+ </span>
8012
8576
 
8013
8577
 
8014
8578