@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
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -136,6 +138,7 @@
136
138
  <span class="param-type">Object</span>
137
139
 
138
140
 
141
+
139
142
 
140
143
  </td>
141
144
 
@@ -162,6 +165,7 @@
162
165
  <span class="param-type">Object</span>
163
166
 
164
167
 
168
+
165
169
 
166
170
  </td>
167
171
 
@@ -260,7 +264,7 @@
260
264
 
261
265
 
262
266
  <ul>
263
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
267
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
264
268
  </ul>
265
269
 
266
270
 
@@ -292,76 +296,82 @@
292
296
  <tbody>
293
297
 
294
298
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#boundingVolume">boundingVolume</a></code></td>
299
+ <td class="name"><code><a href="#boundingVolume">boundingVolume</a></code></td>
296
300
  <td class="name">
297
301
  <code>
298
302
 
299
303
  <span class="param-type">Object</span>
300
304
 
301
305
 
306
+
302
307
  </code>
303
308
  </td>
304
309
  <td class="name"><code><p>模型外包盒</p></code></td>
305
310
  </tr>
306
311
 
307
312
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#copyright">copyright</a></code></td>
313
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
309
314
  <td class="name">
310
315
  <code>
311
316
 
312
317
  <span class="param-type">String</span>
313
318
 
314
319
 
320
+
315
321
  </code>
316
322
  </td>
317
323
  <td class="name"><code><p>版权所有</p></code></td>
318
324
  </tr>
319
325
 
320
326
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#description">description</a></code></td>
327
+ <td class="name"><code><a href="#description">description</a></code></td>
322
328
  <td class="name">
323
329
  <code>
324
330
 
325
331
  <span class="param-type">String</span>
326
332
 
327
333
 
334
+
328
335
  </code>
329
336
  </td>
330
337
  <td class="name"><code><p>描述信息</p></code></td>
331
338
  </tr>
332
339
 
333
340
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#extendOptions">extendOptions</a></code></td>
341
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
335
342
  <td class="name">
336
343
  <code>
337
344
 
338
345
  <span class="param-type">Object</span>
339
346
 
340
347
 
348
+
341
349
  </code>
342
350
  </td>
343
351
  <td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
344
352
  </tr>
345
353
 
346
354
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#extendProps">extendProps</a></code></td>
355
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
348
356
  <td class="name">
349
357
  <code>
350
358
 
351
359
  <span class="param-type">Object</span>
352
360
 
353
361
 
362
+
354
363
  </code>
355
364
  </td>
356
365
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
357
366
  </tr>
358
367
 
359
368
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#extent">extent</a></code></td>
369
+ <td class="name"><code><a href="#extent">extent</a></code></td>
361
370
  <td class="name">
362
371
  <code>
363
372
 
364
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
373
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
374
+
365
375
 
366
376
 
367
377
  </code>
@@ -370,260 +380,280 @@
370
380
  </tr>
371
381
 
372
382
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#fieldInfo">fieldInfo</a></code></td>
383
+ <td class="name"><code><a href="#fieldInfo">fieldInfo</a></code></td>
374
384
  <td class="name">
375
385
  <code>
376
386
 
377
387
  <span class="param-type">String</span>
378
388
 
379
389
 
390
+
380
391
  </code>
381
392
  </td>
382
393
  <td class="name"><code><p>服务包含的表字段数组</p></code></td>
383
394
  </tr>
384
395
 
385
396
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#headers">headers</a></code></td>
397
+ <td class="name"><code><a href="#headers">headers</a></code></td>
387
398
  <td class="name">
388
399
  <code>
389
400
 
390
401
  <span class="param-type">String</span>
391
402
 
392
403
 
404
+
393
405
  </code>
394
406
  </td>
395
407
  <td class="name"><code><p>设置服务请求头</p></code></td>
396
408
  </tr>
397
409
 
398
410
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#httpMethod">httpMethod</a></code></td>
411
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
400
412
  <td class="name">
401
413
  <code>
402
414
 
403
415
  <span class="param-type">String</span>
404
416
 
405
417
 
418
+
406
419
  </code>
407
420
  </td>
408
421
  <td class="name"><code><p>http请求方式</p></code></td>
409
422
  </tr>
410
423
 
411
424
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#id">id</a></code></td>
425
+ <td class="name"><code><a href="#id">id</a></code></td>
413
426
  <td class="name">
414
427
  <code>
415
428
 
416
429
  <span class="param-type">String</span>
417
430
 
418
431
 
432
+
419
433
  </code>
420
434
  </td>
421
435
  <td class="name"><code><p>图层id</p></code></td>
422
436
  </tr>
423
437
 
424
438
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#index">index</a></code></td>
439
+ <td class="name"><code><a href="#index">index</a></code></td>
426
440
  <td class="name">
427
441
  <code>
428
442
 
429
443
  <span class="param-type">Number</span>
430
444
 
431
445
 
446
+
432
447
  </code>
433
448
  </td>
434
449
  <td class="name"><code><p>图层顺序</p></code></td>
435
450
  </tr>
436
451
 
437
452
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#loaded">loaded</a></code></td>
453
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
439
454
  <td class="name">
