@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -151,6 +153,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
151
153
  <span class="param-type">String</span>
152
154
 
153
155
 
156
+
154
157
 
155
158
  </td>
156
159
 
@@ -177,6 +180,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
177
180
  <span class="param-type">Number</span>
178
181
 
179
182
 
183
+
180
184
 
181
185
  </td>
182
186
 
@@ -205,6 +209,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
205
209
  <span class="param-type">Boolean</span>
206
210
 
207
211
 
212
+
208
213
 
209
214
  </td>
210
215
 
@@ -230,7 +235,8 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
230
235
  <td class="type">
231
236
 
232
237
 
233
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
238
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
239
+
234
240
 
235
241
 
236
242
 
@@ -260,6 +266,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
260
266
  <span class="param-type">Number</span>
261
267
 
262
268
 
269
+
263
270
 
264
271
  </td>
265
272
 
@@ -288,6 +295,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
288
295
  <span class="param-type">Number</span>
289
296
 
290
297
 
298
+
291
299
 
292
300
  </td>
293
301
 
@@ -316,6 +324,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
316
324
  <span class="param-type">String</span>
317
325
 
318
326
 
327
+
319
328
 
320
329
  </td>
321
330
 
@@ -344,6 +353,7 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
344
353
  <span class="param-type">String</span>
345
354
 
346
355
 
356
+
347
357
 
348
358
  </td>
349
359
 
@@ -367,21 +377,22 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
367
377
  <td class="type">
368
378
 
369
379
 
370
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
380
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
371
381
  |
372
382
 
373
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
383
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
374
384
  |
375
385
 
376
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
386
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
377
387
  |
378
388
 
379
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
389
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
380
390
  |
381
391
 
382
392
  <span class="param-type">null</span>
383
393
 
384
394
 
395
+
385
396
 
386
397
  </td>
387
398
 
@@ -615,7 +626,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
615
626
 
616
627
 
617
628
  <ul>
618
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
629
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
619
630
  </ul>
620
631
 
621
632
 
@@ -647,88 +658,94 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
647
658
  <tbody>
648
659
 
649
660
  <tr class="deep-level-0">
650
- <td class="name"><code><a href="IGSTileLayer.html#clippingArea">clippingArea</a></code></td>
661
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
651
662
  <td class="name">
652
663
  <code>
653
664
 
654
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
665
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
655
666
  |
656
667
 
657
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
668
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
658
669
  |
659
670
 
660
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
671
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
661
672
  |
662
673
 
663
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
674
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
664
675
  |
665
676
 
666
677
  <span class="param-type">null</span>
667
678
 
668
679
 
680
+
669
681
  </code>
670
682
  </td>
671
683
  <td class="name"><code><p>空间裁剪范围</p></code></td>
672
684
  </tr>
673
685
 
674
686
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="IGSTileLayer.html#copyright">copyright</a></code></td>
687
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
676
688
  <td class="name">
677
689
  <code>
678
690
 
679
691
  <span class="param-type">String</span>
680
692
 
681
693
 
694
+
682
695
  </code>
683
696
  </td>
684
697
  <td class="name"><code><p>版权所有</p></code></td>
685
698
  </tr>
686
699
 
687
700
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="IGSTileLayer.html#description">description</a></code></td>
701
+ <td class="name"><code><a href="#description">description</a></code></td>
689
702
  <td class="name">
690
703
  <code>
691
704
 
692
705
  <span class="param-type">String</span>
693
706
 
694
707
 
708
+
695
709
  </code>
696
710
  </td>
697
711
  <td class="name"><code><p>图层描述</p></code></td>
698
712
  </tr>
699
713
 
700
714
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="IGSTileLayer.html#extendOptions">extendOptions</a></code></td>
715
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
702
716
  <td class="name">
703
717
  <code>
704
718
 
705
719
  <span class="param-type">Object</span>
706
720
 
707
721
 
722
+
708
723
  </code>
709
724
  </td>
710
725
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
711
726
  </tr>
712
727
 
713
728
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="IGSTileLayer.html#extendProps">extendProps</a></code></td>
729
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
715
730
  <td class="name">
716
731
  <code>
717
732
 
718
733
  <span class="param-type">Object</span>
719
734
 
720
735
 
736
+
721
737
  </code>
722
738
  </td>
723
739
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
724
740
  </tr>
725
741
 
726
742
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="IGSTileLayer.html#extent">extent</a></code></td>
743
+ <td class="name"><code><a href="#extent">extent</a></code></td>
728
744
  <td class="name">
729
745
  <code>
730
746
 
731
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
747
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
748
+
732
749
 
733
750
 
734
751
  </code>
@@ -737,141 +754,152 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
737
754
  </tr>
738
755
 
739
756
  <tr class="deep-level-0">
740
- <td class="name"><code><a href="IGSTileLayer.html#headers">headers</a></code></td>
757
+ <td class="name"><code><a href="#headers">headers</a></code></td>
741
758
  <td class="name">
742
759
  <code>
743
760
 
744
761
  <span class="param-type">String</span>
745
762
 
746
763
 
764
+
747
765
  </code>
748
766
  </td>
749
767
  <td class="name"><code><p>设置服务请求头</p></code></td>
750
768
  </tr>
751
769
 
752
770
  <tr class="deep-level-0">
753
- <td class="name"><code><a href="IGSTileLayer.html#httpMethod">httpMethod</a></code></td>
771
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
754
772
  <td class="name">
755
773
  <code>
756
774
 
757
775
  <span class="param-type">String</span>
758
776
 
759
777
 
778
+
760
779
  </code>
761
780
  </td>
762
781
  <td class="name"><code><p>http请求方式</p></code></td>
763
782
  </tr>
764
783
 
765
784
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="IGSTileLayer.html#id">id</a></code></td>
785
+ <td class="name"><code><a href="#id">id</a></code></td>
767
786
  <td class="name">
768
787
  <code>
769
788
 
