@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -127,13 +137,18 @@
127
137
 
128
138
  <tr class="deep-level-1">
129
139
 
130
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
140
+ <td class="name"><code>extendOptions</code></td>
131
141
 
132
142
 
133
143
  <td class="type">
134
144
 
135
145
 
136
- <span class="param-type">Object</span>
146
+ <span class="param-type">
147
+
148
+ Object
149
+
150
+ </span>
151
+
137
152
 
138
153
 
139
154
 
@@ -153,13 +168,18 @@
153
168
 
154
169
  <tr class="deep-level-1">
155
170
 
156
- <td class="name" id="extendProps"><code>extendProps</code></td>
171
+ <td class="name"><code>extendProps</code></td>
157
172
 
158
173
 
159
174
  <td class="type">
160
175
 
161
176
 
162
- <span class="param-type">Object</span>
177
+ <span class="param-type">
178
+
179
+ Object
180
+
181
+ </span>
182
+
163
183
 
164
184
 
165
185
 
@@ -260,7 +280,7 @@
260
280
 
261
281
 
262
282
  <ul>
263
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
283
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
264
284
  </ul>
265
285
 
266
286
 
@@ -292,11 +312,16 @@
292
312
  <tbody>
293
313
 
294
314
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#boundingVolume">boundingVolume</a></code></td>
315
+ <td class="name"><code><a href="#boundingVolume">boundingVolume</a></code></td>
296
316
  <td class="name">
297
317
  <code>
298
318
 
299
- <span class="param-type">Object</span>
319
+ <span class="param-type">
320
+
321
+ Object
322
+
323
+ </span>
324
+
300
325
 
301
326
 
302
327
  </code>
@@ -305,11 +330,16 @@
305
330
  </tr>
306
331
 
307
332
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#copyright">copyright</a></code></td>
333
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
309
334
  <td class="name">
310
335
  <code>
311
336
 
312
- <span class="param-type">String</span>
337
+ <span class="param-type">
338
+
339
+ String
340
+
341
+ </span>
342
+
313
343
 
314
344
 
315
345
  </code>
@@ -318,11 +348,16 @@
318
348
  </tr>
319
349
 
320
350
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#description">description</a></code></td>
351
+ <td class="name"><code><a href="#description">description</a></code></td>
322
352
  <td class="name">
323
353
  <code>
324
354
 
325
- <span class="param-type">String</span>
355
+ <span class="param-type">
356
+
357
+ String
358
+
359
+ </span>
360
+
326
361
 
327
362
 
328
363
  </code>
@@ -331,11 +366,16 @@
331
366
  </tr>
332
367
 
333
368
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#extendOptions">extendOptions</a></code></td>
369
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
335
370
  <td class="name">
336
371
  <code>
337
372
 
338
- <span class="param-type">Object</span>
373
+ <span class="param-type">
374
+
375
+ Object
376
+
377
+ </span>
378
+
339
379
 
340
380
 
341
381
  </code>
@@ -344,11 +384,16 @@
344
384
  </tr>
345
385
 
346
386
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#extendProps">extendProps</a></code></td>
387
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
348
388
  <td class="name">
349
389
  <code>
350
390
 
351
- <span class="param-type">Object</span>
391
+ <span class="param-type">
392
+
393
+ Object
394
+
395
+ </span>
396
+
352
397
 
353
398
 
354
399
  </code>
@@ -357,11 +402,16 @@
357
402
  </tr>
358
403
 
359
404
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#extent">extent</a></code></td>
405
+ <td class="name"><code><a href="#extent">extent</a></code></td>
361
406
  <td class="name">
362
407
  <code>
363
408
 
364
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
409
+ <span class="param-type">
410
+
411
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
412
+
413
+ </span>
414
+
365
415
 
366
416
 
367
417
  </code>
@@ -370,11 +420,16 @@
370
420
  </tr>
371
421
 
372
422
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#fieldInfo">fieldInfo</a></code></td>
423
+ <td class="name"><code><a href="#fieldInfo">fieldInfo</a></code></td>
374
424
  <td class="name">
375
425
  <code>
376
426
 
377
- <span class="param-type">String</span>
427
+ <span class="param-type">
428
+
429
+ String
430
+
431
+ </span>
432
+
378
433
 
379
434
 
380
435
  </code>
@@ -383,11 +438,16 @@
383
438
  </tr>
384
439
 
385
440
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#headers">headers</a></code></td>
441
+ <td class="name"><code><a href="#headers">headers</a></code></td>
387
442
  <td class="name">
388
443
  <code>
389
444
 
390
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
450
+
391
451
 
392
452
 
393
453
  </code>
@@ -396,11 +456,16 @@
396
456
  </tr>
397
457
 
398
458
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#httpMethod">httpMethod</a></code></td>
459
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
400
460
  <td class="name">
401
461
  <code>
402
462
 
403
- <span class="param-type">String</span>
463
+ <span class="param-type">
464
+
465
+ String
466
+
467
+ </span>
468
+
404
469
 
405
470
 
406
471
  </code>
@@ -409,11 +474,16 @@
409
474
  </tr>
410
475
 
411
476
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#id">id</a></code></td>
477
+ <td class="name"><code><a href="#id">id</a></code></td>
413
478
  <td class="name">
414
479
  <code>
415
480
 
416
- <span class="param-type">String</span>
481
+ <span class="param-type">
482
+
483
+ String
484
+
485
+ </span>
486
+
417
487
 
418
488
 
419
489
  </code>
@@ -422,11 +492,16 @@
422
492
  </tr>
423
493
 
424
494
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#index">index</a></code></td>
495
+ <td class="name"><code><a href="#index">index</a></code></td>
426
496
  <td class="name">
427
497
  <code>
428
498
 
429
- <span class="param-type">Number</span>
499
+ <span class="param-type">
500
+
501
+ Number
502
+
503
+ </span>
504
+
430
505
 
431
506
 
432
507
  </code>
@@ -435,11 +510,16 @@
435
510
  </tr>
436
511
 
437
512
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#loaded">loaded</a></code></td>
513
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
439
514
  <td class="name">
440
515
  <code>
441
516
 
442
- <span class="param-type">Boolean</span>
517
+ <span class="param-type">
518
+
519
+ Boolean
520
+
521
+ </span>
522
+
443
523
 
444
524
 
445
525
  </code>
@@ -448,11 +528,16 @@
448
528
  </tr>
449
529
 
450
530
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#loadStatus">loadStatus</a></code></td>
531
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
452
532
  <td class="name">
453
533
  <code>
454
534
 
455
- <span class="param-type">String</span>
535
+ <span class="param-type">
536
+
537
+ String
538
+
539
+ </span>
540
+
456
541
 
457
542
 
458
543
  </code>