440
455
  <code>
441
456
 
442
457
  <span class="param-type">Boolean</span>
443
458
 
444
459
 
460
+
445
461
  </code>
446
462
  </td>
447
463
  <td class="name"><code><p>是否加载完毕</p></code></td>
448
464
  </tr>
449
465
 
450
466
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#loadStatus">loadStatus</a></code></td>
467
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
452
468
  <td class="name">
453
469
  <code>
454
470
 
455
471
  <span class="param-type">String</span>
456
472
 
457
473
 
474
+
458
475
  </code>
459
476
  </td>
460
477
  <td class="name"><code><p>图层加载状态</p></code></td>
461
478
  </tr>
462
479
 
463
480
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#maxScale">maxScale</a></code></td>
481
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
465
482
  <td class="name">
466
483
  <code>
467
484
 
468
485
  <span class="param-type">Number</span>
469
486
 
470
487
 
488
+
471
489
  </code>
472
490
  </td>
473
491
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
474
492
  </tr>
475
493
 
476
494
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#minScale">minScale</a></code></td>
495
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
478
496
  <td class="name">
479
497
  <code>
480
498
 
481
499
  <span class="param-type">Number</span>
482
500
 
483
501
 
502
+
484
503
  </code>
485
504
  </td>
486
505
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
487
506
  </tr>
488
507
 
489
508
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#opacity">opacity</a></code></td>
509
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
491
510
  <td class="name">
492
511
  <code>
493
512
 
494
513
  <span class="param-type">Number</span>
495
514
 
496
515
 
516
+
497
517
  </code>
498
518
  </td>
499
519
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
500
520
  </tr>
501
521
 
502
522
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#position">position</a></code></td>
523
+ <td class="name"><code><a href="#position">position</a></code></td>
504
524
  <td class="name">
505
525
  <code>
506
526
 
507
527
  <span class="param-type">Object</span>
508
528
 
509
529
 
530
+
510
531
  </code>
511
532
  </td>
512
533
  <td class="name"><code><p>模型位置</p></code></td>
513
534
  </tr>
514
535
 
515
536
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#sceneName">sceneName</a></code></td>
537
+ <td class="name"><code><a href="#sceneName">sceneName</a></code></td>
517
538
  <td class="name">
518
539
  <code>
519
540
 
520
541
  <span class="param-type">String</span>
521
542
 
522
543
 
544
+
523
545
  </code>
524
546
  </td>
525
547
  <td class="name"><code><p>服务名</p></code></td>
526
548
  </tr>
527
549
 
528
550
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#spatialReference">spatialReference</a></code></td>
551
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
530
552
  <td class="name">
531
553
  <code>
532
554
 
533
555
  <span class="param-type">Object</span>
534
556
 
535
557
 
558
+
536
559
  </code>
537
560
  </td>
538
561
  <td class="name"><code><p>模型坐标系</p></code></td>
539
562
  </tr>
540
563
 
541
564
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#title">title</a></code></td>
565
+ <td class="name"><code><a href="#title">title</a></code></td>
543
566
  <td class="name">
544
567
  <code>
545
568
 
546
569
  <span class="param-type">String</span>
547
570
 
548
571
 
572
+
549
573
  </code>
550
574
  </td>
551
575
  <td class="name"><code><p>图层名称</p></code></td>
552
576
  </tr>
553
577
 
554
578
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#tokenKey">tokenKey</a></code></td>
579
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
556
580
  <td class="name">
557
581
  <code>
558
582
 
559
583
  <span class="param-type">String</span>
560
584
 
561
585
 
586
+
562
587
  </code>
563
588
  </td>
564
589
  <td class="name"><code><p>token名</p></code></td>
565
590
  </tr>
566
591
 
567
592
  <tr class="deep-level-0">
568
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#tokenValue">tokenValue</a></code></td>
593
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
569
594
  <td class="name">
570
595
  <code>
571
596
 
572
597
  <span class="param-type">String</span>
573
598
 
574
599
 
600
+
575
601
  </code>
576
602
  </td>
577
603
  <td class="name"><code><p>token值</p></code></td>
578
604
  </tr>
579
605
 
580
606
  <tr class="deep-level-0">
581
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#type">type</a></code></td>
607
+ <td class="name"><code><a href="#type">type</a></code></td>
582
608
  <td class="name">
583
609
  <code>
584
610
 
585
611
  <span class="param-type">String</span>
586
612
 
587
613
 
614
+
588
615
  </code>
589
616
  </td>
590
617
  <td class="name"><code><p>图层类型</p></code></td>
591
618
  </tr>
592
619
 
593
620
  <tr class="deep-level-0">
594
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#url">url</a></code></td>
621
+ <td class="name"><code><a href="#url">url</a></code></td>
595
622
  <td class="name">
596
623
  <code>
597
624
 
598
625
  <span class="param-type">String</span>
599
626
 
600
627
 
628
+
601
629
  </code>
602
630
  </td>
603
631
  <td class="name"><code><p>服务基地址</p></code></td>
604
632
  </tr>
605
633
 