770
789
  <span class="param-type">String</span>
771
790
 
772
791
 
792
+
773
793
  </code>
774
794
  </td>
775
795
  <td class="name"><code><p>图层id</p></code></td>
776
796
  </tr>
777
797
 
778
798
  <tr class="deep-level-0">
779
- <td class="name"><code><a href="IGSTileLayer.html#index">index</a></code></td>
799
+ <td class="name"><code><a href="#index">index</a></code></td>
780
800
  <td class="name">
781
801
  <code>
782
802
 
783
803
  <span class="param-type">Number</span>
784
804
 
785
805
 
806
+
786
807
  </code>
787
808
  </td>
788
809
  <td class="name"><code><p>图层顺序</p></code></td>
789
810
  </tr>
790
811
 
791
812
  <tr class="deep-level-0">
792
- <td class="name"><code><a href="IGSTileLayer.html#loaded">loaded</a></code></td>
813
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
793
814
  <td class="name">
794
815
  <code>
795
816
 
796
817
  <span class="param-type">Boolean</span>
797
818
 
798
819
 
820
+
799
821
  </code>
800
822
  </td>
801
823
  <td class="name"><code><p>是否加载完毕</p></code></td>
802
824
  </tr>
803
825
 
804
826
  <tr class="deep-level-0">
805
- <td class="name"><code><a href="IGSTileLayer.html#loadStatus">loadStatus</a></code></td>
827
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
806
828
  <td class="name">
807
829
  <code>
808
830
 
809
831
  <span class="param-type">String</span>
810
832
 
811
833
 
834
+
812
835
  </code>
813
836
  </td>
814
837
  <td class="name"><code><p>图层加载状态</p></code></td>
815
838
  </tr>
816
839
 
817
840
  <tr class="deep-level-0">
818
- <td class="name"><code><a href="IGSTileLayer.html#mapName">mapName</a></code></td>
841
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
819
842
  <td class="name">
820
843
  <code>
821
844
 
822
845
  <span class="param-type">String</span>
823
846
 
824
847
 
848
+
825
849
  </code>
826
850
  </td>
827
851
  <td class="name"><code><p>服务名称</p></code></td>
828
852
  </tr>
829
853
 
830
854
  <tr class="deep-level-0">
831
- <td class="name"><code><a href="IGSTileLayer.html#maxScale">maxScale</a></code></td>
855
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
832
856
  <td class="name">
833
857
  <code>
834
858
 
835
859
  <span class="param-type">Number</span>
836
860
 
837
861
 
862
+
838
863
  </code>
839
864
  </td>
840
865
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
841
866
  </tr>
842
867
 
843
868
  <tr class="deep-level-0">
844
- <td class="name"><code><a href="IGSTileLayer.html#minScale">minScale</a></code></td>
869
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
845
870
  <td class="name">
846
871
  <code>
847
872
 
848
873
  <span class="param-type">Number</span>
849
874
 
850
875
 
876
+
851
877
  </code>
852
878
  </td>
853
879
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
854
880
  </tr>
855
881
 
856
882
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="IGSTileLayer.html#opacity">opacity</a></code></td>
883
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
858
884
  <td class="name">
859
885
  <code>
860
886
 
861
887
  <span class="param-type">Number</span>
862
888
 
863
889
 
890
+
864
891
  </code>
865
892
  </td>
866
893
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
867
894
  </tr>
868
895
 
869
896
  <tr class="deep-level-0">
870
- <td class="name"><code><a href="IGSTileLayer.html#spatialReference">spatialReference</a></code></td>
897
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
871
898
  <td class="name">
872
899
  <code>
873
900
 
874
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
901
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
902
+
875
903
 
876
904
 
877
905
  </code>
@@ -880,78 +908,84 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
880
908
  </tr>
881
909
 
882
910
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="IGSTileLayer.html#title">title</a></code></td>
911
+ <td class="name"><code><a href="#title">title</a></code></td>
884
912
  <td class="name">
885
913
  <code>
886
914
 
887
915
  <span class="param-type">String</span>
888
916
 
889
917
 
918
+
890
919
  </code>
891
920
  </td>
892
921
  <td class="name"><code><p>图层名称</p></code></td>
893
922
  </tr>
894
923
 
895
924
  <tr class="deep-level-0">
896
- <td class="name"><code><a href="IGSTileLayer.html#tokenKey">tokenKey</a></code></td>
925
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
897
926
  <td class="name">
898
927
  <code>
899
928
 
900
929
  <span class="param-type">String</span>
901
930
 
902
931
 
932
+
903
933
  </code>
904
934
  </td>
905
935
  <td class="name"><code><p>token名</p></code></td>
906
936
  </tr>
907
937
 
908
938
  <tr class="deep-level-0">
909
- <td class="name"><code><a href="IGSTileLayer.html#tokenValue">tokenValue</a></code></td>
939
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
910
940
  <td class="name">
911
941
  <code>
912
942
 
913
943
  <span class="param-type">String</span>
914
944
 
915
945
 
946
+
916
947
  </code>
917
948
  </td>
918
949
  <td class="name"><code><p>token值</p></code></td>
919
950
  </tr>
920
951
 
921
952
  <tr class="deep-level-0">
922
- <td class="name"><code><a href="IGSTileLayer.html#type">type</a></code></td>
953
+ <td class="name"><code><a href="#type">type</a></code></td>
923
954
  <td class="name">
924
955
  <code>
925
956
 
926
957
  <span class="param-type">String</span>
927
958
 
928
959
 
960
+
929
961
  </code>
930
962
  </td>
931
963
  <td class="name"><code><p>图层类型</p></code></td>
932
964
  </tr>
933
965
 
934
966
  <tr class="deep-level-0">
935
- <td class="name"><code><a href="IGSTileLayer.html#url">url</a></code></td>
967
+ <td class="name"><code><a href="#url">url</a></code></td>
936
968
  <td class="name">
937
969
  <code>
938
970
 