@@ -461,11 +546,16 @@
461
546
  </tr>
462
547
 
463
548
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#maxScale">maxScale</a></code></td>
549
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
465
550
  <td class="name">
466
551
  <code>
467
552
 
468
- <span class="param-type">Number</span>
553
+ <span class="param-type">
554
+
555
+ Number
556
+
557
+ </span>
558
+
469
559
 
470
560
 
471
561
  </code>
@@ -474,11 +564,16 @@
474
564
  </tr>
475
565
 
476
566
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#minScale">minScale</a></code></td>
567
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
478
568
  <td class="name">
479
569
  <code>
480
570
 
481
- <span class="param-type">Number</span>
571
+ <span class="param-type">
572
+
573
+ Number
574
+
575
+ </span>
576
+
482
577
 
483
578
 
484
579
  </code>
@@ -487,11 +582,16 @@
487
582
  </tr>
488
583
 
489
584
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#opacity">opacity</a></code></td>
585
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
491
586
  <td class="name">
492
587
  <code>
493
588
 
494
- <span class="param-type">Number</span>
589
+ <span class="param-type">
590
+
591
+ Number
592
+
593
+ </span>
594
+
495
595
 
496
596
 
497
597
  </code>
@@ -500,11 +600,16 @@
500
600
  </tr>
501
601
 
502
602
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#position">position</a></code></td>
603
+ <td class="name"><code><a href="#position">position</a></code></td>
504
604
  <td class="name">
505
605
  <code>
506
606
 
507
- <span class="param-type">Object</span>
607
+ <span class="param-type">
608
+
609
+ Object
610
+
611
+ </span>
612
+
508
613
 
509
614
 
510
615
  </code>
@@ -513,11 +618,16 @@
513
618
  </tr>
514
619
 
515
620
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#sceneName">sceneName</a></code></td>
621
+ <td class="name"><code><a href="#sceneName">sceneName</a></code></td>
517
622
  <td class="name">
518
623
  <code>
519
624
 
520
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
630
+
521
631
 
522
632
 
523
633
  </code>
@@ -526,11 +636,16 @@
526
636
  </tr>
527
637
 
528
638
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#spatialReference">spatialReference</a></code></td>
639
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
530
640
  <td class="name">
531
641
  <code>
532
642
 
533
- <span class="param-type">Object</span>
643
+ <span class="param-type">
644
+
645
+ Object
646
+
647
+ </span>
648
+
534
649
 
535
650
 
536
651
  </code>
@@ -539,11 +654,16 @@
539
654
  </tr>
540
655
 
541
656
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#title">title</a></code></td>
657
+ <td class="name"><code><a href="#title">title</a></code></td>
543
658
  <td class="name">
544
659
  <code>
545
660
 
546
- <span class="param-type">String</span>
661
+ <span class="param-type">
662
+
663
+ String
664
+
665
+ </span>
666
+
547
667
 
548
668
 
549
669
  </code>
@@ -552,11 +672,16 @@
552
672
  </tr>
553
673
 
554
674
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#tokenKey">tokenKey</a></code></td>
675
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
556
676
  <td class="name">
557
677
  <code>
558
678
 
559
- <span class="param-type">String</span>
679
+ <span class="param-type">
680
+
681
+ String
682
+
683
+ </span>
684
+
560
685
 
561
686
 
562
687
  </code>
@@ -565,11 +690,16 @@
565
690
  </tr>
566
691
 
567
692
  <tr class="deep-level-0">
568
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#tokenValue">tokenValue</a></code></td>
693
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
569
694
  <td class="name">
570
695
  <code>
571
696
 
572
- <span class="param-type">String</span>
697
+ <span class="param-type">
698
+
699
+ String
700
+
701
+ </span>
702
+
573
703
 
574
704
 
575
705
  </code>
@@ -578,11 +708,16 @@
578
708
  </tr>
579
709
 
580
710
  <tr class="deep-level-0">
581
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#type">type</a></code></td>
711
+ <td class="name"><code><a href="#type">type</a></code></td>
582
712
  <td class="name">
583
713
  <code>
584
714
 
585
- <span class="param-type">String</span>
715
+ <span class="param-type">
716
+
717
+ String
718
+
719
+ </span>
720
+
586
721
 
587
722
 
588
723
  </code>
@@ -591,11 +726,16 @@
591
726
  </tr>
592
727
 
593
728
  <tr class="deep-level-0">
594
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#url">url</a></code></td>
729
+ <td class="name"><code><a href="#url">url</a></code></td>
595
730
  <td class="name">
596
731
  <code>
597
732
 
598
- <span class="param-type">String</span>
733
+ <span class="param-type">
734
+
735
+ String
736
+
737
+ </span>
738
+
599
739
 
600
740
 
601
741
  </code>
@@ -604,11 +744,16 @@
604
744
  </tr>
605
745
 
606
746
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#version">version</a></code></td>
747
+ <td class="name"><code><a href="#version">version</a></code></td>
608
748
  <td class="name">
609
749
  <code>
610
750
 
611
- <span class="param-type">String</span>
751
+ <span class="param-type">
752
+
753
+ String
754
+
755
+ </span>
756
+
612
757
 
613
758
 
614
759
  </code>
@@ -617,11 +762,16 @@
617
762
  </tr>
618
763
 
619
764
  <tr class="deep-level-0">
620
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#visible">visible</a></code></td>
765
+ <td class="name"><code><a href="#visible">visible</a></code></td>
621
766
  <td class="name">
622
767
  <code>
623
768
 
624
- <span class="param-type">Number</span>
769
+ <span class="param-type">
770
+
771
+ Number
772
+
773
+ </span>
774
+
625
775
 
626
776
 
627
777
  </code>
@@ -640,7 +790,12 @@
640
790
  <span class="method-parameter is-pulled-right">
641
791
  <label>类型:</label>
642
792
 
643
- <span class="param-type">Object</span>
793
+ <span class="param-type">
794
+
795
+ Object
796
+
797
+ </span>
798
+
644
799
 
645
800
 
646
801
  </span>
@@ -710,7 +865,12 @@
710
865
  <span class="method-parameter is-pulled-right">
711
866
  <label>类型:</label>
712
867
 
713
- <span class="param-type">String</span>
868
+ <span class="param-type">
869
+
870
+ String
871
+
872
+ </span>
873
+
714
874
 
715
875
 
716
876
  </span>
@@ -748,7 +908,7 @@
748
908
 
749
909
  <dt class="inherited-from">Inherited From:</dt>
750
910
  <dd class="inherited-from"><ul class="dummy"><li>
751
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
911
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
752
912
  </li></ul></dd>
753
913
 
754
914
 
@@ -789,7 +949,12 @@
789
949
  <span class="method-parameter is-pulled-right">