606
634
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#version">version</a></code></td>
635
+ <td class="name"><code><a href="#version">version</a></code></td>
608
636
  <td class="name">
609
637
  <code>
610
638
 
611
639
  <span class="param-type">String</span>
612
640
 
613
641
 
642
+
614
643
  </code>
615
644
  </td>
616
645
  <td class="name"><code><p>服务版本号</p></code></td>
617
646
  </tr>
618
647
 
619
648
  <tr class="deep-level-0">
620
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#visible">visible</a></code></td>
649
+ <td class="name"><code><a href="#visible">visible</a></code></td>
621
650
  <td class="name">
622
651
  <code>
623
652
 
624
653
  <span class="param-type">Number</span>
625
654
 
626
655
 
656
+
627
657
  </code>
628
658
  </td>
629
659
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -643,6 +673,7 @@
643
673
  <span class="param-type">Object</span>
644
674
 
645
675
 
676
+
646
677
  </span>
647
678
 
648
679
  <h4 class="name" id="boundingVolume">
@@ -713,6 +744,7 @@
713
744
  <span class="param-type">String</span>
714
745
 
715
746
 
747
+
716
748
  </span>
717
749
 
718
750
  <h4 class="name" id="copyright">
@@ -748,7 +780,7 @@
748
780
 
749
781
  <dt class="inherited-from">Inherited From:</dt>
750
782
  <dd class="inherited-from"><ul class="dummy"><li>
751
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
783
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
752
784
  </li></ul></dd>
753
785
 
754
786
 
@@ -792,6 +824,7 @@
792
824
  <span class="param-type">String</span>
793
825
 
794
826
 
827
+
795
828
  </span>
796
829
 
797
830
  <h4 class="name" id="description">
@@ -867,6 +900,7 @@
867
900
  <span class="param-type">Object</span>
868
901
 
869
902
 
903
+
870
904
  </span>
871
905
 
872
906
  <h4 class="name" id="extendOptions">
@@ -942,6 +976,7 @@
942
976
  <span class="param-type">Object</span>
943
977
 
944
978
 
979
+
945
980
  </span>
946
981
 
947
982
  <h4 class="name" id="extendProps">
@@ -973,7 +1008,7 @@
973
1008
 
974
1009
  <dt class="inherited-from">Inherited From:</dt>
975
1010
  <dd class="inherited-from"><ul class="dummy"><li>
976
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1011
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
977
1012
  </li></ul></dd>
978
1013
 
979
1014
 
@@ -1014,7 +1049,8 @@
1014
1049
  <span class="method-parameter is-pulled-right">
1015
1050
  <label>类型:</label>
1016
1051
 
1017
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1052
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1053
+
1018
1054
 
1019
1055
 
1020
1056
  </span>
@@ -1052,7 +1088,7 @@
1052
1088
 
1053
1089
  <dt class="inherited-from">Inherited From:</dt>
1054
1090
  <dd class="inherited-from"><ul class="dummy"><li>
1055
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1091
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1056
1092
  </li></ul></dd>
1057
1093
 
1058
1094
 
@@ -1096,6 +1132,7 @@
1096
1132
  <span class="param-type">String</span>
1097
1133
 
1098
1134
 
1135
+
1099
1136
  </span>
1100
1137
 
1101
1138
  <h4 class="name" id="fieldInfo">
@@ -1166,6 +1203,7 @@
1166
1203
  <span class="param-type">String</span>
1167
1204
 
1168
1205
 
1206
+
1169
1207
  </span>
1170
1208
 
1171
1209
  <h4 class="name" id="headers">
@@ -1197,7 +1235,7 @@
1197
1235
 
1198
1236
  <dt class="inherited-from">Inherited From:</dt>
1199
1237
  <dd class="inherited-from"><ul class="dummy"><li>
1200
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1238
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1201
1239
  </li></ul></dd>
1202
1240
 
1203
1241
 
@@ -1241,6 +1279,7 @@
1241
1279
  <span class="param-type">String</span>
1242
1280
 
1243
1281
 
1282
+
1244
1283
  </span>
1245
1284
 
1246
1285
  <h4 class="name" id="httpMethod">
@@ -1272,7 +1311,7 @@
1272
1311
 
1273
1312
  <dt class="inherited-from">Inherited From:</dt>
1274
1313
  <dd class="inherited-from"><ul class="dummy"><li>
1275
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1314
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1276
1315
  </li></ul></dd>
1277
1316
 
1278
1317
 
@@ -1316,6 +1355,7 @@
1316
1355
  <span class="param-type">String</span>
1317
1356
 
1318
1357
 
1358
+
1319
1359
  </span>
1320
1360
 
1321
1361
  <h4 class="name" id="id">
@@ -1351,7 +1391,7 @@
1351
1391
 
1352
1392
  <dt class="inherited-from">Inherited From:</dt>
1353
1393
  <dd class="inherited-from"><ul class="dummy"><li>
1354
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1394
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1355
1395
  </li></ul></dd>
1356
1396
 
1357
1397
 
@@ -1395,6 +1435,7 @@
1395
1435
  <span class="param-type">Number</span>
1396
1436
 