939
971
  <span class="param-type">String</span>
940
972
 
941
973
 
974
+
942
975
  </code>
943
976
  </td>
944
977
  <td class="name"><code><p>服务基地址</p></code></td>
945
978
  </tr>
946
979
 
947
980
  <tr class="deep-level-0">
948
- <td class="name"><code><a href="IGSTileLayer.html#visible">visible</a></code></td>
981
+ <td class="name"><code><a href="#visible">visible</a></code></td>
949
982
  <td class="name">
950
983
  <code>
951
984
 
952
985
  <span class="param-type">Number</span>
953
986
 
954
987
 
988
+
955
989
  </code>
956
990
  </td>
957
991
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -968,21 +1002,22 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
968
1002
  <span class="method-parameter is-pulled-right">
969
1003
  <label>类型:</label>
970
1004
 
971
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1005
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
972
1006
  |
973
1007
 
974
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1008
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
975
1009
  |
976
1010
 
977
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1011
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
978
1012
  |
979
1013
 
980
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1014
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
981
1015
  |
982
1016
 
983
1017
  <span class="param-type">null</span>
984
1018
 
985
1019
 
1020
+
986
1021
  </span>
987
1022
 
988
1023
  <h4 class="name" id="clippingArea">
@@ -1053,6 +1088,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1053
1088
  <span class="param-type">String</span>
1054
1089
 
1055
1090
 
1091
+
1056
1092
  </span>
1057
1093
 
1058
1094
  <h4 class="name" id="copyright">
@@ -1088,7 +1124,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1088
1124
 
1089
1125
  <dt class="inherited-from">Inherited From:</dt>
1090
1126
  <dd class="inherited-from"><ul class="dummy"><li>
1091
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1127
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1092
1128
  </li></ul></dd>
1093
1129
 
1094
1130
 
@@ -1132,6 +1168,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1132
1168
  <span class="param-type">String</span>
1133
1169
 
1134
1170
 
1171
+
1135
1172
  </span>
1136
1173
 
1137
1174
  <h4 class="name" id="description">
@@ -1211,6 +1248,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1211
1248
  <span class="param-type">Object</span>
1212
1249
 
1213
1250
 
1251
+
1214
1252
  </span>
1215
1253
 
1216
1254
  <h4 class="name" id="extendOptions">
@@ -1242,7 +1280,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1242
1280
 
1243
1281
  <dt class="inherited-from">Inherited From:</dt>
1244
1282
  <dd class="inherited-from"><ul class="dummy"><li>
1245
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1283
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1246
1284
  </li></ul></dd>
1247
1285
 
1248
1286
 
@@ -1286,6 +1324,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1286
1324
  <span class="param-type">Object</span>
1287
1325
 
1288
1326
 
1327
+
1289
1328
  </span>
1290
1329
 
1291
1330
  <h4 class="name" id="extendProps">
@@ -1317,7 +1356,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1317
1356
 
1318
1357
  <dt class="inherited-from">Inherited From:</dt>
1319
1358
  <dd class="inherited-from"><ul class="dummy"><li>
1320
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1359
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1321
1360
  </li></ul></dd>
1322
1361
 
1323
1362
 
@@ -1358,7 +1397,8 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1358
1397
  <span class="method-parameter is-pulled-right">
1359
1398
  <label>类型:</label>
1360
1399
 
1361
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1400
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1401
+
1362
1402
 
1363
1403
 
1364
1404
  </span>
@@ -1396,7 +1436,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1396
1436
 
1397
1437
  <dt class="inherited-from">Inherited From:</dt>
1398
1438
  <dd class="inherited-from"><ul class="dummy"><li>
1399
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1439
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1400
1440
  </li></ul></dd>
1401
1441
 
1402
1442
 
@@ -1440,6 +1480,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1440
1480
  <span class="param-type">String</span>
1441
1481
 
1442
1482
 
1483
+
1443
1484
  </span>
1444
1485
 
1445
1486
  <h4 class="name" id="headers">
@@ -1471,7 +1512,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1471
1512
 
1472
1513
  <dt class="inherited-from">Inherited From:</dt>
1473
1514
  <dd class="inherited-from"><ul class="dummy"><li>
1474
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1515
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1475
1516
  </li></ul></dd>
1476
1517
 
1477
1518
 
@@ -1515,6 +1556,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1515
1556
  <span class="param-type">String</span>
1516
1557
 
1517
1558
 
1559
+
1518
1560
  </span>
1519
1561
 
1520
1562
  <h4 class="name" id="httpMethod">
@@ -1546,7 +1588,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1546
1588
 
1547
1589
  <dt class="inherited-from">Inherited From:</dt>
1548
1590
  <dd class="inherited-from"><ul class="dummy"><li>
1549
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1591
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1550
1592
  </li></ul></dd>
1551
1593
 
1552
1594
 
@@ -1590,6 +1632,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1590
1632
  <span class="param-type">String</span>
1591
1633
 
1592
1634
 
1635
+
1593
1636
  </span>
1594
1637
 
1595
1638
  <h4 class="name" id="id">
@@ -1625,7 +1668,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1625
1668
 
1626
1669
  <dt class="inherited-from">Inherited From:</dt>
1627
1670
  <dd class="inherited-from"><ul class="dummy"><li>
1628
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1671
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1629
1672
  </li></ul></dd>
1630
1673
 
1631
1674
 
@@ -1669,6 +1712,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1669
1712
  <span class="param-type">Number</span>
1670
1713
 
1671
1714
 
1715
+
1672
1716
  </span>
1673
1717
 
1674
1718
  <h4 class="name" id="index">
@@ -1700,7 +1744,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1700
1744
 
1701
1745
  <dt class="inherited-from">Inherited From:</dt>
1702
1746
  <dd class="inherited-from"><ul class="dummy"><li>
1703
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1747
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1704
1748
  </li></ul></dd>
1705
1749
 
1706
1750
 