790
950
  <label>类型:</label>
791
951
 
792
- <span class="param-type">String</span>
952
+ <span class="param-type">
953
+
954
+ String
955
+
956
+ </span>
957
+
793
958
 
794
959
 
795
960
  </span>
@@ -864,7 +1029,12 @@
864
1029
  <span class="method-parameter is-pulled-right">
865
1030
  <label>类型:</label>
866
1031
 
867
- <span class="param-type">Object</span>
1032
+ <span class="param-type">
1033
+
1034
+ Object
1035
+
1036
+ </span>
1037
+
868
1038
 
869
1039
 
870
1040
  </span>
@@ -939,7 +1109,12 @@
939
1109
  <span class="method-parameter is-pulled-right">
940
1110
  <label>类型:</label>
941
1111
 
942
- <span class="param-type">Object</span>
1112
+ <span class="param-type">
1113
+
1114
+ Object
1115
+
1116
+ </span>
1117
+
943
1118
 
944
1119
 
945
1120
  </span>
@@ -973,7 +1148,7 @@
973
1148
 
974
1149
  <dt class="inherited-from">Inherited From:</dt>
975
1150
  <dd class="inherited-from"><ul class="dummy"><li>
976
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1151
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
977
1152
  </li></ul></dd>
978
1153
 
979
1154
 
@@ -1014,7 +1189,12 @@
1014
1189
  <span class="method-parameter is-pulled-right">
1015
1190
  <label>类型:</label>
1016
1191
 
1017
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1192
+ <span class="param-type">
1193
+
1194
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1195
+
1196
+ </span>
1197
+
1018
1198
 
1019
1199
 
1020
1200
  </span>
@@ -1052,7 +1232,7 @@
1052
1232
 
1053
1233
  <dt class="inherited-from">Inherited From:</dt>
1054
1234
  <dd class="inherited-from"><ul class="dummy"><li>
1055
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1235
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1056
1236
  </li></ul></dd>
1057
1237
 
1058
1238
 
@@ -1093,7 +1273,12 @@
1093
1273
  <span class="method-parameter is-pulled-right">
1094
1274
  <label>类型:</label>
1095
1275
 
1096
- <span class="param-type">String</span>
1276
+ <span class="param-type">
1277
+
1278
+ String
1279
+
1280
+ </span>
1281
+
1097
1282
 
1098
1283
 
1099
1284
  </span>
@@ -1163,7 +1348,12 @@
1163
1348
  <span class="method-parameter is-pulled-right">
1164
1349
  <label>类型:</label>
1165
1350
 
1166
- <span class="param-type">String</span>
1351
+ <span class="param-type">
1352
+
1353
+ String
1354
+
1355
+ </span>
1356
+
1167
1357
 
1168
1358
 
1169
1359
  </span>
@@ -1197,7 +1387,7 @@
1197
1387
 
1198
1388
  <dt class="inherited-from">Inherited From:</dt>
1199
1389
  <dd class="inherited-from"><ul class="dummy"><li>
1200
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1390
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1201
1391
  </li></ul></dd>
1202
1392
 
1203
1393
 
@@ -1238,7 +1428,12 @@
1238
1428
  <span class="method-parameter is-pulled-right">
1239
1429
  <label>类型:</label>
1240
1430
 
1241
- <span class="param-type">String</span>
1431
+ <span class="param-type">
1432
+
1433
+ String
1434
+
1435
+ </span>
1436
+
1242
1437
 
1243
1438
 
1244
1439
  </span>
@@ -1272,7 +1467,7 @@
1272
1467
 
1273
1468
  <dt class="inherited-from">Inherited From:</dt>
1274
1469
  <dd class="inherited-from"><ul class="dummy"><li>
1275
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1470
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1276
1471
  </li></ul></dd>
1277
1472
 
1278
1473
 
@@ -1313,7 +1508,12 @@
1313
1508
  <span class="method-parameter is-pulled-right">
1314
1509
  <label>类型:</label>
1315
1510
 
1316
- <span class="param-type">String</span>
1511
+ <span class="param-type">
1512
+
1513
+ String
1514
+
1515
+ </span>
1516
+
1317
1517
 
1318
1518
 
1319
1519
  </span>
@@ -1351,7 +1551,7 @@
1351
1551
 
1352
1552
  <dt class="inherited-from">Inherited From:</dt>
1353
1553
  <dd class="inherited-from"><ul class="dummy"><li>
1354
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1554
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1355
1555
  </li></ul></dd>
1356
1556
 
1357
1557
 
@@ -1392,7 +1592,12 @@
1392
1592
  <span class="method-parameter is-pulled-right">
1393
1593
  <label>类型:</label>
1394
1594
 
1395
- <span class="param-type">Number</span>
1595
+ <span class="param-type">
1596
+
1597
+ Number
1598
+
1599
+ </span>
1600
+
1396
1601
 
1397
1602
 
1398
1603
  </span>
@@ -1426,7 +1631,7 @@
1426
1631
 
1427
1632
  <dt class="inherited-from">Inherited From:</dt>
1428
1633
  <dd class="inherited-from"><ul class="dummy"><li>
1429
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1634
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1430
1635
  </li></ul></dd>
1431
1636
 
1432
1637
 
@@ -1467,7 +1672,12 @@
1467
1672
  <span class="method-parameter is-pulled-right">
1468
1673
  <label>类型:</label>
1469
1674
 
1470
- <span class="param-type">Boolean</span>
1675
+ <span class="param-type">
1676
+
1677
+ Boolean
1678
+
1679
+ </span>
1680
+
1471
1681
 
1472
1682
 
1473
1683
  </span>
@@ -1505,7 +1715,7 @@
1505
1715
 
1506
1716
  <dt class="inherited-from">Inherited From:</dt>
1507
1717
  <dd class="inherited-from"><ul class="dummy"><li>
1508
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1718
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1509
1719
  </li></ul></dd>
1510
1720
 
1511
1721
 
@@ -1551,7 +1761,12 @@
1551
1761
  <span class="method-parameter is-pulled-right">
1552
1762
  <label>类型:</label>
1553
1763
 
1554
- <span class="param-type">String</span>
1764
+ <span class="param-type">
1765
+
1766
+ String
1767
+
1768
+ </span>
1769
+
1555
1770
 
1556
1771
 
1557
1772
  </span>
@@ -1589,7 +1804,7 @@
1589
1804
 
1590
1805
  <dt class="inherited-from">Inherited From:</dt>
1591
1806
  <dd class="inherited-from"><ul class="dummy"><li>
1592
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1807
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1593
1808
  </li></ul></dd>
1594
1809
 
1595
1810
 
@@ -1635,7 +1850,12 @@
1635
1850
  <span class="method-parameter is-pulled-right">