1397
1437
 
1438
+
1398
1439
  </span>
1399
1440
 
1400
1441
  <h4 class="name" id="index">
@@ -1426,7 +1467,7 @@
1426
1467
 
1427
1468
  <dt class="inherited-from">Inherited From:</dt>
1428
1469
  <dd class="inherited-from"><ul class="dummy"><li>
1429
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1470
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1430
1471
  </li></ul></dd>
1431
1472
 
1432
1473
 
@@ -1470,6 +1511,7 @@
1470
1511
  <span class="param-type">Boolean</span>
1471
1512
 
1472
1513
 
1514
+
1473
1515
  </span>
1474
1516
 
1475
1517
  <h4 class="name" id="loaded">
@@ -1505,7 +1547,7 @@
1505
1547
 
1506
1548
  <dt class="inherited-from">Inherited From:</dt>
1507
1549
  <dd class="inherited-from"><ul class="dummy"><li>
1508
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1550
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1509
1551
  </li></ul></dd>
1510
1552
 
1511
1553
 
@@ -1554,6 +1596,7 @@
1554
1596
  <span class="param-type">String</span>
1555
1597
 
1556
1598
 
1599
+
1557
1600
  </span>
1558
1601
 
1559
1602
  <h4 class="name" id="loadStatus">
@@ -1589,7 +1632,7 @@
1589
1632
 
1590
1633
  <dt class="inherited-from">Inherited From:</dt>
1591
1634
  <dd class="inherited-from"><ul class="dummy"><li>
1592
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1635
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1593
1636
  </li></ul></dd>
1594
1637
 
1595
1638
 
@@ -1638,6 +1681,7 @@
1638
1681
  <span class="param-type">Number</span>
1639
1682
 
1640
1683
 
1684
+
1641
1685
  </span>
1642
1686
 
1643
1687
  <h4 class="name" id="maxScale">
@@ -1669,7 +1713,7 @@
1669
1713
 
1670
1714
  <dt class="inherited-from">Inherited From:</dt>
1671
1715
  <dd class="inherited-from"><ul class="dummy"><li>
1672
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1716
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1673
1717
  </li></ul></dd>
1674
1718
 
1675
1719
 
@@ -1718,6 +1762,7 @@
1718
1762
  <span class="param-type">Number</span>
1719
1763
 
1720
1764
 
1765
+
1721
1766
  </span>
1722
1767
 
1723
1768
  <h4 class="name" id="minScale">
@@ -1749,7 +1794,7 @@
1749
1794
 
1750
1795
  <dt class="inherited-from">Inherited From:</dt>
1751
1796
  <dd class="inherited-from"><ul class="dummy"><li>
1752
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1797
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1753
1798
  </li></ul></dd>
1754
1799
 
1755
1800
 
@@ -1798,6 +1843,7 @@
1798
1843
  <span class="param-type">Number</span>
1799
1844
 
1800
1845
 
1846
+
1801
1847
  </span>
1802
1848
 
1803
1849
  <h4 class="name" id="opacity">
@@ -1829,7 +1875,7 @@
1829
1875
 
1830
1876
  <dt class="inherited-from">Inherited From:</dt>
1831
1877
  <dd class="inherited-from"><ul class="dummy"><li>
1832
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1878
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1833
1879
  </li></ul></dd>
1834
1880
 
1835
1881
 
@@ -1873,6 +1919,7 @@
1873
1919
  <span class="param-type">Object</span>
1874
1920
 
1875
1921
 
1922
+
1876
1923
  </span>
1877
1924
 
1878
1925
  <h4 class="name" id="position">
@@ -1943,6 +1990,7 @@
1943
1990
  <span class="param-type">String</span>
1944
1991
 
1945
1992
 
1993
+
1946
1994
  </span>
1947
1995
 
1948
1996
  <h4 class="name" id="sceneName">
@@ -2013,6 +2061,7 @@
2013
2061
  <span class="param-type">Object</span>
2014
2062
 
2015
2063
 
2064
+
2016
2065
  </span>
2017
2066
 
2018
2067
  <h4 class="name" id="spatialReference">
@@ -2088,6 +2137,7 @@
2088
2137
  <span class="param-type">String</span>
2089
2138
 
2090
2139
 
2140
+
2091
2141
  </span>
2092
2142
 
2093
2143
  <h4 class="name" id="title">
@@ -2119,7 +2169,7 @@
2119
2169
 
2120
2170
  <dt class="inherited-from">Inherited From:</dt>
2121
2171
  <dd class="inherited-from"><ul class="dummy"><li>
2122
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2172
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2123
2173
  </li></ul></dd>
2124
2174
 
2125
2175
 
@@ -2163,6 +2213,7 @@
2163
2213
  <span class="param-type">String</span>
2164
2214
 
2165
2215
 
2216
+
2166
2217
  </span>
2167
2218
 
2168
2219
  <h4 class="name" id="tokenKey">
@@ -2194,7 +2245,7 @@
2194
2245
 
2195
2246
  <dt class="inherited-from">Inherited From:</dt>
2196
2247
  <dd class="inherited-from"><ul class="dummy"><li>