@@ -1744,6 +1788,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1744
1788
  <span class="param-type">Boolean</span>
1745
1789
 
1746
1790
 
1791
+
1747
1792
  </span>
1748
1793
 
1749
1794
  <h4 class="name" id="loaded">
@@ -1779,7 +1824,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1779
1824
 
1780
1825
  <dt class="inherited-from">Inherited From:</dt>
1781
1826
  <dd class="inherited-from"><ul class="dummy"><li>
1782
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1827
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1783
1828
  </li></ul></dd>
1784
1829
 
1785
1830
 
@@ -1828,6 +1873,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1828
1873
  <span class="param-type">String</span>
1829
1874
 
1830
1875
 
1876
+
1831
1877
  </span>
1832
1878
 
1833
1879
  <h4 class="name" id="loadStatus">
@@ -1863,7 +1909,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1863
1909
 
1864
1910
  <dt class="inherited-from">Inherited From:</dt>
1865
1911
  <dd class="inherited-from"><ul class="dummy"><li>
1866
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1912
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1867
1913
  </li></ul></dd>
1868
1914
 
1869
1915
 
@@ -1912,6 +1958,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1912
1958
  <span class="param-type">String</span>
1913
1959
 
1914
1960
 
1961
+
1915
1962
  </span>
1916
1963
 
1917
1964
  <h4 class="name" id="mapName">
@@ -1982,6 +2029,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1982
2029
  <span class="param-type">Number</span>
1983
2030
 
1984
2031
 
2032
+
1985
2033
  </span>
1986
2034
 
1987
2035
  <h4 class="name" id="maxScale">
@@ -2013,7 +2061,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2013
2061
 
2014
2062
  <dt class="inherited-from">Inherited From:</dt>
2015
2063
  <dd class="inherited-from"><ul class="dummy"><li>
2016
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2064
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2017
2065
  </li></ul></dd>
2018
2066
 
2019
2067
 
@@ -2062,6 +2110,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2062
2110
  <span class="param-type">Number</span>
2063
2111
 
2064
2112
 
2113
+
2065
2114
  </span>
2066
2115
 
2067
2116
  <h4 class="name" id="minScale">
@@ -2093,7 +2142,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2093
2142
 
2094
2143
  <dt class="inherited-from">Inherited From:</dt>
2095
2144
  <dd class="inherited-from"><ul class="dummy"><li>
2096
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2145
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2097
2146
  </li></ul></dd>
2098
2147
 
2099
2148
 
@@ -2142,6 +2191,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2142
2191
  <span class="param-type">Number</span>
2143
2192
 
2144
2193
 
2194
+
2145
2195
  </span>
2146
2196
 
2147
2197
  <h4 class="name" id="opacity">
@@ -2173,7 +2223,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2173
2223
 
2174
2224
  <dt class="inherited-from">Inherited From:</dt>
2175
2225
  <dd class="inherited-from"><ul class="dummy"><li>
2176
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2226
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2177
2227
  </li></ul></dd>
2178
2228
 
2179
2229
 
@@ -2214,7 +2264,8 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2214
2264
  <span class="method-parameter is-pulled-right">
2215
2265
  <label>类型:</label>
2216
2266
 
2217
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2267
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2268
+
2218
2269
 
2219
2270
 
2220
2271
  </span>
@@ -2292,6 +2343,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2292
2343
  <span class="param-type">String</span>
2293
2344
 
2294
2345
 
2346
+
2295
2347
  </span>
2296
2348
 
2297
2349
  <h4 class="name" id="title">
@@ -2323,7 +2375,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2323
2375
 
2324
2376
  <dt class="inherited-from">Inherited From:</dt>
2325
2377
  <dd class="inherited-from"><ul class="dummy"><li>
2326
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2378
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2327
2379
  </li></ul></dd>
2328
2380
 
2329
2381
 
@@ -2367,6 +2419,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2367
2419
  <span class="param-type">String</span>
2368
2420
 
2369
2421
 
2422
+
2370
2423
  </span>
2371
2424
 
2372
2425
  <h4 class="name" id="tokenKey">
@@ -2398,7 +2451,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2398
2451
 
2399
2452
  <dt class="inherited-from">Inherited From:</dt>
2400
2453
  <dd class="inherited-from"><ul class="dummy"><li>
2401
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2454
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2402
2455
  </li></ul></dd>
2403
2456
 
2404
2457
 
@@ -2447,6 +2500,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2447
2500
  <span class="param-type">String</span>
2448
2501
 
2449
2502
 
2503
+
2450
2504
  </span>
2451
2505
 
2452
2506
  <h4 class="name" id="tokenValue">
@@ -2478,7 +2532,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2478
2532
 
2479
2533
  <dt class="inherited-from">Inherited From:</dt>
2480
2534
  <dd class="inherited-from"><ul class="dummy"><li>
2481
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2535
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2482
2536
  </li></ul></dd>
2483
2537
 
2484
2538
 
@@ -2522,6 +2576,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2522
2576
  <span class="param-type">String</span>
2523
2577
 
2524
2578
 
2579
+
2525
2580
  </span>
2526
2581
 
2527
2582
  <h4 class="name" id="type">
@@ -2601,6 +2656,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2601
2656
  <span class="param-type">String</span>
2602
2657
 
2603
2658
 
2659
+
2604
2660
  </span>
2605
2661
 
2606
2662
  <h4 class="name" id="url">
@@ -2671,6 +2727,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2671
2727
  <span class="param-type">Number</span>
2672
2728
 
2673
2729
 
2730
+
2674
2731
  </span>
2675
2732
 
2676
2733
  <h4 class="name" id="visible">
@@ -2702,7 +2759,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2702
2759
 
2703
2760
  <dt class="inherited-from">Inherited From:</dt>
2704
2761
  <dd class="inherited-from"><ul class="dummy"><li>
2705
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2762
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2706
2763
  </li></ul></dd>
2707
2764
 
2708
2765
 
