@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
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -118,13 +128,18 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
118
128
 
119
129
  <tr class="deep-level-1">
120
130
 
121
- <td class="name" id="renderer"><code>renderer</code></td>
131
+ <td class="name"><code>renderer</code></td>
122
132
 
123
133
 
124
134
  <td class="type">
125
135
 
126
136
 
127
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
137
+ <span class="param-type">
138
+
139
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
140
+
141
+ </span>
142
+
128
143
 
129
144
 
130
145
 
@@ -148,13 +163,18 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
148
163
 
149
164
  <tr class="deep-level-1">
150
165
 
151
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
166
+ <td class="name"><code>extendOptions</code></td>
152
167
 
153
168
 
154
169
  <td class="type">
155
170
 
156
171
 
157
- <span class="param-type">Object</span>
172
+ <span class="param-type">
173
+
174
+ Object
175
+
176
+ </span>
177
+
158
178
 
159
179
 
160
180
 
@@ -170,13 +190,18 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
170
190
 
171
191
  <tr class="deep-level-1">
172
192
 
173
- <td class="name" id="extendProps"><code>extendProps</code></td>
193
+ <td class="name"><code>extendProps</code></td>
174
194
 
175
195
 
176
196
  <td class="type">
177
197
 
178
198
 
179
- <span class="param-type">Object</span>
199
+ <span class="param-type">
200
+
201
+ Object
202
+
203
+ </span>
204
+
180
205
 
181
206
 
182
207
 