2197
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2248
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2198
2249
  </li></ul></dd>
2199
2250
 
2200
2251
 
@@ -2243,6 +2294,7 @@
2243
2294
  <span class="param-type">String</span>
2244
2295
 
2245
2296
 
2297
+
2246
2298
  </span>
2247
2299
 
2248
2300
  <h4 class="name" id="tokenValue">
@@ -2274,7 +2326,7 @@
2274
2326
 
2275
2327
  <dt class="inherited-from">Inherited From:</dt>
2276
2328
  <dd class="inherited-from"><ul class="dummy"><li>
2277
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2329
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2278
2330
  </li></ul></dd>
2279
2331
 
2280
2332
 
@@ -2318,6 +2370,7 @@
2318
2370
  <span class="param-type">String</span>
2319
2371
 
2320
2372
 
2373
+
2321
2374
  </span>
2322
2375
 
2323
2376
  <h4 class="name" id="type">
@@ -2393,6 +2446,7 @@
2393
2446
  <span class="param-type">String</span>
2394
2447
 
2395
2448
 
2449
+
2396
2450
  </span>
2397
2451
 
2398
2452
  <h4 class="name" id="url">
@@ -2463,6 +2517,7 @@
2463
2517
  <span class="param-type">String</span>
2464
2518
 
2465
2519
 
2520
+
2466
2521
  </span>
2467
2522
 
2468
2523
  <h4 class="name" id="version">
@@ -2533,6 +2588,7 @@
2533
2588
  <span class="param-type">Number</span>
2534
2589
 
2535
2590
 
2591
+
2536
2592
  </span>
2537
2593
 
2538
2594
  <h4 class="name" id="visible">
@@ -2564,7 +2620,7 @@
2564
2620
 
2565
2621
  <dt class="inherited-from">Inherited From:</dt>
2566
2622
  <dd class="inherited-from"><ul class="dummy"><li>
2567
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2623
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2568
2624
  </li></ul></dd>
2569
2625
 
2570
2626
 
@@ -2621,12 +2677,13 @@
2621
2677
  <tbody>
2622
2678
 
2623
2679
  <tr class="deep-level-0">
2624
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#clone">clone</a></code></td>
2680
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2625
2681
  <td class="name">
2626
2682
  <code>
2627
2683
 
2628
2684
 
2629
- <span class="param-type"><a class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
2685
+ <span class="param-type"><a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
2686
+
2630
2687
 
2631
2688
 
2632
2689
 
@@ -2636,7 +2693,7 @@
2636
2693
  </tr>
2637
2694
 
2638
2695
  <tr class="deep-level-0">
2639
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#destroy">destroy</a></code></td>
2696
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2640
2697
  <td class="name">
2641
2698
  <code>
2642
2699
 
@@ -2644,6 +2701,7 @@
2644
2701
  <span class="param-type">*</span>
2645
2702
 
2646
2703
 
2704
+
2647
2705
 
2648
2706
  </code>
2649
2707
  </td>
@@ -2651,7 +2709,7 @@
2651
2709
  </tr>
2652
2710
 
2653
2711
  <tr class="deep-level-0">
2654
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#isLoaded">isLoaded</a></code></td>
2712
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2655
2713
  <td class="name">
2656
2714
  <code>
2657
2715
 
@@ -2659,6 +2717,7 @@
2659
2717
  <span class="param-type">Boolean</span>
2660
2718
 
2661
2719
 
2720
+
2662
2721
 
2663
2722
  </code>
2664
2723
  </td>
@@ -2666,7 +2725,7 @@
2666
2725
  </tr>
2667
2726
 
2668
2727
  <tr class="deep-level-0">
2669
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#load">load</a></code></td>
2728
+ <td class="name"><code><a href="#load">load</a></code></td>
2670
2729
  <td class="name">
2671
2730
  <code>
2672
2731
 
@@ -2676,7 +2735,7 @@
2676
2735
  </tr>
2677
2736
 
2678
2737
  <tr class="deep-level-0">
2679
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#refresh">refresh</a></code></td>
2738
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2680
2739
  <td class="name">
2681
2740
  <code>
2682
2741
 
@@ -2686,7 +2745,7 @@
2686
2745
  </tr>
2687
2746
 
2688
2747
  <tr class="deep-level-0">
2689
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#toJSON">toJSON</a></code></td>
2748
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2690
2749
  <td class="name">
2691
2750
  <code>
2692
2751
 
@@ -2694,6 +2753,7 @@
2694
2753
  <span class="param-type">Object</span>
2695
2754
 
2696
2755
 
2756
+
2697
2757
 
2698
2758
  </code>
2699
2759
  </td>
@@ -2808,7 +2868,8 @@
2808
2868
  <div class='column is-5 has-text-left'>
2809
2869
  <label>类型: </label>
2810
2870
 
2811
- <span class="param-type"><a class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
2871
+ <span class="param-type"><a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
2872
+
2812
2873
 
2813
2874
 
2814
2875
  </div>
@@ -2864,7 +2925,7 @@
2864
2925
 
2865
2926
  <dt class="inherited-from">Inherited From:</dt>