1636
1851
  <label>类型:</label>
1637
1852
 
1638
- <span class="param-type">Number</span>
1853
+ <span class="param-type">
1854
+
1855
+ Number
1856
+
1857
+ </span>
1858
+
1639
1859
 
1640
1860
 
1641
1861
  </span>
@@ -1669,7 +1889,7 @@
1669
1889
 
1670
1890
  <dt class="inherited-from">Inherited From:</dt>
1671
1891
  <dd class="inherited-from"><ul class="dummy"><li>
1672
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1892
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1673
1893
  </li></ul></dd>
1674
1894
 
1675
1895
 
@@ -1715,7 +1935,12 @@
1715
1935
  <span class="method-parameter is-pulled-right">
1716
1936
  <label>类型:</label>
1717
1937
 
1718
- <span class="param-type">Number</span>
1938
+ <span class="param-type">
1939
+
1940
+ Number
1941
+
1942
+ </span>
1943
+
1719
1944
 
1720
1945
 
1721
1946
  </span>
@@ -1749,7 +1974,7 @@
1749
1974
 
1750
1975
  <dt class="inherited-from">Inherited From:</dt>
1751
1976
  <dd class="inherited-from"><ul class="dummy"><li>
1752
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1977
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1753
1978
  </li></ul></dd>
1754
1979
 
1755
1980
 
@@ -1795,7 +2020,12 @@
1795
2020
  <span class="method-parameter is-pulled-right">
1796
2021
  <label>类型:</label>
1797
2022
 
1798
- <span class="param-type">Number</span>
2023
+ <span class="param-type">
2024
+
2025
+ Number
2026
+
2027
+ </span>
2028
+
1799
2029
 
1800
2030
 
1801
2031
  </span>
@@ -1829,7 +2059,7 @@
1829
2059
 
1830
2060
  <dt class="inherited-from">Inherited From:</dt>
1831
2061
  <dd class="inherited-from"><ul class="dummy"><li>
1832
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2062
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1833
2063
  </li></ul></dd>
1834
2064
 
1835
2065
 
@@ -1870,7 +2100,12 @@
1870
2100
  <span class="method-parameter is-pulled-right">
1871
2101
  <label>类型:</label>
1872
2102
 
1873
- <span class="param-type">Object</span>
2103
+ <span class="param-type">
2104
+
2105
+ Object
2106
+
2107
+ </span>
2108
+
1874
2109
 
1875
2110
 
1876
2111
  </span>
@@ -1940,7 +2175,12 @@
1940
2175
  <span class="method-parameter is-pulled-right">
1941
2176
  <label>类型:</label>
1942
2177
 
1943
- <span class="param-type">String</span>
2178
+ <span class="param-type">
2179
+
2180
+ String
2181
+
2182
+ </span>
2183
+
1944
2184
 
1945
2185
 
1946
2186
  </span>
@@ -2010,7 +2250,12 @@
2010
2250
  <span class="method-parameter is-pulled-right">
2011
2251
  <label>类型:</label>
2012
2252
 
2013
- <span class="param-type">Object</span>
2253
+ <span class="param-type">
2254
+
2255
+ Object
2256
+
2257
+ </span>
2258
+
2014
2259
 
2015
2260
 
2016
2261
  </span>
@@ -2085,7 +2330,12 @@
2085
2330
  <span class="method-parameter is-pulled-right">
2086
2331
  <label>类型:</label>
2087
2332
 
2088
- <span class="param-type">String</span>
2333
+ <span class="param-type">
2334
+
2335
+ String
2336
+
2337
+ </span>
2338
+
2089
2339
 
2090
2340
 
2091
2341
  </span>
@@ -2119,7 +2369,7 @@
2119
2369
 
2120
2370
  <dt class="inherited-from">Inherited From:</dt>
2121
2371
  <dd class="inherited-from"><ul class="dummy"><li>
2122
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2372
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2123
2373
  </li></ul></dd>
2124
2374
 
2125
2375
 
@@ -2160,7 +2410,12 @@
2160
2410
  <span class="method-parameter is-pulled-right">
2161
2411
  <label>类型:</label>
2162
2412
 
2163
- <span class="param-type">String</span>
2413
+ <span class="param-type">
2414
+
2415
+ String
2416
+
2417
+ </span>
2418
+
2164
2419
 
2165
2420
 
2166
2421
  </span>
@@ -2194,7 +2449,7 @@
2194
2449
 
2195
2450
  <dt class="inherited-from">Inherited From:</dt>
2196
2451
  <dd class="inherited-from"><ul class="dummy"><li>
2197
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2452
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2198
2453
  </li></ul></dd>
2199
2454
 
2200
2455
 
@@ -2240,7 +2495,12 @@
2240
2495
  <span class="method-parameter is-pulled-right">
2241
2496
  <label>类型:</label>
2242
2497
 
2243
- <span class="param-type">String</span>
2498
+ <span class="param-type">
2499
+
2500
+ String
2501
+
2502
+ </span>
2503
+
2244
2504
 
2245
2505
 
2246
2506
  </span>
@@ -2274,7 +2534,7 @@
2274
2534
 
2275
2535
  <dt class="inherited-from">Inherited From:</dt>
2276
2536
  <dd class="inherited-from"><ul class="dummy"><li>
2277
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2537
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2278
2538
  </li></ul></dd>
2279
2539
 
2280
2540
 
@@ -2315,7 +2575,12 @@
2315
2575
  <span class="method-parameter is-pulled-right">
2316
2576
  <label>类型:</label>
2317
2577
 
2318
- <span class="param-type">String</span>
2578
+ <span class="param-type">
2579
+
2580
+ String
2581
+
2582
+ </span>
2583
+
2319
2584
 
2320
2585
 
2321
2586
  </span>
@@ -2390,7 +2655,12 @@
2390
2655
  <span class="method-parameter is-pulled-right">
2391
2656
  <label>类型:</label>
2392
2657
 
2393
- <span class="param-type">String</span>
2658
+ <span class="param-type">
2659
+
2660
+ String
2661
+
2662
+ </span>
2663
+
2394
2664
 
2395
2665
 
2396
2666
  </span>
@@ -2460,7 +2730,12 @@
2460
2730
  <span class="method-parameter is-pulled-right">
2461
2731
  <label>类型:</label>
2462
2732
 
2463
- <span class="param-type">String</span>
2733
+ <span class="param-type">
2734
+
2735
+ String
2736
+
2737
+ </span>
2738
+
2464
2739
 
2465
2740
 
2466
2741
  </span>
@@ -2530,7 +2805,12 @@
2530
2805
  <span class="method-parameter is-pulled-right">
2531
2806
  <label>类型:</label>