@@ -2759,7 +2816,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2759
2816
  <tbody>
2760
2817
 
2761
2818
  <tr class="deep-level-0">
2762
- <td class="name"><code><a href="IGSTileLayer.html#fromJSON">fromJSON</a></code></td>
2819
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2763
2820
  <td class="name">
2764
2821
  <code>
2765
2822
 
@@ -2769,12 +2826,13 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2769
2826
  </tr>
2770
2827
 
2771
2828
  <tr class="deep-level-0">
2772
- <td class="name"><code><a href="IGSTileLayer.html#clone">clone</a></code></td>
2829
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2773
2830
  <td class="name">
2774
2831
  <code>
2775
2832
 
2776
2833
 
2777
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2834
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2835
+
2778
2836
 
2779
2837
 
2780
2838
 
@@ -2784,7 +2842,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2784
2842
  </tr>
2785
2843
 
2786
2844
  <tr class="deep-level-0">
2787
- <td class="name"><code><a href="IGSTileLayer.html#destroy">destroy</a></code></td>
2845
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2788
2846
  <td class="name">
2789
2847
  <code>
2790
2848
 
@@ -2792,6 +2850,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2792
2850
  <span class="param-type">*</span>
2793
2851
 
2794
2852
 
2853
+
2795
2854
 
2796
2855
  </code>
2797
2856
  </td>
@@ -2799,7 +2858,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2799
2858
  </tr>
2800
2859
 
2801
2860
  <tr class="deep-level-0">
2802
- <td class="name"><code><a href="IGSTileLayer.html#getTileUrl">getTileUrl</a></code></td>
2861
+ <td class="name"><code><a href="#getTileUrl">getTileUrl</a></code></td>
2803
2862
  <td class="name">
2804
2863
  <code>
2805
2864
 
@@ -2809,7 +2868,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2809
2868
  </tr>
2810
2869
 
2811
2870
  <tr class="deep-level-0">
2812
- <td class="name"><code><a href="IGSTileLayer.html#isLoaded">isLoaded</a></code></td>
2871
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2813
2872
  <td class="name">
2814
2873
  <code>
2815
2874
 
@@ -2817,6 +2876,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2817
2876
  <span class="param-type">Boolean</span>
2818
2877
 
2819
2878
 
2879
+
2820
2880
 
2821
2881
  </code>
2822
2882
  </td>
@@ -2824,7 +2884,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2824
2884
  </tr>
2825
2885
 
2826
2886
  <tr class="deep-level-0">
2827
- <td class="name"><code><a href="IGSTileLayer.html#load">load</a></code></td>
2887
+ <td class="name"><code><a href="#load">load</a></code></td>
2828
2888
  <td class="name">
2829
2889
  <code>
2830
2890
 
@@ -2834,7 +2894,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2834
2894
  </tr>
2835
2895
 
2836
2896
  <tr class="deep-level-0">
2837
- <td class="name"><code><a href="IGSTileLayer.html#refresh">refresh</a></code></td>
2897
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2838
2898
  <td class="name">
2839
2899
  <code>
2840
2900
 
@@ -2844,7 +2904,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2844
2904
  </tr>
2845
2905
 
2846
2906
  <tr class="deep-level-0">
2847
- <td class="name"><code><a href="IGSTileLayer.html#toJSON">toJSON</a></code></td>
2907
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2848
2908
  <td class="name">
2849
2909
  <code>
2850
2910
 
@@ -2852,6 +2912,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2852
2912
  <span class="param-type">Object</span>
2853
2913
 
2854
2914
 
2915
+
2855
2916
 
2856
2917
  </code>
2857
2918
  </td>
@@ -2929,6 +2990,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2929
2990
  <span class="param-type">Object</span>
2930
2991
 
2931
2992
 
2993
+
2932
2994
 
2933
2995
  </td>
2934
2996
 
@@ -3062,7 +3124,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3062
3124
 
3063
3125
  <dt class="inherited-from">Inherited From:</dt>
3064
3126
  <dd class="inherited-from"><ul class="dummy"><li>
3065
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3127
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3066
3128
  </li></ul></dd>
3067
3129
 
3068
3130
 
@@ -3123,7 +3185,8 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3123
3185
  <div class='column is-5 has-text-left'>
3124
3186
  <label>类型: </label>
3125
3187
 
3126
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3188
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3189
+
3127
3190
 
3128
3191
 
3129
3192
  </div>
@@ -3179,7 +3242,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3179
3242
 
3180
3243
  <dt class="inherited-from">Inherited From:</dt>
3181
3244
  <dd class="inherited-from"><ul class="dummy"><li>
3182
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3245
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3183
3246
  </li></ul></dd>
3184
3247
 
3185
3248
 
@@ -3241,6 +3304,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3241
3304
  <span class="param-type">*</span>
3242
3305
 
3243
3306
 
3307
+
3244
3308
  </div>
3245
3309
 
3246
3310
  </div>
@@ -3318,6 +3382,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3318
3382
  <span class="param-type">Number</span>
3319
3383
 
3320
3384
 
3385
+
3321
3386
 
3322
3387
  </td>
3323
3388
 
@@ -3342,6 +3407,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3342
3407
  <span class="param-type">Number</span>
3343
3408
 
3344
3409
 
3410
+
3345
3411
 
3346
3412
  </td>
3347
3413
 
@@ -3366,6 +3432,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3366
3432
  <span class="param-type">Number</span>
3367
3433
 
3368
3434
 
3435
+
3369
3436
 
3370
3437
  </td>
3371
3438
 
@@ -3495,7 +3562,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3495
3562
 
3496
3563
  <dt class="inherited-from">Inherited From:</dt>
3497
3564
  <dd class="inherited-from"><ul class="dummy"><li>
3498
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3565
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3499
3566
  </li></ul></dd>
3500
3567
 
3501
3568
 
@@ -3559,6 +3626,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3559
3626
  <span class="param-type">Boolean</span>
3560
3627
 