2866
2927
  <dd class="inherited-from"><ul class="dummy"><li>
2867
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2928
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2868
2929
  </li></ul></dd>
2869
2930
 
2870
2931
 
@@ -2926,6 +2987,7 @@
2926
2987
  <span class="param-type">*</span>
2927
2988
 
2928
2989
 
2990
+
2929
2991
  </div>
2930
2992
 
2931
2993
  </div>
@@ -2983,7 +3045,7 @@
2983
3045
 
2984
3046
  <dt class="inherited-from">Inherited From:</dt>
2985
3047
  <dd class="inherited-from"><ul class="dummy"><li>
2986
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3048
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2987
3049
  </li></ul></dd>
2988
3050
 
2989
3051
 
@@ -3047,6 +3109,7 @@
3047
3109
  <span class="param-type">Boolean</span>
3048
3110
 
3049
3111
 
3112
+
3050
3113
  </div>
3051
3114
 
3052
3115
  </div>
@@ -3195,7 +3258,7 @@
3195
3258
 
3196
3259
  <dt class="inherited-from">Inherited From:</dt>
3197
3260
  <dd class="inherited-from"><ul class="dummy"><li>
3198
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3261
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3199
3262
  </li></ul></dd>
3200
3263
 
3201
3264
 
@@ -3355,6 +3418,7 @@
3355
3418
  <span class="param-type">Object</span>
3356
3419
 
3357
3420
 
3421
+
3358
3422
  </div>
3359
3423
 
3360
3424
  </div>
@@ -3504,6 +3568,7 @@
3504
3568
  <span class="param-type">Object</span>
3505
3569
 
3506
3570
 
3571
+
3507
3572
 
3508
3573
  </td>
3509
3574
 
@@ -3537,6 +3602,7 @@
3537
3602
  <span class="param-type">String</span>
3538
3603
 
3539
3604
 
3605
+
3540
3606
 
3541
3607
  </td>
3542
3608
 
@@ -3574,6 +3640,7 @@
3574
3640
  <span class="param-type">String</span>
3575
3641
 
3576
3642
 
3643
+
3577
3644
 
3578
3645
  </td>
3579
3646
 
@@ -3608,7 +3675,8 @@
3608
3675
  <td class="type">
3609
3676
 
3610
3677
 
3611
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3678
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3679
+
3612
3680
 
3613
3681
 
3614
3682
 
@@ -3645,7 +3713,8 @@
3645
3713
  <td class="type">
3646
3714
 
3647
3715
 
3648
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3716
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3717
+
3649
3718
 
3650
3719
 
3651
3720
 
@@ -3682,7 +3751,8 @@
3682
3751
  <td class="type">
3683
3752
 
3684
3753
 
3685
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3754
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3755
+
3686
3756
 
3687
3757
 
3688
3758
 
@@ -3719,7 +3789,8 @@
3719
3789
  <td class="type">
3720
3790
 
3721
3791
 
3722
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3792
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3793
+
3723
3794
 
3724
3795
 
3725
3796
 
@@ -3756,7 +3827,8 @@
3756
3827
  <td class="type">
3757
3828
 
3758
3829
 
3759
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3830
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3831
+
3760
3832
 
3761
3833
 
3762
3834
 
@@ -3801,7 +3873,7 @@
3801
3873
 
3802
3874
  <dt class="inherited-from">Inherited From:</dt>
3803
3875
  <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>
3876
+ <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
3877
  </li></ul></dd>
3806
3878
 
3807
3879
 
@@ -3950,6 +4022,7 @@
3950
4022
  <span class="param-type">Object</span>
3951
4023
 
3952
4024
 
4025
+
3953
4026
 
3954
4027
  </td>
3955
4028
 
@@ -3983,6 +4056,7 @@
3983
4056
  <span class="param-type">String</span>
3984
4057
 
3985
4058
 
4059
+
3986
4060
 
3987
4061
  </td>
3988
4062
 
@@ -4020,6 +4094,7 @@
4020
4094
  <span class="param-type">String</span>
4021
4095
 
4022
4096
 
4097
+
4023
4098
 
4024
4099
  </td>
4025
4100
 
@@ -4054,7 +4129,8 @@
4054
4129
  <td class="type">
4055
4130
 
4056
4131
 
4057
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4132
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4133
+
4058
4134
 
4059
4135
 
4060
4136
 
@@ -4091,7 +4167,8 @@
4091
4167
  <td class="type">
4092
4168
 
4093
4169
 
4094
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4170
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4171
+
4095
4172
 
4096
4173
 
4097
4174
 
@@ -4128,7 +4205,8 @@
4128
4205
  <td class="type">
4129
4206
 
4130
4207
 
4131
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4208
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4209
+
4132
4210
 
4133
4211
 
4134
4212
 
@@ -4165,7 +4243,8 @@
4165
4243
  <td class="type">
4166
4244
 
4167
4245
 
4168
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4246
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4247
+
4169
4248
 
4170
4249
 
4171
4250
 
@@ -4202,7 +4281,8 @@
4202
4281
  <td class="type">
4203
4282
 
4204
4283
 