2532
2807
 
2533
- <span class="param-type">Number</span>
2808
+ <span class="param-type">
2809
+
2810
+ Number
2811
+
2812
+ </span>
2813
+
2534
2814
 
2535
2815
 
2536
2816
  </span>
@@ -2564,7 +2844,7 @@
2564
2844
 
2565
2845
  <dt class="inherited-from">Inherited From:</dt>
2566
2846
  <dd class="inherited-from"><ul class="dummy"><li>
2567
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2847
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2568
2848
  </li></ul></dd>
2569
2849
 
2570
2850
 
@@ -2621,12 +2901,17 @@
2621
2901
  <tbody>
2622
2902
 
2623
2903
  <tr class="deep-level-0">
2624
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#clone">clone</a></code></td>
2904
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2625
2905
  <td class="name">
2626
2906
  <code>
2627
2907
 
2628
2908
 
2629
- <span class="param-type"><a class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
2909
+ <span class="param-type">
2910
+
2911
+ <a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a>
2912
+
2913
+ </span>
2914
+
2630
2915
 
2631
2916
 
2632
2917
 
@@ -2636,12 +2921,17 @@
2636
2921
  </tr>
2637
2922
 
2638
2923
  <tr class="deep-level-0">
2639
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#destroy">destroy</a></code></td>
2924
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2640
2925
  <td class="name">
2641
2926
  <code>
2642
2927
 
2643
2928
 
2644
- <span class="param-type">*</span>
2929
+ <span class="param-type">
2930
+
2931
+ *
2932
+
2933
+ </span>
2934
+
2645
2935
 
2646
2936
 
2647
2937
 
@@ -2651,12 +2941,17 @@
2651
2941
  </tr>
2652
2942
 
2653
2943
  <tr class="deep-level-0">
2654
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#isLoaded">isLoaded</a></code></td>
2944
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2655
2945
  <td class="name">
2656
2946
  <code>
2657
2947
 
2658
2948
 
2659
- <span class="param-type">Boolean</span>
2949
+ <span class="param-type">
2950
+
2951
+ Boolean
2952
+
2953
+ </span>
2954
+
2660
2955
 
2661
2956
 
2662
2957
 
@@ -2666,7 +2961,7 @@
2666
2961
  </tr>
2667
2962
 
2668
2963
  <tr class="deep-level-0">
2669
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#load">load</a></code></td>
2964
+ <td class="name"><code><a href="#load">load</a></code></td>
2670
2965
  <td class="name">
2671
2966
  <code>
2672
2967
 
@@ -2676,7 +2971,7 @@
2676
2971
  </tr>
2677
2972
 
2678
2973
  <tr class="deep-level-0">
2679
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#refresh">refresh</a></code></td>
2974
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2680
2975
  <td class="name">
2681
2976
  <code>
2682
2977
 
@@ -2686,12 +2981,17 @@
2686
2981
  </tr>
2687
2982
 
2688
2983
  <tr class="deep-level-0">
2689
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#toJSON">toJSON</a></code></td>
2984
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2690
2985
  <td class="name">
2691
2986
  <code>
2692
2987
 
2693
2988
 
2694
- <span class="param-type">Object</span>
2989
+ <span class="param-type">
2990
+
2991
+ Object
2992
+
2993
+ </span>
2994
+
2695
2995
 
2696
2996
 
2697
2997
 
@@ -2808,7 +3108,12 @@
2808
3108
  <div class='column is-5 has-text-left'>
2809
3109
  <label>类型: </label>
2810
3110
 
2811
- <span class="param-type"><a class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
3111
+ <span class="param-type">
3112
+
3113
+ <a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a>
3114
+
3115
+ </span>
3116
+
2812
3117
 
2813
3118
 
2814
3119
  </div>
@@ -2864,7 +3169,7 @@
2864
3169
 
2865
3170
  <dt class="inherited-from">Inherited From:</dt>
2866
3171
  <dd class="inherited-from"><ul class="dummy"><li>
2867
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3172
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2868
3173
  </li></ul></dd>
2869
3174
 
2870
3175
 
@@ -2923,7 +3228,12 @@
2923
3228
  <div class='column is-5 has-text-left'>
2924
3229
  <label>类型: </label>
2925
3230
 
2926
- <span class="param-type">*</span>
3231
+ <span class="param-type">
3232
+
3233
+ *
3234
+
3235
+ </span>
3236
+
2927
3237
 
2928
3238
 
2929
3239
  </div>
@@ -2983,7 +3293,7 @@
2983
3293
 
2984
3294
  <dt class="inherited-from">Inherited From:</dt>
2985
3295
  <dd class="inherited-from"><ul class="dummy"><li>
2986
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3296
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2987
3297
  </li></ul></dd>
2988
3298
 
2989
3299
 
@@ -3044,7 +3354,12 @@
3044
3354
  <div class='column is-5 has-text-left'>
3045
3355
  <label>类型: </label>
3046
3356
 
3047
- <span class="param-type">Boolean</span>
3357
+ <span class="param-type">
3358
+
3359
+ Boolean
3360
+
3361
+ </span>
3362
+
3048
3363
 
3049
3364
 
3050
3365
  </div>
@@ -3195,7 +3510,7 @@
3195
3510
 
3196
3511
  <dt class="inherited-from">Inherited From:</dt>
3197
3512
  <dd class="inherited-from"><ul class="dummy"><li>
3198
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3513
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3199
3514
  </li></ul></dd>
3200
3515
 
3201
3516
 
@@ -3352,7 +3667,12 @@
3352
3667
  <div class='column is-5 has-text-left'>
3353
3668
  <label>类型: </label>
3354
3669
 
3355
- <span class="param-type">Object</span>
3670
+ <span class="param-type">
3671
+
3672
+ Object
3673
+
3674
+ </span>
3675
+
3356
3676
 
3357
3677
 
3358
3678
  </div>
@@ -3391,37 +3711,37 @@
3391
3711
  <tbody>
3392
3712
 
3393
3713
  <tr class="deep-level-0">
3394
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3714
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3395
3715
  <td class="name"><code>图层刷新完毕事件</code></td>
3396
3716
  </tr>
3397
3717
 
3398
3718
  <tr class="deep-level-0">
3399
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3719
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3400
3720
  <td class="name"><code>图层加载完毕事件</code></td>
3401
3721
  </tr>
3402
3722
 
3403
3723
  <tr class="deep-level-0">
3404
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3724
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3405
3725
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3406
3726
  </tr>
3407
3727
 
3408
3728
  <tr class="deep-level-0">
3409
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3729
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3410
3730
  <td class="name"><code>图层更新完毕事件</code></td>
3411
3731
  </tr>
3412
3732
 
3413
3733
  <tr class="deep-level-0">