3561
3628
 
3629
+
3562
3630
  </div>
3563
3631
 
3564
3632
  </div>
@@ -3724,7 +3792,7 @@ igsTileLayer.load().then((result) => {
3724
3792
 
3725
3793
  <dt class="inherited-from">Inherited From:</dt>
3726
3794
  <dd class="inherited-from"><ul class="dummy"><li>
3727
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3795
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3728
3796
  </li></ul></dd>
3729
3797
 
3730
3798
 
@@ -3884,6 +3952,7 @@ igsTileLayer.load().then((result) => {
3884
3952
  <span class="param-type">Object</span>
3885
3953
 
3886
3954
 
3955
+
3887
3956
  </div>
3888
3957
 
3889
3958
  </div>
@@ -4033,6 +4102,7 @@ igsTileLayer.load().then((result) => {
4033
4102
  <span class="param-type">Object</span>
4034
4103
 
4035
4104
 
4105
+
4036
4106
 
4037
4107
  </td>
4038
4108
 
@@ -4066,6 +4136,7 @@ igsTileLayer.load().then((result) => {
4066
4136
  <span class="param-type">String</span>
4067
4137
 
4068
4138
 
4139
+
4069
4140
 
4070
4141
  </td>
4071
4142
 
@@ -4103,6 +4174,7 @@ igsTileLayer.load().then((result) => {
4103
4174
  <span class="param-type">String</span>
4104
4175
 
4105
4176
 
4177
+
4106
4178
 
4107
4179
  </td>
4108
4180
 
@@ -4137,7 +4209,8 @@ igsTileLayer.load().then((result) => {
4137
4209
  <td class="type">
4138
4210
 
4139
4211
 
4140
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4212
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4213
+
4141
4214
 
4142
4215
 
4143
4216
 
@@ -4174,7 +4247,8 @@ igsTileLayer.load().then((result) => {
4174
4247
  <td class="type">
4175
4248
 
4176
4249
 
4177
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4250
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4251
+
4178
4252
 
4179
4253
 
4180
4254
 
@@ -4211,7 +4285,8 @@ igsTileLayer.load().then((result) => {
4211
4285
  <td class="type">
4212
4286
 
4213
4287
 
4214
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4288
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4289
+
4215
4290
 
4216
4291
 
4217
4292
 
@@ -4248,7 +4323,8 @@ igsTileLayer.load().then((result) => {
4248
4323
  <td class="type">
4249
4324
 
4250
4325
 
4251
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4326
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4327
+
4252
4328
 
4253
4329
 
4254
4330
 
@@ -4285,7 +4361,8 @@ igsTileLayer.load().then((result) => {
4285
4361
  <td class="type">
4286
4362
 
4287
4363
 
4288
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4364
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4365
+
4289
4366
 
4290
4367
 
4291
4368
 
@@ -4330,7 +4407,7 @@ igsTileLayer.load().then((result) => {
4330
4407
 
4331
4408
  <dt class="inherited-from">Inherited From:</dt>
4332
4409
  <dd class="inherited-from"><ul class="dummy"><li>
4333
- <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>
4410
+ <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>
4334
4411
  </li></ul></dd>
4335
4412
 
4336
4413
 
@@ -4479,6 +4556,7 @@ igsTileLayer.load().then((result) => {
4479
4556
  <span class="param-type">Object</span>
4480
4557
 
4481
4558
 
4559
+
4482
4560
 
4483
4561
  </td>
4484
4562
 
@@ -4512,6 +4590,7 @@ igsTileLayer.load().then((result) => {
4512
4590
  <span class="param-type">String</span>
4513
4591
 
4514
4592
 
4593
+
4515
4594
 
4516
4595
  </td>
4517
4596
 
@@ -4549,6 +4628,7 @@ igsTileLayer.load().then((result) => {
4549
4628
  <span class="param-type">String</span>
4550
4629
 
4551
4630
 
4631
+
4552
4632
 
4553
4633
  </td>
4554
4634
 
@@ -4583,7 +4663,8 @@ igsTileLayer.load().then((result) => {
4583
4663
  <td class="type">
4584
4664
 
4585
4665
 
4586
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4666
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4667
+
4587
4668
 
4588
4669
 
4589
4670
 
@@ -4620,7 +4701,8 @@ igsTileLayer.load().then((result) => {
4620
4701
  <td class="type">
4621
4702
 
4622
4703
 
4623
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4704
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4705
+
4624
4706
 
4625
4707
 
4626
4708
 
@@ -4657,7 +4739,8 @@ igsTileLayer.load().then((result) => {
4657
4739
  <td class="type">
4658
4740
 
4659
4741
 
4660
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4742
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4743
+
4661
4744
 
4662
4745
 
4663
4746
 
@@ -4694,7 +4777,8 @@ igsTileLayer.load().then((result) => {
4694
4777
  <td class="type">
4695
4778
 
4696
4779
 
4697
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4780
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4781
+
4698
4782
 
4699
4783
 
4700
4784
 
@@ -4731,7 +4815,8 @@ igsTileLayer.load().then((result) => {
4731
4815
  <td class="type">
4732
4816
 
4733
4817
 
4734
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4818
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4819
+
4735
4820
 
4736
4821
 
4737
4822
 
@@ -4776,7 +4861,7 @@ igsTileLayer.load().then((result) => {
4776
4861
 
4777
4862
  <dt class="inherited-from">Inherited From:</dt>
4778
4863
  <dd class="inherited-from"><ul class="dummy"><li>
4779
- <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>
4864
+ <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>
4780
4865
  </li></ul></dd>
4781
4866
 
4782
4867
 
@@ -4915,6 +5000,7 @@ igsTileLayer.load().then((result) => {
4915
5000
  <span class="param-type">Object</span>
4916
5001
 
4917
5002
 
5003
+
4918
5004
 
4919
5005
  </td>
4920
5006
 
@@ -4948,6 +5034,7 @@ igsTileLayer.load().then((result) => {
4948
5034
  <span class="param-type">String</span>
4949
5035
 
4950
5036
 
5037
+
4951
5038
 
4952
5039
  </td>
4953
5040
 
@@ -4985,6 +5072,7 @@ igsTileLayer.load().then((result) => {
4985
5072
  <span class="param-type">String</span>
4986
5073
 
4987
5074
 
5075
+
4988
5076
 
4989
5077
  </td>
4990
5078
 
@@ -5019,7 +5107,8 @@ igsTileLayer.load().then((result) => {
5019
5107
  <td class="type">
5020
5108
 
5021
5109
 
5022
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5110
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5111
+
5023
5112
 
5024
5113
 
5025
5114
 
@@ -5056,7 +5145,8 @@ igsTileLayer.load().then((result) => {
5056
5145
  <td class="type">
5057
5146
 
5058
5147
 
5059
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5148
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5149
+
5060
5150
 
5061
5151
 
5062
5152
 
@@ -5093,7 +5183,8 @@ igsTileLayer.load().then((result) => {
5093
5183
  <td class="type">
5094
5184
 
5095
5185
 
5096
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5186
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5187
+
5097
5188
 
5098
5189
 
5099
5190
 
@@ -5130,7 +5221,8 @@ igsTileLayer.load().then((result) => {
5130
5221
  <td class="type">
5131
5222
 
5132
5223
 
5133
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5224
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5225
+
5134
5226
 
5135
5227
 
5136
5228
 
@@ -5167,7 +5259,8 @@ igsTileLayer.load().then((result) => {
5167
5259
  <td class="type">
5168
5260
 
5169
5261
 
5170
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5262
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5263
+
5171
5264
 
5172
5265
 
5173
5266
 
@@ -5212,7 +5305,7 @@ igsTileLayer.load().then((result) => {
5212
5305
 
5213
5306
  <dt class="inherited-from">Inherited From:</dt>
5214
5307
  <dd class="inherited-from"><ul class="dummy"><li>
5215
- <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>
5308
+ <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>
5216
5309
  </li></ul></dd>
5217
5310
 
5218
5311
 
@@ -5361,6 +5454,7 @@ igsTileLayer.load().then((result) => {
5361
5454
  <span class="param-type">Object</span>
5362
5455
 
5363
5456
 
5457
+
5364
5458
 
5365
5459
  </td>
5366
5460
 
@@ -5394,6 +5488,7 @@ igsTileLayer.load().then((result) => {
5394
5488
  <span class="param-type">String</span>
5395
5489
 
5396
5490
 
5491
+
5397
5492
 
5398
5493
  </td>
5399
5494
 
@@ -5431,6 +5526,7 @@ igsTileLayer.load().then((result) => {
5431
5526
  <span class="param-type">String</span>
5432
5527
 
5433
5528
 
5529
+
5434
5530
 
5435
5531
  </td>
5436
5532
 
@@ -5465,7 +5561,8 @@ igsTileLayer.load().then((result) => {
5465
5561
  <td class="type">
5466
5562
 
5467
5563
 
5468
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5564
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5565
+
5469
5566
 
5470
5567
 
5471
5568
 
@@ -5502,7 +5599,8 @@ igsTileLayer.load().then((result) => {
5502
5599
  <td class="type">
5503
5600
 
5504
5601
 
5505
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5602
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5603
+
5506
5604
 
5507
5605
 
5508
5606
 
@@ -5539,7 +5637,8 @@ igsTileLayer.load().then((result) => {
5539
5637
  <td class="type">
5540
5638
 
5541
5639
 
5542
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5640
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5641
+
5543
5642
 
5544
5643
 
5545
5644
 
@@ -5576,7 +5675,8 @@ igsTileLayer.load().then((result) => {
5576
5675
  <td class="type">
5577
5676
 
5578
5677
 
5579
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5678
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5679
+
5580
5680
 
5581
5681
 
5582
5682
 
@@ -5613,7 +5713,8 @@ igsTileLayer.load().then((result) => {
5613
5713
  <td class="type">
5614
5714
 
5615
5715
 
5616
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5716
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5717
+
5617
5718
 
5618
5719
 
5619
5720
 
@@ -5658,7 +5759,7 @@ igsTileLayer.load().then((result) => {
5658
5759
 
5659
5760
  <dt class="inherited-from">Inherited From:</dt>
5660
5761
  <dd class="inherited-from"><ul class="dummy"><li>
5661
- <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>
5762
+ <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>
5662
5763
  </li></ul></dd>
5663
5764
 
5664
5765
 
@@ -5797,6 +5898,7 @@ igsTileLayer.load().then((result) => {
5797
5898
  <span class="param-type">Object</span>
5798
5899
 
5799
5900
 
5901
+
5800
5902
 
5801
5903
  </td>
5802
5904
 
@@ -5830,6 +5932,7 @@ igsTileLayer.load().then((result) => {
5830
5932
  <span class="param-type">String</span>
5831
5933
 
5832
5934
 
5935
+
5833
5936
 
5834
5937
  </td>
5835
5938
 
@@ -5867,6 +5970,7 @@ igsTileLayer.load().then((result) => {
5867
5970
  <span class="param-type">String</span>
5868
5971
 
5869
5972
 
5973
+
5870
5974
 
5871
5975
  </td>
5872
5976
 
@@ -5901,7 +6005,8 @@ igsTileLayer.load().then((result) => {
5901
6005
  <td class="type">
5902
6006
 
5903
6007
 
5904
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6008
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6009
+
5905
6010
 
5906
6011
 
5907
6012
 
@@ -5938,7 +6043,8 @@ igsTileLayer.load().then((result) => {
5938
6043
  <td class="type">
5939
6044
 
5940
6045
 
5941
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6046
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6047
+
5942
6048
 
5943
6049
 
5944
6050
 
@@ -5975,7 +6081,8 @@ igsTileLayer.load().then((result) => {
5975
6081
  <td class="type">
5976
6082
 
5977
6083
 
5978
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6084
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6085
+
5979
6086
 
5980
6087
 
5981
6088
 
@@ -6012,7 +6119,8 @@ igsTileLayer.load().then((result) => {
6012
6119
  <td class="type">
6013
6120
 
6014
6121
 
6015
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6122
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6123
+
6016
6124
 
6017
6125
 
6018
6126
 
@@ -6049,7 +6157,8 @@ igsTileLayer.load().then((result) => {
6049
6157
  <td class="type">
6050
6158
 
6051
6159
 
6052
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6160
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6161
+
6053
6162
 
6054
6163
 
6055
6164
 
@@ -6094,7 +6203,7 @@ igsTileLayer.load().then((result) => {
6094
6203
 
6095
6204
  <dt class="inherited-from">Inherited From:</dt>
6096
6205
  <dd class="inherited-from"><ul class="dummy"><li>
6097
- <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>
6206
+ <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>
6098
6207
  </li></ul></dd>
6099
6208
 
6100
6209
 
@@ -6243,6 +6352,7 @@ igsTileLayer.load().then((result) => {
6243
6352
  <span class="param-type">Object</span>
6244
6353
 
6245
6354
 
6355
+
6246
6356
 
6247
6357
  </td>
6248
6358
 
@@ -6276,6 +6386,7 @@ igsTileLayer.load().then((result) => {
6276
6386
  <span class="param-type">String</span>
6277
6387
 
6278
6388
 
6389
+
6279
6390
 
6280
6391
  </td>
6281
6392
 
@@ -6313,6 +6424,7 @@ igsTileLayer.load().then((result) => {
6313
6424
  <span class="param-type">String</span>
6314
6425
 
6315
6426
 
6427
+
6316
6428
 
6317
6429
  </td>
6318
6430
 
@@ -6347,7 +6459,8 @@ igsTileLayer.load().then((result) => {
6347
6459
  <td class="type">
6348
6460
 
6349
6461
 
6350
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6462
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6463
+
6351
6464
 
6352
6465
 
6353
6466
 
@@ -6384,7 +6497,8 @@ igsTileLayer.load().then((result) => {
6384
6497
  <td class="type">
6385
6498
 
6386
6499
 
6387
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6500
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6501
+
6388
6502
 
6389
6503
 
6390
6504
 
@@ -6421,7 +6535,8 @@ igsTileLayer.load().then((result) => {
6421
6535
  <td class="type">
6422
6536
 
6423
6537
 
6424
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6538
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6539
+
6425
6540
 
6426
6541
 
6427
6542
 
@@ -6458,7 +6573,8 @@ igsTileLayer.load().then((result) => {
6458
6573
  <td class="type">
6459
6574
 
6460
6575
 
6461
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6576
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6577
+
6462
6578
 
6463
6579
 
6464
6580
 
@@ -6495,7 +6611,8 @@ igsTileLayer.load().then((result) => {
6495
6611
  <td class="type">
6496
6612
 
6497
6613
 
6498
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6614
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6615
+
6499
6616
 
6500
6617
 
6501
6618
 
@@ -6540,7 +6657,7 @@ igsTileLayer.load().then((result) => {
6540
6657
 
6541
6658
  <dt class="inherited-from">Inherited From:</dt>
6542
6659
  <dd class="inherited-from"><ul class="dummy"><li>
6543
- <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>
6660
+ <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>
6544
6661
  </li></ul></dd>
6545
6662
 
6546
6663
 
@@ -6679,6 +6796,7 @@ igsTileLayer.load().then((result) => {
6679
6796
  <span class="param-type">Object</span>
6680
6797
 
6681
6798
 
6799
+
6682
6800
 
6683
6801
  </td>
6684
6802
 
@@ -6712,6 +6830,7 @@ igsTileLayer.load().then((result) => {
6712
6830
  <span class="param-type">String</span>
6713
6831
 
6714
6832
 
6833
+
6715
6834
 
6716
6835
  </td>
6717
6836
 
@@ -6749,6 +6868,7 @@ igsTileLayer.load().then((result) => {
6749
6868
  <span class="param-type">String</span>
6750
6869
 
6751
6870
 
6871
+
6752
6872
 
6753
6873
  </td>
6754
6874
 
@@ -6783,7 +6903,8 @@ igsTileLayer.load().then((result) => {
6783
6903
  <td class="type">
6784
6904
 
6785
6905
 
6786
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6906
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6907
+
6787
6908
 
6788
6909
 
6789
6910
 
@@ -6820,7 +6941,8 @@ igsTileLayer.load().then((result) => {
6820
6941
  <td class="type">
6821
6942
 
6822
6943
 
6823
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6944
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6945
+
6824
6946
 
6825
6947
 
6826
6948
 
@@ -6857,7 +6979,8 @@ igsTileLayer.load().then((result) => {
6857
6979
  <td class="type">
6858
6980
 
6859
6981
 
6860
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6982
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6983
+
6861
6984
 
6862
6985
 
6863
6986
 
@@ -6894,7 +7017,8 @@ igsTileLayer.load().then((result) => {
6894
7017
  <td class="type">
6895
7018
 
6896
7019
 
6897
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7020
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7021
+
6898
7022
 
6899
7023
 
6900
7024
 
@@ -6931,7 +7055,8 @@ igsTileLayer.load().then((result) => {
6931
7055
  <td class="type">
6932
7056
 
6933
7057
 
6934
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7058
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7059
+
6935
7060
 
6936
7061
 
6937
7062
 
@@ -6976,7 +7101,7 @@ igsTileLayer.load().then((result) => {
6976
7101
 
6977
7102
  <dt class="inherited-from">Inherited From:</dt>
6978
7103
  <dd class="inherited-from"><ul class="dummy"><li>
6979
- <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>
7104
+ <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>
6980
7105
  </li></ul></dd>
6981
7106
 
6982
7107