4205
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4284
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4285
+
4206
4286
 
4207
4287
 
4208
4288
 
@@ -4247,7 +4327,7 @@
4247
4327
 
4248
4328
  <dt class="inherited-from">Inherited From:</dt>
4249
4329
  <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>
4330
+ <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
4331
  </li></ul></dd>
4252
4332
 
4253
4333
 
@@ -4386,6 +4466,7 @@
4386
4466
  <span class="param-type">Object</span>
4387
4467
 
4388
4468
 
4469
+
4389
4470
 
4390
4471
  </td>
4391
4472
 
@@ -4419,6 +4500,7 @@
4419
4500
  <span class="param-type">String</span>
4420
4501
 
4421
4502
 
4503
+
4422
4504
 
4423
4505
  </td>
4424
4506
 
@@ -4456,6 +4538,7 @@
4456
4538
  <span class="param-type">String</span>
4457
4539
 
4458
4540
 
4541
+
4459
4542
 
4460
4543
  </td>
4461
4544
 
@@ -4490,7 +4573,8 @@
4490
4573
  <td class="type">
4491
4574
 
4492
4575
 
4493
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4576
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4577
+
4494
4578
 
4495
4579
 
4496
4580
 
@@ -4527,7 +4611,8 @@
4527
4611
  <td class="type">
4528
4612
 
4529
4613
 
4530
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4614
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4615
+
4531
4616
 
4532
4617
 
4533
4618
 
@@ -4564,7 +4649,8 @@
4564
4649
  <td class="type">
4565
4650
 
4566
4651
 
4567
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4652
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4653
+
4568
4654
 
4569
4655
 
4570
4656
 
@@ -4601,7 +4687,8 @@
4601
4687
  <td class="type">
4602
4688
 
4603
4689
 
4604
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4690
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4691
+
4605
4692
 
4606
4693
 
4607
4694
 
@@ -4638,7 +4725,8 @@
4638
4725
  <td class="type">
4639
4726
 
4640
4727
 
4641
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4728
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4729
+
4642
4730
 
4643
4731
 
4644
4732
 
@@ -4683,7 +4771,7 @@
4683
4771
 
4684
4772
  <dt class="inherited-from">Inherited From:</dt>
4685
4773
  <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>
4774
+ <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
4775
  </li></ul></dd>
4688
4776
 
4689
4777
 
@@ -4832,6 +4920,7 @@
4832
4920
  <span class="param-type">Object</span>
4833
4921
 
4834
4922
 
4923
+
4835
4924
 
4836
4925
  </td>
4837
4926
 
@@ -4865,6 +4954,7 @@
4865
4954
  <span class="param-type">String</span>
4866
4955
 
4867
4956
 
4957
+
4868
4958
 
4869
4959
  </td>
4870
4960
 
@@ -4902,6 +4992,7 @@
4902
4992
  <span class="param-type">String</span>
4903
4993
 
4904
4994
 
4995
+
4905
4996
 
4906
4997
  </td>
4907
4998
 
@@ -4936,7 +5027,8 @@
4936
5027
  <td class="type">
4937
5028
 
4938
5029
 
4939
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5030
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5031
+
4940
5032
 
4941
5033
 
4942
5034
 
@@ -4973,7 +5065,8 @@
4973
5065
  <td class="type">
4974
5066
 
4975
5067
 
4976
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5068
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5069
+
4977
5070
 
4978
5071
 
4979
5072
 
@@ -5010,7 +5103,8 @@
5010
5103
  <td class="type">
5011
5104
 
5012
5105
 
5013
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5106
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5107
+
5014
5108
 
5015
5109
 
5016
5110
 
@@ -5047,7 +5141,8 @@
5047
5141
  <td class="type">
5048
5142
 
5049
5143
 
5050
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5144
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5145
+
5051
5146
 
5052
5147
 
5053
5148
 
@@ -5084,7 +5179,8 @@
5084
5179
  <td class="type">
5085
5180
 
5086
5181
 
5087
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5182
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5183
+
5088
5184
 
5089
5185
 
5090
5186
 
@@ -5129,7 +5225,7 @@
5129
5225
 
5130
5226
  <dt class="inherited-from">Inherited From:</dt>
5131
5227
  <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>
5228
+ <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
5229
  </li></ul></dd>
5134
5230
 
5135
5231
 
@@ -5268,6 +5364,7 @@
5268
5364
  <span class="param-type">Object</span>
5269
5365
 
5270
5366
 
5367
+
5271
5368
 
5272
5369
  </td>
5273
5370
 
@@ -5301,6 +5398,7 @@
5301
5398
  <span class="param-type">String</span>
5302
5399
 
5303
5400
 
5401
+
5304
5402
 
5305
5403
  </td>
5306
5404
 
@@ -5338,6 +5436,7 @@
5338
5436
  <span class="param-type">String</span>
5339
5437
 
5340
5438
 
5439
+
5341
5440
 
5342
5441
  </td>
5343
5442
 
@@ -5372,7 +5471,8 @@
5372
5471
  <td class="type">
5373
5472
 
5374
5473
 
5375
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5474
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5475
+
5376
5476
 