3414
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3734
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3415
3735
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3416
3736
  </tr>
3417
3737
 
3418
3738
  <tr class="deep-level-0">
3419
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3739
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3420
3740
  <td class="name"><code>图层销毁完毕事件</code></td>
3421
3741
  </tr>
3422
3742
 
3423
3743
  <tr class="deep-level-0">
3424
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3744
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3425
3745
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3426
3746
  </tr>
3427
3747
 
@@ -3501,7 +3821,12 @@
3501
3821
  <td class="type">
3502
3822
 
3503
3823
 
3504
- <span class="param-type">Object</span>
3824
+ <span class="param-type">
3825
+
3826
+ Object
3827
+
3828
+ </span>
3829
+
3505
3830
 
3506
3831
 
3507
3832
 
@@ -3534,7 +3859,12 @@
3534
3859
  <td class="type">
3535
3860
 
3536
3861
 
3537
- <span class="param-type">String</span>
3862
+ <span class="param-type">
3863
+
3864
+ String
3865
+
3866
+ </span>
3867
+
3538
3868
 
3539
3869
 
3540
3870
 
@@ -3571,7 +3901,12 @@
3571
3901
  <td class="type">
3572
3902
 
3573
3903
 
3574
- <span class="param-type">String</span>
3904
+ <span class="param-type">
3905
+
3906
+ String
3907
+
3908
+ </span>
3909
+
3575
3910
 
3576
3911
 
3577
3912
 
@@ -3608,7 +3943,12 @@
3608
3943
  <td class="type">
3609
3944
 
3610
3945
 
3611
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3946
+ <span class="param-type">
3947
+
3948
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3949
+
3950
+ </span>
3951
+
3612
3952
 
3613
3953
 
3614
3954
 
@@ -3645,7 +3985,12 @@
3645
3985
  <td class="type">
3646
3986
 
3647
3987
 
3648
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3988
+ <span class="param-type">
3989
+
3990
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3991
+
3992
+ </span>
3993
+
3649
3994
 
3650
3995
 
3651
3996
 
@@ -3682,7 +4027,12 @@
3682
4027
  <td class="type">
3683
4028
 
3684
4029
 
3685
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4030
+ <span class="param-type">
4031
+
4032
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4033
+
4034
+ </span>
4035
+
3686
4036
 
3687
4037
 
3688
4038
 
@@ -3719,7 +4069,12 @@
3719
4069
  <td class="type">
3720
4070
 
3721
4071
 
3722
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4072
+ <span class="param-type">
4073
+
4074
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4075
+
4076
+ </span>
4077
+
3723
4078
 
3724
4079
 
3725
4080
 
@@ -3756,7 +4111,12 @@
3756
4111
  <td class="type">
3757
4112
 
3758
4113
 
3759
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4114
+ <span class="param-type">
4115
+
4116
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4117
+
4118
+ </span>
4119
+
3760
4120
 
3761
4121
 
3762
4122
 
@@ -3801,7 +4161,7 @@
3801
4161
 
3802
4162
  <dt class="inherited-from">Inherited From:</dt>
3803
4163
  <dd class="inherited-from"><ul class="dummy"><li>
3804
- <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>
4164
+ <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>
3805
4165
  </li></ul></dd>
3806
4166
 
3807
4167
 
@@ -3947,7 +4307,12 @@
3947
4307
  <td class="type">
3948
4308
 
3949
4309
 
3950
- <span class="param-type">Object</span>
4310
+ <span class="param-type">
4311
+
4312
+ Object
4313
+
4314
+ </span>
4315
+
3951
4316
 
3952
4317
 
3953
4318
 
@@ -3980,7 +4345,12 @@
3980
4345
  <td class="type">
3981
4346
 
3982
4347
 
3983
- <span class="param-type">String</span>
4348
+ <span class="param-type">
4349
+
4350
+ String
4351
+
4352
+ </span>
4353
+
3984
4354
 
3985
4355
 
3986
4356
 
@@ -4017,7 +4387,12 @@
4017
4387
  <td class="type">
4018
4388
 
4019
4389
 
4020
- <span class="param-type">String</span>
4390
+ <span class="param-type">
4391
+
4392
+ String
4393
+
4394
+ </span>
4395
+
4021
4396
 
4022
4397
 
4023
4398
 
@@ -4054,7 +4429,12 @@
4054
4429
  <td class="type">
4055
4430
 
4056
4431
 
4057
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4432
+ <span class="param-type">
4433
+
4434
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4435
+
4436
+ </span>
4437
+
4058
4438
 
4059
4439
 
4060
4440
 
@@ -4091,7 +4471,12 @@
4091
4471
  <td class="type">
4092
4472
 
4093
4473
 
4094
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4474
+ <span class="param-type">
4475
+
4476
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4477
+
4478
+ </span>
4479
+
4095
4480
 
4096
4481
 
4097
4482
 
@@ -4128,7 +4513,12 @@
4128
4513
  <td class="type">
4129
4514
 
4130
4515
 
4131
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4516
+ <span class="param-type">
4517
+
4518
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4519
+
4520
+ </span>
4521
+
4132
4522
 
4133
4523
 
4134
4524
 
@@ -4165,7 +4555,12 @@
4165
4555
  <td class="type">
4166
4556
 
4167
4557
 
4168
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4558
+ <span class="param-type">
4559
+
4560
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4561
+
4562
+ </span>
4563
+
4169
4564
 
4170
4565
 
4171
4566
 
@@ -4202,7 +4597,12 @@
4202
4597
  <td class="type">
4203
4598
 
4204
4599
 
4205
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4600
+ <span class="param-type">
4601
+
4602
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4603
+
4604
+ </span>
4605
+
4206
4606
 
4207
4607
 
4208
4608
 
@@ -4247,7 +4647,7 @@
4247
4647
 
4248
4648
  <dt class="inherited-from">Inherited From:</dt>
4249
4649
  <dd class="inherited-from"><ul class="dummy"><li>
4250
- <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>
4650
+ <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>
4251
4651
  </li></ul></dd>
4252
4652
 
4253
4653
 
@@ -4383,7 +4783,12 @@
4383
4783
  <td class="type">
4384
4784
 
4385
4785
 
4386
- <span class="param-type">Object</span>
4786
+ <span class="param-type">
4787
+
4788
+ Object
4789
+
4790
+ </span>
4791
+
4387
4792
 
4388
4793
 
4389
4794
 
@@ -4416,7 +4821,12 @@
4416
4821
  <td class="type">
4417
4822
 
4418
4823
 
4419
- <span class="param-type">String</span>
4824
+ <span class="param-type">
4825
+
4826
+ String
4827
+
4828
+ </span>
4829
+
4420
4830
 
4421
4831
 