@@ -507,7 +532,7 @@ const layer = new M3DModelCacheLayer({
507
532
 
508
533
 
509
534
  <ul>
510
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
535
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
511
536
  </ul>
512
537
 
513
538
 
@@ -539,11 +564,16 @@ const layer = new M3DModelCacheLayer({
539
564
  <tbody>
540
565
 
541
566
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="M3DModelCacheLayer.html#boundingVolume">boundingVolume</a></code></td>
567
+ <td class="name"><code><a href="#boundingVolume">boundingVolume</a></code></td>
543
568
  <td class="name">
544
569
  <code>
545
570
 
546
- <span class="param-type">Object</span>
571
+ <span class="param-type">
572
+
573
+ Object
574
+
575
+ </span>
576
+
547
577
 
548
578
 
549
579
  </code>
@@ -552,11 +582,16 @@ const layer = new M3DModelCacheLayer({
552
582
  </tr>
553
583
 
554
584
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="M3DModelCacheLayer.html#copyright">copyright</a></code></td>
585
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
556
586
  <td class="name">
557
587
  <code>
558
588
 
559
- <span class="param-type">String</span>
589
+ <span class="param-type">
590
+
591
+ String
592
+
593
+ </span>
594
+
560
595
 
561
596
 
562
597
  </code>
@@ -565,11 +600,16 @@ const layer = new M3DModelCacheLayer({
565
600
  </tr>
566
601
 
567
602
  <tr class="deep-level-0">
568
- <td class="name"><code><a href="M3DModelCacheLayer.html#description">description</a></code></td>
603
+ <td class="name"><code><a href="#description">description</a></code></td>
569
604
  <td class="name">
570
605
  <code>
571
606
 
572
- <span class="param-type">String</span>
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
612
+
573
613
 
574
614
 
575
615
  </code>
@@ -578,11 +618,16 @@ const layer = new M3DModelCacheLayer({
578
618
  </tr>
579
619
 
580
620
  <tr class="deep-level-0">
581
- <td class="name"><code><a href="M3DModelCacheLayer.html#extendOptions">extendOptions</a></code></td>
621
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
582
622
  <td class="name">
583
623
  <code>
584
624
 
585
- <span class="param-type">Object</span>
625
+ <span class="param-type">
626
+
627
+ Object
628
+
629
+ </span>
630
+
586
631
 
587
632
 
588
633
  </code>
@@ -591,11 +636,16 @@ const layer = new M3DModelCacheLayer({
591
636
  </tr>
592
637
 
593
638
  <tr class="deep-level-0">
594
- <td class="name"><code><a href="M3DModelCacheLayer.html#extendProps">extendProps</a></code></td>
639
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
595
640
  <td class="name">
596
641
  <code>
597
642
 
598
- <span class="param-type">Object</span>
643
+ <span class="param-type">
644
+
645
+ Object
646
+
647
+ </span>
648
+
599
649
 
600
650
 
601
651
  </code>
@@ -604,11 +654,16 @@ const layer = new M3DModelCacheLayer({
604
654
  </tr>
605
655
 
606
656
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="M3DModelCacheLayer.html#extent">extent</a></code></td>
657
+ <td class="name"><code><a href="#extent">extent</a></code></td>
608
658
  <td class="name">
609
659
  <code>
610
660
 
611
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
661
+ <span class="param-type">
662
+
663
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
664
+
665
+ </span>
666
+
612
667
 
613
668
 
614
669
  </code>
@@ -617,11 +672,16 @@ const layer = new M3DModelCacheLayer({
617
672
  </tr>
618
673
 
619
674
  <tr class="deep-level-0">
620
- <td class="name"><code><a href="M3DModelCacheLayer.html#fieldInfo">fieldInfo</a></code></td>
675
+ <td class="name"><code><a href="#fieldInfo">fieldInfo</a></code></td>
621
676
  <td class="name">
622
677
  <code>
623
678
 
624
- <span class="param-type">String</span>
679
+ <span class="param-type">
680
+
681
+ String
682
+
683
+ </span>
684
+
625
685
 
626
686
 
627
687
  </code>
@@ -630,11 +690,16 @@ const layer = new M3DModelCacheLayer({
630
690
  </tr>
631
691
 
632
692
  <tr class="deep-level-0">
633
- <td class="name"><code><a href="M3DModelCacheLayer.html#headers">headers</a></code></td>
693
+ <td class="name"><code><a href="#headers">headers</a></code></td>
634
694
  <td class="name">
635
695
  <code>
636
696
 
637
- <span class="param-type">String</span>
697
+ <span class="param-type">
698
+
699
+ String
700
+
701
+ </span>
702
+
638
703
 
639
704
 
640
705
  </code>
@@ -643,11 +708,16 @@ const layer = new M3DModelCacheLayer({
643
708
  </tr>
644
709
 
645
710
  <tr class="deep-level-0">
646
- <td class="name"><code><a href="M3DModelCacheLayer.html#httpMethod">httpMethod</a></code></td>
711
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
647
712
  <td class="name">
648
713
  <code>
649
714
 
650
- <span class="param-type">String</span>
715
+ <span class="param-type">
716
+
717
+ String
718
+
719
+ </span>
720
+
651
721
 
652
722
 
653
723
  </code>
@@ -656,11 +726,16 @@ const layer = new M3DModelCacheLayer({
656
726
  </tr>
657
727
 
658
728
  <tr class="deep-level-0">
659
- <td class="name"><code><a href="M3DModelCacheLayer.html#id">id</a></code></td>
729
+ <td class="name"><code><a href="#id">id</a></code></td>
660
730
  <td class="name">
661
731
  <code>
662
732
 
663
- <span class="param-type">String</span>
733
+ <span class="param-type">
734
+
735
+ String
736
+
737
+ </span>
738
+
664
739
 
665
740
 
666
741
  </code>
@@ -669,11 +744,16 @@ const layer = new M3DModelCacheLayer({
669
744
  </tr>
670
745
 
671
746
  <tr class="deep-level-0">
672
- <td class="name"><code><a href="M3DModelCacheLayer.html#index">index</a></code></td>
747
+ <td class="name"><code><a href="#index">index</a></code></td>
673
748
  <td class="name">
674
749
  <code>
675
750
 
676
- <span class="param-type">Number</span>
751
+ <span class="param-type">
752
+
753
+ Number
754
+
755
+ </span>
756
+
677
757
 
678
758
 
679
759
  </code>
@@ -682,11 +762,16 @@ const layer = new M3DModelCacheLayer({
682
762
  </tr>
683
763
 
684
764
  <tr class="deep-level-0">
685
- <td class="name"><code><a href="M3DModelCacheLayer.html#loaded">loaded</a></code></td>
765
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
686
766
  <td class="name">
687
767
  <code>
688
768
 
689
- <span class="param-type">Boolean</span>
769
+ <span class="param-type">
770
+
771
+ Boolean
772
+
773
+ </span>
774
+
690
775
 
691
776
 
692
777
  </code>
@@ -695,11 +780,16 @@ const layer = new M3DModelCacheLayer({
695
780
  </tr>
696
781
 
697
782
  <tr class="deep-level-0">
698
- <td class="name"><code><a href="M3DModelCacheLayer.html#loadStatus">loadStatus</a></code></td>
783
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
699
784
  <td class="name">
700
785
  <code>
701
786
 
702
- <span class="param-type">String</span>
787
+ <span class="param-type">
788
+
789
+ String
790
+
791
+ </span>
792
+
703
793
 
704
794
 
705
795
  </code>
@@ -708,11 +798,16 @@ const layer = new M3DModelCacheLayer({
708
798
  </tr>
709
799
 
710
800
  <tr class="deep-level-0">
711
- <td class="name"><code><a href="M3DModelCacheLayer.html#maxScale">maxScale</a></code></td>
801
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
712
802
  <td class="name">
713
803
  <code>
714
804
 
715
- <span class="param-type">Number</span>
805
+ <span class="param-type">
806
+
807
+ Number
808
+
809
+ </span>
810
+
716
811
 
717
812
 
718
813
  </code>
@@ -721,11 +816,16 @@ const layer = new M3DModelCacheLayer({
721
816
  </tr>
722
817
 
723
818
  <tr class="deep-level-0">
724
- <td class="name"><code><a href="M3DModelCacheLayer.html#minScale">minScale</a></code></td>
819
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
725
820
  <td class="name">
726
821
  <code>
727
822
 
728
- <span class="param-type">Number</span>
823
+ <span class="param-type">
824
+
825
+ Number
826
+
827
+ </span>
828
+
729
829
 
730
830
 
731
831
  </code>
@@ -734,11 +834,16 @@ const layer = new M3DModelCacheLayer({
734
834
  </tr>
735
835
 
736
836
  <tr class="deep-level-0">
737
- <td class="name"><code><a href="M3DModelCacheLayer.html#opacity">opacity</a></code></td>
837
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
738
838
  <td class="name">
739
839
  <code>
740
840
 
741
- <span class="param-type">Number</span>
841
+ <span class="param-type">
842
+
843
+ Number
844
+
845
+ </span>
846
+
742
847
 
743
848
 
744
849
  </code>
@@ -747,11 +852,16 @@ const layer = new M3DModelCacheLayer({
747
852
  </tr>
748
853
 
749
854
  <tr class="deep-level-0">
750
- <td class="name"><code><a href="M3DModelCacheLayer.html#position">position</a></code></td>
855
+ <td class="name"><code><a href="#position">position</a></code></td>
751
856
  <td class="name">
752
857
  <code>
753
858
 
754
- <span class="param-type">Object</span>
859
+ <span class="param-type">
860
+
861
+ Object
862
+
863
+ </span>
864
+
755
865
 
756
866
 
757
867
  </code>
@@ -760,11 +870,16 @@ const layer = new M3DModelCacheLayer({
760
870
  </tr>
761
871
 
762
872
  <tr class="deep-level-0">
763
- <td class="name"><code><a href="M3DModelCacheLayer.html#renderer">renderer</a></code></td>
873
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
764
874
  <td class="name">
765
875
  <code>
766
876
 
767
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
877
+ <span class="param-type">
878
+
879
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
880
+
881
+ </span>
882
+
768
883
 
769
884
 
770
885
  </code>
@@ -773,11 +888,16 @@ const layer = new M3DModelCacheLayer({
773
888
  </tr>
774
889
 
775
890
  <tr class="deep-level-0">
776
- <td class="name"><code><a href="M3DModelCacheLayer.html#sceneName">sceneName</a></code></td>
891
+ <td class="name"><code><a href="#sceneName">sceneName</a></code></td>
777
892
  <td class="name">
778
893
  <code>
779
894
 
780
- <span class="param-type">String</span>
895
+ <span class="param-type">
896
+
897
+ String
898
+
899
+ </span>
900
+
781
901
 
782
902
 
783
903
  </code>
@@ -786,11 +906,16 @@ const layer = new M3DModelCacheLayer({
786
906
  </tr>
787
907
 
788
908
  <tr class="deep-level-0">
789
- <td class="name"><code><a href="M3DModelCacheLayer.html#spatialReference">spatialReference</a></code></td>
909
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
790
910
  <td class="name">
791
911
  <code>
792
912
 
793
- <span class="param-type">Object</span>
913
+ <span class="param-type">
914
+
915
+ Object
916
+
917
+ </span>
918
+
794
919
 
795
920
 
796
921
  </code>
@@ -799,11 +924,16 @@ const layer = new M3DModelCacheLayer({
799
924
  </tr>
800
925
 
801
926
  <tr class="deep-level-0">
802
- <td class="name"><code><a href="M3DModelCacheLayer.html#title">title</a></code></td>
927
+ <td class="name"><code><a href="#title">title</a></code></td>
803
928
  <td class="name">
804
929
  <code>
805
930
 
806
- <span class="param-type">String</span>
931
+ <span class="param-type">
932
+
933
+ String
934
+
935
+ </span>
936
+
807
937
 
808
938
 
809
939
  </code>
@@ -812,11 +942,16 @@ const layer = new M3DModelCacheLayer({
812
942
  </tr>
813
943
 
814
944
  <tr class="deep-level-0">
815
- <td class="name"><code><a href="M3DModelCacheLayer.html#tokenKey">tokenKey</a></code></td>
945
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
816
946
  <td class="name">
817
947
  <code>
818
948
 
819
- <span class="param-type">String</span>
949
+ <span class="param-type">
950
+
951
+ String
952
+
953
+ </span>
954
+
820
955
 
821
956
 
822
957
  </code>
@@ -825,11 +960,16 @@ const layer = new M3DModelCacheLayer({
825
960
  </tr>
826
961
 
827
962
  <tr class="deep-level-0">
828
- <td class="name"><code><a href="M3DModelCacheLayer.html#tokenValue">tokenValue</a></code></td>
963
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
829
964
  <td class="name">
830
965
  <code>
831
966
 
832
- <span class="param-type">String</span>
967
+ <span class="param-type">
968
+
969
+ String
970
+
971
+ </span>
972
+
833
973
 
834
974
 
835
975
  </code>
@@ -838,11 +978,16 @@ const layer = new M3DModelCacheLayer({
838
978
  </tr>
839
979
 
840
980
  <tr class="deep-level-0">
841
- <td class="name"><code><a href="M3DModelCacheLayer.html#type">type</a></code></td>
981
+ <td class="name"><code><a href="#type">type</a></code></td>
842
982
  <td class="name">
843
983
  <code>
844
984
 
845
- <span class="param-type">String</span>
985
+ <span class="param-type">
986
+
987
+ String
988
+
989
+ </span>
990
+
846
991
 
847
992
 
848
993
  </code>
@@ -851,11 +996,16 @@ const layer = new M3DModelCacheLayer({
851
996
  </tr>
852
997
 
853
998
  <tr class="deep-level-0">
854
- <td class="name"><code><a href="M3DModelCacheLayer.html#url">url</a></code></td>
999
+ <td class="name"><code><a href="#url">url</a></code></td>
855
1000
  <td class="name">
856
1001
  <code>
857
1002
 
858
- <span class="param-type">String</span>
1003
+ <span class="param-type">
1004
+
1005
+ String
1006
+
1007
+ </span>
1008
+
859
1009
 
860
1010
 
861
1011
  </code>
@@ -864,11 +1014,16 @@ const layer = new M3DModelCacheLayer({
864
1014
  </tr>
865
1015
 
866
1016
  <tr class="deep-level-0">
867
- <td class="name"><code><a href="M3DModelCacheLayer.html#version">version</a></code></td>
1017
+ <td class="name"><code><a href="#version">version</a></code></td>
868
1018
  <td class="name">
869
1019
  <code>
870
1020
 
871
- <span class="param-type">String</span>
1021
+ <span class="param-type">
1022
+
1023
+ String
1024
+
1025
+ </span>
1026
+
872
1027
 
873
1028
 
874
1029
  </code>
@@ -877,11 +1032,16 @@ const layer = new M3DModelCacheLayer({
877
1032
  </tr>
878
1033
 
879
1034
  <tr class="deep-level-0">
880
- <td class="name"><code><a href="M3DModelCacheLayer.html#visible">visible</a></code></td>
1035
+ <td class="name"><code><a href="#visible">visible</a></code></td>
881
1036
  <td class="name">
882
1037
  <code>
883
1038
 
884
- <span class="param-type">Number</span>
1039
+ <span class="param-type">
1040
+
1041
+ Number
1042
+
1043
+ </span>
1044
+
885
1045
 
886
1046
 
887
1047
  </code>
@@ -900,7 +1060,12 @@ const layer = new M3DModelCacheLayer({
900
1060
  <span class="method-parameter is-pulled-right">
901
1061
  <label>类型:</label>
902
1062
 
903
- <span class="param-type">Object</span>
1063
+ <span class="param-type">
1064
+
1065
+ Object
1066
+
1067
+ </span>
1068
+
904
1069
 
905
1070
 
906
1071
  </span>
@@ -970,7 +1135,12 @@ const layer = new M3DModelCacheLayer({
970
1135
  <span class="method-parameter is-pulled-right">
971
1136
  <label>类型:</label>
972
1137
 
973
- <span class="param-type">String</span>
1138
+ <span class="param-type">
1139
+
1140
+ String
1141
+
1142
+ </span>
1143
+
974
1144
 
975
1145
 
976
1146
  </span>
@@ -1008,7 +1178,7 @@ const layer = new M3DModelCacheLayer({
1008
1178
 
1009
1179
  <dt class="inherited-from">Inherited From:</dt>
1010
1180
  <dd class="inherited-from"><ul class="dummy"><li>
1011
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1181
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1012
1182
  </li></ul></dd>
1013
1183
 
1014
1184
 
@@ -1049,7 +1219,12 @@ const layer = new M3DModelCacheLayer({
1049
1219
  <span class="method-parameter is-pulled-right">
1050
1220
  <label>类型:</label>
1051
1221
 
1052
- <span class="param-type">String</span>
1222
+ <span class="param-type">
1223
+
1224
+ String
1225
+
1226
+ </span>
1227
+
1053
1228
 
1054
1229
 
1055
1230
  </span>
@@ -1124,7 +1299,12 @@ const layer = new M3DModelCacheLayer({
1124
1299
  <span class="method-parameter is-pulled-right">
1125
1300
  <label>类型:</label>
1126
1301
 
1127
- <span class="param-type">Object</span>
1302
+ <span class="param-type">
1303
+
1304
+ Object
1305
+
1306
+ </span>
1307
+
1128
1308
 
1129
1309
 
1130
1310
  </span>
@@ -1199,7 +1379,12 @@ const layer = new M3DModelCacheLayer({
1199
1379
  <span class="method-parameter is-pulled-right">
1200
1380
  <label>类型:</label>
1201
1381
 
1202
- <span class="param-type">Object</span>
1382
+ <span class="param-type">
1383
+
1384
+ Object
1385
+
1386
+ </span>
1387
+
1203
1388
 
1204
1389
 
1205
1390
  </span>
@@ -1233,7 +1418,7 @@ const layer = new M3DModelCacheLayer({
1233
1418
 
1234
1419
  <dt class="inherited-from">Inherited From:</dt>
1235
1420
  <dd class="inherited-from"><ul class="dummy"><li>
1236
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1421
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1237
1422
  </li></ul></dd>
1238
1423
 
1239
1424
 
@@ -1274,7 +1459,12 @@ const layer = new M3DModelCacheLayer({
1274
1459
  <span class="method-parameter is-pulled-right">
1275
1460
  <label>类型:</label>
1276
1461
 
1277
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1462
+ <span class="param-type">
1463
+
1464
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1465
+
1466
+ </span>
1467
+
1278
1468
 
1279
1469
 
1280
1470
  </span>
@@ -1312,7 +1502,7 @@ const layer = new M3DModelCacheLayer({
1312
1502
 
1313
1503
  <dt class="inherited-from">Inherited From:</dt>
1314
1504
  <dd class="inherited-from"><ul class="dummy"><li>
1315
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1505
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1316
1506
  </li></ul></dd>
1317
1507
 
1318
1508
 
@@ -1353,7 +1543,12 @@ const layer = new M3DModelCacheLayer({
1353
1543
  <span class="method-parameter is-pulled-right">
1354
1544
  <label>类型:</label>
1355
1545
 
1356
- <span class="param-type">String</span>
1546
+ <span class="param-type">
1547
+
1548
+ String
1549
+
1550
+ </span>
1551
+
1357
1552
 
1358
1553
 
1359
1554
  </span>
@@ -1423,7 +1618,12 @@ const layer = new M3DModelCacheLayer({
1423
1618
  <span class="method-parameter is-pulled-right">
1424
1619
  <label>类型:</label>
1425
1620
 
1426
- <span class="param-type">String</span>
1621
+ <span class="param-type">
1622
+
1623
+ String
1624
+
1625
+ </span>
1626
+
1427
1627
 
1428
1628
 
1429
1629
  </span>
@@ -1457,7 +1657,7 @@ const layer = new M3DModelCacheLayer({
1457
1657
 
1458
1658
  <dt class="inherited-from">Inherited From:</dt>
1459
1659
  <dd class="inherited-from"><ul class="dummy"><li>
1460
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1660
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1461
1661
  </li></ul></dd>
1462
1662
 
1463
1663
 
@@ -1498,7 +1698,12 @@ const layer = new M3DModelCacheLayer({
1498
1698
  <span class="method-parameter is-pulled-right">
1499
1699
  <label>类型:</label>
1500
1700
 
1501
- <span class="param-type">String</span>
1701
+ <span class="param-type">
1702
+
1703
+ String
1704
+
1705
+ </span>
1706
+
1502
1707
 
1503
1708
 
1504
1709
  </span>
@@ -1532,7 +1737,7 @@ const layer = new M3DModelCacheLayer({
1532
1737
 
1533
1738
  <dt class="inherited-from">Inherited From:</dt>
1534
1739
  <dd class="inherited-from"><ul class="dummy"><li>
1535
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1740
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1536
1741
  </li></ul></dd>
1537
1742
 
1538
1743
 
@@ -1573,7 +1778,12 @@ const layer = new M3DModelCacheLayer({
1573
1778
  <span class="method-parameter is-pulled-right">
1574
1779
  <label>类型:</label>
1575
1780
 
1576
- <span class="param-type">String</span>
1781
+ <span class="param-type">
1782
+
1783
+ String
1784
+
1785
+ </span>
1786
+
1577
1787
 
1578
1788
 
1579
1789
  </span>
@@ -1611,7 +1821,7 @@ const layer = new M3DModelCacheLayer({
1611
1821
 
1612
1822
  <dt class="inherited-from">Inherited From:</dt>
1613
1823
  <dd class="inherited-from"><ul class="dummy"><li>
1614
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1824
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1615
1825
  </li></ul></dd>
1616
1826
 
1617
1827
 
@@ -1652,7 +1862,12 @@ const layer = new M3DModelCacheLayer({
1652
1862
  <span class="method-parameter is-pulled-right">
1653
1863
  <label>类型:</label>
1654
1864
 
1655
- <span class="param-type">Number</span>
1865
+ <span class="param-type">
1866
+
1867
+ Number
1868
+
1869
+ </span>
1870
+
1656
1871
 
1657
1872
 
1658
1873
  </span>
@@ -1686,7 +1901,7 @@ const layer = new M3DModelCacheLayer({
1686
1901
 
1687
1902
  <dt class="inherited-from">Inherited From:</dt>
1688
1903
  <dd class="inherited-from"><ul class="dummy"><li>
1689
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1904
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1690
1905
  </li></ul></dd>
1691
1906
 
1692
1907
 
@@ -1727,7 +1942,12 @@ const layer = new M3DModelCacheLayer({
1727
1942
  <span class="method-parameter is-pulled-right">
1728
1943
  <label>类型:</label>
1729
1944
 
1730
- <span class="param-type">Boolean</span>
1945
+ <span class="param-type">
1946
+
1947
+ Boolean
1948
+
1949
+ </span>
1950
+
1731
1951
 
1732
1952
 
1733
1953
  </span>
@@ -1765,7 +1985,7 @@ const layer = new M3DModelCacheLayer({
1765
1985
 
1766
1986
  <dt class="inherited-from">Inherited From:</dt>
1767
1987
  <dd class="inherited-from"><ul class="dummy"><li>
1768
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1988
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1769
1989
  </li></ul></dd>
1770
1990
 
1771
1991
 
@@ -1811,7 +2031,12 @@ const layer = new M3DModelCacheLayer({
1811
2031
  <span class="method-parameter is-pulled-right">
1812
2032
  <label>类型:</label>
1813
2033
 
1814
- <span class="param-type">String</span>
2034
+ <span class="param-type">
2035
+
2036
+ String
2037
+
2038
+ </span>
2039
+
1815
2040
 
1816
2041
 
1817
2042
  </span>
@@ -1849,7 +2074,7 @@ const layer = new M3DModelCacheLayer({
1849
2074
 
1850
2075
  <dt class="inherited-from">Inherited From:</dt>
1851
2076
  <dd class="inherited-from"><ul class="dummy"><li>
1852
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2077
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1853
2078
  </li></ul></dd>
1854
2079
 
1855
2080
 
@@ -1895,7 +2120,12 @@ const layer = new M3DModelCacheLayer({
1895
2120
  <span class="method-parameter is-pulled-right">
1896
2121
  <label>类型:</label>
1897
2122
 
1898
- <span class="param-type">Number</span>
2123
+ <span class="param-type">
2124
+
2125
+ Number
2126
+
2127
+ </span>
2128
+
1899
2129
 
1900
2130
 
1901
2131
  </span>
@@ -1929,7 +2159,7 @@ const layer = new M3DModelCacheLayer({
1929
2159
 
1930
2160
  <dt class="inherited-from">Inherited From:</dt>
1931
2161
  <dd class="inherited-from"><ul class="dummy"><li>
1932
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2162
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1933
2163
  </li></ul></dd>
1934
2164
 
1935
2165
 
@@ -1975,7 +2205,12 @@ const layer = new M3DModelCacheLayer({
1975
2205
  <span class="method-parameter is-pulled-right">
1976
2206
  <label>类型:</label>
1977
2207
 
1978
- <span class="param-type">Number</span>
2208
+ <span class="param-type">
2209
+
2210
+ Number
2211
+
2212
+ </span>
2213
+
1979
2214
 
1980
2215
 
1981
2216
  </span>
@@ -2009,7 +2244,7 @@ const layer = new M3DModelCacheLayer({
2009
2244
 
2010
2245
  <dt class="inherited-from">Inherited From:</dt>
2011
2246
  <dd class="inherited-from"><ul class="dummy"><li>
2012
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2247
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2013
2248
  </li></ul></dd>
2014
2249
 
2015
2250
 
@@ -2055,7 +2290,12 @@ const layer = new M3DModelCacheLayer({
2055
2290
  <span class="method-parameter is-pulled-right">
2056
2291
  <label>类型:</label>
2057
2292
 
2058
- <span class="param-type">Number</span>
2293
+ <span class="param-type">
2294
+
2295
+ Number
2296
+
2297
+ </span>
2298
+
2059
2299
 
2060
2300
 
2061
2301
  </span>
@@ -2089,7 +2329,7 @@ const layer = new M3DModelCacheLayer({
2089
2329
 
2090
2330
  <dt class="inherited-from">Inherited From:</dt>
2091
2331
  <dd class="inherited-from"><ul class="dummy"><li>
2092
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2332
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2093
2333
  </li></ul></dd>
2094
2334
 
2095
2335
 
@@ -2130,7 +2370,12 @@ const layer = new M3DModelCacheLayer({
2130
2370
  <span class="method-parameter is-pulled-right">
2131
2371
  <label>类型:</label>
2132
2372
 
2133
- <span class="param-type">Object</span>
2373
+ <span class="param-type">
2374
+
2375
+ Object
2376
+
2377
+ </span>
2378
+
2134
2379
 
2135
2380
 
2136
2381
  </span>
@@ -2200,7 +2445,12 @@ const layer = new M3DModelCacheLayer({
2200
2445
  <span class="method-parameter is-pulled-right">
2201
2446
  <label>类型:</label>
2202
2447
 
2203
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2448
+ <span class="param-type">
2449
+
2450
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
2451
+
2452
+ </span>
2453
+
2204
2454
 
2205
2455
 
2206
2456
  </span>
@@ -2270,7 +2520,12 @@ const layer = new M3DModelCacheLayer({
2270
2520
  <span class="method-parameter is-pulled-right">
2271
2521
  <label>类型:</label>
2272
2522
 
2273
- <span class="param-type">String</span>
2523
+ <span class="param-type">
2524
+
2525
+ String
2526
+
2527
+ </span>
2528
+
2274
2529
 
2275
2530
 
2276
2531
  </span>
@@ -2340,7 +2595,12 @@ const layer = new M3DModelCacheLayer({
2340
2595
  <span class="method-parameter is-pulled-right">
2341
2596
  <label>类型:</label>
2342
2597
 
2343
- <span class="param-type">Object</span>
2598
+ <span class="param-type">
2599
+
2600
+ Object
2601
+
2602
+ </span>
2603
+
2344
2604
 
2345
2605
 
2346
2606
  </span>
@@ -2415,7 +2675,12 @@ const layer = new M3DModelCacheLayer({
2415
2675
  <span class="method-parameter is-pulled-right">
2416
2676
  <label>类型:</label>
2417
2677
 
2418
- <span class="param-type">String</span>
2678
+ <span class="param-type">
2679
+
2680
+ String
2681
+
2682
+ </span>
2683
+
2419
2684
 
2420
2685
 
2421
2686
  </span>
@@ -2449,7 +2714,7 @@ const layer = new M3DModelCacheLayer({
2449
2714
 
2450
2715
  <dt class="inherited-from">Inherited From:</dt>
2451
2716
  <dd class="inherited-from"><ul class="dummy"><li>
2452
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2717
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2453
2718
  </li></ul></dd>
2454
2719
 
2455
2720
 
@@ -2490,7 +2755,12 @@ const layer = new M3DModelCacheLayer({
2490
2755
  <span class="method-parameter is-pulled-right">
2491
2756
  <label>类型:</label>
2492
2757
 
2493
- <span class="param-type">String</span>
2758
+ <span class="param-type">
2759
+
2760
+ String
2761
+
2762
+ </span>
2763
+
2494
2764
 
2495
2765
 
2496
2766
  </span>
@@ -2524,7 +2794,7 @@ const layer = new M3DModelCacheLayer({
2524
2794
 
2525
2795
  <dt class="inherited-from">Inherited From:</dt>
2526
2796
  <dd class="inherited-from"><ul class="dummy"><li>
2527
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2797
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2528
2798
  </li></ul></dd>
2529
2799
 
2530
2800
 
@@ -2570,7 +2840,12 @@ const layer = new M3DModelCacheLayer({
2570
2840
  <span class="method-parameter is-pulled-right">
2571
2841
  <label>类型:</label>
2572
2842
 
2573
- <span class="param-type">String</span>
2843
+ <span class="param-type">
2844
+
2845
+ String
2846
+
2847
+ </span>
2848
+
2574
2849
 
2575
2850
 
2576
2851
  </span>
@@ -2604,7 +2879,7 @@ const layer = new M3DModelCacheLayer({
2604
2879
 
2605
2880
  <dt class="inherited-from">Inherited From:</dt>
2606
2881
  <dd class="inherited-from"><ul class="dummy"><li>
2607
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2882
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2608
2883
  </li></ul></dd>
2609
2884
 
2610
2885
 
@@ -2645,7 +2920,12 @@ const layer = new M3DModelCacheLayer({
2645
2920
  <span class="method-parameter is-pulled-right">
2646
2921
  <label>类型:</label>
2647
2922
 
2648
- <span class="param-type">String</span>
2923
+ <span class="param-type">
2924
+
2925
+ String
2926
+
2927
+ </span>
2928
+
2649
2929
 
2650
2930
 
2651
2931
  </span>
@@ -2720,7 +3000,12 @@ const layer = new M3DModelCacheLayer({
2720
3000
  <span class="method-parameter is-pulled-right">
2721
3001
  <label>类型:</label>
2722
3002
 
2723
- <span class="param-type">String</span>
3003
+ <span class="param-type">
3004
+
3005
+ String
3006
+
3007
+ </span>
3008
+
2724
3009
 
2725
3010
 
2726
3011
  </span>
@@ -2790,7 +3075,12 @@ const layer = new M3DModelCacheLayer({
2790
3075
  <span class="method-parameter is-pulled-right">
2791
3076
  <label>类型:</label>
2792
3077
 
2793
- <span class="param-type">String</span>
3078
+ <span class="param-type">
3079
+
3080
+ String
3081
+
3082
+ </span>
3083
+
2794
3084
 
2795
3085
 
2796
3086
  </span>
@@ -2860,7 +3150,12 @@ const layer = new M3DModelCacheLayer({
2860
3150
  <span class="method-parameter is-pulled-right">
2861
3151
  <label>类型:</label>
2862
3152
 
2863
- <span class="param-type">Number</span>
3153
+ <span class="param-type">
3154
+
3155
+ Number
3156
+
3157
+ </span>
3158
+
2864
3159
 
2865
3160
 
2866
3161
  </span>
@@ -2894,7 +3189,7 @@ const layer = new M3DModelCacheLayer({
2894
3189
 
2895
3190
  <dt class="inherited-from">Inherited From:</dt>
2896
3191
  <dd class="inherited-from"><ul class="dummy"><li>
2897
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3192
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2898
3193
  </li></ul></dd>
2899
3194
 
2900
3195
 
@@ -2951,55 +3246,67 @@ const layer = new M3DModelCacheLayer({
2951
3246
  <tbody>
2952
3247
 
2953
3248
  <tr class="deep-level-0">
2954
- <td class="name"><code><a href="M3DModelCacheLayer.html#fromJSON">fromJSON</a></code></td>
3249
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2955
3250
  <td class="name">
2956
3251
  <code>
2957
3252
 
2958
3253
  </code>
2959
3254
  </td>
2960
- <td class="name"><code><a id='fromJSON'/>
2961
- 通过json构造并返回图层对象</code></td>
3255
+ <td class="name"><code></code></td>
2962
3256
  </tr>
2963
3257
 
2964
3258
  <tr class="deep-level-0">
2965
- <td class="name"><code><a href="M3DModelCacheLayer.html#fromServerUrl">fromServerUrl</a></code></td>
3259
+ <td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
2966
3260
  <td class="name">
2967
3261
  <code>
2968
3262
 
2969
3263
 
2970
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3264
+ <span class="param-type">
3265
+
3266
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3267
+
3268
+ </span>
3269
+
2971
3270
 
2972
3271
 
2973
3272
 
2974
3273
  </code>
2975
3274
  </td>
2976
- <td class="name"><code><a id='fromServerUrl'/>
2977
- 通过url创建图层对象</code></td>
3275
+ <td class="name"><code></code></td>
2978
3276
  </tr>
2979
3277
 
2980
3278
  <tr class="deep-level-0">
2981
- <td class="name"><code><a href="M3DModelCacheLayer.html#clone">clone</a></code></td>
3279
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2982
3280
  <td class="name">
2983
3281
  <code>
2984
3282
 
2985
3283
 
2986
- <span class="param-type"><a class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
3284
+ <span class="param-type">
3285
+
3286
+ <a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a>
3287
+
3288
+ </span>
3289
+
2987
3290
 
2988
3291
 
2989
3292
 
2990
3293
  </code>
2991
3294
  </td>
2992
- <td class="name"><code><a id='clone'/>
2993
- 克隆图层对象</code></td>
3295
+ <td class="name"><code></code></td>
2994
3296
  </tr>
2995
3297
 
2996
3298
  <tr class="deep-level-0">
2997
- <td class="name"><code><a href="M3DModelCacheLayer.html#destroy">destroy</a></code></td>
3299
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2998
3300
  <td class="name">
2999
3301
  <code>
3000
3302
 
3001
3303
 
3002
- <span class="param-type">*</span>
3304
+ <span class="param-type">
3305
+
3306
+ *
3307
+
3308
+ </span>
3309
+
3003
3310
 
3004
3311
 
3005
3312
 
@@ -3009,12 +3316,17 @@ const layer = new M3DModelCacheLayer({
3009
3316
  </tr>
3010
3317
 
3011
3318
  <tr class="deep-level-0">
3012
- <td class="name"><code><a href="M3DModelCacheLayer.html#isLoaded">isLoaded</a></code></td>
3319
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3013
3320
  <td class="name">
3014
3321
  <code>
3015
3322
 
3016
3323
 
3017
- <span class="param-type">Boolean</span>
3324
+ <span class="param-type">
3325
+
3326
+ Boolean
3327
+
3328
+ </span>
3329
+
3018
3330
 
3019
3331
 
3020
3332
 
@@ -3024,12 +3336,17 @@ const layer = new M3DModelCacheLayer({
3024
3336
  </tr>
3025
3337
 
3026
3338
  <tr class="deep-level-0">
3027
- <td class="name"><code><a href="M3DModelCacheLayer.html#load">load</a></code></td>
3339
+ <td class="name"><code><a href="#load">load</a></code></td>
3028
3340
  <td class="name">
3029
3341
  <code>
3030
3342
 
3031
3343
 
3032
- <span class="param-type">Promise.&lt;<a href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
3344
+ <span class="param-type">
3345
+
3346
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="M3DModelCacheLayer.html">M3DModelCacheLayer</a>>
3347
+
3348
+ </span>
3349
+
3033
3350
 
3034
3351
 
3035
3352
 
@@ -3039,7 +3356,7 @@ const layer = new M3DModelCacheLayer({
3039
3356
  </tr>
3040
3357
 
3041
3358
  <tr class="deep-level-0">
3042
- <td class="name"><code><a href="M3DModelCacheLayer.html#refresh">refresh</a></code></td>
3359
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3043
3360
  <td class="name">
3044
3361
  <code>
3045
3362
 
@@ -3049,19 +3366,23 @@ const layer = new M3DModelCacheLayer({
3049
3366
  </tr>
3050
3367
 
3051
3368
  <tr class="deep-level-0">
3052
- <td class="name"><code><a href="M3DModelCacheLayer.html#toJSON">toJSON</a></code></td>
3369
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3053
3370
  <td class="name">
3054
3371
  <code>
3055
3372
 
3056
3373
 
3057
- <span class="param-type">Object</span>
3374
+ <span class="param-type">
3375
+
3376
+ Object
3377
+
3378
+ </span>
3379
+
3058
3380
 
3059
3381
 
3060
3382
 
3061
3383
  </code>
3062
3384
  </td>
3063
- <td class="name"><code><a id='toJSON'/>
3064
- 将图层转为json对象</code></td>
3385
+ <td class="name"><code></code></td>
3065
3386
  </tr>
3066
3387
 
3067
3388
  </tbody>
@@ -3127,13 +3448,18 @@ const layer = new M3DModelCacheLayer({
3127
3448
 
3128
3449
  <tr class="deep-level-0">
3129
3450
 
3130
- <td class="name" id="json"><code>json</code></td>
3451
+ <td class="name"><code>json</code></td>
3131
3452
 
3132
3453
 
3133
3454
  <td class="type">
3134
3455
 
3135
3456
 
3136
- <span class="param-type">Object</span>
3457
+ <span class="param-type">
3458
+
3459
+ Object
3460
+
3461
+ </span>
3462
+
3137
3463
 
3138
3464
 
3139
3465
 
@@ -3272,13 +3598,18 @@ const layer = new M3DModelCacheLayer({
3272
3598
 
3273
3599
  <tr class="deep-level-0">
3274
3600
 
3275
- <td class="name" id="url"><code>url</code></td>
3601
+ <td class="name"><code>url</code></td>
3276
3602
 
3277
3603
 
3278
3604
  <td class="type">
3279
3605
 
3280
3606
 
3281
- <span class="param-type">String</span>
3607
+ <span class="param-type">
3608
+
3609
+ String
3610
+
3611
+ </span>
3612
+
3282
3613
 
3283
3614
 
3284
3615
 
@@ -3366,7 +3697,12 @@ const layer = new M3DModelCacheLayer({
3366
3697
  <div class='column is-5 has-text-left'>
3367
3698
  <label>类型: </label>
3368
3699
 
3369
- <span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3700
+ <span class="param-type">
3701
+
3702
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3703
+
3704
+ </span>
3705
+
3370
3706
 
3371
3707
 
3372
3708
  </div>
@@ -3488,7 +3824,12 @@ const layer = new M3DModelCacheLayer({
3488
3824
  <div class='column is-5 has-text-left'>
3489
3825
  <label>类型: </label>
3490
3826
 
3491
- <span class="param-type"><a class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
3827
+ <span class="param-type">
3828
+
3829
+ <a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a>
3830
+
3831
+ </span>
3832
+
3492
3833
 
3493
3834
 
3494
3835
  </div>
@@ -3544,7 +3885,7 @@ const layer = new M3DModelCacheLayer({
3544
3885
 
3545
3886
  <dt class="inherited-from">Inherited From:</dt>
3546
3887
  <dd class="inherited-from"><ul class="dummy"><li>
3547
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3888
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3548
3889
  </li></ul></dd>
3549
3890
 
3550
3891
 
@@ -3603,7 +3944,12 @@ const layer = new M3DModelCacheLayer({
3603
3944
  <div class='column is-5 has-text-left'>
3604
3945
  <label>类型: </label>
3605
3946
 
3606
- <span class="param-type">*</span>
3947
+ <span class="param-type">
3948
+
3949
+ *
3950
+
3951
+ </span>
3952
+
3607
3953
 
3608
3954
 
3609
3955
  </div>
@@ -3663,7 +4009,7 @@ const layer = new M3DModelCacheLayer({
3663
4009
 
3664
4010
  <dt class="inherited-from">Inherited From:</dt>
3665
4011
  <dd class="inherited-from"><ul class="dummy"><li>
3666
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
4012
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3667
4013
  </li></ul></dd>
3668
4014
 
3669
4015
 
@@ -3724,7 +4070,12 @@ const layer = new M3DModelCacheLayer({
3724
4070
  <div class='column is-5 has-text-left'>
3725
4071
  <label>类型: </label>
3726
4072
 
3727
- <span class="param-type">Boolean</span>
4073
+ <span class="param-type">
4074
+
4075
+ Boolean
4076
+
4077
+ </span>
4078
+
3728
4079
 
3729
4080
 
3730
4081
  </div>
@@ -3838,7 +4189,12 @@ const layer = new M3DModelCacheLayer({
3838
4189
  <div class='column is-5 has-text-left'>
3839
4190
  <label>类型: </label>
3840
4191
 
3841
- <span class="param-type">Promise.&lt;<a href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
4192
+ <span class="param-type">
4193
+
4194
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="M3DModelCacheLayer.html">M3DModelCacheLayer</a>>
4195
+
4196
+ </span>
4197
+
3842
4198
 
3843
4199
 
3844
4200
  </div>
@@ -3919,7 +4275,7 @@ layer.load().then((result) => {
3919
4275
 
3920
4276
  <dt class="inherited-from">Inherited From:</dt>
3921
4277
  <dd class="inherited-from"><ul class="dummy"><li>
3922
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4278
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3923
4279
  </li></ul></dd>
3924
4280
 
3925
4281
 
@@ -4077,7 +4433,12 @@ layer.load().then((result) => {
4077
4433
  <div class='column is-5 has-text-left'>
4078
4434
  <label>类型: </label>
4079
4435
 
4080
- <span class="param-type">Object</span>
4436
+ <span class="param-type">
4437
+
4438
+ Object
4439
+
4440
+ </span>
4441
+
4081
4442
 
4082
4443
 
4083
4444
  </div>
@@ -4116,37 +4477,37 @@ layer.load().then((result) => {
4116
4477
  <tbody>
4117
4478
 
4118
4479
  <tr class="deep-level-0">
4119
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4480
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4120
4481
  <td class="name"><code>图层刷新完毕事件</code></td>
4121
4482
  </tr>
4122
4483
 
4123
4484
  <tr class="deep-level-0">
4124
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4485
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4125
4486
  <td class="name"><code>图层加载完毕事件</code></td>
4126
4487
  </tr>
4127
4488
 
4128
4489
  <tr class="deep-level-0">
4129
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4490
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4130
4491
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4131
4492
  </tr>
4132
4493
 
4133
4494
  <tr class="deep-level-0">
4134
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4495
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4135
4496
  <td class="name"><code>图层更新完毕事件</code></td>
4136
4497
  </tr>
4137
4498
 
4138
4499
  <tr class="deep-level-0">
4139
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4500
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4140
4501
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4141
4502
  </tr>
4142
4503
 
4143
4504
  <tr class="deep-level-0">
4144
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4505
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4145
4506
  <td class="name"><code>图层销毁完毕事件</code></td>
4146
4507
  </tr>
4147
4508
 
4148
4509
  <tr class="deep-level-0">
4149
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4510
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4150
4511
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4151
4512
  </tr>
4152
4513
 
@@ -4226,7 +4587,12 @@ layer.load().then((result) => {
4226
4587
  <td class="type">
4227
4588
 
4228
4589
 
4229
- <span class="param-type">Object</span>
4590
+ <span class="param-type">
4591
+
4592
+ Object
4593
+
4594
+ </span>
4595
+
4230
4596
 
4231
4597
 
4232
4598
 
@@ -4259,7 +4625,12 @@ layer.load().then((result) => {
4259
4625
  <td class="type">
4260
4626
 
4261
4627
 
4262
- <span class="param-type">String</span>
4628
+ <span class="param-type">
4629
+
4630
+ String
4631
+
4632
+ </span>
4633
+
4263
4634
 
4264
4635
 
4265
4636
 
@@ -4296,7 +4667,12 @@ layer.load().then((result) => {
4296
4667
  <td class="type">
4297
4668
 
4298
4669
 
4299
- <span class="param-type">String</span>
4670
+ <span class="param-type">
4671
+
4672
+ String
4673
+
4674
+ </span>
4675
+
4300
4676
 
4301
4677
 
4302
4678
 
@@ -4333,7 +4709,12 @@ layer.load().then((result) => {
4333
4709
  <td class="type">
4334
4710
 
4335
4711
 
4336
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4712
+ <span class="param-type">
4713
+
4714
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4715
+
4716
+ </span>
4717
+
4337
4718
 
4338
4719
 
4339
4720
 
@@ -4370,7 +4751,12 @@ layer.load().then((result) => {
4370
4751
  <td class="type">
4371
4752
 
4372
4753
 
4373
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4754
+ <span class="param-type">
4755
+
4756
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4757
+
4758
+ </span>
4759
+
4374
4760
 
4375
4761
 
4376
4762
 
@@ -4407,7 +4793,12 @@ layer.load().then((result) => {
4407
4793
  <td class="type">
4408
4794
 
4409
4795
 
4410
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4796
+ <span class="param-type">
4797
+
4798
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4799
+
4800
+ </span>
4801
+
4411
4802
 
4412
4803
 
4413
4804
 
@@ -4444,7 +4835,12 @@ layer.load().then((result) => {
4444
4835
  <td class="type">
4445
4836
 
4446
4837
 
4447
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4838
+ <span class="param-type">
4839
+
4840
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4841
+
4842
+ </span>
4843
+
4448
4844
 
4449
4845
 
4450
4846
 
@@ -4481,7 +4877,12 @@ layer.load().then((result) => {
4481
4877
  <td class="type">
4482
4878
 
4483
4879
 
4484
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4880
+ <span class="param-type">
4881
+
4882
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4883
+
4884
+ </span>
4885
+
4485
4886
 
4486
4887
 
4487
4888
 
@@ -4526,7 +4927,7 @@ layer.load().then((result) => {
4526
4927
 
4527
4928
  <dt class="inherited-from">Inherited From:</dt>
4528
4929
  <dd class="inherited-from"><ul class="dummy"><li>
4529
- <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>
4930
+ <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>
4530
4931
  </li></ul></dd>
4531
4932
 
4532
4933
 
@@ -4672,7 +5073,12 @@ layer.load().then((result) => {
4672
5073
  <td class="type">
4673
5074
 
4674
5075
 
4675
- <span class="param-type">Object</span>
5076
+ <span class="param-type">
5077
+
5078
+ Object
5079
+
5080
+ </span>
5081
+
4676
5082
 
4677
5083
 
4678
5084
 
@@ -4705,7 +5111,12 @@ layer.load().then((result) => {
4705
5111
  <td class="type">
4706
5112
 
4707
5113
 
4708
- <span class="param-type">String</span>
5114
+ <span class="param-type">
5115
+
5116
+ String
5117
+
5118
+ </span>
5119
+
4709
5120
 
4710
5121
 
4711
5122
 
@@ -4742,7 +5153,12 @@ layer.load().then((result) => {
4742
5153
  <td class="type">
4743
5154
 
4744
5155
 
4745
- <span class="param-type">String</span>
5156
+ <span class="param-type">
5157
+
5158
+ String
5159
+
5160
+ </span>
5161
+
4746
5162
 
4747
5163
 
4748
5164
 
@@ -4779,7 +5195,12 @@ layer.load().then((result) => {
4779
5195
  <td class="type">
4780
5196
 
4781
5197
 
4782
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5198
+ <span class="param-type">
5199
+
5200
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5201
+
5202
+ </span>
5203
+
4783
5204
 
4784
5205
 
4785
5206
 
@@ -4816,7 +5237,12 @@ layer.load().then((result) => {
4816
5237
  <td class="type">
4817
5238
 
4818
5239
 
4819
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5240
+ <span class="param-type">
5241
+
5242
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5243
+
5244
+ </span>
5245
+
4820
5246
 
4821
5247
 
4822
5248
 
@@ -4853,7 +5279,12 @@ layer.load().then((result) => {
4853
5279
  <td class="type">
4854
5280
 
4855
5281
 
4856
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5282
+ <span class="param-type">
5283
+
5284
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5285
+
5286
+ </span>
5287
+
4857
5288
 
4858
5289
 
4859
5290
 
@@ -4890,7 +5321,12 @@ layer.load().then((result) => {
4890
5321
  <td class="type">
4891
5322
 
4892
5323
 
4893
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5324
+ <span class="param-type">
5325
+
5326
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5327
+
5328
+ </span>
5329
+
4894
5330
 
4895
5331
 
4896
5332
 
@@ -4927,7 +5363,12 @@ layer.load().then((result) => {
4927
5363
  <td class="type">
4928
5364
 
4929
5365
 
4930
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5366
+ <span class="param-type">
5367
+
5368
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5369
+
5370
+ </span>
5371
+
4931
5372
 
4932
5373
 
4933
5374
 
@@ -4972,7 +5413,7 @@ layer.load().then((result) => {
4972
5413
 
4973
5414
  <dt class="inherited-from">Inherited From:</dt>
4974
5415
  <dd class="inherited-from"><ul class="dummy"><li>
4975
- <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>
5416
+ <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>
4976
5417
  </li></ul></dd>
4977
5418
 
4978
5419
 
@@ -5108,7 +5549,12 @@ layer.load().then((result) => {
5108
5549
  <td class="type">
5109
5550
 
5110
5551
 
5111
- <span class="param-type">Object</span>
5552
+ <span class="param-type">
5553
+
5554
+ Object
5555
+
5556
+ </span>
5557
+
5112
5558
 
5113
5559
 
5114
5560
 
@@ -5141,7 +5587,12 @@ layer.load().then((result) => {
5141
5587
  <td class="type">
5142
5588
 
5143
5589
 
5144
- <span class="param-type">String</span>
5590
+ <span class="param-type">
5591
+
5592
+ String
5593
+
5594
+ </span>
5595
+
5145
5596
 
5146
5597
 
5147
5598
 
@@ -5178,7 +5629,12 @@ layer.load().then((result) => {
5178
5629
  <td class="type">
5179
5630
 
5180
5631
 
5181
- <span class="param-type">String</span>
5632
+ <span class="param-type">
5633
+
5634
+ String
5635
+
5636
+ </span>
5637
+
5182
5638
 
5183
5639
 
5184
5640
 
@@ -5215,7 +5671,12 @@ layer.load().then((result) => {
5215
5671
  <td class="type">
5216
5672
 
5217
5673
 
5218
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5674
+ <span class="param-type">
5675
+
5676
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5677
+
5678
+ </span>
5679
+
5219
5680
 
5220
5681
 
5221
5682
 
@@ -5252,7 +5713,12 @@ layer.load().then((result) => {
5252
5713
  <td class="type">
5253
5714
 
5254
5715
 
5255
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5716
+ <span class="param-type">
5717
+
5718
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5719
+
5720
+ </span>
5721
+
5256
5722
 
5257
5723
 
5258
5724
 
@@ -5289,7 +5755,12 @@ layer.load().then((result) => {
5289
5755
  <td class="type">
5290
5756
 
5291
5757
 
5292
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5758
+ <span class="param-type">
5759
+
5760
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5761
+
5762
+ </span>
5763
+
5293
5764
 
5294
5765
 
5295
5766
 
@@ -5326,7 +5797,12 @@ layer.load().then((result) => {
5326
5797
  <td class="type">
5327
5798
 
5328
5799
 
5329
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5800
+ <span class="param-type">
5801
+
5802
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5803
+
5804
+ </span>
5805
+
5330
5806
 
5331
5807
 
5332
5808
 
@@ -5363,7 +5839,12 @@ layer.load().then((result) => {
5363
5839
  <td class="type">
5364
5840
 
5365
5841
 
5366
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5842
+ <span class="param-type">
5843
+
5844
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5845
+
5846
+ </span>
5847
+
5367
5848
 
5368
5849
 
5369
5850
 
@@ -5408,7 +5889,7 @@ layer.load().then((result) => {
5408
5889
 
5409
5890
  <dt class="inherited-from">Inherited From:</dt>
5410
5891
  <dd class="inherited-from"><ul class="dummy"><li>
5411
- <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>
5892
+ <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>
5412
5893
  </li></ul></dd>
5413
5894
 
5414
5895
 
@@ -5554,7 +6035,12 @@ layer.load().then((result) => {
5554
6035
  <td class="type">
5555
6036
 
5556
6037
 
5557
- <span class="param-type">Object</span>
6038
+ <span class="param-type">
6039
+
6040
+ Object
6041
+
6042
+ </span>
6043
+
5558
6044
 
5559
6045
 
5560
6046
 
@@ -5587,7 +6073,12 @@ layer.load().then((result) => {
5587
6073
  <td class="type">
5588
6074
 
5589
6075
 
5590
- <span class="param-type">String</span>
6076
+ <span class="param-type">
6077
+
6078
+ String
6079
+
6080
+ </span>
6081
+
5591
6082
 
5592
6083
 
5593
6084
 
@@ -5624,7 +6115,12 @@ layer.load().then((result) => {
5624
6115
  <td class="type">
5625
6116
 
5626
6117
 
5627
- <span class="param-type">String</span>
6118
+ <span class="param-type">
6119
+
6120
+ String
6121
+
6122
+ </span>
6123
+
5628
6124
 
5629
6125
 
5630
6126
 
@@ -5661,7 +6157,12 @@ layer.load().then((result) => {
5661
6157
  <td class="type">
5662
6158
 
5663
6159
 
5664
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6160
+ <span class="param-type">
6161
+
6162
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6163
+
6164
+ </span>
6165
+
5665
6166
 
5666
6167
 
5667
6168
 
@@ -5698,7 +6199,12 @@ layer.load().then((result) => {
5698
6199
  <td class="type">
5699
6200
 
5700
6201
 
5701
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6202
+ <span class="param-type">
6203
+
6204
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6205
+
6206
+ </span>
6207
+
5702
6208
 
5703
6209
 
5704
6210
 
@@ -5735,7 +6241,12 @@ layer.load().then((result) => {
5735
6241
  <td class="type">
5736
6242
 
5737
6243
 
5738
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6244
+ <span class="param-type">
6245
+
6246
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6247
+
6248
+ </span>
6249
+
5739
6250
 
5740
6251
 
5741
6252
 
@@ -5772,7 +6283,12 @@ layer.load().then((result) => {
5772
6283
  <td class="type">
5773
6284
 
5774
6285
 
5775
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6286
+ <span class="param-type">
6287
+
6288
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6289
+
6290
+ </span>
6291
+
5776
6292
 
5777
6293
 
5778
6294
 
@@ -5809,7 +6325,12 @@ layer.load().then((result) => {
5809
6325
  <td class="type">
5810
6326
 
5811
6327
 
5812
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6328
+ <span class="param-type">
6329
+
6330
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6331
+
6332
+ </span>
6333
+
5813
6334
 
5814
6335
 
5815
6336
 
@@ -5854,7 +6375,7 @@ layer.load().then((result) => {
5854
6375
 
5855
6376
  <dt class="inherited-from">Inherited From:</dt>
5856
6377
  <dd class="inherited-from"><ul class="dummy"><li>
5857
- <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>
6378
+ <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>
5858
6379
  </li></ul></dd>
5859
6380
 
5860
6381
 
@@ -5990,7 +6511,12 @@ layer.load().then((result) => {
5990
6511
  <td class="type">
5991
6512
 
5992
6513
 
5993
- <span class="param-type">Object</span>
6514
+ <span class="param-type">
6515
+
6516
+ Object
6517
+
6518
+ </span>
6519
+
5994
6520
 
5995
6521
 
5996
6522
 
@@ -6023,7 +6549,12 @@ layer.load().then((result) => {
6023
6549
  <td class="type">
6024
6550
 
6025
6551
 
6026
- <span class="param-type">String</span>
6552
+ <span class="param-type">
6553
+
6554
+ String
6555
+
6556
+ </span>
6557
+
6027
6558
 
6028
6559
 
6029
6560
 
@@ -6060,7 +6591,12 @@ layer.load().then((result) => {
6060
6591
  <td class="type">
6061
6592
 
6062
6593
 
6063
- <span class="param-type">String</span>
6594
+ <span class="param-type">
6595
+
6596
+ String
6597
+
6598
+ </span>
6599
+
6064
6600
 
6065
6601
 
6066
6602
 
@@ -6097,7 +6633,12 @@ layer.load().then((result) => {
6097
6633
  <td class="type">
6098
6634
 
6099
6635
 
6100
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6636
+ <span class="param-type">
6637
+
6638
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6639
+
6640
+ </span>
6641
+
6101
6642
 
6102
6643
 
6103
6644
 
@@ -6134,7 +6675,12 @@ layer.load().then((result) => {
6134
6675
  <td class="type">
6135
6676
 
6136
6677
 
6137
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6678
+ <span class="param-type">
6679
+
6680
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6681
+
6682
+ </span>
6683
+
6138
6684
 
6139
6685
 
6140
6686
 
@@ -6171,7 +6717,12 @@ layer.load().then((result) => {
6171
6717
  <td class="type">
6172
6718
 
6173
6719
 
6174
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6720
+ <span class="param-type">
6721
+
6722
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6723
+
6724
+ </span>
6725
+
6175
6726
 
6176
6727
 
6177
6728
 
@@ -6208,7 +6759,12 @@ layer.load().then((result) => {
6208
6759
  <td class="type">
6209
6760
 
6210
6761
 
6211
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6762
+ <span class="param-type">
6763
+
6764
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6765
+
6766
+ </span>
6767
+
6212
6768
 
6213
6769
 
6214
6770
 
@@ -6245,7 +6801,12 @@ layer.load().then((result) => {
6245
6801
  <td class="type">
6246
6802
 
6247
6803
 
6248
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6804
+ <span class="param-type">
6805
+
6806
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6807
+
6808
+ </span>
6809
+
6249
6810
 
6250
6811
 
6251
6812
 
@@ -6290,7 +6851,7 @@ layer.load().then((result) => {
6290
6851
 
6291
6852
  <dt class="inherited-from">Inherited From:</dt>
6292
6853
  <dd class="inherited-from"><ul class="dummy"><li>
6293
- <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>
6854
+ <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>
6294
6855
  </li></ul></dd>
6295
6856
 
6296
6857
 
@@ -6436,7 +6997,12 @@ layer.load().then((result) => {
6436
6997
  <td class="type">
6437
6998
 
6438
6999
 
6439
- <span class="param-type">Object</span>
7000
+ <span class="param-type">
7001
+
7002
+ Object
7003
+
7004
+ </span>
7005
+
6440
7006
 
6441
7007
 
6442
7008
 
@@ -6469,7 +7035,12 @@ layer.load().then((result) => {
6469
7035
  <td class="type">
6470
7036
 
6471
7037
 
6472
- <span class="param-type">String</span>
7038
+ <span class="param-type">
7039
+
7040
+ String
7041
+
7042
+ </span>
7043
+
6473
7044
 
6474
7045
 
6475
7046
 
@@ -6506,7 +7077,12 @@ layer.load().then((result) => {
6506
7077
  <td class="type">
6507
7078
 
6508
7079
 
6509
- <span class="param-type">String</span>
7080
+ <span class="param-type">
7081
+
7082
+ String
7083
+
7084
+ </span>
7085
+
6510
7086
 
6511
7087
 
6512
7088
 
@@ -6543,7 +7119,12 @@ layer.load().then((result) => {
6543
7119
  <td class="type">
6544
7120
 
6545
7121
 
6546
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7122
+ <span class="param-type">
7123
+
7124
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7125
+
7126
+ </span>
7127
+
6547
7128
 
6548
7129
 
6549
7130
 
@@ -6580,7 +7161,12 @@ layer.load().then((result) => {
6580
7161
  <td class="type">
6581
7162
 
6582
7163
 
6583
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7167
+
7168
+ </span>
7169
+
6584
7170
 
6585
7171
 
6586
7172
 
@@ -6617,7 +7203,12 @@ layer.load().then((result) => {
6617
7203
  <td class="type">
6618
7204
 
6619
7205
 
6620
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7206
+ <span class="param-type">
7207
+
7208
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7209
+
7210
+ </span>
7211
+
6621
7212
 
6622
7213
 
6623
7214
 
@@ -6654,7 +7245,12 @@ layer.load().then((result) => {
6654
7245
  <td class="type">
6655
7246
 
6656
7247
 
6657
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7248
+ <span class="param-type">
7249
+
7250
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7251
+
7252
+ </span>
7253
+
6658
7254
 
6659
7255
 
6660
7256
 
@@ -6691,7 +7287,12 @@ layer.load().then((result) => {
6691
7287
  <td class="type">
6692
7288
 
6693
7289
 
6694
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7290
+ <span class="param-type">
7291
+
7292
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7293
+
7294
+ </span>
7295
+
6695
7296
 
6696
7297
 
6697
7298
 
@@ -6736,7 +7337,7 @@ layer.load().then((result) => {
6736
7337
 
6737
7338
  <dt class="inherited-from">Inherited From:</dt>
6738
7339
  <dd class="inherited-from"><ul class="dummy"><li>
6739
- <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>
7340
+ <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>
6740
7341
  </li></ul></dd>
6741
7342
 
6742
7343
 
@@ -6872,7 +7473,12 @@ layer.load().then((result) => {
6872
7473
  <td class="type">
6873
7474
 
6874
7475
 
6875
- <span class="param-type">Object</span>
7476
+ <span class="param-type">
7477
+
7478
+ Object
7479
+
7480
+ </span>
7481
+
6876
7482
 
6877
7483
 
6878
7484
 
@@ -6905,7 +7511,12 @@ layer.load().then((result) => {
6905
7511
  <td class="type">
6906
7512
 
6907
7513
 
6908
- <span class="param-type">String</span>
7514
+ <span class="param-type">
7515
+
7516
+ String
7517
+
7518
+ </span>
7519
+
6909
7520
 
6910
7521
 
6911
7522
 
@@ -6942,7 +7553,12 @@ layer.load().then((result) => {
6942
7553
  <td class="type">
6943
7554
 
6944
7555
 
6945
- <span class="param-type">String</span>
7556
+ <span class="param-type">
7557
+
7558
+ String
7559
+
7560
+ </span>
7561
+
6946
7562
 
6947
7563
 
6948
7564
 
@@ -6979,7 +7595,12 @@ layer.load().then((result) => {
6979
7595
  <td class="type">
6980
7596
 
6981
7597
 
6982
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7598
+ <span class="param-type">
7599
+
7600
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7601
+
7602
+ </span>
7603
+
6983
7604
 
6984
7605
 
6985
7606
 
@@ -7016,7 +7637,12 @@ layer.load().then((result) => {
7016
7637
  <td class="type">
7017
7638
 
7018
7639
 
7019
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7640
+ <span class="param-type">
7641
+
7642
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7643
+
7644
+ </span>
7645
+
7020
7646
 
7021
7647
 
7022
7648
 
@@ -7053,7 +7679,12 @@ layer.load().then((result) => {
7053
7679
  <td class="type">
7054
7680
 
7055
7681
 
7056
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7682
+ <span class="param-type">
7683
+
7684
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7685
+
7686
+ </span>
7687
+
7057
7688
 
7058
7689
 
7059
7690
 
@@ -7090,7 +7721,12 @@ layer.load().then((result) => {
7090
7721
  <td class="type">
7091
7722
 
7092
7723
 
7093
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7724
+ <span class="param-type">
7725
+
7726
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7727
+
7728
+ </span>
7729
+
7094
7730
 
7095
7731
 
7096
7732
 
@@ -7127,7 +7763,12 @@ layer.load().then((result) => {
7127
7763
  <td class="type">
7128
7764
 
7129
7765
 
7130
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7766
+ <span class="param-type">
7767
+
7768
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7769
+
7770
+ </span>
7771
+
7131
7772
 
7132
7773
 
7133
7774
 
@@ -7172,7 +7813,7 @@ layer.load().then((result) => {
7172
7813
 
7173
7814
  <dt class="inherited-from">Inherited From:</dt>
7174
7815
  <dd class="inherited-from"><ul class="dummy"><li>
7175
- <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>
7816
+ <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>
7176
7817
  </li></ul></dd>
7177
7818
 
7178
7819