5377
5477
 
5378
5478
 
@@ -5409,7 +5509,8 @@
5409
5509
  <td class="type">
5410
5510
 
5411
5511
 
5412
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5512
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5513
+
5413
5514
 
5414
5515
 
5415
5516
 
@@ -5446,7 +5547,8 @@
5446
5547
  <td class="type">
5447
5548
 
5448
5549
 
5449
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5550
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5551
+
5450
5552
 
5451
5553
 
5452
5554
 
@@ -5483,7 +5585,8 @@
5483
5585
  <td class="type">
5484
5586
 
5485
5587
 
5486
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5588
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5589
+
5487
5590
 
5488
5591
 
5489
5592
 
@@ -5520,7 +5623,8 @@
5520
5623
  <td class="type">
5521
5624
 
5522
5625
 
5523
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5626
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5627
+
5524
5628
 
5525
5629
 
5526
5630
 
@@ -5565,7 +5669,7 @@
5565
5669
 
5566
5670
  <dt class="inherited-from">Inherited From:</dt>
5567
5671
  <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>
5672
+ <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
5673
  </li></ul></dd>
5570
5674
 
5571
5675
 
@@ -5714,6 +5818,7 @@
5714
5818
  <span class="param-type">Object</span>
5715
5819
 
5716
5820
 
5821
+
5717
5822
 
5718
5823
  </td>
5719
5824
 
@@ -5747,6 +5852,7 @@
5747
5852
  <span class="param-type">String</span>
5748
5853
 
5749
5854
 
5855
+
5750
5856
 
5751
5857
  </td>
5752
5858
 
@@ -5784,6 +5890,7 @@
5784
5890
  <span class="param-type">String</span>
5785
5891
 
5786
5892
 
5893
+
5787
5894
 
5788
5895
  </td>
5789
5896
 
@@ -5818,7 +5925,8 @@
5818
5925
  <td class="type">
5819
5926
 
5820
5927
 
5821
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5928
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5929
+
5822
5930
 
5823
5931
 
5824
5932
 
@@ -5855,7 +5963,8 @@
5855
5963
  <td class="type">
5856
5964
 
5857
5965
 
5858
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5966
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5967
+
5859
5968
 
5860
5969
 
5861
5970
 
@@ -5892,7 +6001,8 @@
5892
6001
  <td class="type">
5893
6002
 
5894
6003
 
5895
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6004
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6005
+
5896
6006
 
5897
6007
 
5898
6008
 
@@ -5929,7 +6039,8 @@
5929
6039
  <td class="type">
5930
6040
 
5931
6041
 
5932
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6042
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6043
+
5933
6044
 
5934
6045
 
5935
6046
 
@@ -5966,7 +6077,8 @@
5966
6077
  <td class="type">
5967
6078
 
5968
6079
 
5969
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6080
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6081
+
5970
6082
 
5971
6083
 
5972
6084
 
@@ -6011,7 +6123,7 @@
6011
6123
 
6012
6124
  <dt class="inherited-from">Inherited From:</dt>
6013
6125
  <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>
6126
+ <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
6127
  </li></ul></dd>
6016
6128
 
6017
6129
 
@@ -6150,6 +6262,7 @@
6150
6262
  <span class="param-type">Object</span>
6151
6263
 
6152
6264
 
6265
+
6153
6266
 
6154
6267
  </td>
6155
6268
 
@@ -6183,6 +6296,7 @@
6183
6296
  <span class="param-type">String</span>
6184
6297
 
6185
6298
 
6299
+
6186
6300
 
6187
6301
  </td>
6188
6302
 
@@ -6220,6 +6334,7 @@
6220
6334
  <span class="param-type">String</span>
6221
6335
 
6222
6336
 
6337
+
6223
6338
 
6224
6339
  </td>
6225
6340
 
@@ -6254,7 +6369,8 @@
6254
6369
  <td class="type">
6255
6370
 
6256
6371
 
6257
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6372
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6373
+
6258
6374
 
6259
6375
 
6260
6376
 
@@ -6291,7 +6407,8 @@
6291
6407
  <td class="type">
6292
6408
 
6293
6409
 
6294
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6410
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6411
+
6295
6412
 
6296
6413
 
6297
6414
 
@@ -6328,7 +6445,8 @@
6328
6445
  <td class="type">
6329
6446
 
6330
6447
 
6331
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6448
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6449
+
6332
6450
 
6333
6451
 
6334
6452
 
@@ -6365,7 +6483,8 @@
6365
6483
  <td class="type">
6366
6484
 
6367
6485
 
6368
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6486
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6487
+
6369
6488
 
6370
6489
 
6371
6490
 
@@ -6402,7 +6521,8 @@
6402
6521
  <td class="type">
6403
6522
 
6404
6523
 
6405
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6524
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6525
+
6406
6526
 
6407
6527
 
6408
6528
 
@@ -6447,7 +6567,7 @@
6447
6567
 
6448
6568
  <dt class="inherited-from">Inherited From:</dt>
6449
6569
  <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>
6570
+ <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
6571
  </li></ul></dd>
6452
6572
 
6453
6573