4422
4832
 
@@ -4453,7 +4863,12 @@
4453
4863
  <td class="type">
4454
4864
 
4455
4865
 
4456
- <span class="param-type">String</span>
4866
+ <span class="param-type">
4867
+
4868
+ String
4869
+
4870
+ </span>
4871
+
4457
4872
 
4458
4873
 
4459
4874
 
@@ -4490,7 +4905,12 @@
4490
4905
  <td class="type">
4491
4906
 
4492
4907
 
4493
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4908
+ <span class="param-type">
4909
+
4910
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4911
+
4912
+ </span>
4913
+
4494
4914
 
4495
4915
 
4496
4916
 
@@ -4527,7 +4947,12 @@
4527
4947
  <td class="type">
4528
4948
 
4529
4949
 
4530
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4950
+ <span class="param-type">
4951
+
4952
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4953
+
4954
+ </span>
4955
+
4531
4956
 
4532
4957
 
4533
4958
 
@@ -4564,7 +4989,12 @@
4564
4989
  <td class="type">
4565
4990
 
4566
4991
 
4567
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4992
+ <span class="param-type">
4993
+
4994
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4995
+
4996
+ </span>
4997
+
4568
4998
 
4569
4999
 
4570
5000
 
@@ -4601,7 +5031,12 @@
4601
5031
  <td class="type">
4602
5032
 
4603
5033
 
4604
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5034
+ <span class="param-type">
5035
+
5036
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5037
+
5038
+ </span>
5039
+
4605
5040
 
4606
5041
 
4607
5042
 
@@ -4638,7 +5073,12 @@
4638
5073
  <td class="type">
4639
5074
 
4640
5075
 
4641
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5076
+ <span class="param-type">
5077
+
5078
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5079
+
5080
+ </span>
5081
+
4642
5082
 
4643
5083
 
4644
5084
 
@@ -4683,7 +5123,7 @@
4683
5123
 
4684
5124
  <dt class="inherited-from">Inherited From:</dt>
4685
5125
  <dd class="inherited-from"><ul class="dummy"><li>
4686
- <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>
5126
+ <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>
4687
5127
  </li></ul></dd>
4688
5128
 
4689
5129
 
@@ -4829,7 +5269,12 @@
4829
5269
  <td class="type">
4830
5270
 
4831
5271
 
4832
- <span class="param-type">Object</span>
5272
+ <span class="param-type">
5273
+
5274
+ Object
5275
+
5276
+ </span>
5277
+
4833
5278
 
4834
5279
 
4835
5280
 
@@ -4862,7 +5307,12 @@
4862
5307
  <td class="type">
4863
5308
 
4864
5309
 
4865
- <span class="param-type">String</span>
5310
+ <span class="param-type">
5311
+
5312
+ String
5313
+
5314
+ </span>
5315
+
4866
5316
 
4867
5317
 
4868
5318
 
@@ -4899,7 +5349,12 @@
4899
5349
  <td class="type">
4900
5350
 
4901
5351
 
4902
- <span class="param-type">String</span>
5352
+ <span class="param-type">
5353
+
5354
+ String
5355
+
5356
+ </span>
5357
+
4903
5358
 
4904
5359
 
4905
5360
 
@@ -4936,7 +5391,12 @@
4936
5391
  <td class="type">
4937
5392
 
4938
5393
 
4939
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5394
+ <span class="param-type">
5395
+
5396
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5397
+
5398
+ </span>
5399
+
4940
5400
 
4941
5401
 
4942
5402
 
@@ -4973,7 +5433,12 @@
4973
5433
  <td class="type">
4974
5434
 
4975
5435
 
4976
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5436
+ <span class="param-type">
5437
+
5438
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5439
+
5440
+ </span>
5441
+
4977
5442
 
4978
5443
 
4979
5444
 
@@ -5010,7 +5475,12 @@
5010
5475
  <td class="type">
5011
5476
 
5012
5477
 
5013
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5478
+ <span class="param-type">
5479
+
5480
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5481
+
5482
+ </span>
5483
+
5014
5484
 
5015
5485
 
5016
5486
 
@@ -5047,7 +5517,12 @@
5047
5517
  <td class="type">
5048
5518
 
5049
5519
 
5050
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5520
+ <span class="param-type">
5521
+
5522
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5523
+
5524
+ </span>
5525
+
5051
5526
 
5052
5527
 
5053
5528
 
@@ -5084,7 +5559,12 @@
5084
5559
  <td class="type">
5085
5560
 
5086
5561
 
5087
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5562
+ <span class="param-type">
5563
+
5564
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5565
+
5566
+ </span>
5567
+
5088
5568
 
5089
5569
 
5090
5570
 
@@ -5129,7 +5609,7 @@
5129
5609
 
5130
5610
  <dt class="inherited-from">Inherited From:</dt>
5131
5611
  <dd class="inherited-from"><ul class="dummy"><li>
5132
- <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>
5612
+ <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>
5133
5613
  </li></ul></dd>
5134
5614
 
5135
5615
 
@@ -5265,7 +5745,12 @@
5265
5745
  <td class="type">
5266
5746
 
5267
5747
 
5268
- <span class="param-type">Object</span>
5748
+ <span class="param-type">
5749
+
5750
+ Object
5751
+
5752
+ </span>
5753
+
5269
5754
 
5270
5755
 
5271
5756
 
@@ -5298,7 +5783,12 @@
5298
5783
  <td class="type">
5299
5784
 
5300
5785
 
5301
- <span class="param-type">String</span>
5786
+ <span class="param-type">
5787
+
5788
+ String
5789
+
5790
+ </span>
5791
+
5302
5792
 
5303
5793
 
5304
5794
 
@@ -5335,7 +5825,12 @@
5335
5825
  <td class="type">
5336
5826
 
5337
5827
 
5338
- <span class="param-type">String</span>
5828
+ <span class="param-type">
5829
+
5830
+ String
5831
+
5832
+ </span>
5833
+
5339
5834
 
5340
5835
 
5341
5836
 
@@ -5372,7 +5867,12 @@
5372
5867
  <td class="type">
5373
5868
 
5374
5869
 
5375
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5870
+ <span class="param-type">
5871
+
5872
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5873
+
5874
+ </span>
5875
+
5376
5876
 
5377
5877
 
5378
5878
 
@@ -5409,7 +5909,12 @@
5409
5909
  <td class="type">
5410
5910
 
5411
5911
 
5412
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5912
+ <span class="param-type">
5913
+
5914
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5915
+
5916
+ </span>
5917
+
5413
5918
 
5414
5919
 
5415
5920
 
@@ -5446,7 +5951,12 @@
5446
5951
  <td class="type">
5447
5952
 
5448
5953
 
