@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -87,13 +87,18 @@ 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>
101
+
97
102
 
98
103
 
99
104
 
@@ -113,13 +118,18 @@ if(layer.loadStatus === 'loaded') {<br/>
113
118
 
114
119
  <tr class="deep-level-1">
115
120
 
116
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
117
122
 
118
123
 
119
124
  <td class="type">
120
125
 
121
126
 
122
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
132
+
123
133
 
124
134
 
125
135
 
@@ -141,13 +151,18 @@ if(layer.loadStatus === 'loaded') {<br/>
141
151
 
142
152
  <tr class="deep-level-1">
143
153
 
144
- <td class="name" id="id"><code>id</code></td>
154
+ <td class="name"><code>id</code></td>
145
155
 
146
156
 
147
157
  <td class="type">
148
158
 
149
159
 
150
- <span class="param-type">String</span>
160
+ <span class="param-type">
161
+
162
+ String
163
+
164
+ </span>
165
+
151
166
 
152
167
 
153
168
 
@@ -167,13 +182,18 @@ if(layer.loadStatus === 'loaded') {<br/>
167
182
 
168
183
  <tr class="deep-level-1">
169
184
 
170
- <td class="name" id="opacity"><code>opacity</code></td>
185
+ <td class="name"><code>opacity</code></td>
171
186
 
172
187
 
173
188
  <td class="type">
174
189
 
175
190
 
176
- <span class="param-type">Number</span>
191
+ <span class="param-type">
192
+
193
+ Number
194
+
195
+ </span>
196
+
177
197
 
178
198
 
179
199
 
@@ -195,13 +215,18 @@ if(layer.loadStatus === 'loaded') {<br/>
195
215
 
196
216
  <tr class="deep-level-1">
197
217
 
198
- <td class="name" id="visible"><code>visible</code></td>
218
+ <td class="name"><code>visible</code></td>
199
219
 
200
220
 
201
221
  <td class="type">
202
222
 
203
223
 
204
- <span class="param-type">Boolean</span>
224
+ <span class="param-type">
225
+
226
+ Boolean
227
+
228
+ </span>
229
+
205
230
 
206
231
 
207
232
 
@@ -223,13 +248,18 @@ if(layer.loadStatus === 'loaded') {<br/>
223
248
 
224
249
  <tr class="deep-level-1">
225
250
 
226
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
251
+ <td class="name"><code>spatialReference</code></td>
227
252
 
228
253
 
229
254
  <td class="type">
230
255
 
231
256
 
232
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
257
+ <span class="param-type">
258
+
259
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
260
+
261
+ </span>
262
+
233
263
 
234
264
 
235
265
 
@@ -249,13 +279,18 @@ if(layer.loadStatus === 'loaded') {<br/>
249
279
 
250
280
  <tr class="deep-level-1">
251
281
 
252
- <td class="name" id="minScale"><code>minScale</code></td>
282
+ <td class="name"><code>minScale</code></td>
253
283
 
254
284
 
255
285
  <td class="type">
256
286
 
257
287
 
258
- <span class="param-type">Number</span>
288
+ <span class="param-type">
289
+
290
+ Number
291
+
292
+ </span>
293
+
259
294
 
260
295
 
261
296
 
@@ -277,13 +312,18 @@ if(layer.loadStatus === 'loaded') {<br/>
277
312
 
278
313
  <tr class="deep-level-1">
279
314
 
280
- <td class="name" id="maxScale"><code>maxScale</code></td>
315
+ <td class="name"><code>maxScale</code></td>
281
316
 
282
317
 
283
318
  <td class="type">
284
319
 
285
320
 
286
- <span class="param-type">Number</span>
321
+ <span class="param-type">
322
+
323
+ Number
324
+
325
+ </span>
326
+
287
327
 
288
328
 
289
329
 
@@ -305,13 +345,18 @@ if(layer.loadStatus === 'loaded') {<br/>
305
345
 
306
346
  <tr class="deep-level-1">
307
347
 
308
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
348
+ <td class="name"><code>tokenKey</code></td>
309
349
 
310
350
 
311
351
  <td class="type">
312
352
 
313
353
 
314
- <span class="param-type">String</span>
354
+ <span class="param-type">
355
+
356
+ String
357
+
358
+ </span>
359
+
315
360
 
316
361
 
317
362
 
@@ -333,13 +378,18 @@ if(layer.loadStatus === 'loaded') {<br/>
333
378
 
334
379
  <tr class="deep-level-1">
335
380
 
336
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
381
+ <td class="name"><code>tokenValue</code></td>
337
382
 
338
383
 
339
384
  <td class="type">
340
385
 
341
386
 
342
- <span class="param-type">String</span>
387
+ <span class="param-type">
388
+
389
+ String
390
+
391
+ </span>
392
+
343
393
 
344
394
 
345
395
 
@@ -411,11 +461,11 @@ if(layer.loadStatus === 'loaded') {<br/>
411
461
  <div class="column is-2"><label>绑定事件</label></div>
412
462
  <div class="column is-10">
413
463
  <ul>
414
- <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>
415
465
 
416
- <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>
417
467
 
418
- <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>
419
469
  </ul>
420
470
  </div>
421
471
  </div>
@@ -535,7 +585,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
535
585
 
536
586
 
537
587
  <ul>
538
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
588
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
539
589
  </ul>
540
590
 
541
591
 
@@ -567,11 +617,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
567
617
  <tbody>
568
618
 
569
619
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="ArcGISTileLayer.html#copyright">copyright</a></code></td>
620
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
571
621
  <td class="name">
572
622
  <code>
573
623
 
574
- <span class="param-type">String</span>
624
+ <span class="param-type">
625
+
626
+ String
627
+
628
+ </span>
629
+
575
630
 
576
631
 
577
632
  </code>
@@ -580,11 +635,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
580
635
  </tr>
581
636
 
582
637
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="ArcGISTileLayer.html#description">description</a></code></td>
638
+ <td class="name"><code><a href="#description">description</a></code></td>
584
639
  <td class="name">
585
640
  <code>
586
641
 
587
- <span class="param-type">String</span>
642
+ <span class="param-type">
643
+
644
+ String
645
+
646
+ </span>
647
+
588
648
 
589
649
 
590
650
  </code>
@@ -593,11 +653,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
593
653
  </tr>
594
654
 
595
655
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="ArcGISTileLayer.html#extendOptions">extendOptions</a></code></td>
656
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
597
657
  <td class="name">
598
658
  <code>
599
659
 
600
- <span class="param-type">Object</span>
660
+ <span class="param-type">
661
+
662
+ Object
663
+
664
+ </span>
665
+
601
666
 
602
667
 
603
668
  </code>
@@ -606,11 +671,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
606
671
  </tr>
607
672
 
608
673
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="ArcGISTileLayer.html#extendProps">extendProps</a></code></td>
674
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
610
675
  <td class="name">
611
676
  <code>
612
677
 
613
- <span class="param-type">Object</span>
678
+ <span class="param-type">
679
+
680
+ Object
681
+
682
+ </span>
683
+
614
684
 
615
685
 
616
686
  </code>
@@ -619,11 +689,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
619
689
  </tr>
620
690
 
621
691
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="ArcGISTileLayer.html#extent">extent</a></code></td>
692
+ <td class="name"><code><a href="#extent">extent</a></code></td>
623
693
  <td class="name">
624
694
  <code>
625
695
 
626
- <span class="param-type"><a 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>
701
+
627
702
 
628
703
 
629
704
  </code>
@@ -632,11 +707,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
632
707
  </tr>
633
708
 
634
709
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="ArcGISTileLayer.html#headers">headers</a></code></td>
710
+ <td class="name"><code><a href="#headers">headers</a></code></td>
636
711
  <td class="name">
637
712
  <code>
638
713
 
639
- <span class="param-type">String</span>
714
+ <span class="param-type">
715
+
716
+ String
717
+
718
+ </span>
719
+
640
720
 
641
721
 
642
722
  </code>
@@ -645,11 +725,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
645
725
  </tr>
646
726
 
647
727
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="ArcGISTileLayer.html#httpMethod">httpMethod</a></code></td>
728
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
649
729
  <td class="name">
650
730
  <code>
651
731
 
652
- <span class="param-type">String</span>
732
+ <span class="param-type">
733
+
734
+ String
735
+
736
+ </span>
737
+
653
738
 
654
739
 
655
740
  </code>
@@ -658,11 +743,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
658
743
  </tr>
659
744
 
660
745
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="ArcGISTileLayer.html#id">id</a></code></td>
746
+ <td class="name"><code><a href="#id">id</a></code></td>
662
747
  <td class="name">
663
748
  <code>
664
749
 
665
- <span class="param-type">String</span>
750
+ <span class="param-type">
751
+
752
+ String
753
+
754
+ </span>
755
+
666
756
 
667
757
 
668
758
  </code>
@@ -671,11 +761,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
671
761
  </tr>
672
762
 
673
763
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="ArcGISTileLayer.html#index">index</a></code></td>
764
+ <td class="name"><code><a href="#index">index</a></code></td>
675
765
  <td class="name">
676
766
  <code>
677
767
 
678
- <span class="param-type">Number</span>
768
+ <span class="param-type">
769
+
770
+ Number
771
+
772
+ </span>
773
+
679
774
 
680
775
 
681
776
  </code>
@@ -684,11 +779,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
684
779
  </tr>
685
780
 
686
781
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="ArcGISTileLayer.html#loaded">loaded</a></code></td>
782
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
688
783
  <td class="name">
689
784
  <code>
690
785
 
691
- <span class="param-type">Boolean</span>
786
+ <span class="param-type">
787
+
788
+ Boolean
789
+
790
+ </span>
791
+
692
792
 
693
793
 
694
794
  </code>
@@ -697,11 +797,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
697
797
  </tr>
698
798
 
699
799
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="ArcGISTileLayer.html#loadStatus">loadStatus</a></code></td>
800
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
701
801
  <td class="name">
702
802
  <code>
703
803
 
704
- <span class="param-type">String</span>
804
+ <span class="param-type">
805
+
806
+ String
807
+
808
+ </span>
809
+
705
810
 
706
811
 
707
812
  </code>
@@ -710,11 +815,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
710
815
  </tr>
711
816
 
712
817
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="ArcGISTileLayer.html#mapName">mapName</a></code></td>
818
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
714
819
  <td class="name">
715
820
  <code>
716
821
 
717
- <span class="param-type">String</span>
822
+ <span class="param-type">
823
+
824
+ String
825
+
826
+ </span>
827
+
718
828
 
719
829
 
720
830
  </code>
@@ -723,11 +833,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
723
833
  </tr>
724
834
 
725
835
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="ArcGISTileLayer.html#maxScale">maxScale</a></code></td>
836
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
727
837
  <td class="name">
728
838
  <code>
729
839
 
730
- <span class="param-type">Number</span>
840
+ <span class="param-type">
841
+
842
+ Number
843
+
844
+ </span>
845
+
731
846
 
732
847
 
733
848
  </code>
@@ -736,11 +851,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
736
851
  </tr>
737
852
 
738
853
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="ArcGISTileLayer.html#minScale">minScale</a></code></td>
854
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
740
855
  <td class="name">
741
856
  <code>
742
857
 
743
- <span class="param-type">Number</span>
858
+ <span class="param-type">
859
+
860
+ Number
861
+
862
+ </span>
863
+
744
864
 
745
865
 
746
866
  </code>
@@ -749,11 +869,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
749
869
  </tr>
750
870
 
751
871
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="ArcGISTileLayer.html#opacity">opacity</a></code></td>
872
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
753
873
  <td class="name">
754
874
  <code>
755
875
 
756
- <span class="param-type">Number</span>
876
+ <span class="param-type">
877
+
878
+ Number
879
+
880
+ </span>
881
+
757
882
 
758
883
 
759
884
  </code>
@@ -762,11 +887,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
762
887
  </tr>
763
888
 
764
889
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="ArcGISTileLayer.html#spatialReference">spatialReference</a></code></td>
890
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
766
891
  <td class="name">
767
892
  <code>
768
893
 
769
- <span class="param-type"><a 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>
899
+
770
900
 
771
901
 
772
902
  </code>
@@ -775,11 +905,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
775
905
  </tr>
776
906
 
777
907
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="ArcGISTileLayer.html#title">title</a></code></td>
908
+ <td class="name"><code><a href="#title">title</a></code></td>
779
909
  <td class="name">
780
910
  <code>
781
911
 
782
- <span class="param-type">String</span>
912
+ <span class="param-type">
913
+
914
+ String
915
+
916
+ </span>
917
+
783
918
 
784
919
 
785
920
  </code>
@@ -788,11 +923,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
788
923
  </tr>
789
924
 
790
925
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="ArcGISTileLayer.html#tokenKey">tokenKey</a></code></td>
926
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
792
927
  <td class="name">
793
928
  <code>
794
929
 
795
- <span class="param-type">String</span>
930
+ <span class="param-type">
931
+
932
+ String
933
+
934
+ </span>
935
+
796
936
 
797
937
 
798
938
  </code>
@@ -801,11 +941,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
801
941
  </tr>
802
942
 
803
943
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="ArcGISTileLayer.html#tokenValue">tokenValue</a></code></td>
944
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
805
945
  <td class="name">
806
946
  <code>
807
947
 
808
- <span class="param-type">String</span>
948
+ <span class="param-type">
949
+
950
+ String
951
+
952
+ </span>
953
+
809
954
 
810
955
 
811
956
  </code>
@@ -814,11 +959,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
814
959
  </tr>
815
960
 
816
961
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="ArcGISTileLayer.html#type">type</a></code></td>
962
+ <td class="name"><code><a href="#type">type</a></code></td>
818
963
  <td class="name">
819
964
  <code>
820
965
 
821
- <span class="param-type">String</span>
966
+ <span class="param-type">
967
+
968
+ String
969
+
970
+ </span>
971
+
822
972
 
823
973
 
824
974
  </code>
@@ -827,11 +977,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
827
977
  </tr>
828
978
 
829
979
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="ArcGISTileLayer.html#url">url</a></code></td>
980
+ <td class="name"><code><a href="#url">url</a></code></td>
831
981
  <td class="name">
832
982
  <code>
833
983
 
834
- <span class="param-type">String</span>
984
+ <span class="param-type">
985
+
986
+ String
987
+
988
+ </span>
989
+
835
990
 
836
991
 
837
992
  </code>
@@ -840,11 +995,16 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
840
995
  </tr>
841
996
 
842
997
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="ArcGISTileLayer.html#visible">visible</a></code></td>
998
+ <td class="name"><code><a href="#visible">visible</a></code></td>
844
999
  <td class="name">
845
1000
  <code>
846
1001
 
847
- <span class="param-type">Number</span>
1002
+ <span class="param-type">
1003
+
1004
+ Number
1005
+
1006
+ </span>
1007
+
848
1008
 
849
1009
 
850
1010
  </code>
@@ -863,7 +1023,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
863
1023
  <span class="method-parameter is-pulled-right">
864
1024
  <label>类型:</label>
865
1025
 
866
- <span class="param-type">String</span>
1026
+ <span class="param-type">
1027
+
1028
+ String
1029
+
1030
+ </span>
1031
+
867
1032
 
868
1033
 
869
1034
  </span>
@@ -901,7 +1066,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
901
1066
 
902
1067
  <dt class="inherited-from">Inherited From:</dt>
903
1068
  <dd class="inherited-from"><ul class="dummy"><li>
904
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1069
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
905
1070
  </li></ul></dd>
906
1071
 
907
1072
 
@@ -942,7 +1107,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
942
1107
  <span class="method-parameter is-pulled-right">
943
1108
  <label>类型:</label>
944
1109
 
945
- <span class="param-type">String</span>
1110
+ <span class="param-type">
1111
+
1112
+ String
1113
+
1114
+ </span>
1115
+
946
1116
 
947
1117
 
948
1118
  </span>
@@ -1021,7 +1191,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1021
1191
  <span class="method-parameter is-pulled-right">
1022
1192
  <label>类型:</label>
1023
1193
 
1024
- <span class="param-type">Object</span>
1194
+ <span class="param-type">
1195
+
1196
+ Object
1197
+
1198
+ </span>
1199
+
1025
1200
 
1026
1201
 
1027
1202
  </span>
@@ -1055,7 +1230,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1055
1230
 
1056
1231
  <dt class="inherited-from">Inherited From:</dt>
1057
1232
  <dd class="inherited-from"><ul class="dummy"><li>
1058
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1233
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1059
1234
  </li></ul></dd>
1060
1235
 
1061
1236
 
@@ -1096,7 +1271,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1096
1271
  <span class="method-parameter is-pulled-right">
1097
1272
  <label>类型:</label>
1098
1273
 
1099
- <span class="param-type">Object</span>
1274
+ <span class="param-type">
1275
+
1276
+ Object
1277
+
1278
+ </span>
1279
+
1100
1280
 
1101
1281
 
1102
1282
  </span>
@@ -1130,7 +1310,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1130
1310
 
1131
1311
  <dt class="inherited-from">Inherited From:</dt>
1132
1312
  <dd class="inherited-from"><ul class="dummy"><li>
1133
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1313
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1134
1314
  </li></ul></dd>
1135
1315
 
1136
1316
 
@@ -1171,7 +1351,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1171
1351
  <span class="method-parameter is-pulled-right">
1172
1352
  <label>类型:</label>
1173
1353
 
1174
- <span class="param-type"><a 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>
1359
+
1175
1360
 
1176
1361
 
1177
1362
  </span>
@@ -1207,8 +1392,10 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1207
1392
 
1208
1393
 
1209
1394
 
1210
- <dt class="inherited-from">Inherited From:</dt>
1211
- <dd class="inherited-from"><ul class="dummy"><li>
1395
+
1396
+
1397
+ <dt class="tag-overrides">Overrides:</dt>
1398
+ <dd class="tag-overrides"><ul class="dummy"><li>
1212
1399
  <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1213
1400
  </li></ul></dd>
1214
1401
 
@@ -1228,8 +1415,6 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1228
1415
 
1229
1416
 
1230
1417
 
1231
-
1232
-
1233
1418
 
1234
1419
 
1235
1420
 
@@ -1250,7 +1435,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1250
1435
  <span class="method-parameter is-pulled-right">
1251
1436
  <label>类型:</label>
1252
1437
 
1253
- <span class="param-type">String</span>
1438
+ <span class="param-type">
1439
+
1440
+ String
1441
+
1442
+ </span>
1443
+
1254
1444
 
1255
1445
 
1256
1446
  </span>
@@ -1284,7 +1474,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1284
1474
 
1285
1475
  <dt class="inherited-from">Inherited From:</dt>
1286
1476
  <dd class="inherited-from"><ul class="dummy"><li>
1287
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1477
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1288
1478
  </li></ul></dd>
1289
1479
 
1290
1480
 
@@ -1325,7 +1515,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1325
1515
  <span class="method-parameter is-pulled-right">
1326
1516
  <label>类型:</label>
1327
1517
 
1328
- <span class="param-type">String</span>
1518
+ <span class="param-type">
1519
+
1520
+ String
1521
+
1522
+ </span>
1523
+
1329
1524
 
1330
1525
 
1331
1526
  </span>
@@ -1359,7 +1554,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1359
1554
 
1360
1555
  <dt class="inherited-from">Inherited From:</dt>
1361
1556
  <dd class="inherited-from"><ul class="dummy"><li>
1362
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1557
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1363
1558
  </li></ul></dd>
1364
1559
 
1365
1560
 
@@ -1400,7 +1595,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1400
1595
  <span class="method-parameter is-pulled-right">
1401
1596
  <label>类型:</label>
1402
1597
 
1403
- <span class="param-type">String</span>
1598
+ <span class="param-type">
1599
+
1600
+ String
1601
+
1602
+ </span>
1603
+
1404
1604
 
1405
1605
 
1406
1606
  </span>
@@ -1438,7 +1638,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1438
1638
 
1439
1639
  <dt class="inherited-from">Inherited From:</dt>
1440
1640
  <dd class="inherited-from"><ul class="dummy"><li>
1441
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1641
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1442
1642
  </li></ul></dd>
1443
1643
 
1444
1644
 
@@ -1479,7 +1679,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1479
1679
  <span class="method-parameter is-pulled-right">
1480
1680
  <label>类型:</label>
1481
1681
 
1482
- <span class="param-type">Number</span>
1682
+ <span class="param-type">
1683
+
1684
+ Number
1685
+
1686
+ </span>
1687
+
1483
1688
 
1484
1689
 
1485
1690
  </span>
@@ -1513,7 +1718,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1513
1718
 
1514
1719
  <dt class="inherited-from">Inherited From:</dt>
1515
1720
  <dd class="inherited-from"><ul class="dummy"><li>
1516
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1721
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1517
1722
  </li></ul></dd>
1518
1723
 
1519
1724
 
@@ -1554,7 +1759,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1554
1759
  <span class="method-parameter is-pulled-right">
1555
1760
  <label>类型:</label>
1556
1761
 
1557
- <span class="param-type">Boolean</span>
1762
+ <span class="param-type">
1763
+
1764
+ Boolean
1765
+
1766
+ </span>
1767
+
1558
1768
 
1559
1769
 
1560
1770
  </span>
@@ -1590,8 +1800,10 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1590
1800
 
1591
1801
 
1592
1802
 
1593
- <dt class="inherited-from">Inherited From:</dt>
1594
- <dd class="inherited-from"><ul class="dummy"><li>
1803
+
1804
+
1805
+ <dt class="tag-overrides">Overrides:</dt>
1806
+ <dd class="tag-overrides"><ul class="dummy"><li>
1595
1807
  <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1596
1808
  </li></ul></dd>
1597
1809
 
@@ -1611,8 +1823,6 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1611
1823
 
1612
1824
 
1613
1825
 
1614
-
1615
-
1616
1826
  <dt class="tag-default">Default Value:</dt>
1617
1827
  <dd class="tag-default"><ul class="dummy">
1618
1828
  <li>false</li>
@@ -1638,7 +1848,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1638
1848
  <span class="method-parameter is-pulled-right">
1639
1849
  <label>类型:</label>
1640
1850
 
1641
- <span class="param-type">String</span>
1851
+ <span class="param-type">
1852
+
1853
+ String
1854
+
1855
+ </span>
1856
+
1642
1857
 
1643
1858
 
1644
1859
  </span>
@@ -1674,8 +1889,10 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1674
1889
 
1675
1890
 
1676
1891
 
1677
- <dt class="inherited-from">Inherited From:</dt>
1678
- <dd class="inherited-from"><ul class="dummy"><li>
1892
+
1893
+
1894
+ <dt class="tag-overrides">Overrides:</dt>
1895
+ <dd class="tag-overrides"><ul class="dummy"><li>
1679
1896
  <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1680
1897
  </li></ul></dd>
1681
1898
 
@@ -1695,8 +1912,6 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1695
1912
 
1696
1913
 
1697
1914
 
1698
-
1699
-
1700
1915
  <dt class="tag-default">Default Value:</dt>
1701
1916
  <dd class="tag-default"><ul class="dummy">
1702
1917
  <li>not-loaded</li>
@@ -1722,7 +1937,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1722
1937
  <span class="method-parameter is-pulled-right">
1723
1938
  <label>类型:</label>
1724
1939
 
1725
- <span class="param-type">String</span>
1940
+ <span class="param-type">
1941
+
1942
+ String
1943
+
1944
+ </span>
1945
+
1726
1946
 
1727
1947
 
1728
1948
  </span>
@@ -1792,7 +2012,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1792
2012
  <span class="method-parameter is-pulled-right">
1793
2013
  <label>类型:</label>
1794
2014
 
1795
- <span class="param-type">Number</span>
2015
+ <span class="param-type">
2016
+
2017
+ Number
2018
+
2019
+ </span>
2020
+
1796
2021
 
1797
2022
 
1798
2023
  </span>
@@ -1826,7 +2051,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1826
2051
 
1827
2052
  <dt class="inherited-from">Inherited From:</dt>
1828
2053
  <dd class="inherited-from"><ul class="dummy"><li>
1829
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2054
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1830
2055
  </li></ul></dd>
1831
2056
 
1832
2057
 
@@ -1872,7 +2097,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1872
2097
  <span class="method-parameter is-pulled-right">
1873
2098
  <label>类型:</label>
1874
2099
 
1875
- <span class="param-type">Number</span>
2100
+ <span class="param-type">
2101
+
2102
+ Number
2103
+
2104
+ </span>
2105
+
1876
2106
 
1877
2107
 
1878
2108
  </span>
@@ -1906,7 +2136,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1906
2136
 
1907
2137
  <dt class="inherited-from">Inherited From:</dt>
1908
2138
  <dd class="inherited-from"><ul class="dummy"><li>
1909
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2139
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1910
2140
  </li></ul></dd>
1911
2141
 
1912
2142
 
@@ -1952,7 +2182,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1952
2182
  <span class="method-parameter is-pulled-right">
1953
2183
  <label>类型:</label>
1954
2184
 
1955
- <span class="param-type">Number</span>
2185
+ <span class="param-type">
2186
+
2187
+ Number
2188
+
2189
+ </span>
2190
+
1956
2191
 
1957
2192
 
1958
2193
  </span>
@@ -1986,7 +2221,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
1986
2221
 
1987
2222
  <dt class="inherited-from">Inherited From:</dt>
1988
2223
  <dd class="inherited-from"><ul class="dummy"><li>
1989
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2224
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1990
2225
  </li></ul></dd>
1991
2226
 
1992
2227
 
@@ -2027,7 +2262,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2027
2262
  <span class="method-parameter is-pulled-right">
2028
2263
  <label>类型:</label>
2029
2264
 
2030
- <span class="param-type"><a 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>
2270
+
2031
2271
 
2032
2272
 
2033
2273
  </span>
@@ -2102,7 +2342,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2102
2342
  <span class="method-parameter is-pulled-right">
2103
2343
  <label>类型:</label>
2104
2344
 
2105
- <span class="param-type">String</span>
2345
+ <span class="param-type">
2346
+
2347
+ String
2348
+
2349
+ </span>
2350
+
2106
2351
 
2107
2352
 
2108
2353
  </span>
@@ -2136,7 +2381,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2136
2381
 
2137
2382
  <dt class="inherited-from">Inherited From:</dt>
2138
2383
  <dd class="inherited-from"><ul class="dummy"><li>
2139
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2384
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2140
2385
  </li></ul></dd>
2141
2386
 
2142
2387
 
@@ -2177,7 +2422,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2177
2422
  <span class="method-parameter is-pulled-right">
2178
2423
  <label>类型:</label>
2179
2424
 
2180
- <span class="param-type">String</span>
2425
+ <span class="param-type">
2426
+
2427
+ String
2428
+
2429
+ </span>
2430
+
2181
2431
 
2182
2432
 
2183
2433
  </span>
@@ -2211,7 +2461,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2211
2461
 
2212
2462
  <dt class="inherited-from">Inherited From:</dt>
2213
2463
  <dd class="inherited-from"><ul class="dummy"><li>
2214
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2464
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2215
2465
  </li></ul></dd>
2216
2466
 
2217
2467
 
@@ -2257,7 +2507,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2257
2507
  <span class="method-parameter is-pulled-right">
2258
2508
  <label>类型:</label>
2259
2509
 
2260
- <span class="param-type">String</span>
2510
+ <span class="param-type">
2511
+
2512
+ String
2513
+
2514
+ </span>
2515
+
2261
2516
 
2262
2517
 
2263
2518
  </span>
@@ -2291,7 +2546,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2291
2546
 
2292
2547
  <dt class="inherited-from">Inherited From:</dt>
2293
2548
  <dd class="inherited-from"><ul class="dummy"><li>
2294
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2549
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2295
2550
  </li></ul></dd>
2296
2551
 
2297
2552
 
@@ -2332,7 +2587,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2332
2587
  <span class="method-parameter is-pulled-right">
2333
2588
  <label>类型:</label>
2334
2589
 
2335
- <span class="param-type">String</span>
2590
+ <span class="param-type">
2591
+
2592
+ String
2593
+
2594
+ </span>
2595
+
2336
2596
 
2337
2597
 
2338
2598
  </span>
@@ -2411,7 +2671,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2411
2671
  <span class="method-parameter is-pulled-right">
2412
2672
  <label>类型:</label>
2413
2673
 
2414
- <span class="param-type">String</span>
2674
+ <span class="param-type">
2675
+
2676
+ String
2677
+
2678
+ </span>
2679
+
2415
2680
 
2416
2681
 
2417
2682
  </span>
@@ -2481,7 +2746,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2481
2746
  <span class="method-parameter is-pulled-right">
2482
2747
  <label>类型:</label>
2483
2748
 
2484
- <span class="param-type">Number</span>
2749
+ <span class="param-type">
2750
+
2751
+ Number
2752
+
2753
+ </span>
2754
+
2485
2755
 
2486
2756
 
2487
2757
  </span>
@@ -2515,7 +2785,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2515
2785
 
2516
2786
  <dt class="inherited-from">Inherited From:</dt>
2517
2787
  <dd class="inherited-from"><ul class="dummy"><li>
2518
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2788
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2519
2789
  </li></ul></dd>
2520
2790
 
2521
2791
 
@@ -2572,27 +2842,37 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2572
2842
  <tbody>
2573
2843
 
2574
2844
  <tr class="deep-level-0">
2575
- <td class="name"><code><a href="ArcGISTileLayer.html#fromJSON">fromJSON</a></code></td>
2845
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2576
2846
  <td class="name">
2577
2847
  <code>
2578
2848
 
2579
2849
 
2580
- <span class="param-type"><a 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>
2855
+
2581
2856
 
2582
2857
 
2583
2858
 
2584
2859
  </code>
2585
2860
  </td>
2586
- <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISTileLayer对象<a id='fromJSON'></a></p></code></td>
2861
+ <td class="name"><code><p>通过传入的json构造并返回一个新的ArcGISTileLayer对象</code></td>
2587
2862
  </tr>
2588
2863
 
2589
2864
  <tr class="deep-level-0">
2590
- <td class="name"><code><a href="ArcGISTileLayer.html#clone">clone</a></code></td>
2865
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2591
2866
  <td class="name">
2592
2867
  <code>
2593
2868
 
2594
2869
 
2595
- <span class="param-type"><a 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>
2875
+
2596
2876
 
2597
2877
 
2598
2878
 
@@ -2602,12 +2882,17 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2602
2882
  </tr>
2603
2883
 
2604
2884
  <tr class="deep-level-0">
2605
- <td class="name"><code><a href="ArcGISTileLayer.html#destroy">destroy</a></code></td>
2885
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2606
2886
  <td class="name">
2607
2887
  <code>
2608
2888
 
2609
2889
 
2610
- <span class="param-type">*</span>
2890
+ <span class="param-type">
2891
+
2892
+ *
2893
+
2894
+ </span>
2895
+
2611
2896
 
2612
2897
 
2613
2898
 
@@ -2617,12 +2902,17 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2617
2902
  </tr>
2618
2903
 
2619
2904
  <tr class="deep-level-0">
2620
- <td class="name"><code><a href="ArcGISTileLayer.html#getTileUrl">getTileUrl</a></code></td>
2905
+ <td class="name"><code><a href="#getTileUrl">getTileUrl</a></code></td>
2621
2906
  <td class="name">
2622
2907
  <code>
2623
2908
 
2624
2909
 
2625
- <span class="param-type">String</span>
2910
+ <span class="param-type">
2911
+
2912
+ String
2913
+
2914
+ </span>
2915
+
2626
2916
 
2627
2917
 
2628
2918
 
@@ -2632,12 +2922,17 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2632
2922
  </tr>
2633
2923
 
2634
2924
  <tr class="deep-level-0">
2635
- <td class="name"><code><a href="ArcGISTileLayer.html#isLoaded">isLoaded</a></code></td>
2925
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2636
2926
  <td class="name">
2637
2927
  <code>
2638
2928
 
2639
2929
 
2640
- <span class="param-type">Boolean</span>
2930
+ <span class="param-type">
2931
+
2932
+ Boolean
2933
+
2934
+ </span>
2935
+
2641
2936
 
2642
2937
 
2643
2938
 
@@ -2647,7 +2942,7 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2647
2942
  </tr>
2648
2943
 
2649
2944
  <tr class="deep-level-0">
2650
- <td class="name"><code><a href="ArcGISTileLayer.html#refresh">refresh</a></code></td>
2945
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2651
2946
  <td class="name">
2652
2947
  <code>
2653
2948
 
@@ -2657,12 +2952,17 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2657
2952
  </tr>
2658
2953
 
2659
2954
  <tr class="deep-level-0">
2660
- <td class="name"><code><a href="ArcGISTileLayer.html#toJSON">toJSON</a></code></td>
2955
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2661
2956
  <td class="name">
2662
2957
  <code>
2663
2958
 
2664
2959
 
2665
- <span class="param-type">Object</span>
2960
+ <span class="param-type">
2961
+
2962
+ Object
2963
+
2964
+ </span>
2965
+
2666
2966
 
2667
2967
 
2668
2968
 
@@ -2733,13 +3033,18 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2733
3033
 
2734
3034
  <tr class="deep-level-0">
2735
3035
 
2736
- <td class="name" id="json"><code>json</code></td>
3036
+ <td class="name"><code>json</code></td>
2737
3037
 
2738
3038
 
2739
3039
  <td class="type">
2740
3040
 
2741
3041
 
2742
- <span class="param-type">Object</span>
3042
+ <span class="param-type">
3043
+
3044
+ Object
3045
+
3046
+ </span>
3047
+
2743
3048
 
2744
3049
 
2745
3050
 
@@ -2827,7 +3132,12 @@ map.reorder(arcgisTileLayer, '要移动到的index');</code></pre>
2827
3132
  <div class='column is-5 has-text-left'>
2828
3133
  <label>类型: </label>
2829
3134
 
2830
- <span class="param-type"><a 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>
3140
+
2831
3141
 
2832
3142
 
2833
3143
  </div>
@@ -2904,7 +3214,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
2904
3214
 
2905
3215
  <dt class="inherited-from">Inherited From:</dt>
2906
3216
  <dd class="inherited-from"><ul class="dummy"><li>
2907
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3217
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2908
3218
  </li></ul></dd>
2909
3219
 
2910
3220
 
@@ -2965,7 +3275,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
2965
3275
  <div class='column is-5 has-text-left'>
2966
3276
  <label>类型: </label>
2967
3277
 
2968
- <span class="param-type"><a 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>
3283
+
2969
3284
 
2970
3285
 
2971
3286
  </div>
@@ -3021,7 +3336,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3021
3336
 
3022
3337
  <dt class="inherited-from">Inherited From:</dt>
3023
3338
  <dd class="inherited-from"><ul class="dummy"><li>
3024
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3339
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3025
3340
  </li></ul></dd>
3026
3341
 
3027
3342
 
@@ -3080,7 +3395,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3080
3395
  <div class='column is-5 has-text-left'>
3081
3396
  <label>类型: </label>
3082
3397
 
3083
- <span class="param-type">*</span>
3398
+ <span class="param-type">
3399
+
3400
+ *
3401
+
3402
+ </span>
3403
+
3084
3404
 
3085
3405
 
3086
3406
  </div>
@@ -3151,13 +3471,18 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3151
3471
 
3152
3472
  <tr class="deep-level-0">
3153
3473
 
3154
- <td class="name" id="level"><code>level</code></td>
3474
+ <td class="name"><code>level</code></td>
3155
3475
 
3156
3476
 
3157
3477
  <td class="type">
3158
3478
 
3159
3479
 
3160
- <span class="param-type">Number</span>
3480
+ <span class="param-type">
3481
+
3482
+ Number
3483
+
3484
+ </span>
3485
+
3161
3486
 
3162
3487
 
3163
3488
 
@@ -3175,13 +3500,18 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3175
3500
 
3176
3501
  <tr class="deep-level-0">
3177
3502
 
3178
- <td class="name" id="row"><code>row</code></td>
3503
+ <td class="name"><code>row</code></td>
3179
3504
 
3180
3505
 
3181
3506
  <td class="type">
3182
3507
 
3183
3508
 
3184
- <span class="param-type">Number</span>
3509
+ <span class="param-type">
3510
+
3511
+ Number
3512
+
3513
+ </span>
3514
+
3185
3515
 
3186
3516
 
3187
3517
 
@@ -3199,13 +3529,18 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3199
3529
 
3200
3530
  <tr class="deep-level-0">
3201
3531
 
3202
- <td class="name" id="col"><code>col</code></td>
3532
+ <td class="name"><code>col</code></td>
3203
3533
 
3204
3534
 
3205
3535
  <td class="type">
3206
3536
 
3207
3537
 
3208
- <span class="param-type">Number</span>
3538
+ <span class="param-type">
3539
+
3540
+ Number
3541
+
3542
+ </span>
3543
+
3209
3544
 
3210
3545
 
3211
3546
 
@@ -3293,7 +3628,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3293
3628
  <div class='column is-5 has-text-left'>
3294
3629
  <label>类型: </label>
3295
3630
 
3296
- <span class="param-type">String</span>
3631
+ <span class="param-type">
3632
+
3633
+ String
3634
+
3635
+ </span>
3636
+
3297
3637
 
3298
3638
 
3299
3639
  </div>
@@ -3362,7 +3702,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3362
3702
 
3363
3703
  <dt class="inherited-from">Inherited From:</dt>
3364
3704
  <dd class="inherited-from"><ul class="dummy"><li>
3365
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3705
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3366
3706
  </li></ul></dd>
3367
3707
 
3368
3708
 
@@ -3423,7 +3763,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3423
3763
  <div class='column is-5 has-text-left'>
3424
3764
  <label>类型: </label>
3425
3765
 
3426
- <span class="param-type">Boolean</span>
3766
+ <span class="param-type">
3767
+
3768
+ Boolean
3769
+
3770
+ </span>
3771
+
3427
3772
 
3428
3773
 
3429
3774
  </div>
@@ -3483,7 +3828,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3483
3828
 
3484
3829
  <dt class="inherited-from">Inherited From:</dt>
3485
3830
  <dd class="inherited-from"><ul class="dummy"><li>
3486
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3831
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3487
3832
  </li></ul></dd>
3488
3833
 
3489
3834
 
@@ -3579,7 +3924,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3579
3924
 
3580
3925
  <dt class="inherited-from">Inherited From:</dt>
3581
3926
  <dd class="inherited-from"><ul class="dummy"><li>
3582
- <a class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
3927
+ <a goto="toJSON" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
3583
3928
  </li></ul></dd>
3584
3929
 
3585
3930
 
@@ -3640,7 +3985,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3640
3985
  <div class='column is-5 has-text-left'>
3641
3986
  <label>类型: </label>
3642
3987
 
3643
- <span class="param-type">Object</span>
3988
+ <span class="param-type">
3989
+
3990
+ Object
3991
+
3992
+ </span>
3993
+
3644
3994
 
3645
3995
 
3646
3996
  </div>
@@ -3679,37 +4029,37 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3679
4029
  <tbody>
3680
4030
 
3681
4031
  <tr class="deep-level-0">
3682
- <td class="name"><code><a href="ArcGISTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4032
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3683
4033
  <td class="name"><code>图层刷新完毕事件</code></td>
3684
4034
  </tr>
3685
4035
 
3686
4036
  <tr class="deep-level-0">
3687
- <td class="name"><code><a href="ArcGISTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4037
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3688
4038
  <td class="name"><code>图层加载完毕事件</code></td>
3689
4039
  </tr>
3690
4040
 
3691
4041
  <tr class="deep-level-0">
3692
- <td class="name"><code><a href="ArcGISTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4042
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3693
4043
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3694
4044
  </tr>
3695
4045
 
3696
4046
  <tr class="deep-level-0">
3697
- <td class="name"><code><a href="ArcGISTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4047
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3698
4048
  <td class="name"><code>图层更新完毕事件</code></td>
3699
4049
  </tr>
3700
4050
 
3701
4051
  <tr class="deep-level-0">
3702
- <td class="name"><code><a href="ArcGISTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4052
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3703
4053
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3704
4054
  </tr>
3705
4055
 
3706
4056
  <tr class="deep-level-0">
3707
- <td class="name"><code><a href="ArcGISTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4057
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3708
4058
  <td class="name"><code>图层销毁完毕事件</code></td>
3709
4059
  </tr>
3710
4060
 
3711
4061
  <tr class="deep-level-0">
3712
- <td class="name"><code><a href="ArcGISTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4062
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3713
4063
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3714
4064
  </tr>
3715
4065
 
@@ -3789,7 +4139,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3789
4139
  <td class="type">
3790
4140
 
3791
4141
 
3792
- <span class="param-type">Object</span>
4142
+ <span class="param-type">
4143
+
4144
+ Object
4145
+
4146
+ </span>
4147
+
3793
4148
 
3794
4149
 
3795
4150
 
@@ -3822,7 +4177,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3822
4177
  <td class="type">
3823
4178
 
3824
4179
 
3825
- <span class="param-type">String</span>
4180
+ <span class="param-type">
4181
+
4182
+ String
4183
+
4184
+ </span>
4185
+
3826
4186
 
3827
4187
 
3828
4188
 
@@ -3859,7 +4219,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3859
4219
  <td class="type">
3860
4220
 
3861
4221
 
3862
- <span class="param-type">String</span>
4222
+ <span class="param-type">
4223
+
4224
+ String
4225
+
4226
+ </span>
4227
+
3863
4228
 
3864
4229
 
3865
4230
 
@@ -3896,7 +4261,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3896
4261
  <td class="type">
3897
4262
 
3898
4263
 
3899
- <span class="param-type">Array.&lt;<a 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>
4269
+
3900
4270
 
3901
4271
 
3902
4272
 
@@ -3933,7 +4303,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3933
4303
  <td class="type">
3934
4304
 
3935
4305
 
3936
- <span class="param-type"><a 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>
4311
+
3937
4312
 
3938
4313
 
3939
4314
 
@@ -3970,7 +4345,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
3970
4345
  <td class="type">
3971
4346
 
3972
4347
 
3973
- <span class="param-type"><a 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>
4353
+
3974
4354
 
3975
4355
 
3976
4356
 
@@ -4007,7 +4387,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4007
4387
  <td class="type">
4008
4388
 
4009
4389
 
4010
- <span class="param-type"><a 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>
4395
+
4011
4396
 
4012
4397
 
4013
4398
 
@@ -4044,7 +4429,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4044
4429
  <td class="type">
4045
4430
 
4046
4431
 
4047
- <span class="param-type"><a 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>
4437
+
4048
4438
 
4049
4439
 
4050
4440
 
@@ -4089,7 +4479,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4089
4479
 
4090
4480
  <dt class="inherited-from">Inherited From:</dt>
4091
4481
  <dd class="inherited-from"><ul class="dummy"><li>
4092
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4482
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4093
4483
  </li></ul></dd>
4094
4484
 
4095
4485
 
@@ -4235,7 +4625,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4235
4625
  <td class="type">
4236
4626
 
4237
4627
 
4238
- <span class="param-type">Object</span>
4628
+ <span class="param-type">
4629
+
4630
+ Object
4631
+
4632
+ </span>
4633
+
4239
4634
 
4240
4635
 
4241
4636
 
@@ -4268,7 +4663,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4268
4663
  <td class="type">
4269
4664
 
4270
4665
 
4271
- <span class="param-type">String</span>
4666
+ <span class="param-type">
4667
+
4668
+ String
4669
+
4670
+ </span>
4671
+
4272
4672
 
4273
4673
 
4274
4674
 
@@ -4305,7 +4705,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4305
4705
  <td class="type">
4306
4706
 
4307
4707
 
4308
- <span class="param-type">String</span>
4708
+ <span class="param-type">
4709
+
4710
+ String
4711
+
4712
+ </span>
4713
+
4309
4714
 
4310
4715
 
4311
4716
 
@@ -4342,7 +4747,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4342
4747
  <td class="type">
4343
4748
 
4344
4749
 
4345
- <span class="param-type">Array.&lt;<a 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>
4755
+
4346
4756
 
4347
4757
 
4348
4758
 
@@ -4379,7 +4789,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4379
4789
  <td class="type">
4380
4790
 
4381
4791
 
4382
- <span class="param-type"><a 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>
4797
+
4383
4798
 
4384
4799
 
4385
4800
 
@@ -4416,7 +4831,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4416
4831
  <td class="type">
4417
4832
 
4418
4833
 
4419
- <span class="param-type"><a 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>
4839
+
4420
4840
 
4421
4841
 
4422
4842
 
@@ -4453,7 +4873,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4453
4873
  <td class="type">
4454
4874
 
4455
4875
 
4456
- <span class="param-type"><a 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>
4881
+
4457
4882
 
4458
4883
 
4459
4884
 
@@ -4490,7 +4915,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4490
4915
  <td class="type">
4491
4916
 
4492
4917
 
4493
- <span class="param-type"><a 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>
4923
+
4494
4924
 
4495
4925
 
4496
4926
 
@@ -4535,7 +4965,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4535
4965
 
4536
4966
  <dt class="inherited-from">Inherited From:</dt>
4537
4967
  <dd class="inherited-from"><ul class="dummy"><li>
4538
- <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>
4968
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
4539
4969
  </li></ul></dd>
4540
4970
 
4541
4971
 
@@ -4671,7 +5101,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4671
5101
  <td class="type">
4672
5102
 
4673
5103
 
4674
- <span class="param-type">Object</span>
5104
+ <span class="param-type">
5105
+
5106
+ Object
5107
+
5108
+ </span>
5109
+
4675
5110
 
4676
5111
 
4677
5112
 
@@ -4704,7 +5139,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4704
5139
  <td class="type">
4705
5140
 
4706
5141
 
4707
- <span class="param-type">String</span>
5142
+ <span class="param-type">
5143
+
5144
+ String
5145
+
5146
+ </span>
5147
+
4708
5148
 
4709
5149
 
4710
5150
 
@@ -4741,7 +5181,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4741
5181
  <td class="type">
4742
5182
 
4743
5183
 
4744
- <span class="param-type">String</span>
5184
+ <span class="param-type">
5185
+
5186
+ String
5187
+
5188
+ </span>
5189
+
4745
5190
 
4746
5191
 
4747
5192
 
@@ -4778,7 +5223,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4778
5223
  <td class="type">
4779
5224
 
4780
5225
 
4781
- <span class="param-type">Array.&lt;<a 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>
5231
+
4782
5232
 
4783
5233
 
4784
5234
 
@@ -4815,7 +5265,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4815
5265
  <td class="type">
4816
5266
 
4817
5267
 
4818
- <span class="param-type"><a 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>
5273
+
4819
5274
 
4820
5275
 
4821
5276
 
@@ -4852,7 +5307,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4852
5307
  <td class="type">
4853
5308
 
4854
5309
 
4855
- <span class="param-type"><a 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>
5315
+
4856
5316
 
4857
5317
 
4858
5318
 
@@ -4889,7 +5349,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4889
5349
  <td class="type">
4890
5350
 
4891
5351
 
4892
- <span class="param-type"><a 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>
5357
+
4893
5358
 
4894
5359
 
4895
5360
 
@@ -4926,7 +5391,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4926
5391
  <td class="type">
4927
5392
 
4928
5393
 
4929
- <span class="param-type"><a 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>
5399
+
4930
5400
 
4931
5401
 
4932
5402
 
@@ -4971,7 +5441,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
4971
5441
 
4972
5442
  <dt class="inherited-from">Inherited From:</dt>
4973
5443
  <dd class="inherited-from"><ul class="dummy"><li>
4974
- <a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
5444
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
4975
5445
  </li></ul></dd>
4976
5446
 
4977
5447
 
@@ -5117,7 +5587,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5117
5587
  <td class="type">
5118
5588
 
5119
5589
 
5120
- <span class="param-type">Object</span>
5590
+ <span class="param-type">
5591
+
5592
+ Object
5593
+
5594
+ </span>
5595
+
5121
5596
 
5122
5597
 
5123
5598
 
@@ -5150,7 +5625,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5150
5625
  <td class="type">
5151
5626
 
5152
5627
 
5153
- <span class="param-type">String</span>
5628
+ <span class="param-type">
5629
+
5630
+ String
5631
+
5632
+ </span>
5633
+
5154
5634
 
5155
5635
 
5156
5636
 
@@ -5187,7 +5667,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5187
5667
  <td class="type">
5188
5668
 
5189
5669
 
5190
- <span class="param-type">String</span>
5670
+ <span class="param-type">
5671
+
5672
+ String
5673
+
5674
+ </span>
5675
+
5191
5676
 
5192
5677
 
5193
5678
 
@@ -5224,7 +5709,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5224
5709
  <td class="type">
5225
5710
 
5226
5711
 
5227
- <span class="param-type">Array.&lt;<a 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>
5717
+
5228
5718
 
5229
5719
 
5230
5720
 
@@ -5261,7 +5751,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5261
5751
  <td class="type">
5262
5752
 
5263
5753
 
5264
- <span class="param-type"><a 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>
5759
+
5265
5760
 
5266
5761
 
5267
5762
 
@@ -5298,7 +5793,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5298
5793
  <td class="type">
5299
5794
 
5300
5795
 
5301
- <span class="param-type"><a 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>
5801
+
5302
5802
 
5303
5803
 
5304
5804
 
@@ -5335,7 +5835,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5335
5835
  <td class="type">
5336
5836
 
5337
5837
 
5338
- <span class="param-type"><a 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>
5843
+
5339
5844
 
5340
5845
 
5341
5846
 
@@ -5372,7 +5877,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5372
5877
  <td class="type">
5373
5878
 
5374
5879
 
5375
- <span class="param-type"><a 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>
5885
+
5376
5886
 
5377
5887
 
5378
5888
 
@@ -5417,7 +5927,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5417
5927
 
5418
5928
  <dt class="inherited-from">Inherited From:</dt>
5419
5929
  <dd class="inherited-from"><ul class="dummy"><li>
5420
- <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>
5930
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
5421
5931
  </li></ul></dd>
5422
5932
 
5423
5933
 
@@ -5553,7 +6063,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5553
6063
  <td class="type">
5554
6064
 
5555
6065
 
5556
- <span class="param-type">Object</span>
6066
+ <span class="param-type">
6067
+
6068
+ Object
6069
+
6070
+ </span>
6071
+
5557
6072
 
5558
6073
 
5559
6074
 
@@ -5586,7 +6101,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5586
6101
  <td class="type">
5587
6102
 
5588
6103
 
5589
- <span class="param-type">String</span>
6104
+ <span class="param-type">
6105
+
6106
+ String
6107
+
6108
+ </span>
6109
+
5590
6110
 
5591
6111
 
5592
6112
 
@@ -5623,7 +6143,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5623
6143
  <td class="type">
5624
6144
 
5625
6145
 
5626
- <span class="param-type">String</span>
6146
+ <span class="param-type">
6147
+
6148
+ String
6149
+
6150
+ </span>
6151
+
5627
6152
 
5628
6153
 
5629
6154
 
@@ -5660,7 +6185,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5660
6185
  <td class="type">
5661
6186
 
5662
6187
 
5663
- <span class="param-type">Array.&lt;<a 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>
6193
+
5664
6194
 
5665
6195
 
5666
6196
 
@@ -5697,7 +6227,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5697
6227
  <td class="type">
5698
6228
 
5699
6229
 
5700
- <span class="param-type"><a 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>
6235
+
5701
6236
 
5702
6237
 
5703
6238
 
@@ -5734,7 +6269,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5734
6269
  <td class="type">
5735
6270
 
5736
6271
 
5737
- <span class="param-type"><a 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>
6277
+
5738
6278
 
5739
6279
 
5740
6280
 
@@ -5771,7 +6311,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5771
6311
  <td class="type">
5772
6312
 
5773
6313
 
5774
- <span class="param-type"><a 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>
6319
+
5775
6320
 
5776
6321
 
5777
6322
 
@@ -5808,7 +6353,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5808
6353
  <td class="type">
5809
6354
 
5810
6355
 
5811
- <span class="param-type"><a 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>
6361
+
5812
6362
 
5813
6363
 
5814
6364
 
@@ -5853,7 +6403,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5853
6403
 
5854
6404
  <dt class="inherited-from">Inherited From:</dt>
5855
6405
  <dd class="inherited-from"><ul class="dummy"><li>
5856
- <a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
6406
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
5857
6407
  </li></ul></dd>
5858
6408
 
5859
6409
 
@@ -5999,7 +6549,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
5999
6549
  <td class="type">
6000
6550
 
6001
6551
 
6002
- <span class="param-type">Object</span>
6552
+ <span class="param-type">
6553
+
6554
+ Object
6555
+
6556
+ </span>
6557
+
6003
6558
 
6004
6559
 
6005
6560
 
@@ -6032,7 +6587,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6032
6587
  <td class="type">
6033
6588
 
6034
6589
 
6035
- <span class="param-type">String</span>
6590
+ <span class="param-type">
6591
+
6592
+ String
6593
+
6594
+ </span>
6595
+
6036
6596
 
6037
6597
 
6038
6598
 
@@ -6069,7 +6629,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6069
6629
  <td class="type">
6070
6630
 
6071
6631
 
6072
- <span class="param-type">String</span>
6632
+ <span class="param-type">
6633
+
6634
+ String
6635
+
6636
+ </span>
6637
+
6073
6638
 
6074
6639
 
6075
6640
 
@@ -6106,7 +6671,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6106
6671
  <td class="type">
6107
6672
 
6108
6673
 
6109
- <span class="param-type">Array.&lt;<a 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>
6679
+
6110
6680
 
6111
6681
 
6112
6682
 
@@ -6143,7 +6713,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6143
6713
  <td class="type">
6144
6714
 
6145
6715
 
6146
- <span class="param-type"><a 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>
6721
+
6147
6722
 
6148
6723
 
6149
6724
 
@@ -6180,7 +6755,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6180
6755
  <td class="type">
6181
6756
 
6182
6757
 
6183
- <span class="param-type"><a 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>
6763
+
6184
6764
 
6185
6765
 
6186
6766
 
@@ -6217,7 +6797,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6217
6797
  <td class="type">
6218
6798
 
6219
6799
 
6220
- <span class="param-type"><a 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>
6805
+
6221
6806
 
6222
6807
 
6223
6808
 
@@ -6254,7 +6839,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6254
6839
  <td class="type">
6255
6840
 
6256
6841
 
6257
- <span class="param-type"><a 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>
6847
+
6258
6848
 
6259
6849
 
6260
6850
 
@@ -6299,7 +6889,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6299
6889
 
6300
6890
  <dt class="inherited-from">Inherited From:</dt>
6301
6891
  <dd class="inherited-from"><ul class="dummy"><li>
6302
- <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>
6892
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
6303
6893
  </li></ul></dd>
6304
6894
 
6305
6895
 
@@ -6435,7 +7025,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6435
7025
  <td class="type">
6436
7026
 
6437
7027
 
6438
- <span class="param-type">Object</span>
7028
+ <span class="param-type">
7029
+
7030
+ Object
7031
+
7032
+ </span>
7033
+
6439
7034
 
6440
7035
 
6441
7036
 
@@ -6468,7 +7063,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6468
7063
  <td class="type">
6469
7064
 
6470
7065
 
6471
- <span class="param-type">String</span>
7066
+ <span class="param-type">
7067
+
7068
+ String
7069
+
7070
+ </span>
7071
+
6472
7072
 
6473
7073
 
6474
7074
 
@@ -6505,7 +7105,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6505
7105
  <td class="type">
6506
7106
 
6507
7107
 
6508
- <span class="param-type">String</span>
7108
+ <span class="param-type">
7109
+
7110
+ String
7111
+
7112
+ </span>
7113
+
6509
7114
 
6510
7115
 
6511
7116
 
@@ -6542,7 +7147,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6542
7147
  <td class="type">
6543
7148
 
6544
7149
 
6545
- <span class="param-type">Array.&lt;<a 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>
7155
+
6546
7156
 
6547
7157
 
6548
7158
 
@@ -6579,7 +7189,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6579
7189
  <td class="type">
6580
7190
 
6581
7191
 
6582
- <span class="param-type"><a 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>
7197
+
6583
7198
 
6584
7199
 
6585
7200
 
@@ -6616,7 +7231,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6616
7231
  <td class="type">
6617
7232
 
6618
7233
 
6619
- <span class="param-type"><a 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>
7239
+
6620
7240
 
6621
7241
 
6622
7242
 
@@ -6653,7 +7273,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6653
7273
  <td class="type">
6654
7274
 
6655
7275
 
6656
- <span class="param-type"><a 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>
7281
+
6657
7282
 
6658
7283
 
6659
7284
 
@@ -6690,7 +7315,12 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6690
7315
  <td class="type">
6691
7316
 
6692
7317
 
6693
- <span class="param-type"><a 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>
7323
+
6694
7324
 
6695
7325
 
6696
7326
 
@@ -6735,7 +7365,7 @@ const arcgisTileLayer = new ArcGISTileLayer.fromJSON(json)</code></pre>
6735
7365
 
6736
7366
  <dt class="inherited-from">Inherited From:</dt>
6737
7367
  <dd class="inherited-from"><ul class="dummy"><li>
6738
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
7368
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
6739
7369
  </li></ul></dd>
6740
7370
 
6741
7371