@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
@@ -87,13 +87,17 @@ if(layer.loadStatus === 'loaded') {<br/>
87
87
 
88
88
  <tr class="deep-level-0">
89
89
 
90
- <td class="name" id="options"><code>options</code></td>
90
+ <td class="name"><code>options</code></td>
91
91
 
92
92
 
93
93
  <td class="type">
94
94
 
95
95
 
96
- <span class="param-type">Object</span>
96
+ <span class="param-type">
97
+
98
+ Object
99
+
100
+ </span>
97
101
 
98
102
 
99
103
 
@@ -114,13 +118,17 @@ if(layer.loadStatus === 'loaded') {<br/>
114
118
 
115
119
  <tr class="deep-level-1">
116
120
 
117
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
118
122
 
119
123
 
120
124
  <td class="type">
121
125
 
122
126
 
123
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
124
132
 
125
133
 
126
134
 
@@ -143,13 +151,17 @@ if(layer.loadStatus === 'loaded') {<br/>
143
151
 
144
152
  <tr class="deep-level-1">
145
153
 
146
- <td class="name" id="id"><code>id</code></td>
154
+ <td class="name"><code>id</code></td>
147
155
 
148
156
 
149
157
  <td class="type">
150
158
 
151
159
 
152
- <span class="param-type">String</span>
160
+ <span class="param-type">
161
+
162
+ String
163
+
164
+ </span>
153
165
 
154
166
 
155
167
 
@@ -170,13 +182,17 @@ if(layer.loadStatus === 'loaded') {<br/>
170
182
 
171
183
  <tr class="deep-level-1">
172
184
 
173
- <td class="name" id="opacity"><code>opacity</code></td>
185
+ <td class="name"><code>opacity</code></td>
174
186
 
175
187
 
176
188
  <td class="type">
177
189
 
178
190
 
179
- <span class="param-type">Number</span>
191
+ <span class="param-type">
192
+
193
+ Number
194
+
195
+ </span>
180
196
 
181
197
 
182
198
 
@@ -199,13 +215,17 @@ if(layer.loadStatus === 'loaded') {<br/>
199
215
 
200
216
  <tr class="deep-level-1">
201
217
 
202
- <td class="name" id="visible"><code>visible</code></td>
218
+ <td class="name"><code>visible</code></td>
203
219
 
204
220
 
205
221
  <td class="type">
206
222
 
207
223
 
208
- <span class="param-type">Boolean</span>
224
+ <span class="param-type">
225
+
226
+ Boolean
227
+
228
+ </span>
209
229
 
210
230
 
211
231
 
@@ -228,13 +248,17 @@ if(layer.loadStatus === 'loaded') {<br/>
228
248
 
229
249
  <tr class="deep-level-1">
230
250
 
231
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
251
+ <td class="name"><code>spatialReference</code></td>
232
252
 
233
253
 
234
254
  <td class="type">
235
255
 
236
256
 
237
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
257
+ <span class="param-type">
258
+
259
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
260
+
261
+ </span>
238
262
 
239
263
 
240
264
 
@@ -255,13 +279,17 @@ if(layer.loadStatus === 'loaded') {<br/>
255
279
 
256
280
  <tr class="deep-level-1">
257
281
 
258
- <td class="name" id="minScale"><code>minScale</code></td>
282
+ <td class="name"><code>minScale</code></td>
259
283
 
260
284
 
261
285
  <td class="type">
262
286
 
263
287
 
264
- <span class="param-type">Number</span>
288
+ <span class="param-type">
289
+
290
+ Number
291
+
292
+ </span>
265
293
 
266
294
 
267
295
 
@@ -284,13 +312,17 @@ if(layer.loadStatus === 'loaded') {<br/>
284
312
 
285
313
  <tr class="deep-level-1">
286
314
 
287
- <td class="name" id="maxScale"><code>maxScale</code></td>
315
+ <td class="name"><code>maxScale</code></td>
288
316
 
289
317
 
290
318
  <td class="type">
291
319
 
292
320
 
293
- <span class="param-type">Number</span>
321
+ <span class="param-type">
322
+
323
+ Number
324
+
325
+ </span>
294
326
 
295
327
 
296
328
 
@@ -313,13 +345,17 @@ if(layer.loadStatus === 'loaded') {<br/>
313
345
 
314
346
  <tr class="deep-level-1">
315
347
 
316
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
348
+ <td class="name"><code>tokenKey</code></td>
317
349
 
318
350
 
319
351
  <td class="type">
320
352
 
321
353
 
322
- <span class="param-type">String</span>
354
+ <span class="param-type">
355
+
356
+ String
357
+
358
+ </span>
323
359
 
324
360
 
325
361
 
@@ -342,13 +378,17 @@ if(layer.loadStatus === 'loaded') {<br/>
342
378
 
343
379
  <tr class="deep-level-1">
344
380
 
345
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
381
+ <td class="name"><code>tokenValue</code></td>
346
382
 
347
383
 
348
384
  <td class="type">
349
385
 
350
386
 
351
- <span class="param-type">String</span>
387
+ <span class="param-type">
388
+
389
+ String
390
+
391
+ </span>
352
392
 
353
393
 
354
394
 
@@ -421,11 +461,11 @@ if(layer.loadStatus === 'loaded') {<br/>
421
461
  <div class="column is-2"><label>绑定事件</label></div>
422
462
  <div class="column is-10">
423
463
  <ul>
424
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
464
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
425
465
 
426
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
466
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
427
467
 
428
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
468
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
429
469
  </ul>
430
470
  </div>
431
471
  </div>
@@ -581,7 +621,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
581
621
  <td class="name">
582
622
  <code>
583
623
 
584
- <span class="param-type">String</span>
624
+ <span class="param-type">
625
+
626
+ String
627
+
628
+ </span>
585
629
 
586
630
 
587
631
 
@@ -595,7 +639,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
595
639
  <td class="name">
596
640
  <code>
597
641
 
598
- <span class="param-type">String</span>
642
+ <span class="param-type">
643
+
644
+ String
645
+
646
+ </span>
599
647
 
600
648
 
601
649
 
@@ -609,7 +657,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
609
657
  <td class="name">
610
658
  <code>
611
659
 
612
- <span class="param-type">Object</span>
660
+ <span class="param-type">
661
+
662
+ Object
663
+
664
+ </span>
613
665
 
614
666
 
615
667
 
@@ -623,7 +675,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
623
675
  <td class="name">
624
676
  <code>
625
677
 
626
- <span class="param-type">Object</span>
678
+ <span class="param-type">
679
+
680
+ Object
681
+
682
+ </span>
627
683
 
628
684
 
629
685
 
@@ -637,7 +693,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
637
693
  <td class="name">
638
694
  <code>
639
695
 
640
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
696
+ <span class="param-type">
697
+
698
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
699
+
700
+ </span>
641
701
 
642
702
 
643
703
 
@@ -651,7 +711,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
651
711
  <td class="name">
652
712
  <code>
653
713
 
654
- <span class="param-type">String</span>
714
+ <span class="param-type">
715
+
716
+ String
717
+
718
+ </span>
655
719
 
656
720
 
657
721
 
@@ -665,7 +729,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
665
729
  <td class="name">
666
730
  <code>
667
731
 
668
- <span class="param-type">String</span>
732
+ <span class="param-type">
733
+
734
+ String
735
+
736
+ </span>
669
737
 
670
738
 
671
739
 
@@ -679,7 +747,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
679
747
  <td class="name">
680
748
  <code>
681
749
 
682
- <span class="param-type">String</span>
750
+ <span class="param-type">
751
+
752
+ String
753
+
754
+ </span>
683
755
 
684
756
 
685
757
 
@@ -693,7 +765,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
693
765
  <td class="name">
694
766
  <code>
695
767
 
696
- <span class="param-type">Number</span>
768
+ <span class="param-type">
769
+
770
+ Number
771
+
772
+ </span>
697
773
 
698
774
 
699
775
 
@@ -707,7 +783,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
707
783
  <td class="name">
708
784
  <code>
709
785
 
710
- <span class="param-type">Boolean</span>
786
+ <span class="param-type">
787
+
788
+ Boolean
789
+
790
+ </span>
711
791
 
712
792
 
713
793
 
@@ -721,7 +801,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
721
801
  <td class="name">
722
802
  <code>
723
803
 
724
- <span class="param-type">String</span>
804
+ <span class="param-type">
805
+
806
+ String
807
+
808
+ </span>
725
809
 
726
810
 
727
811
 
@@ -735,7 +819,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
735
819
  <td class="name">
736
820
  <code>
737
821
 
738
- <span class="param-type">String</span>
822
+ <span class="param-type">
823
+
824
+ String
825
+
826
+ </span>
739
827
 
740
828
 
741
829
 
@@ -749,7 +837,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
749
837
  <td class="name">
750
838
  <code>
751
839
 
752
- <span class="param-type">Number</span>
840
+ <span class="param-type">
841
+
842
+ Number
843
+
844
+ </span>
753
845
 
754
846
 
755
847
 
@@ -763,7 +855,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
763
855
  <td class="name">
764
856
  <code>
765
857
 
766
- <span class="param-type">Number</span>
858
+ <span class="param-type">
859
+
860
+ Number
861
+
862
+ </span>
767
863
 
768
864
 
769
865
 
@@ -777,7 +873,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
777
873
  <td class="name">
778
874
  <code>
779
875
 
780
- <span class="param-type">Number</span>
876
+ <span class="param-type">
877
+
878
+ Number
879
+
880
+ </span>
781
881
 
782
882
 
783
883
 
@@ -791,7 +891,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
791
891
  <td class="name">
792
892
  <code>
793
893
 
794
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
894
+ <span class="param-type">
895
+
896
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
897
+
898
+ </span>
795
899
 
796
900
 
797
901
 
@@ -805,7 +909,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
805
909
  <td class="name">
806
910
  <code>
807
911
 
808
- <span class="param-type">String</span>
912
+ <span class="param-type">
913
+
914
+ String
915
+
916
+ </span>
809
917
 
810
918
 
811
919
 
@@ -819,7 +927,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
819
927
  <td class="name">
820
928
  <code>
821
929
 
822
- <span class="param-type">String</span>
930
+ <span class="param-type">
931
+
932
+ String
933
+
934
+ </span>
823
935
 
824
936
 
825
937
 
@@ -833,7 +945,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
833
945
  <td class="name">
834
946
  <code>
835
947
 
836
- <span class="param-type">String</span>
948
+ <span class="param-type">
949
+
950
+ String
951
+
952
+ </span>
837
953
 
838
954
 
839
955
 
@@ -847,7 +963,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
847
963
  <td class="name">
848
964
  <code>
849
965
 
850
- <span class="param-type">String</span>
966
+ <span class="param-type">
967
+
968
+ String
969
+
970
+ </span>
851
971
 
852
972
 
853
973
 
@@ -861,7 +981,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
861
981
  <td class="name">
862
982
  <code>
863
983
 
864
- <span class="param-type">String</span>
984
+ <span class="param-type">
985
+
986
+ String
987
+
988
+ </span>
865
989
 
866
990
 
867
991
 
@@ -875,7 +999,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
875
999
  <td class="name">
876
1000
  <code>
877
1001
 
878
- <span class="param-type">Number</span>
1002
+ <span class="param-type">
1003
+
1004
+ Number
1005
+
1006
+ </span>
879
1007
 
880
1008
 
881
1009
 
@@ -895,7 +1023,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
895
1023
  <span class="method-parameter is-pulled-right">
896
1024
  <label>类型:</label>
897
1025
 
898
- <span class="param-type">String</span>
1026
+ <span class="param-type">
1027
+
1028
+ String
1029
+
1030
+ </span>
899
1031
 
900
1032
 
901
1033
 
@@ -975,7 +1107,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
975
1107
  <span class="method-parameter is-pulled-right">
976
1108
  <label>类型:</label>
977
1109
 
978
- <span class="param-type">String</span>
1110
+ <span class="param-type">
1111
+
1112
+ String
1113
+
1114
+ </span>
979
1115
 
980
1116
 
981
1117
 
@@ -1055,7 +1191,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1055
1191
  <span class="method-parameter is-pulled-right">
1056
1192
  <label>类型:</label>
1057
1193
 
1058
- <span class="param-type">Object</span>
1194
+ <span class="param-type">
1195
+
1196
+ Object
1197
+
1198
+ </span>
1059
1199
 
1060
1200
 
1061
1201
 
@@ -1131,7 +1271,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1131
1271
  <span class="method-parameter is-pulled-right">
1132
1272
  <label>类型:</label>
1133
1273
 
1134
- <span class="param-type">Object</span>
1274
+ <span class="param-type">
1275
+
1276
+ Object
1277
+
1278
+ </span>
1135
1279
 
1136
1280
 
1137
1281
 
@@ -1207,7 +1351,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1207
1351
  <span class="method-parameter is-pulled-right">
1208
1352
  <label>类型:</label>
1209
1353
 
1210
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1354
+ <span class="param-type">
1355
+
1356
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1357
+
1358
+ </span>
1211
1359
 
1212
1360
 
1213
1361
 
@@ -1287,7 +1435,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1287
1435
  <span class="method-parameter is-pulled-right">
1288
1436
  <label>类型:</label>
1289
1437
 
1290
- <span class="param-type">String</span>
1438
+ <span class="param-type">
1439
+
1440
+ String
1441
+
1442
+ </span>
1291
1443
 
1292
1444
 
1293
1445
 
@@ -1363,7 +1515,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1363
1515
  <span class="method-parameter is-pulled-right">
1364
1516
  <label>类型:</label>
1365
1517
 
1366
- <span class="param-type">String</span>
1518
+ <span class="param-type">
1519
+
1520
+ String
1521
+
1522
+ </span>
1367
1523
 
1368
1524
 
1369
1525
 
@@ -1439,7 +1595,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1439
1595
  <span class="method-parameter is-pulled-right">
1440
1596
  <label>类型:</label>
1441
1597
 
1442
- <span class="param-type">String</span>
1598
+ <span class="param-type">
1599
+
1600
+ String
1601
+
1602
+ </span>
1443
1603
 
1444
1604
 
1445
1605
 
@@ -1519,7 +1679,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1519
1679
  <span class="method-parameter is-pulled-right">
1520
1680
  <label>类型:</label>
1521
1681
 
1522
- <span class="param-type">Number</span>
1682
+ <span class="param-type">
1683
+
1684
+ Number
1685
+
1686
+ </span>
1523
1687
 
1524
1688
 
1525
1689
 
@@ -1595,7 +1759,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1595
1759
  <span class="method-parameter is-pulled-right">
1596
1760
  <label>类型:</label>
1597
1761
 
1598
- <span class="param-type">Boolean</span>
1762
+ <span class="param-type">
1763
+
1764
+ Boolean
1765
+
1766
+ </span>
1599
1767
 
1600
1768
 
1601
1769
 
@@ -1680,7 +1848,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1680
1848
  <span class="method-parameter is-pulled-right">
1681
1849
  <label>类型:</label>
1682
1850
 
1683
- <span class="param-type">String</span>
1851
+ <span class="param-type">
1852
+
1853
+ String
1854
+
1855
+ </span>
1684
1856
 
1685
1857
 
1686
1858
 
@@ -1765,7 +1937,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1765
1937
  <span class="method-parameter is-pulled-right">
1766
1938
  <label>类型:</label>
1767
1939
 
1768
- <span class="param-type">String</span>
1940
+ <span class="param-type">
1941
+
1942
+ String
1943
+
1944
+ </span>
1769
1945
 
1770
1946
 
1771
1947
 
@@ -1836,7 +2012,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1836
2012
  <span class="method-parameter is-pulled-right">
1837
2013
  <label>类型:</label>
1838
2014
 
1839
- <span class="param-type">Number</span>
2015
+ <span class="param-type">
2016
+
2017
+ Number
2018
+
2019
+ </span>
1840
2020
 
1841
2021
 
1842
2022
 
@@ -1917,7 +2097,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1917
2097
  <span class="method-parameter is-pulled-right">
1918
2098
  <label>类型:</label>
1919
2099
 
1920
- <span class="param-type">Number</span>
2100
+ <span class="param-type">
2101
+
2102
+ Number
2103
+
2104
+ </span>
1921
2105
 
1922
2106
 
1923
2107
 
@@ -1998,7 +2182,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1998
2182
  <span class="method-parameter is-pulled-right">
1999
2183
  <label>类型:</label>
2000
2184
 
2001
- <span class="param-type">Number</span>
2185
+ <span class="param-type">
2186
+
2187
+ Number
2188
+
2189
+ </span>
2002
2190
 
2003
2191
 
2004
2192
 
@@ -2074,7 +2262,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2074
2262
  <span class="method-parameter is-pulled-right">
2075
2263
  <label>类型:</label>
2076
2264
 
2077
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2265
+ <span class="param-type">
2266
+
2267
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2268
+
2269
+ </span>
2078
2270
 
2079
2271
 
2080
2272
 
@@ -2150,7 +2342,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2150
2342
  <span class="method-parameter is-pulled-right">
2151
2343
  <label>类型:</label>
2152
2344
 
2153
- <span class="param-type">String</span>
2345
+ <span class="param-type">
2346
+
2347
+ String
2348
+
2349
+ </span>
2154
2350
 
2155
2351
 
2156
2352
 
@@ -2226,7 +2422,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2226
2422
  <span class="method-parameter is-pulled-right">
2227
2423
  <label>类型:</label>
2228
2424
 
2229
- <span class="param-type">String</span>
2425
+ <span class="param-type">
2426
+
2427
+ String
2428
+
2429
+ </span>
2230
2430
 
2231
2431
 
2232
2432
 
@@ -2307,7 +2507,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2307
2507
  <span class="method-parameter is-pulled-right">
2308
2508
  <label>类型:</label>
2309
2509
 
2310
- <span class="param-type">String</span>
2510
+ <span class="param-type">
2511
+
2512
+ String
2513
+
2514
+ </span>
2311
2515
 
2312
2516
 
2313
2517
 
@@ -2383,7 +2587,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2383
2587
  <span class="method-parameter is-pulled-right">
2384
2588
  <label>类型:</label>
2385
2589
 
2386
- <span class="param-type">String</span>
2590
+ <span class="param-type">
2591
+
2592
+ String
2593
+
2594
+ </span>
2387
2595
 
2388
2596
 
2389
2597
 
@@ -2463,7 +2671,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2463
2671
  <span class="method-parameter is-pulled-right">
2464
2672
  <label>类型:</label>
2465
2673
 
2466
- <span class="param-type">String</span>
2674
+ <span class="param-type">
2675
+
2676
+ String
2677
+
2678
+ </span>
2467
2679
 
2468
2680
 
2469
2681
 
@@ -2534,7 +2746,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2534
2746
  <span class="method-parameter is-pulled-right">
2535
2747
  <label>类型:</label>
2536
2748
 
2537
- <span class="param-type">Number</span>
2749
+ <span class="param-type">
2750
+
2751
+ Number
2752
+
2753
+ </span>
2538
2754
 
2539
2755
 
2540
2756
 
@@ -2631,14 +2847,18 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2631
2847
  <code>
2632
2848
 
2633
2849
 
2634
- <span class="param-type"><a link="ArcGISTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a></span>
2850
+ <span class="param-type">
2851
+
2852
+ <a link="ArcGISTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a>
2853
+
2854
+ </span>
2635
2855
 
2636
2856
 
2637
2857
 
2638
2858
 
2639
2859
  </code>
2640
2860
  </td>
2641
- <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISTileLayer对象<a id='fromJSON'></a></p></code></td>
2861
+ <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISTileLayer对象</code></td>
2642
2862
  </tr>
2643
2863
 
2644
2864
  <tr class="deep-level-0">
@@ -2647,7 +2867,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2647
2867
  <code>
2648
2868
 
2649
2869
 
2650
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2870
+ <span class="param-type">
2871
+
2872
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2873
+
2874
+ </span>
2651
2875
 
2652
2876
 
2653
2877
 
@@ -2663,7 +2887,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2663
2887
  <code>
2664
2888
 
2665
2889
 
2666
- <span class="param-type">*</span>
2890
+ <span class="param-type">
2891
+
2892
+ *
2893
+
2894
+ </span>
2667
2895
 
2668
2896
 
2669
2897
 
@@ -2679,7 +2907,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2679
2907
  <code>
2680
2908
 
2681
2909
 
2682
- <span class="param-type">String</span>
2910
+ <span class="param-type">
2911
+
2912
+ String
2913
+
2914
+ </span>
2683
2915
 
2684
2916
 
2685
2917
 
@@ -2695,7 +2927,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2695
2927
  <code>
2696
2928
 
2697
2929
 
2698
- <span class="param-type">Boolean</span>
2930
+ <span class="param-type">
2931
+
2932
+ Boolean
2933
+
2934
+ </span>
2699
2935
 
2700
2936
 
2701
2937
 
@@ -2721,7 +2957,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2721
2957
  <code>
2722
2958
 
2723
2959
 
2724
- <span class="param-type">Object</span>
2960
+ <span class="param-type">
2961
+
2962
+ Object
2963
+
2964
+ </span>
2725
2965
 
2726
2966
 
2727
2967
 
@@ -2793,13 +3033,17 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2793
3033
 
2794
3034
  <tr class="deep-level-0">
2795
3035
 
2796
- <td class="name" id="json"><code>json</code></td>
3036
+ <td class="name"><code>json</code></td>
2797
3037
 
2798
3038
 
2799
3039
  <td class="type">
2800
3040
 
2801
3041
 
2802
- <span class="param-type">Object</span>
3042
+ <span class="param-type">
3043
+
3044
+ Object
3045
+
3046
+ </span>
2803
3047
 
2804
3048
 
2805
3049
 
@@ -2888,7 +3132,11 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2888
3132
  <div class='column is-5 has-text-left'>
2889
3133
  <label>类型: </label>
2890
3134
 
2891
- <span class="param-type"><a link="ArcGISTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a></span>
3135
+ <span class="param-type">
3136
+
3137
+ <a link="ArcGISTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a>
3138
+
3139
+ </span>
2892
3140
 
2893
3141
 
2894
3142
 
@@ -3027,7 +3275,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3027
3275
  <div class='column is-5 has-text-left'>
3028
3276
  <label>类型: </label>
3029
3277
 
3030
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3278
+ <span class="param-type">
3279
+
3280
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3281
+
3282
+ </span>
3031
3283
 
3032
3284
 
3033
3285
 
@@ -3143,7 +3395,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3143
3395
  <div class='column is-5 has-text-left'>
3144
3396
  <label>类型: </label>
3145
3397
 
3146
- <span class="param-type">*</span>
3398
+ <span class="param-type">
3399
+
3400
+ *
3401
+
3402
+ </span>
3147
3403
 
3148
3404
 
3149
3405
 
@@ -3215,13 +3471,17 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3215
3471
 
3216
3472
  <tr class="deep-level-0">
3217
3473
 
3218
- <td class="name" id="level"><code>level</code></td>
3474
+ <td class="name"><code>level</code></td>
3219
3475
 
3220
3476
 
3221
3477
  <td class="type">
3222
3478
 
3223
3479
 
3224
- <span class="param-type">Number</span>
3480
+ <span class="param-type">
3481
+
3482
+ Number
3483
+
3484
+ </span>
3225
3485
 
3226
3486
 
3227
3487
 
@@ -3240,13 +3500,17 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3240
3500
 
3241
3501
  <tr class="deep-level-0">
3242
3502
 
3243
- <td class="name" id="row"><code>row</code></td>
3503
+ <td class="name"><code>row</code></td>
3244
3504
 
3245
3505
 
3246
3506
  <td class="type">
3247
3507
 
3248
3508
 
3249
- <span class="param-type">Number</span>
3509
+ <span class="param-type">
3510
+
3511
+ Number
3512
+
3513
+ </span>
3250
3514
 
3251
3515
 
3252
3516
 
@@ -3265,13 +3529,17 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3265
3529
 
3266
3530
  <tr class="deep-level-0">
3267
3531
 
3268
- <td class="name" id="col"><code>col</code></td>
3532
+ <td class="name"><code>col</code></td>
3269
3533
 
3270
3534
 
3271
3535
  <td class="type">
3272
3536
 
3273
3537
 
3274
- <span class="param-type">Number</span>
3538
+ <span class="param-type">
3539
+
3540
+ Number
3541
+
3542
+ </span>
3275
3543
 
3276
3544
 
3277
3545
 
@@ -3360,7 +3628,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3360
3628
  <div class='column is-5 has-text-left'>
3361
3629
  <label>类型: </label>
3362
3630
 
3363
- <span class="param-type">String</span>
3631
+ <span class="param-type">
3632
+
3633
+ String
3634
+
3635
+ </span>
3364
3636
 
3365
3637
 
3366
3638
 
@@ -3491,7 +3763,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3491
3763
  <div class='column is-5 has-text-left'>
3492
3764
  <label>类型: </label>
3493
3765
 
3494
- <span class="param-type">Boolean</span>
3766
+ <span class="param-type">
3767
+
3768
+ Boolean
3769
+
3770
+ </span>
3495
3771
 
3496
3772
 
3497
3773
 
@@ -3709,7 +3985,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3709
3985
  <div class='column is-5 has-text-left'>
3710
3986
  <label>类型: </label>
3711
3987
 
3712
- <span class="param-type">Object</span>
3988
+ <span class="param-type">
3989
+
3990
+ Object
3991
+
3992
+ </span>
3713
3993
 
3714
3994
 
3715
3995
 
@@ -3749,37 +4029,37 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3749
4029
  <tbody>
3750
4030
 
3751
4031
  <tr class="deep-level-0">
3752
- <td class="name"><code><a href="ArcGISTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4032
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3753
4033
  <td class="name"><code>图层刷新完毕事件</code></td>
3754
4034
  </tr>
3755
4035
 
3756
4036
  <tr class="deep-level-0">
3757
- <td class="name"><code><a href="ArcGISTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4037
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3758
4038
  <td class="name"><code>图层加载完毕事件</code></td>
3759
4039
  </tr>
3760
4040
 
3761
4041
  <tr class="deep-level-0">
3762
- <td class="name"><code><a href="ArcGISTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4042
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3763
4043
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3764
4044
  </tr>
3765
4045
 
3766
4046
  <tr class="deep-level-0">
3767
- <td class="name"><code><a href="ArcGISTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4047
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3768
4048
  <td class="name"><code>图层更新完毕事件</code></td>
3769
4049
  </tr>
3770
4050
 
3771
4051
  <tr class="deep-level-0">
3772
- <td class="name"><code><a href="ArcGISTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4052
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3773
4053
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3774
4054
  </tr>
3775
4055
 
3776
4056
  <tr class="deep-level-0">
3777
- <td class="name"><code><a href="ArcGISTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4057
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3778
4058
  <td class="name"><code>图层销毁完毕事件</code></td>
3779
4059
  </tr>
3780
4060
 
3781
4061
  <tr class="deep-level-0">
3782
- <td class="name"><code><a href="ArcGISTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4062
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3783
4063
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3784
4064
  </tr>
3785
4065
 
@@ -3859,7 +4139,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3859
4139
  <td class="type">
3860
4140
 
3861
4141
 
3862
- <span class="param-type">Object</span>
4142
+ <span class="param-type">
4143
+
4144
+ Object
4145
+
4146
+ </span>
3863
4147
 
3864
4148
 
3865
4149
 
@@ -3893,7 +4177,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3893
4177
  <td class="type">
3894
4178
 
3895
4179
 
3896
- <span class="param-type">String</span>
4180
+ <span class="param-type">
4181
+
4182
+ String
4183
+
4184
+ </span>
3897
4185
 
3898
4186
 
3899
4187
 
@@ -3931,7 +4219,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3931
4219
  <td class="type">
3932
4220
 
3933
4221
 
3934
- <span class="param-type">String</span>
4222
+ <span class="param-type">
4223
+
4224
+ String
4225
+
4226
+ </span>
3935
4227
 
3936
4228
 
3937
4229
 
@@ -3969,7 +4261,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3969
4261
  <td class="type">
3970
4262
 
3971
4263
 
3972
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4264
+ <span class="param-type">
4265
+
4266
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4267
+
4268
+ </span>
3973
4269
 
3974
4270
 
3975
4271
 
@@ -4007,7 +4303,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4007
4303
  <td class="type">
4008
4304
 
4009
4305
 
4010
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4306
+ <span class="param-type">
4307
+
4308
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4309
+
4310
+ </span>
4011
4311
 
4012
4312
 
4013
4313
 
@@ -4045,7 +4345,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4045
4345
  <td class="type">
4046
4346
 
4047
4347
 
4048
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4348
+ <span class="param-type">
4349
+
4350
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4351
+
4352
+ </span>
4049
4353
 
4050
4354
 
4051
4355
 
@@ -4083,7 +4387,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4083
4387
  <td class="type">
4084
4388
 
4085
4389
 
4086
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4390
+ <span class="param-type">
4391
+
4392
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4393
+
4394
+ </span>
4087
4395
 
4088
4396
 
4089
4397
 
@@ -4121,7 +4429,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4121
4429
  <td class="type">
4122
4430
 
4123
4431
 
4124
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4432
+ <span class="param-type">
4433
+
4434
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4435
+
4436
+ </span>
4125
4437
 
4126
4438
 
4127
4439
 
@@ -4313,7 +4625,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4313
4625
  <td class="type">
4314
4626
 
4315
4627
 
4316
- <span class="param-type">Object</span>
4628
+ <span class="param-type">
4629
+
4630
+ Object
4631
+
4632
+ </span>
4317
4633
 
4318
4634
 
4319
4635
 
@@ -4347,7 +4663,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4347
4663
  <td class="type">
4348
4664
 
4349
4665
 
4350
- <span class="param-type">String</span>
4666
+ <span class="param-type">
4667
+
4668
+ String
4669
+
4670
+ </span>
4351
4671
 
4352
4672
 
4353
4673
 
@@ -4385,7 +4705,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4385
4705
  <td class="type">
4386
4706
 
4387
4707
 
4388
- <span class="param-type">String</span>
4708
+ <span class="param-type">
4709
+
4710
+ String
4711
+
4712
+ </span>
4389
4713
 
4390
4714
 
4391
4715
 
@@ -4423,7 +4747,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4423
4747
  <td class="type">
4424
4748
 
4425
4749
 
4426
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4750
+ <span class="param-type">
4751
+
4752
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4753
+
4754
+ </span>
4427
4755
 
4428
4756
 
4429
4757
 
@@ -4461,7 +4789,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4461
4789
  <td class="type">
4462
4790
 
4463
4791
 
4464
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4792
+ <span class="param-type">
4793
+
4794
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4795
+
4796
+ </span>
4465
4797
 
4466
4798
 
4467
4799
 
@@ -4499,7 +4831,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4499
4831
  <td class="type">
4500
4832
 
4501
4833
 
4502
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4834
+ <span class="param-type">
4835
+
4836
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4837
+
4838
+ </span>
4503
4839
 
4504
4840
 
4505
4841
 
@@ -4537,7 +4873,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4537
4873
  <td class="type">
4538
4874
 
4539
4875
 
4540
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4876
+ <span class="param-type">
4877
+
4878
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4879
+
4880
+ </span>
4541
4881
 
4542
4882
 
4543
4883
 
@@ -4575,7 +4915,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4575
4915
  <td class="type">
4576
4916
 
4577
4917
 
4578
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4918
+ <span class="param-type">
4919
+
4920
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4921
+
4922
+ </span>
4579
4923
 
4580
4924
 
4581
4925
 
@@ -4757,7 +5101,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4757
5101
  <td class="type">
4758
5102
 
4759
5103
 
4760
- <span class="param-type">Object</span>
5104
+ <span class="param-type">
5105
+
5106
+ Object
5107
+
5108
+ </span>
4761
5109
 
4762
5110
 
4763
5111
 
@@ -4791,7 +5139,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4791
5139
  <td class="type">
4792
5140
 
4793
5141
 
4794
- <span class="param-type">String</span>
5142
+ <span class="param-type">
5143
+
5144
+ String
5145
+
5146
+ </span>
4795
5147
 
4796
5148
 
4797
5149
 
@@ -4829,7 +5181,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4829
5181
  <td class="type">
4830
5182
 
4831
5183
 
4832
- <span class="param-type">String</span>
5184
+ <span class="param-type">
5185
+
5186
+ String
5187
+
5188
+ </span>
4833
5189
 
4834
5190
 
4835
5191
 
@@ -4867,7 +5223,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4867
5223
  <td class="type">
4868
5224
 
4869
5225
 
4870
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5226
+ <span class="param-type">
5227
+
5228
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5229
+
5230
+ </span>
4871
5231
 
4872
5232
 
4873
5233
 
@@ -4905,7 +5265,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4905
5265
  <td class="type">
4906
5266
 
4907
5267
 
4908
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5268
+ <span class="param-type">
5269
+
5270
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5271
+
5272
+ </span>
4909
5273
 
4910
5274
 
4911
5275
 
@@ -4943,7 +5307,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4943
5307
  <td class="type">
4944
5308
 
4945
5309
 
4946
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5310
+ <span class="param-type">
5311
+
5312
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5313
+
5314
+ </span>
4947
5315
 
4948
5316
 
4949
5317
 
@@ -4981,7 +5349,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4981
5349
  <td class="type">
4982
5350
 
4983
5351
 
4984
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5352
+ <span class="param-type">
5353
+
5354
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5355
+
5356
+ </span>
4985
5357
 
4986
5358
 
4987
5359
 
@@ -5019,7 +5391,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5019
5391
  <td class="type">
5020
5392
 
5021
5393
 
5022
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5394
+ <span class="param-type">
5395
+
5396
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5397
+
5398
+ </span>
5023
5399
 
5024
5400
 
5025
5401
 
@@ -5211,7 +5587,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5211
5587
  <td class="type">
5212
5588
 
5213
5589
 
5214
- <span class="param-type">Object</span>
5590
+ <span class="param-type">
5591
+
5592
+ Object
5593
+
5594
+ </span>
5215
5595
 
5216
5596
 
5217
5597
 
@@ -5245,7 +5625,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5245
5625
  <td class="type">
5246
5626
 
5247
5627
 
5248
- <span class="param-type">String</span>
5628
+ <span class="param-type">
5629
+
5630
+ String
5631
+
5632
+ </span>
5249
5633
 
5250
5634
 
5251
5635
 
@@ -5283,7 +5667,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5283
5667
  <td class="type">
5284
5668
 
5285
5669
 
5286
- <span class="param-type">String</span>
5670
+ <span class="param-type">
5671
+
5672
+ String
5673
+
5674
+ </span>
5287
5675
 
5288
5676
 
5289
5677
 
@@ -5321,7 +5709,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5321
5709
  <td class="type">
5322
5710
 
5323
5711
 
5324
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5712
+ <span class="param-type">
5713
+
5714
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5715
+
5716
+ </span>
5325
5717
 
5326
5718
 
5327
5719
 
@@ -5359,7 +5751,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5359
5751
  <td class="type">
5360
5752
 
5361
5753
 
5362
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5754
+ <span class="param-type">
5755
+
5756
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5757
+
5758
+ </span>
5363
5759
 
5364
5760
 
5365
5761
 
@@ -5397,7 +5793,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5397
5793
  <td class="type">
5398
5794
 
5399
5795
 
5400
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5796
+ <span class="param-type">
5797
+
5798
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5799
+
5800
+ </span>
5401
5801
 
5402
5802
 
5403
5803
 
@@ -5435,7 +5835,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5435
5835
  <td class="type">
5436
5836
 
5437
5837
 
5438
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5838
+ <span class="param-type">
5839
+
5840
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5841
+
5842
+ </span>
5439
5843
 
5440
5844
 
5441
5845
 
@@ -5473,7 +5877,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5473
5877
  <td class="type">
5474
5878
 
5475
5879
 
5476
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5880
+ <span class="param-type">
5881
+
5882
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5883
+
5884
+ </span>
5477
5885
 
5478
5886
 
5479
5887
 
@@ -5655,7 +6063,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5655
6063
  <td class="type">
5656
6064
 
5657
6065
 
5658
- <span class="param-type">Object</span>
6066
+ <span class="param-type">
6067
+
6068
+ Object
6069
+
6070
+ </span>
5659
6071
 
5660
6072
 
5661
6073
 
@@ -5689,7 +6101,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5689
6101
  <td class="type">
5690
6102
 
5691
6103
 
5692
- <span class="param-type">String</span>
6104
+ <span class="param-type">
6105
+
6106
+ String
6107
+
6108
+ </span>
5693
6109
 
5694
6110
 
5695
6111
 
@@ -5727,7 +6143,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5727
6143
  <td class="type">
5728
6144
 
5729
6145
 
5730
- <span class="param-type">String</span>
6146
+ <span class="param-type">
6147
+
6148
+ String
6149
+
6150
+ </span>
5731
6151
 
5732
6152
 
5733
6153
 
@@ -5765,7 +6185,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5765
6185
  <td class="type">
5766
6186
 
5767
6187
 
5768
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6188
+ <span class="param-type">
6189
+
6190
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6191
+
6192
+ </span>
5769
6193
 
5770
6194
 
5771
6195
 
@@ -5803,7 +6227,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5803
6227
  <td class="type">
5804
6228
 
5805
6229
 
5806
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6230
+ <span class="param-type">
6231
+
6232
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6233
+
6234
+ </span>
5807
6235
 
5808
6236
 
5809
6237
 
@@ -5841,7 +6269,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5841
6269
  <td class="type">
5842
6270
 
5843
6271
 
5844
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6272
+ <span class="param-type">
6273
+
6274
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6275
+
6276
+ </span>
5845
6277
 
5846
6278
 
5847
6279
 
@@ -5879,7 +6311,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5879
6311
  <td class="type">
5880
6312
 
5881
6313
 
5882
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6314
+ <span class="param-type">
6315
+
6316
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6317
+
6318
+ </span>
5883
6319
 
5884
6320
 
5885
6321
 
@@ -5917,7 +6353,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5917
6353
  <td class="type">
5918
6354
 
5919
6355
 
5920
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6356
+ <span class="param-type">
6357
+
6358
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6359
+
6360
+ </span>
5921
6361
 
5922
6362
 
5923
6363
 
@@ -6109,7 +6549,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6109
6549
  <td class="type">
6110
6550
 
6111
6551
 
6112
- <span class="param-type">Object</span>
6552
+ <span class="param-type">
6553
+
6554
+ Object
6555
+
6556
+ </span>
6113
6557
 
6114
6558
 
6115
6559
 
@@ -6143,7 +6587,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6143
6587
  <td class="type">
6144
6588
 
6145
6589
 
6146
- <span class="param-type">String</span>
6590
+ <span class="param-type">
6591
+
6592
+ String
6593
+
6594
+ </span>
6147
6595
 
6148
6596
 
6149
6597
 
@@ -6181,7 +6629,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6181
6629
  <td class="type">
6182
6630
 
6183
6631
 
6184
- <span class="param-type">String</span>
6632
+ <span class="param-type">
6633
+
6634
+ String
6635
+
6636
+ </span>
6185
6637
 
6186
6638
 
6187
6639
 
@@ -6219,7 +6671,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6219
6671
  <td class="type">
6220
6672
 
6221
6673
 
6222
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6674
+ <span class="param-type">
6675
+
6676
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6677
+
6678
+ </span>
6223
6679
 
6224
6680
 
6225
6681
 
@@ -6257,7 +6713,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6257
6713
  <td class="type">
6258
6714
 
6259
6715
 
6260
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6716
+ <span class="param-type">
6717
+
6718
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6719
+
6720
+ </span>
6261
6721
 
6262
6722
 
6263
6723
 
@@ -6295,7 +6755,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6295
6755
  <td class="type">
6296
6756
 
6297
6757
 
6298
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6758
+ <span class="param-type">
6759
+
6760
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6761
+
6762
+ </span>
6299
6763
 
6300
6764
 
6301
6765
 
@@ -6333,7 +6797,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6333
6797
  <td class="type">
6334
6798
 
6335
6799
 
6336
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6800
+ <span class="param-type">
6801
+
6802
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6803
+
6804
+ </span>
6337
6805
 
6338
6806
 
6339
6807
 
@@ -6371,7 +6839,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6371
6839
  <td class="type">
6372
6840
 
6373
6841
 
6374
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6842
+ <span class="param-type">
6843
+
6844
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6845
+
6846
+ </span>
6375
6847
 
6376
6848
 
6377
6849
 
@@ -6553,7 +7025,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6553
7025
  <td class="type">
6554
7026
 
6555
7027
 
6556
- <span class="param-type">Object</span>
7028
+ <span class="param-type">
7029
+
7030
+ Object
7031
+
7032
+ </span>
6557
7033
 
6558
7034
 
6559
7035
 
@@ -6587,7 +7063,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6587
7063
  <td class="type">
6588
7064
 
6589
7065
 
6590
- <span class="param-type">String</span>
7066
+ <span class="param-type">
7067
+
7068
+ String
7069
+
7070
+ </span>
6591
7071
 
6592
7072
 
6593
7073
 
@@ -6625,7 +7105,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6625
7105
  <td class="type">
6626
7106
 
6627
7107
 
6628
- <span class="param-type">String</span>
7108
+ <span class="param-type">
7109
+
7110
+ String
7111
+
7112
+ </span>
6629
7113
 
6630
7114
 
6631
7115
 
@@ -6663,7 +7147,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6663
7147
  <td class="type">
6664
7148
 
6665
7149
 
6666
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7150
+ <span class="param-type">
7151
+
7152
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7153
+
7154
+ </span>
6667
7155
 
6668
7156
 
6669
7157
 
@@ -6701,7 +7189,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6701
7189
  <td class="type">
6702
7190
 
6703
7191
 
6704
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7192
+ <span class="param-type">
7193
+
7194
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7195
+
7196
+ </span>
6705
7197
 
6706
7198
 
6707
7199
 
@@ -6739,7 +7231,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6739
7231
  <td class="type">
6740
7232
 
6741
7233
 
6742
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7234
+ <span class="param-type">
7235
+
7236
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7237
+
7238
+ </span>
6743
7239
 
6744
7240
 
6745
7241
 
@@ -6777,7 +7273,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6777
7273
  <td class="type">
6778
7274
 
6779
7275
 
6780
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7276
+ <span class="param-type">
7277
+
7278
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7279
+
7280
+ </span>
6781
7281
 
6782
7282
 
6783
7283
 
@@ -6815,7 +7315,11 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6815
7315
  <td class="type">
6816
7316
 
6817
7317
 
6818
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7318
+ <span class="param-type">
7319
+
7320
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7321
+
7322
+ </span>
6819
7323
 
6820
7324
 
6821
7325