5449
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5954
+ <span class="param-type">
5955
+
5956
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5957
+
5958
+ </span>
5959
+
5450
5960
 
5451
5961
 
5452
5962
 
@@ -5483,7 +5993,12 @@
5483
5993
  <td class="type">
5484
5994
 
5485
5995
 
5486
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5996
+ <span class="param-type">
5997
+
5998
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5999
+
6000
+ </span>
6001
+
5487
6002
 
5488
6003
 
5489
6004
 
@@ -5520,7 +6035,12 @@
5520
6035
  <td class="type">
5521
6036
 
5522
6037
 
5523
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6038
+ <span class="param-type">
6039
+
6040
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6041
+
6042
+ </span>
6043
+
5524
6044
 
5525
6045
 
5526
6046
 
@@ -5565,7 +6085,7 @@
5565
6085
 
5566
6086
  <dt class="inherited-from">Inherited From:</dt>
5567
6087
  <dd class="inherited-from"><ul class="dummy"><li>
5568
- <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>
6088
+ <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>
5569
6089
  </li></ul></dd>
5570
6090
 
5571
6091
 
@@ -5711,7 +6231,12 @@
5711
6231
  <td class="type">
5712
6232
 
5713
6233
 
5714
- <span class="param-type">Object</span>
6234
+ <span class="param-type">
6235
+
6236
+ Object
6237
+
6238
+ </span>
6239
+
5715
6240
 
5716
6241
 
5717
6242
 
@@ -5744,7 +6269,12 @@
5744
6269
  <td class="type">
5745
6270
 
5746
6271
 
5747
- <span class="param-type">String</span>
6272
+ <span class="param-type">
6273
+
6274
+ String
6275
+
6276
+ </span>
6277
+
5748
6278
 
5749
6279
 
5750
6280
 
@@ -5781,7 +6311,12 @@
5781
6311
  <td class="type">
5782
6312
 
5783
6313
 
5784
- <span class="param-type">String</span>
6314
+ <span class="param-type">
6315
+
6316
+ String
6317
+
6318
+ </span>
6319
+
5785
6320
 
5786
6321
 
5787
6322
 
@@ -5818,7 +6353,12 @@
5818
6353
  <td class="type">
5819
6354
 
5820
6355
 
5821
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6356
+ <span class="param-type">
6357
+
6358
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6359
+
6360
+ </span>
6361
+
5822
6362
 
5823
6363
 
5824
6364
 
@@ -5855,7 +6395,12 @@
5855
6395
  <td class="type">
5856
6396
 
5857
6397
 
5858
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6398
+ <span class="param-type">
6399
+
6400
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6401
+
6402
+ </span>
6403
+
5859
6404
 
5860
6405
 
5861
6406
 
@@ -5892,7 +6437,12 @@
5892
6437
  <td class="type">
5893
6438
 
5894
6439
 
5895
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6440
+ <span class="param-type">
6441
+
6442
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6443
+
6444
+ </span>
6445
+
5896
6446
 
5897
6447
 
5898
6448
 
@@ -5929,7 +6479,12 @@
5929
6479
  <td class="type">
5930
6480
 
5931
6481
 
5932
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6482
+ <span class="param-type">
6483
+
6484
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6485
+
6486
+ </span>
6487
+
5933
6488
 
5934
6489
 
5935
6490
 
@@ -5966,7 +6521,12 @@
5966
6521
  <td class="type">
5967
6522
 
5968
6523
 
5969
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6524
+ <span class="param-type">
6525
+
6526
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6527
+
6528
+ </span>
6529
+
5970
6530
 
5971
6531
 
5972
6532
 
@@ -6011,7 +6571,7 @@
6011
6571
 
6012
6572
  <dt class="inherited-from">Inherited From:</dt>
6013
6573
  <dd class="inherited-from"><ul class="dummy"><li>
6014
- <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>
6574
+ <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>
6015
6575
  </li></ul></dd>
6016
6576
 
6017
6577
 
@@ -6147,7 +6707,12 @@
6147
6707
  <td class="type">
6148
6708
 
6149
6709
 
6150
- <span class="param-type">Object</span>
6710
+ <span class="param-type">
6711
+
6712
+ Object
6713
+
6714
+ </span>
6715
+
6151
6716
 
6152
6717
 
6153
6718
 
@@ -6180,7 +6745,12 @@
6180
6745
  <td class="type">
6181
6746
 
6182
6747
 
6183
- <span class="param-type">String</span>
6748
+ <span class="param-type">
6749
+
6750
+ String
6751
+
6752
+ </span>
6753
+
6184
6754
 
6185
6755
 
6186
6756
 
@@ -6217,7 +6787,12 @@
6217
6787
  <td class="type">
6218
6788
 
6219
6789
 
6220
- <span class="param-type">String</span>
6790
+ <span class="param-type">
6791
+
6792
+ String
6793
+
6794
+ </span>
6795
+
6221
6796
 
6222
6797
 
6223
6798
 
@@ -6254,7 +6829,12 @@
6254
6829
  <td class="type">
6255
6830
 
6256
6831
 
6257
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6832
+ <span class="param-type">
6833
+
6834
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6835
+
6836
+ </span>
6837
+
6258
6838
 
6259
6839
 
6260
6840
 
@@ -6291,7 +6871,12 @@
6291
6871
  <td class="type">
6292
6872
 
6293
6873
 
6294
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6874
+ <span class="param-type">
6875
+
6876
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6877
+
6878
+ </span>
6879
+
6295
6880
 
6296
6881
 
6297
6882
 
@@ -6328,7 +6913,12 @@
6328
6913
  <td class="type">
6329
6914
 
6330
6915
 
6331
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6916
+ <span class="param-type">
6917
+
6918
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6919
+
6920
+ </span>
6921
+
6332
6922
 
6333
6923
 
6334
6924
 
@@ -6365,7 +6955,12 @@
6365
6955
  <td class="type">
6366
6956
 
6367
6957
 
6368
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6958
+ <span class="param-type">
6959
+
6960
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6961
+
6962
+ </span>
6963
+
6369
6964
 
6370
6965
 
6371
6966
 
@@ -6402,7 +6997,12 @@
6402
6997
  <td class="type">
6403
6998
 
6404
6999
 
6405
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7000
+ <span class="param-type">
7001
+
7002
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7003
+
7004
+ </span>
7005
+
6406
7006
 
6407
7007
 
6408
7008
 
@@ -6447,7 +7047,7 @@
6447
7047
 
6448
7048
  <dt class="inherited-from">Inherited From:</dt>
6449
7049
  <dd class="inherited-from"><ul class="dummy"><li>
6450
- <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>
7050
+ <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>
6451
7051
  </li></ul></dd>
6452
7052
 
6453
7053