@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
@@ -77,13 +77,18 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
77
77
 
78
78
  <tr class="deep-level-0">
79
79
 
80
- <td class="name" id="options"><code>options</code></td>
80
+ <td class="name"><code>options</code></td>
81
81
 
82
82
 
83
83
  <td class="type">
84
84
 
85
85
 
86
- <span class="param-type">Object</span>
86
+ <span class="param-type">
87
+
88
+ Object
89
+
90
+ </span>
91
+
87
92
 
88
93
 
89
94
 
@@ -103,13 +108,18 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
103
108
 
104
109
  <tr class="deep-level-1">
105
110
 
106
- <td class="name" id="layers"><code>layers</code></td>
111
+ <td class="name"><code>layers</code></td>
107
112
 
108
113
 
109
114
  <td class="type">
110
115
 
111
116
 
112
- <span class="param-type">Array</span>
117
+ <span class="param-type">
118
+
119
+ Array
120
+
121
+ </span>
122
+
113
123
 
114
124
 
115
125
 
@@ -131,13 +141,18 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
131
141
 
132
142
  <tr class="deep-level-1">
133
143
 
134
- <td class="name" id="visible"><code>visible</code></td>
144
+ <td class="name"><code>visible</code></td>
135
145
 
136
146
 
137
147
  <td class="type">
138
148
 
139
149
 
140
- <span class="param-type">Boolean</span>
150
+ <span class="param-type">
151
+
152
+ Boolean
153
+
154
+ </span>
155
+
141
156
 
142
157
 
143
158
 
@@ -159,13 +174,18 @@ import { GroupLayer } from &quot;@mapgis/webclient-common&quot; <br/>
159
174
 
160
175
  <tr class="deep-level-1">
161
176
 
162
- <td class="name" id="opacity"><code>opacity</code></td>
177
+ <td class="name"><code>opacity</code></td>
163
178
 
164
179
 
165
180
  <td class="type">
166
181
 
167
182
 
168
- <span class="param-type">Number</span>
183
+ <span class="param-type">
184
+
185
+ Number
186
+
187
+ </span>
188
+
169
189
 
170
190
 
171
191
 
@@ -294,7 +314,7 @@ const groupLayer = new GroupLayer({
294
314
 
295
315
 
296
316
  <ul>
297
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
317
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
298
318
  </ul>
299
319
 
300
320
 
@@ -326,11 +346,16 @@ const groupLayer = new GroupLayer({
326
346
  <tbody>
327
347
 
328
348
  <tr class="deep-level-0">
329
- <td class="name"><code><a href="GroupLayer.html#allLayers">allLayers</a></code></td>
349
+ <td class="name"><code><a href="#allLayers">allLayers</a></code></td>
330
350
  <td class="name">
331
351
  <code>
332
352
 
333
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
353
+ <span class="param-type">
354
+
355
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
356
+
357
+ </span>
358
+
334
359
 
335
360
 
336
361
  </code>
@@ -339,11 +364,16 @@ const groupLayer = new GroupLayer({
339
364
  </tr>
340
365
 
341
366
  <tr class="deep-level-0">
342
- <td class="name"><code><a href="GroupLayer.html#copyright">copyright</a></code></td>
367
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
343
368
  <td class="name">
344
369
  <code>
345
370
 
346
- <span class="param-type">String</span>
371
+ <span class="param-type">
372
+
373
+ String
374
+
375
+ </span>
376
+
347
377
 
348
378
 
349
379
  </code>
@@ -352,11 +382,16 @@ const groupLayer = new GroupLayer({
352
382
  </tr>
353
383
 
354
384
  <tr class="deep-level-0">
355
- <td class="name"><code><a href="GroupLayer.html#description">description</a></code></td>
385
+ <td class="name"><code><a href="#description">description</a></code></td>
356
386
  <td class="name">
357
387
  <code>
358
388
 
359
- <span class="param-type">String</span>
389
+ <span class="param-type">
390
+
391
+ String
392
+
393
+ </span>
394
+
360
395
 
361
396
 
362
397
  </code>
@@ -365,11 +400,16 @@ const groupLayer = new GroupLayer({
365
400
  </tr>
366
401
 
367
402
  <tr class="deep-level-0">
368
- <td class="name"><code><a href="GroupLayer.html#extendOptions">extendOptions</a></code></td>
403
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
369
404
  <td class="name">
370
405
  <code>
371
406
 
372
- <span class="param-type">Object</span>
407
+ <span class="param-type">
408
+
409
+ Object
410
+
411
+ </span>
412
+
373
413
 
374
414
 
375
415
  </code>
@@ -378,11 +418,16 @@ const groupLayer = new GroupLayer({
378
418
  </tr>
379
419
 
380
420
  <tr class="deep-level-0">
381
- <td class="name"><code><a href="GroupLayer.html#extendProps">extendProps</a></code></td>
421
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
382
422
  <td class="name">
383
423
  <code>
384
424
 
385
- <span class="param-type">Object</span>
425
+ <span class="param-type">
426
+
427
+ Object
428
+
429
+ </span>
430
+
386
431
 
387
432
 
388
433
  </code>
@@ -391,11 +436,16 @@ const groupLayer = new GroupLayer({
391
436
  </tr>
392
437
 
393
438
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="GroupLayer.html#extent">extent</a></code></td>
439
+ <td class="name"><code><a href="#extent">extent</a></code></td>
395
440
  <td class="name">
396
441
  <code>
397
442
 
398
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
443
+ <span class="param-type">
444
+
445
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
446
+
447
+ </span>
448
+
399
449
 
400
450
 
401
451
  </code>
@@ -404,11 +454,16 @@ const groupLayer = new GroupLayer({
404
454
  </tr>
405
455
 
406
456
  <tr class="deep-level-0">
407
- <td class="name"><code><a href="GroupLayer.html#headers">headers</a></code></td>
457
+ <td class="name"><code><a href="#headers">headers</a></code></td>
408
458
  <td class="name">
409
459
  <code>
410
460
 
411
- <span class="param-type">String</span>
461
+ <span class="param-type">
462
+
463
+ String
464
+
465
+ </span>
466
+
412
467
 
413
468
 
414
469
  </code>
@@ -417,11 +472,16 @@ const groupLayer = new GroupLayer({
417
472
  </tr>
418
473
 
419
474
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="GroupLayer.html#httpMethod">httpMethod</a></code></td>
475
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
421
476
  <td class="name">
422
477
  <code>
423
478
 
424
- <span class="param-type">String</span>
479
+ <span class="param-type">
480
+
481
+ String
482
+
483
+ </span>
484
+
425
485
 
426
486
 
427
487
  </code>
@@ -430,11 +490,16 @@ const groupLayer = new GroupLayer({
430
490
  </tr>
431
491
 
432
492
  <tr class="deep-level-0">
433
- <td class="name"><code><a href="GroupLayer.html#id">id</a></code></td>
493
+ <td class="name"><code><a href="#id">id</a></code></td>
434
494
  <td class="name">
435
495
  <code>
436
496
 
437
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
500
+
501
+ </span>
502
+
438
503
 
439
504
 
440
505
  </code>
@@ -443,11 +508,16 @@ const groupLayer = new GroupLayer({
443
508
  </tr>
444
509
 
445
510
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="GroupLayer.html#index">index</a></code></td>
511
+ <td class="name"><code><a href="#index">index</a></code></td>
447
512
  <td class="name">
448
513
  <code>
449
514
 
450
- <span class="param-type">Number</span>
515
+ <span class="param-type">
516
+
517
+ Number
518
+
519
+ </span>
520
+
451
521
 
452
522
 
453
523
  </code>
@@ -456,11 +526,16 @@ const groupLayer = new GroupLayer({
456
526
  </tr>
457
527
 
458
528
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="GroupLayer.html#layers">layers</a></code></td>
529
+ <td class="name"><code><a href="#layers">layers</a></code></td>
460
530
  <td class="name">
461
531
  <code>
462
532
 
463
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
533
+ <span class="param-type">
534
+
535
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
536
+
537
+ </span>
538
+
464
539
 
465
540
 
466
541
  </code>
@@ -469,11 +544,16 @@ const groupLayer = new GroupLayer({
469
544
  </tr>
470
545
 
471
546
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="GroupLayer.html#loaded">loaded</a></code></td>
547
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
473
548
  <td class="name">
474
549
  <code>
475
550
 
476
- <span class="param-type">Boolean</span>
551
+ <span class="param-type">
552
+
553
+ Boolean
554
+
555
+ </span>
556
+
477
557
 
478
558
 
479
559
  </code>
@@ -482,11 +562,16 @@ const groupLayer = new GroupLayer({
482
562
  </tr>
483
563
 
484
564
  <tr class="deep-level-0">
485
- <td class="name"><code><a href="GroupLayer.html#loadStatus">loadStatus</a></code></td>
565
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
486
566
  <td class="name">
487
567
  <code>
488
568
 
489
- <span class="param-type">String</span>
569
+ <span class="param-type">
570
+
571
+ String
572
+
573
+ </span>
574
+
490
575
 
491
576
 
492
577
  </code>
@@ -495,11 +580,16 @@ const groupLayer = new GroupLayer({
495
580
  </tr>
496
581
 
497
582
  <tr class="deep-level-0">
498
- <td class="name"><code><a href="GroupLayer.html#maxScale">maxScale</a></code></td>
583
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
499
584
  <td class="name">
500
585
  <code>
501
586
 
502
- <span class="param-type">Number</span>
587
+ <span class="param-type">
588
+
589
+ Number
590
+
591
+ </span>
592
+
503
593
 
504
594
 
505
595
  </code>
@@ -508,11 +598,16 @@ const groupLayer = new GroupLayer({
508
598
  </tr>
509
599
 
510
600
  <tr class="deep-level-0">
511
- <td class="name"><code><a href="GroupLayer.html#minScale">minScale</a></code></td>
601
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
512
602
  <td class="name">
513
603
  <code>
514
604
 
515
- <span class="param-type">Number</span>
605
+ <span class="param-type">
606
+
607
+ Number
608
+
609
+ </span>
610
+
516
611
 
517
612
 
518
613
  </code>
@@ -521,11 +616,16 @@ const groupLayer = new GroupLayer({
521
616
  </tr>
522
617
 
523
618
  <tr class="deep-level-0">
524
- <td class="name"><code><a href="GroupLayer.html#opacity">opacity</a></code></td>
619
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
525
620
  <td class="name">
526
621
  <code>
527
622
 
528
- <span class="param-type">Number</span>
623
+ <span class="param-type">
624
+
625
+ Number
626
+
627
+ </span>
628
+
529
629
 
530
630
 
531
631
  </code>
@@ -534,11 +634,16 @@ const groupLayer = new GroupLayer({
534
634
  </tr>
535
635
 
536
636
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="GroupLayer.html#spatialReference">spatialReference</a></code></td>
637
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
538
638
  <td class="name">
539
639
  <code>
540
640
 
541
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
641
+ <span class="param-type">
642
+
643
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
644
+
645
+ </span>
646
+
542
647
 
543
648
 
544
649
  </code>
@@ -547,11 +652,16 @@ const groupLayer = new GroupLayer({
547
652
  </tr>
548
653
 
549
654
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="GroupLayer.html#title">title</a></code></td>
655
+ <td class="name"><code><a href="#title">title</a></code></td>
551
656
  <td class="name">
552
657
  <code>
553
658
 
554
- <span class="param-type">String</span>
659
+ <span class="param-type">
660
+
661
+ String
662
+
663
+ </span>
664
+
555
665
 
556
666
 
557
667
  </code>
@@ -560,11 +670,16 @@ const groupLayer = new GroupLayer({
560
670
  </tr>
561
671
 
562
672
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="GroupLayer.html#tokenKey">tokenKey</a></code></td>
673
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
564
674
  <td class="name">
565
675
  <code>
566
676
 
567
- <span class="param-type">String</span>
677
+ <span class="param-type">
678
+
679
+ String
680
+
681
+ </span>
682
+
568
683
 
569
684
 
570
685
  </code>
@@ -573,11 +688,16 @@ const groupLayer = new GroupLayer({
573
688
  </tr>
574
689
 
575
690
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="GroupLayer.html#tokenValue">tokenValue</a></code></td>
691
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
577
692
  <td class="name">
578
693
  <code>
579
694
 
580
- <span class="param-type">String</span>
695
+ <span class="param-type">
696
+
697
+ String
698
+
699
+ </span>
700
+
581
701
 
582
702
 
583
703
  </code>
@@ -586,11 +706,16 @@ const groupLayer = new GroupLayer({
586
706
  </tr>
587
707
 
588
708
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="GroupLayer.html#type">type</a></code></td>
709
+ <td class="name"><code><a href="#type">type</a></code></td>
590
710
  <td class="name">
591
711
  <code>
592
712
 
593
- <span class="param-type">String</span>
713
+ <span class="param-type">
714
+
715
+ String
716
+
717
+ </span>
718
+
594
719
 
595
720
 
596
721
  </code>
@@ -599,11 +724,16 @@ const groupLayer = new GroupLayer({
599
724
  </tr>
600
725
 
601
726
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="GroupLayer.html#url">url</a></code></td>
727
+ <td class="name"><code><a href="#url">url</a></code></td>
603
728
  <td class="name">
604
729
  <code>
605
730
 
606
- <span class="param-type">String</span>
731
+ <span class="param-type">
732
+
733
+ String
734
+
735
+ </span>
736
+
607
737
 
608
738
 
609
739
  </code>
@@ -612,11 +742,16 @@ const groupLayer = new GroupLayer({
612
742
  </tr>
613
743
 
614
744
  <tr class="deep-level-0">
615
- <td class="name"><code><a href="GroupLayer.html#visible">visible</a></code></td>
745
+ <td class="name"><code><a href="#visible">visible</a></code></td>
616
746
  <td class="name">
617
747
  <code>
618
748
 
619
- <span class="param-type">Number</span>
749
+ <span class="param-type">
750
+
751
+ Number
752
+
753
+ </span>
754
+
620
755
 
621
756
 
622
757
  </code>
@@ -635,7 +770,12 @@ const groupLayer = new GroupLayer({
635
770
  <span class="method-parameter is-pulled-right">
636
771
  <label>类型:</label>
637
772
 
638
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
773
+ <span class="param-type">
774
+
775
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
776
+
777
+ </span>
778
+
639
779
 
640
780
 
641
781
  </span>
@@ -709,7 +849,12 @@ const groupLayer = new GroupLayer({
709
849
  <span class="method-parameter is-pulled-right">
710
850
  <label>类型:</label>
711
851
 
712
- <span class="param-type">String</span>
852
+ <span class="param-type">
853
+
854
+ String
855
+
856
+ </span>
857
+
713
858
 
714
859
 
715
860
  </span>
@@ -747,7 +892,7 @@ const groupLayer = new GroupLayer({
747
892
 
748
893
  <dt class="inherited-from">Inherited From:</dt>
749
894
  <dd class="inherited-from"><ul class="dummy"><li>
750
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
895
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
751
896
  </li></ul></dd>
752
897
 
753
898
 
@@ -788,7 +933,12 @@ const groupLayer = new GroupLayer({
788
933
  <span class="method-parameter is-pulled-right">
789
934
  <label>类型:</label>
790
935
 
791
- <span class="param-type">String</span>
936
+ <span class="param-type">
937
+
938
+ String
939
+
940
+ </span>
941
+
792
942
 
793
943
 
794
944
  </span>
@@ -826,7 +976,7 @@ const groupLayer = new GroupLayer({
826
976
 
827
977
  <dt class="inherited-from">Inherited From:</dt>
828
978
  <dd class="inherited-from"><ul class="dummy"><li>
829
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
979
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
830
980
  </li></ul></dd>
831
981
 
832
982
 
@@ -867,7 +1017,12 @@ const groupLayer = new GroupLayer({
867
1017
  <span class="method-parameter is-pulled-right">
868
1018
  <label>类型:</label>
869
1019
 
870
- <span class="param-type">Object</span>
1020
+ <span class="param-type">
1021
+
1022
+ Object
1023
+
1024
+ </span>
1025
+
871
1026
 
872
1027
 
873
1028
  </span>
@@ -901,7 +1056,7 @@ const groupLayer = new GroupLayer({
901
1056
 
902
1057
  <dt class="inherited-from">Inherited From:</dt>
903
1058
  <dd class="inherited-from"><ul class="dummy"><li>
904
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1059
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
905
1060
  </li></ul></dd>
906
1061
 
907
1062
 
@@ -942,7 +1097,12 @@ const groupLayer = new GroupLayer({
942
1097
  <span class="method-parameter is-pulled-right">
943
1098
  <label>类型:</label>
944
1099
 
945
- <span class="param-type">Object</span>
1100
+ <span class="param-type">
1101
+
1102
+ Object
1103
+
1104
+ </span>
1105
+
946
1106
 
947
1107
 
948
1108
  </span>
@@ -976,7 +1136,7 @@ const groupLayer = new GroupLayer({
976
1136
 
977
1137
  <dt class="inherited-from">Inherited From:</dt>
978
1138
  <dd class="inherited-from"><ul class="dummy"><li>
979
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1139
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
980
1140
  </li></ul></dd>
981
1141
 
982
1142
 
@@ -1017,7 +1177,12 @@ const groupLayer = new GroupLayer({
1017
1177
  <span class="method-parameter is-pulled-right">
1018
1178
  <label>类型:</label>
1019
1179
 
1020
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1180
+ <span class="param-type">
1181
+
1182
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1183
+
1184
+ </span>
1185
+
1021
1186
 
1022
1187
 
1023
1188
  </span>
@@ -1055,7 +1220,7 @@ const groupLayer = new GroupLayer({
1055
1220
 
1056
1221
  <dt class="inherited-from">Inherited From:</dt>
1057
1222
  <dd class="inherited-from"><ul class="dummy"><li>
1058
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1223
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1059
1224
  </li></ul></dd>
1060
1225
 
1061
1226
 
@@ -1096,7 +1261,12 @@ const groupLayer = new GroupLayer({
1096
1261
  <span class="method-parameter is-pulled-right">
1097
1262
  <label>类型:</label>
1098
1263
 
1099
- <span class="param-type">String</span>
1264
+ <span class="param-type">
1265
+
1266
+ String
1267
+
1268
+ </span>
1269
+
1100
1270
 
1101
1271
 
1102
1272
  </span>
@@ -1130,7 +1300,7 @@ const groupLayer = new GroupLayer({
1130
1300
 
1131
1301
  <dt class="inherited-from">Inherited From:</dt>
1132
1302
  <dd class="inherited-from"><ul class="dummy"><li>
1133
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1303
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1134
1304
  </li></ul></dd>
1135
1305
 
1136
1306
 
@@ -1171,7 +1341,12 @@ const groupLayer = new GroupLayer({
1171
1341
  <span class="method-parameter is-pulled-right">
1172
1342
  <label>类型:</label>
1173
1343
 
1174
- <span class="param-type">String</span>
1344
+ <span class="param-type">
1345
+
1346
+ String
1347
+
1348
+ </span>
1349
+
1175
1350
 
1176
1351
 
1177
1352
  </span>
@@ -1205,7 +1380,7 @@ const groupLayer = new GroupLayer({
1205
1380
 
1206
1381
  <dt class="inherited-from">Inherited From:</dt>
1207
1382
  <dd class="inherited-from"><ul class="dummy"><li>
1208
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1383
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1209
1384
  </li></ul></dd>
1210
1385
 
1211
1386
 
@@ -1246,7 +1421,12 @@ const groupLayer = new GroupLayer({
1246
1421
  <span class="method-parameter is-pulled-right">
1247
1422
  <label>类型:</label>
1248
1423
 
1249
- <span class="param-type">String</span>
1424
+ <span class="param-type">
1425
+
1426
+ String
1427
+
1428
+ </span>
1429
+
1250
1430
 
1251
1431
 
1252
1432
  </span>
@@ -1284,7 +1464,7 @@ const groupLayer = new GroupLayer({
1284
1464
 
1285
1465
  <dt class="inherited-from">Inherited From:</dt>
1286
1466
  <dd class="inherited-from"><ul class="dummy"><li>
1287
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1467
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1288
1468
  </li></ul></dd>
1289
1469
 
1290
1470
 
@@ -1325,7 +1505,12 @@ const groupLayer = new GroupLayer({
1325
1505
  <span class="method-parameter is-pulled-right">
1326
1506
  <label>类型:</label>
1327
1507
 
1328
- <span class="param-type">Number</span>
1508
+ <span class="param-type">
1509
+
1510
+ Number
1511
+
1512
+ </span>
1513
+
1329
1514
 
1330
1515
 
1331
1516
  </span>
@@ -1359,7 +1544,7 @@ const groupLayer = new GroupLayer({
1359
1544
 
1360
1545
  <dt class="inherited-from">Inherited From:</dt>
1361
1546
  <dd class="inherited-from"><ul class="dummy"><li>
1362
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1547
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1363
1548
  </li></ul></dd>
1364
1549
 
1365
1550
 
@@ -1400,7 +1585,12 @@ const groupLayer = new GroupLayer({
1400
1585
  <span class="method-parameter is-pulled-right">
1401
1586
  <label>类型:</label>
1402
1587
 
1403
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
1588
+ <span class="param-type">
1589
+
1590
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
1591
+
1592
+ </span>
1593
+
1404
1594
 
1405
1595
 
1406
1596
  </span>
@@ -1470,7 +1660,12 @@ const groupLayer = new GroupLayer({
1470
1660
  <span class="method-parameter is-pulled-right">
1471
1661
  <label>类型:</label>
1472
1662
 
1473
- <span class="param-type">Boolean</span>
1663
+ <span class="param-type">
1664
+
1665
+ Boolean
1666
+
1667
+ </span>
1668
+
1474
1669
 
1475
1670
 
1476
1671
  </span>
@@ -1554,7 +1749,12 @@ const groupLayer = new GroupLayer({
1554
1749
  <span class="method-parameter is-pulled-right">
1555
1750
  <label>类型:</label>
1556
1751
 
1557
- <span class="param-type">String</span>
1752
+ <span class="param-type">
1753
+
1754
+ String
1755
+
1756
+ </span>
1757
+
1558
1758
 
1559
1759
 
1560
1760
  </span>
@@ -1638,7 +1838,12 @@ const groupLayer = new GroupLayer({
1638
1838
  <span class="method-parameter is-pulled-right">
1639
1839
  <label>类型:</label>
1640
1840
 
1641
- <span class="param-type">Number</span>
1841
+ <span class="param-type">
1842
+
1843
+ Number
1844
+
1845
+ </span>
1846
+
1642
1847
 
1643
1848
 
1644
1849
  </span>
@@ -1672,7 +1877,7 @@ const groupLayer = new GroupLayer({
1672
1877
 
1673
1878
  <dt class="inherited-from">Inherited From:</dt>
1674
1879
  <dd class="inherited-from"><ul class="dummy"><li>
1675
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1880
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1676
1881
  </li></ul></dd>
1677
1882
 
1678
1883
 
@@ -1718,7 +1923,12 @@ const groupLayer = new GroupLayer({
1718
1923
  <span class="method-parameter is-pulled-right">
1719
1924
  <label>类型:</label>
1720
1925
 
1721
- <span class="param-type">Number</span>
1926
+ <span class="param-type">
1927
+
1928
+ Number
1929
+
1930
+ </span>
1931
+
1722
1932
 
1723
1933
 
1724
1934
  </span>
@@ -1752,7 +1962,7 @@ const groupLayer = new GroupLayer({
1752
1962
 
1753
1963
  <dt class="inherited-from">Inherited From:</dt>
1754
1964
  <dd class="inherited-from"><ul class="dummy"><li>
1755
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1965
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1756
1966
  </li></ul></dd>
1757
1967
 
1758
1968
 
@@ -1798,7 +2008,12 @@ const groupLayer = new GroupLayer({
1798
2008
  <span class="method-parameter is-pulled-right">
1799
2009
  <label>类型:</label>
1800
2010
 
1801
- <span class="param-type">Number</span>
2011
+ <span class="param-type">
2012
+
2013
+ Number
2014
+
2015
+ </span>
2016
+
1802
2017
 
1803
2018
 
1804
2019
  </span>
@@ -1832,7 +2047,7 @@ const groupLayer = new GroupLayer({
1832
2047
 
1833
2048
  <dt class="inherited-from">Inherited From:</dt>
1834
2049
  <dd class="inherited-from"><ul class="dummy"><li>
1835
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2050
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1836
2051
  </li></ul></dd>
1837
2052
 
1838
2053
 
@@ -1873,7 +2088,12 @@ const groupLayer = new GroupLayer({
1873
2088
  <span class="method-parameter is-pulled-right">
1874
2089
  <label>类型:</label>
1875
2090
 
1876
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2091
+ <span class="param-type">
2092
+
2093
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2094
+
2095
+ </span>
2096
+
1877
2097
 
1878
2098
 
1879
2099
  </span>
@@ -1948,7 +2168,12 @@ const groupLayer = new GroupLayer({
1948
2168
  <span class="method-parameter is-pulled-right">
1949
2169
  <label>类型:</label>
1950
2170
 
1951
- <span class="param-type">String</span>
2171
+ <span class="param-type">
2172
+
2173
+ String
2174
+
2175
+ </span>
2176
+
1952
2177
 
1953
2178
 
1954
2179
  </span>
@@ -1982,7 +2207,7 @@ const groupLayer = new GroupLayer({
1982
2207
 
1983
2208
  <dt class="inherited-from">Inherited From:</dt>
1984
2209
  <dd class="inherited-from"><ul class="dummy"><li>
1985
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2210
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1986
2211
  </li></ul></dd>
1987
2212
 
1988
2213
 
@@ -2023,7 +2248,12 @@ const groupLayer = new GroupLayer({
2023
2248
  <span class="method-parameter is-pulled-right">
2024
2249
  <label>类型:</label>
2025
2250
 
2026
- <span class="param-type">String</span>
2251
+ <span class="param-type">
2252
+
2253
+ String
2254
+
2255
+ </span>
2256
+
2027
2257
 
2028
2258
 
2029
2259
  </span>
@@ -2057,7 +2287,7 @@ const groupLayer = new GroupLayer({
2057
2287
 
2058
2288
  <dt class="inherited-from">Inherited From:</dt>
2059
2289
  <dd class="inherited-from"><ul class="dummy"><li>
2060
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2290
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2061
2291
  </li></ul></dd>
2062
2292
 
2063
2293
 
@@ -2103,7 +2333,12 @@ const groupLayer = new GroupLayer({
2103
2333
  <span class="method-parameter is-pulled-right">
2104
2334
  <label>类型:</label>
2105
2335
 
2106
- <span class="param-type">String</span>
2336
+ <span class="param-type">
2337
+
2338
+ String
2339
+
2340
+ </span>
2341
+
2107
2342
 
2108
2343
 
2109
2344
  </span>
@@ -2137,7 +2372,7 @@ const groupLayer = new GroupLayer({
2137
2372
 
2138
2373
  <dt class="inherited-from">Inherited From:</dt>
2139
2374
  <dd class="inherited-from"><ul class="dummy"><li>
2140
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2375
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2141
2376
  </li></ul></dd>
2142
2377
 
2143
2378
 
@@ -2178,7 +2413,12 @@ const groupLayer = new GroupLayer({
2178
2413
  <span class="method-parameter is-pulled-right">
2179
2414
  <label>类型:</label>
2180
2415
 
2181
- <span class="param-type">String</span>
2416
+ <span class="param-type">
2417
+
2418
+ String
2419
+
2420
+ </span>
2421
+
2182
2422
 
2183
2423
 
2184
2424
  </span>
@@ -2257,7 +2497,12 @@ const groupLayer = new GroupLayer({
2257
2497
  <span class="method-parameter is-pulled-right">
2258
2498
  <label>类型:</label>
2259
2499
 
2260
- <span class="param-type">String</span>
2500
+ <span class="param-type">
2501
+
2502
+ String
2503
+
2504
+ </span>
2505
+
2261
2506
 
2262
2507
 
2263
2508
  </span>
@@ -2327,7 +2572,12 @@ const groupLayer = new GroupLayer({
2327
2572
  <span class="method-parameter is-pulled-right">
2328
2573
  <label>类型:</label>
2329
2574
 
2330
- <span class="param-type">Number</span>
2575
+ <span class="param-type">
2576
+
2577
+ Number
2578
+
2579
+ </span>
2580
+
2331
2581
 
2332
2582
 
2333
2583
  </span>
@@ -2361,7 +2611,7 @@ const groupLayer = new GroupLayer({
2361
2611
 
2362
2612
  <dt class="inherited-from">Inherited From:</dt>
2363
2613
  <dd class="inherited-from"><ul class="dummy"><li>
2364
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2614
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2365
2615
  </li></ul></dd>
2366
2616
 
2367
2617
 
@@ -2418,12 +2668,17 @@ const groupLayer = new GroupLayer({
2418
2668
  <tbody>
2419
2669
 
2420
2670
  <tr class="deep-level-0">
2421
- <td class="name"><code><a href="GroupLayer.html#fromJSON">fromJSON</a></code></td>
2671
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2422
2672
  <td class="name">
2423
2673
  <code>
2424
2674
 
2425
2675
 
2426
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2676
+ <span class="param-type">
2677
+
2678
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
2679
+
2680
+ </span>
2681
+
2427
2682
 
2428
2683
 
2429
2684
 
@@ -2433,12 +2688,17 @@ const groupLayer = new GroupLayer({
2433
2688
  </tr>
2434
2689
 
2435
2690
  <tr class="deep-level-0">
2436
- <td class="name"><code><a href="GroupLayer.html#add">add</a></code></td>
2691
+ <td class="name"><code><a href="#add">add</a></code></td>
2437
2692
  <td class="name">
2438
2693
  <code>
2439
2694
 
2440
2695
 
2441
- <span class="param-type">*</span>
2696
+ <span class="param-type">
2697
+
2698
+ *
2699
+
2700
+ </span>
2701
+
2442
2702
 
2443
2703
 
2444
2704
 
@@ -2448,12 +2708,17 @@ const groupLayer = new GroupLayer({
2448
2708
  </tr>
2449
2709
 
2450
2710
  <tr class="deep-level-0">
2451
- <td class="name"><code><a href="GroupLayer.html#addMany">addMany</a></code></td>
2711
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
2452
2712
  <td class="name">
2453
2713
  <code>
2454
2714
 
2455
2715
 
2456
- <span class="param-type">*</span>
2716
+ <span class="param-type">
2717
+
2718
+ *
2719
+
2720
+ </span>
2721
+
2457
2722
 
2458
2723
 
2459
2724
 
@@ -2463,12 +2728,17 @@ const groupLayer = new GroupLayer({
2463
2728
  </tr>
2464
2729
 
2465
2730
  <tr class="deep-level-0">
2466
- <td class="name"><code><a href="GroupLayer.html#clone">clone</a></code></td>
2731
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2467
2732
  <td class="name">
2468
2733
  <code>
2469
2734
 
2470
2735
 
2471
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
2736
+ <span class="param-type">
2737
+
2738
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
2739
+
2740
+ </span>
2741
+
2472
2742
 
2473
2743
 
2474
2744
 
@@ -2478,12 +2748,17 @@ const groupLayer = new GroupLayer({
2478
2748
  </tr>
2479
2749
 
2480
2750
  <tr class="deep-level-0">
2481
- <td class="name"><code><a href="GroupLayer.html#destroy">destroy</a></code></td>
2751
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2482
2752
  <td class="name">
2483
2753
  <code>
2484
2754
 
2485
2755
 
2486
- <span class="param-type">*</span>
2756
+ <span class="param-type">
2757
+
2758
+ *
2759
+
2760
+ </span>
2761
+
2487
2762
 
2488
2763
 
2489
2764
 
@@ -2493,15 +2768,24 @@ const groupLayer = new GroupLayer({
2493
2768
  </tr>
2494
2769
 
2495
2770
  <tr class="deep-level-0">
2496
- <td class="name"><code><a href="GroupLayer.html#findLayerById">findLayerById</a></code></td>
2771
+ <td class="name"><code><a href="#findLayerById">findLayerById</a></code></td>
2497
2772
  <td class="name">
2498
2773
  <code>
2499
2774
 
2500
2775
 
2501
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2776
+ <span class="param-type">
2777
+
2778
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2779
+
2780
+ </span>
2502
2781
  |
2503
2782
 
2504
- <span class="param-type">null</span>
2783
+ <span class="param-type">
2784
+
2785
+ null
2786
+
2787
+ </span>
2788
+
2505
2789
 
2506
2790
 
2507
2791
 
@@ -2511,12 +2795,17 @@ const groupLayer = new GroupLayer({
2511
2795
  </tr>
2512
2796
 
2513
2797
  <tr class="deep-level-0">
2514
- <td class="name"><code><a href="GroupLayer.html#getFlatLayers">getFlatLayers</a></code></td>
2798
+ <td class="name"><code><a href="#getFlatLayers">getFlatLayers</a></code></td>
2515
2799
  <td class="name">
2516
2800
  <code>
2517
2801
 
2518
2802
 
2519
- <span class="param-type">Array</span>
2803
+ <span class="param-type">
2804
+
2805
+ Array
2806
+
2807
+ </span>
2808
+
2520
2809
 
2521
2810
 
2522
2811
 
@@ -2526,12 +2815,17 @@ const groupLayer = new GroupLayer({
2526
2815
  </tr>
2527
2816
 
2528
2817
  <tr class="deep-level-0">
2529
- <td class="name"><code><a href="GroupLayer.html#isLoaded">isLoaded</a></code></td>
2818
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2530
2819
  <td class="name">
2531
2820
  <code>
2532
2821
 
2533
2822
 
2534
- <span class="param-type">Boolean</span>
2823
+ <span class="param-type">
2824
+
2825
+ Boolean
2826
+
2827
+ </span>
2828
+
2535
2829
 
2536
2830
 
2537
2831
 
@@ -2541,7 +2835,7 @@ const groupLayer = new GroupLayer({
2541
2835
  </tr>
2542
2836
 
2543
2837
  <tr class="deep-level-0">
2544
- <td class="name"><code><a href="GroupLayer.html#load">load</a></code></td>
2838
+ <td class="name"><code><a href="#load">load</a></code></td>
2545
2839
  <td class="name">
2546
2840
  <code>
2547
2841
 
@@ -2551,7 +2845,7 @@ const groupLayer = new GroupLayer({
2551
2845
  </tr>
2552
2846
 
2553
2847
  <tr class="deep-level-0">
2554
- <td class="name"><code><a href="GroupLayer.html#refresh">refresh</a></code></td>
2848
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2555
2849
  <td class="name">
2556
2850
  <code>
2557
2851
 
@@ -2561,7 +2855,7 @@ const groupLayer = new GroupLayer({
2561
2855
  </tr>
2562
2856
 
2563
2857
  <tr class="deep-level-0">
2564
- <td class="name"><code><a href="GroupLayer.html#remove">remove</a></code></td>
2858
+ <td class="name"><code><a href="#remove">remove</a></code></td>
2565
2859
  <td class="name">
2566
2860
  <code>
2567
2861
 
@@ -2571,7 +2865,7 @@ const groupLayer = new GroupLayer({
2571
2865
  </tr>
2572
2866
 
2573
2867
  <tr class="deep-level-0">
2574
- <td class="name"><code><a href="GroupLayer.html#removeAll">removeAll</a></code></td>
2868
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
2575
2869
  <td class="name">
2576
2870
  <code>
2577
2871
 
@@ -2581,12 +2875,17 @@ const groupLayer = new GroupLayer({
2581
2875
  </tr>
2582
2876
 
2583
2877
  <tr class="deep-level-0">
2584
- <td class="name"><code><a href="GroupLayer.html#removeMany">removeMany</a></code></td>
2878
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
2585
2879
  <td class="name">
2586
2880
  <code>
2587
2881
 
2588
2882
 
2589
- <span class="param-type">*</span>
2883
+ <span class="param-type">
2884
+
2885
+ *
2886
+
2887
+ </span>
2888
+
2590
2889
 
2591
2890
 
2592
2891
 
@@ -2596,7 +2895,7 @@ const groupLayer = new GroupLayer({
2596
2895
  </tr>
2597
2896
 
2598
2897
  <tr class="deep-level-0">
2599
- <td class="name"><code><a href="GroupLayer.html#reorder">reorder</a></code></td>
2898
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
2600
2899
  <td class="name">
2601
2900
  <code>
2602
2901
 
@@ -2606,12 +2905,17 @@ const groupLayer = new GroupLayer({
2606
2905
  </tr>
2607
2906
 
2608
2907
  <tr class="deep-level-0">
2609
- <td class="name"><code><a href="GroupLayer.html#setMap">setMap</a></code></td>
2908
+ <td class="name"><code><a href="#setMap">setMap</a></code></td>
2610
2909
  <td class="name">
2611
2910
  <code>
2612
2911
 
2613
2912
 
2614
- <span class="param-type">*</span>
2913
+ <span class="param-type">
2914
+
2915
+ *
2916
+
2917
+ </span>
2918
+
2615
2919
 
2616
2920
 
2617
2921
 
@@ -2621,12 +2925,17 @@ const groupLayer = new GroupLayer({
2621
2925
  </tr>
2622
2926
 
2623
2927
  <tr class="deep-level-0">
2624
- <td class="name"><code><a href="GroupLayer.html#toJSON">toJSON</a></code></td>
2928
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2625
2929
  <td class="name">
2626
2930
  <code>
2627
2931
 
2628
2932
 
2629
- <span class="param-type">Object</span>
2933
+ <span class="param-type">
2934
+
2935
+ Object
2936
+
2937
+ </span>
2938
+
2630
2939
 
2631
2940
 
2632
2941
 
@@ -2693,13 +3002,18 @@ const groupLayer = new GroupLayer({
2693
3002
 
2694
3003
  <tr class="deep-level-0">
2695
3004
 
2696
- <td class="name" id="json"><code>json</code></td>
3005
+ <td class="name"><code>json</code></td>
2697
3006
 
2698
3007
 
2699
3008
  <td class="type">
2700
3009
 
2701
3010
 
2702
- <span class="param-type">*</span>
3011
+ <span class="param-type">
3012
+
3013
+ *
3014
+
3015
+ </span>
3016
+
2703
3017
 
2704
3018
 
2705
3019
 
@@ -2785,7 +3099,12 @@ const groupLayer = new GroupLayer({
2785
3099
  <div class='column is-5 has-text-left'>
2786
3100
  <label>类型: </label>
2787
3101
 
2788
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
3102
+ <span class="param-type">
3103
+
3104
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
3105
+
3106
+ </span>
3107
+
2789
3108
 
2790
3109
 
2791
3110
  </div>
@@ -2852,13 +3171,18 @@ const groupLayer = new GroupLayer({
2852
3171
 
2853
3172
  <tr class="deep-level-0">
2854
3173
 
2855
- <td class="name" id="layer"><code>layer</code></td>
3174
+ <td class="name"><code>layer</code></td>
2856
3175
 
2857
3176
 
2858
3177
  <td class="type">
2859
3178
 
2860
3179
 
2861
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3180
+ <span class="param-type">
3181
+
3182
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3183
+
3184
+ </span>
3185
+
2862
3186
 
2863
3187
 
2864
3188
 
@@ -2876,13 +3200,18 @@ const groupLayer = new GroupLayer({
2876
3200
 
2877
3201
  <tr class="deep-level-0">
2878
3202
 
2879
- <td class="name" id="index"><code>index</code></td>
3203
+ <td class="name"><code>index</code></td>
2880
3204
 
2881
3205
 
2882
3206
  <td class="type">
2883
3207
 
2884
3208
 
2885
- <span class="param-type">Number</span>
3209
+ <span class="param-type">
3210
+
3211
+ Number
3212
+
3213
+ </span>
3214
+
2886
3215
 
2887
3216
 
2888
3217
 
@@ -2968,7 +3297,12 @@ const groupLayer = new GroupLayer({
2968
3297
  <div class='column is-5 has-text-left'>
2969
3298
  <label>类型: </label>
2970
3299
 
2971
- <span class="param-type">*</span>
3300
+ <span class="param-type">
3301
+
3302
+ *
3303
+
3304
+ </span>
3305
+
2972
3306
 
2973
3307
 
2974
3308
  </div>
@@ -3035,13 +3369,18 @@ const groupLayer = new GroupLayer({
3035
3369
 
3036
3370
  <tr class="deep-level-0">
3037
3371
 
3038
- <td class="name" id="layers"><code>layers</code></td>
3372
+ <td class="name"><code>layers</code></td>
3039
3373
 
3040
3374
 
3041
3375
  <td class="type">
3042
3376
 
3043
3377
 
3044
- <span class="param-type">Array.&lt;<a href="Layer.html">Layer</a>></span>
3378
+ <span class="param-type">
3379
+
3380
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
3381
+
3382
+ </span>
3383
+
3045
3384
 
3046
3385
 
3047
3386
 
@@ -3059,13 +3398,18 @@ const groupLayer = new GroupLayer({
3059
3398
 
3060
3399
  <tr class="deep-level-0">
3061
3400
 
3062
- <td class="name" id="index"><code>index</code></td>
3401
+ <td class="name"><code>index</code></td>
3063
3402
 
3064
3403
 
3065
3404
  <td class="type">
3066
3405
 
3067
3406
 
3068
- <span class="param-type">*</span>
3407
+ <span class="param-type">
3408
+
3409
+ *
3410
+
3411
+ </span>
3412
+
3069
3413
 
3070
3414
 
3071
3415
 
@@ -3151,7 +3495,12 @@ const groupLayer = new GroupLayer({
3151
3495
  <div class='column is-5 has-text-left'>
3152
3496
  <label>类型: </label>
3153
3497
 
3154
- <span class="param-type">*</span>
3498
+ <span class="param-type">
3499
+
3500
+ *
3501
+
3502
+ </span>
3503
+
3155
3504
 
3156
3505
 
3157
3506
  </div>
@@ -3272,7 +3621,12 @@ const groupLayer = new GroupLayer({
3272
3621
  <div class='column is-5 has-text-left'>
3273
3622
  <label>类型: </label>
3274
3623
 
3275
- <span class="param-type"><a class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a></span>
3624
+ <span class="param-type">
3625
+
3626
+ <a link="GroupLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GroupLayer" GroupLayer.html>GroupLayer</a>
3627
+
3628
+ </span>
3629
+
3276
3630
 
3277
3631
 
3278
3632
  </div>
@@ -3387,7 +3741,12 @@ const groupLayer = new GroupLayer({
3387
3741
  <div class='column is-5 has-text-left'>
3388
3742
  <label>类型: </label>
3389
3743
 
3390
- <span class="param-type">*</span>
3744
+ <span class="param-type">
3745
+
3746
+ *
3747
+
3748
+ </span>
3749
+
3391
3750
 
3392
3751
 
3393
3752
  </div>
@@ -3458,13 +3817,18 @@ const groupLayer = new GroupLayer({
3458
3817
 
3459
3818
  <tr class="deep-level-0">
3460
3819
 
3461
- <td class="name" id="layerId"><code>layerId</code></td>
3820
+ <td class="name"><code>layerId</code></td>
3462
3821
 
3463
3822
 
3464
3823
  <td class="type">
3465
3824
 
3466
3825
 
3467
- <span class="param-type">String</span>
3826
+ <span class="param-type">
3827
+
3828
+ String
3829
+
3830
+ </span>
3831
+
3468
3832
 
3469
3833
 
3470
3834
 
@@ -3552,10 +3916,19 @@ const groupLayer = new GroupLayer({
3552
3916
  <div class='column is-5 has-text-left'>
3553
3917
  <label>类型: </label>
3554
3918
 
3555
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3919
+ <span class="param-type">
3920
+
3921
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3922
+
3923
+ </span>
3556
3924
  |
3557
3925
 
3558
- <span class="param-type">null</span>
3926
+ <span class="param-type">
3927
+
3928
+ null
3929
+
3930
+ </span>
3931
+
3559
3932
 
3560
3933
 
3561
3934
  </div>
@@ -3671,7 +4044,12 @@ const groupLayer = new GroupLayer({
3671
4044
  <div class='column is-5 has-text-left'>
3672
4045
  <label>类型: </label>
3673
4046
 
3674
- <span class="param-type">Array</span>
4047
+ <span class="param-type">
4048
+
4049
+ Array
4050
+
4051
+ </span>
4052
+
3675
4053
 
3676
4054
 
3677
4055
  </div>
@@ -3792,7 +4170,12 @@ const groupLayer = new GroupLayer({
3792
4170
  <div class='column is-5 has-text-left'>
3793
4171
  <label>类型: </label>
3794
4172
 
3795
- <span class="param-type">Boolean</span>
4173
+ <span class="param-type">
4174
+
4175
+ Boolean
4176
+
4177
+ </span>
4178
+
3796
4179
 
3797
4180
 
3798
4181
  </div>
@@ -3943,7 +4326,7 @@ const groupLayer = new GroupLayer({
3943
4326
 
3944
4327
  <dt class="inherited-from">Inherited From:</dt>
3945
4328
  <dd class="inherited-from"><ul class="dummy"><li>
3946
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4329
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3947
4330
  </li></ul></dd>
3948
4331
 
3949
4332
 
@@ -4050,13 +4433,18 @@ const groupLayer = new GroupLayer({
4050
4433
 
4051
4434
  <tr class="deep-level-0">
4052
4435
 
4053
- <td class="name" id="layer"><code>layer</code></td>
4436
+ <td class="name"><code>layer</code></td>
4054
4437
 
4055
4438
 
4056
4439
  <td class="type">
4057
4440
 
4058
4441
 
4059
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4442
+ <span class="param-type">
4443
+
4444
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4445
+
4446
+ </span>
4447
+
4060
4448
 
4061
4449
 
4062
4450
 
@@ -4277,13 +4665,18 @@ const groupLayer = new GroupLayer({
4277
4665
 
4278
4666
  <tr class="deep-level-0">
4279
4667
 
4280
- <td class="name" id="layers"><code>layers</code></td>
4668
+ <td class="name"><code>layers</code></td>
4281
4669
 
4282
4670
 
4283
4671
  <td class="type">
4284
4672
 
4285
4673
 
4286
- <span class="param-type">Array.&lt;<a href="Layer.html">Layer</a>></span>
4674
+ <span class="param-type">
4675
+
4676
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
4677
+
4678
+ </span>
4679
+
4287
4680
 
4288
4681
 
4289
4682
 
@@ -4369,7 +4762,12 @@ const groupLayer = new GroupLayer({
4369
4762
  <div class='column is-5 has-text-left'>
4370
4763
  <label>类型: </label>
4371
4764
 
4372
- <span class="param-type">*</span>
4765
+ <span class="param-type">
4766
+
4767
+ *
4768
+
4769
+ </span>
4770
+
4373
4771
 
4374
4772
 
4375
4773
  </div>
@@ -4440,13 +4838,18 @@ const groupLayer = new GroupLayer({
4440
4838
 
4441
4839
  <tr class="deep-level-0">
4442
4840
 
4443
- <td class="name" id="layer"><code>layer</code></td>
4841
+ <td class="name"><code>layer</code></td>
4444
4842
 
4445
4843
 
4446
4844
  <td class="type">
4447
4845
 
4448
4846
 
4449
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4847
+ <span class="param-type">
4848
+
4849
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4850
+
4851
+ </span>
4852
+
4450
4853
 
4451
4854
 
4452
4855
 
@@ -4464,13 +4867,18 @@ const groupLayer = new GroupLayer({
4464
4867
 
4465
4868
  <tr class="deep-level-0">
4466
4869
 
4467
- <td class="name" id="index"><code>index</code></td>
4870
+ <td class="name"><code>index</code></td>
4468
4871
 
4469
4872
 
4470
4873
  <td class="type">
4471
4874
 
4472
4875
 
4473
- <span class="param-type">Number</span>
4876
+ <span class="param-type">
4877
+
4878
+ Number
4879
+
4880
+ </span>
4881
+
4474
4882
 
4475
4883
 
4476
4884
 
@@ -4607,13 +5015,18 @@ const groupLayer = new GroupLayer({
4607
5015
 
4608
5016
  <tr class="deep-level-0">
4609
5017
 
4610
- <td class="name" id="map"><code>map</code></td>
5018
+ <td class="name"><code>map</code></td>
4611
5019
 
4612
5020
 
4613
5021
  <td class="type">
4614
5022
 
4615
5023
 
4616
- <span class="param-type">*</span>
5024
+ <span class="param-type">
5025
+
5026
+ *
5027
+
5028
+ </span>
5029
+
4617
5030
 
4618
5031
 
4619
5032
 
@@ -4699,7 +5112,12 @@ const groupLayer = new GroupLayer({
4699
5112
  <div class='column is-5 has-text-left'>
4700
5113
  <label>类型: </label>
4701
5114
 
4702
- <span class="param-type">*</span>
5115
+ <span class="param-type">
5116
+
5117
+ *
5118
+
5119
+ </span>
5120
+
4703
5121
 
4704
5122
 
4705
5123
  </div>
@@ -4820,7 +5238,12 @@ const groupLayer = new GroupLayer({
4820
5238
  <div class='column is-5 has-text-left'>
4821
5239
  <label>类型: </label>
4822
5240
 
4823
- <span class="param-type">Object</span>
5241
+ <span class="param-type">
5242
+
5243
+ Object
5244
+
5245
+ </span>
5246
+
4824
5247
 
4825
5248
 
4826
5249
  </div>
@@ -4859,37 +5282,37 @@ const groupLayer = new GroupLayer({
4859
5282
  <tbody>
4860
5283
 
4861
5284
  <tr class="deep-level-0">
4862
- <td class="name"><code><a href="GroupLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5285
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4863
5286
  <td class="name"><code>图层刷新完毕事件</code></td>
4864
5287
  </tr>
4865
5288
 
4866
5289
  <tr class="deep-level-0">
4867
- <td class="name"><code><a href="GroupLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5290
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4868
5291
  <td class="name"><code>图层加载完毕事件</code></td>
4869
5292
  </tr>
4870
5293
 
4871
5294
  <tr class="deep-level-0">
4872
- <td class="name"><code><a href="GroupLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5295
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4873
5296
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4874
5297
  </tr>
4875
5298
 
4876
5299
  <tr class="deep-level-0">
4877
- <td class="name"><code><a href="GroupLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5300
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4878
5301
  <td class="name"><code>图层更新完毕事件</code></td>
4879
5302
  </tr>
4880
5303
 
4881
5304
  <tr class="deep-level-0">
4882
- <td class="name"><code><a href="GroupLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5305
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4883
5306
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4884
5307
  </tr>
4885
5308
 
4886
5309
  <tr class="deep-level-0">
4887
- <td class="name"><code><a href="GroupLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5310
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4888
5311
  <td class="name"><code>图层销毁完毕事件</code></td>
4889
5312
  </tr>
4890
5313
 
4891
5314
  <tr class="deep-level-0">
4892
- <td class="name"><code><a href="GroupLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5315
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4893
5316
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4894
5317
  </tr>
4895
5318
 
@@ -4969,7 +5392,12 @@ const groupLayer = new GroupLayer({
4969
5392
  <td class="type">
4970
5393
 
4971
5394
 
4972
- <span class="param-type">Object</span>
5395
+ <span class="param-type">
5396
+
5397
+ Object
5398
+
5399
+ </span>
5400
+
4973
5401
 
4974
5402
 
4975
5403
 
@@ -5002,7 +5430,12 @@ const groupLayer = new GroupLayer({
5002
5430
  <td class="type">
5003
5431
 
5004
5432
 
5005
- <span class="param-type">String</span>
5433
+ <span class="param-type">
5434
+
5435
+ String
5436
+
5437
+ </span>
5438
+
5006
5439
 
5007
5440
 
5008
5441
 
@@ -5039,7 +5472,12 @@ const groupLayer = new GroupLayer({
5039
5472
  <td class="type">
5040
5473
 
5041
5474
 
5042
- <span class="param-type">String</span>
5475
+ <span class="param-type">
5476
+
5477
+ String
5478
+
5479
+ </span>
5480
+
5043
5481
 
5044
5482
 
5045
5483
 
@@ -5076,7 +5514,12 @@ const groupLayer = new GroupLayer({
5076
5514
  <td class="type">
5077
5515
 
5078
5516
 
5079
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5517
+ <span class="param-type">
5518
+
5519
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5520
+
5521
+ </span>
5522
+
5080
5523
 
5081
5524
 
5082
5525
 
@@ -5113,7 +5556,12 @@ const groupLayer = new GroupLayer({
5113
5556
  <td class="type">
5114
5557
 
5115
5558
 
5116
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5559
+ <span class="param-type">
5560
+
5561
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5562
+
5563
+ </span>
5564
+
5117
5565
 
5118
5566
 
5119
5567
 
@@ -5150,7 +5598,12 @@ const groupLayer = new GroupLayer({
5150
5598
  <td class="type">
5151
5599
 
5152
5600
 
5153
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5601
+ <span class="param-type">
5602
+
5603
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5604
+
5605
+ </span>
5606
+
5154
5607
 
5155
5608
 
5156
5609
 
@@ -5187,7 +5640,12 @@ const groupLayer = new GroupLayer({
5187
5640
  <td class="type">
5188
5641
 
5189
5642
 
5190
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5643
+ <span class="param-type">
5644
+
5645
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5646
+
5647
+ </span>
5648
+
5191
5649
 
5192
5650
 
5193
5651
 
@@ -5224,7 +5682,12 @@ const groupLayer = new GroupLayer({
5224
5682
  <td class="type">
5225
5683
 
5226
5684
 
5227
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5685
+ <span class="param-type">
5686
+
5687
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5688
+
5689
+ </span>
5690
+
5228
5691
 
5229
5692
 
5230
5693
 
@@ -5269,7 +5732,7 @@ const groupLayer = new GroupLayer({
5269
5732
 
5270
5733
  <dt class="inherited-from">Inherited From:</dt>
5271
5734
  <dd class="inherited-from"><ul class="dummy"><li>
5272
- <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>
5735
+ <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>
5273
5736
  </li></ul></dd>
5274
5737
 
5275
5738
 
@@ -5415,7 +5878,12 @@ const groupLayer = new GroupLayer({
5415
5878
  <td class="type">
5416
5879
 
5417
5880
 
5418
- <span class="param-type">Object</span>
5881
+ <span class="param-type">
5882
+
5883
+ Object
5884
+
5885
+ </span>
5886
+
5419
5887
 
5420
5888
 
5421
5889
 
@@ -5448,7 +5916,12 @@ const groupLayer = new GroupLayer({
5448
5916
  <td class="type">
5449
5917
 
5450
5918
 
5451
- <span class="param-type">String</span>
5919
+ <span class="param-type">
5920
+
5921
+ String
5922
+
5923
+ </span>
5924
+
5452
5925
 
5453
5926
 
5454
5927
 
@@ -5485,7 +5958,12 @@ const groupLayer = new GroupLayer({
5485
5958
  <td class="type">
5486
5959
 
5487
5960
 
5488
- <span class="param-type">String</span>
5961
+ <span class="param-type">
5962
+
5963
+ String
5964
+
5965
+ </span>
5966
+
5489
5967
 
5490
5968
 
5491
5969
 
@@ -5522,7 +6000,12 @@ const groupLayer = new GroupLayer({
5522
6000
  <td class="type">
5523
6001
 
5524
6002
 
5525
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6003
+ <span class="param-type">
6004
+
6005
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6006
+
6007
+ </span>
6008
+
5526
6009
 
5527
6010
 
5528
6011
 
@@ -5559,7 +6042,12 @@ const groupLayer = new GroupLayer({
5559
6042
  <td class="type">
5560
6043
 
5561
6044
 
5562
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6045
+ <span class="param-type">
6046
+
6047
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6048
+
6049
+ </span>
6050
+
5563
6051
 
5564
6052
 
5565
6053
 
@@ -5596,7 +6084,12 @@ const groupLayer = new GroupLayer({
5596
6084
  <td class="type">
5597
6085
 
5598
6086
 
5599
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6087
+ <span class="param-type">
6088
+
6089
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6090
+
6091
+ </span>
6092
+
5600
6093
 
5601
6094
 
5602
6095
 
@@ -5633,7 +6126,12 @@ const groupLayer = new GroupLayer({
5633
6126
  <td class="type">
5634
6127
 
5635
6128
 
5636
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6129
+ <span class="param-type">
6130
+
6131
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6132
+
6133
+ </span>
6134
+
5637
6135
 
5638
6136
 
5639
6137
 
@@ -5670,7 +6168,12 @@ const groupLayer = new GroupLayer({
5670
6168
  <td class="type">
5671
6169
 
5672
6170
 
5673
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6171
+ <span class="param-type">
6172
+
6173
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6174
+
6175
+ </span>
6176
+
5674
6177
 
5675
6178
 
5676
6179
 
@@ -5715,7 +6218,7 @@ const groupLayer = new GroupLayer({
5715
6218
 
5716
6219
  <dt class="inherited-from">Inherited From:</dt>
5717
6220
  <dd class="inherited-from"><ul class="dummy"><li>
5718
- <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>
6221
+ <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>
5719
6222
  </li></ul></dd>
5720
6223
 
5721
6224
 
@@ -5851,7 +6354,12 @@ const groupLayer = new GroupLayer({
5851
6354
  <td class="type">
5852
6355
 
5853
6356
 
5854
- <span class="param-type">Object</span>
6357
+ <span class="param-type">
6358
+
6359
+ Object
6360
+
6361
+ </span>
6362
+
5855
6363
 
5856
6364
 
5857
6365
 
@@ -5884,7 +6392,12 @@ const groupLayer = new GroupLayer({
5884
6392
  <td class="type">
5885
6393
 
5886
6394
 
5887
- <span class="param-type">String</span>
6395
+ <span class="param-type">
6396
+
6397
+ String
6398
+
6399
+ </span>
6400
+
5888
6401
 
5889
6402
 
5890
6403
 
@@ -5921,7 +6434,12 @@ const groupLayer = new GroupLayer({
5921
6434
  <td class="type">
5922
6435
 
5923
6436
 
5924
- <span class="param-type">String</span>
6437
+ <span class="param-type">
6438
+
6439
+ String
6440
+
6441
+ </span>
6442
+
5925
6443
 
5926
6444
 
5927
6445
 
@@ -5958,7 +6476,12 @@ const groupLayer = new GroupLayer({
5958
6476
  <td class="type">
5959
6477
 
5960
6478
 
5961
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6479
+ <span class="param-type">
6480
+
6481
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6482
+
6483
+ </span>
6484
+
5962
6485
 
5963
6486
 
5964
6487
 
@@ -5995,7 +6518,12 @@ const groupLayer = new GroupLayer({
5995
6518
  <td class="type">
5996
6519
 
5997
6520
 
5998
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6521
+ <span class="param-type">
6522
+
6523
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6524
+
6525
+ </span>
6526
+
5999
6527
 
6000
6528
 
6001
6529
 
@@ -6032,7 +6560,12 @@ const groupLayer = new GroupLayer({
6032
6560
  <td class="type">
6033
6561
 
6034
6562
 
6035
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6563
+ <span class="param-type">
6564
+
6565
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6566
+
6567
+ </span>
6568
+
6036
6569
 
6037
6570
 
6038
6571
 
@@ -6069,7 +6602,12 @@ const groupLayer = new GroupLayer({
6069
6602
  <td class="type">
6070
6603
 
6071
6604
 
6072
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6605
+ <span class="param-type">
6606
+
6607
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6608
+
6609
+ </span>
6610
+
6073
6611
 
6074
6612
 
6075
6613
 
@@ -6106,7 +6644,12 @@ const groupLayer = new GroupLayer({
6106
6644
  <td class="type">
6107
6645
 
6108
6646
 
6109
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6647
+ <span class="param-type">
6648
+
6649
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6650
+
6651
+ </span>
6652
+
6110
6653
 
6111
6654
 
6112
6655
 
@@ -6151,7 +6694,7 @@ const groupLayer = new GroupLayer({
6151
6694
 
6152
6695
  <dt class="inherited-from">Inherited From:</dt>
6153
6696
  <dd class="inherited-from"><ul class="dummy"><li>
6154
- <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>
6697
+ <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>
6155
6698
  </li></ul></dd>
6156
6699
 
6157
6700
 
@@ -6297,7 +6840,12 @@ const groupLayer = new GroupLayer({
6297
6840
  <td class="type">
6298
6841
 
6299
6842
 
6300
- <span class="param-type">Object</span>
6843
+ <span class="param-type">
6844
+
6845
+ Object
6846
+
6847
+ </span>
6848
+
6301
6849
 
6302
6850
 
6303
6851
 
@@ -6330,7 +6878,12 @@ const groupLayer = new GroupLayer({
6330
6878
  <td class="type">
6331
6879
 
6332
6880
 
6333
- <span class="param-type">String</span>
6881
+ <span class="param-type">
6882
+
6883
+ String
6884
+
6885
+ </span>
6886
+
6334
6887
 
6335
6888
 
6336
6889
 
@@ -6367,7 +6920,12 @@ const groupLayer = new GroupLayer({
6367
6920
  <td class="type">
6368
6921
 
6369
6922
 
6370
- <span class="param-type">String</span>
6923
+ <span class="param-type">
6924
+
6925
+ String
6926
+
6927
+ </span>
6928
+
6371
6929
 
6372
6930
 
6373
6931
 
@@ -6404,7 +6962,12 @@ const groupLayer = new GroupLayer({
6404
6962
  <td class="type">
6405
6963
 
6406
6964
 
6407
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6965
+ <span class="param-type">
6966
+
6967
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6968
+
6969
+ </span>
6970
+
6408
6971
 
6409
6972
 
6410
6973
 
@@ -6441,7 +7004,12 @@ const groupLayer = new GroupLayer({
6441
7004
  <td class="type">
6442
7005
 
6443
7006
 
6444
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7007
+ <span class="param-type">
7008
+
7009
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7010
+
7011
+ </span>
7012
+
6445
7013
 
6446
7014
 
6447
7015
 
@@ -6478,7 +7046,12 @@ const groupLayer = new GroupLayer({
6478
7046
  <td class="type">
6479
7047
 
6480
7048
 
6481
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7049
+ <span class="param-type">
7050
+
7051
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7052
+
7053
+ </span>
7054
+
6482
7055
 
6483
7056
 
6484
7057
 
@@ -6515,7 +7088,12 @@ const groupLayer = new GroupLayer({
6515
7088
  <td class="type">
6516
7089
 
6517
7090
 
6518
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7091
+ <span class="param-type">
7092
+
7093
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7094
+
7095
+ </span>
7096
+
6519
7097
 
6520
7098
 
6521
7099
 
@@ -6552,7 +7130,12 @@ const groupLayer = new GroupLayer({
6552
7130
  <td class="type">
6553
7131
 
6554
7132
 
6555
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7133
+ <span class="param-type">
7134
+
7135
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7136
+
7137
+ </span>
7138
+
6556
7139
 
6557
7140
 
6558
7141
 
@@ -6597,7 +7180,7 @@ const groupLayer = new GroupLayer({
6597
7180
 
6598
7181
  <dt class="inherited-from">Inherited From:</dt>
6599
7182
  <dd class="inherited-from"><ul class="dummy"><li>
6600
- <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>
7183
+ <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>
6601
7184
  </li></ul></dd>
6602
7185
 
6603
7186
 
@@ -6733,7 +7316,12 @@ const groupLayer = new GroupLayer({
6733
7316
  <td class="type">
6734
7317
 
6735
7318
 
6736
- <span class="param-type">Object</span>
7319
+ <span class="param-type">
7320
+
7321
+ Object
7322
+
7323
+ </span>
7324
+
6737
7325
 
6738
7326
 
6739
7327
 
@@ -6766,7 +7354,12 @@ const groupLayer = new GroupLayer({
6766
7354
  <td class="type">
6767
7355
 
6768
7356
 
6769
- <span class="param-type">String</span>
7357
+ <span class="param-type">
7358
+
7359
+ String
7360
+
7361
+ </span>
7362
+
6770
7363
 
6771
7364
 
6772
7365
 
@@ -6803,7 +7396,12 @@ const groupLayer = new GroupLayer({
6803
7396
  <td class="type">
6804
7397
 
6805
7398
 
6806
- <span class="param-type">String</span>
7399
+ <span class="param-type">
7400
+
7401
+ String
7402
+
7403
+ </span>
7404
+
6807
7405
 
6808
7406
 
6809
7407
 
@@ -6840,7 +7438,12 @@ const groupLayer = new GroupLayer({
6840
7438
  <td class="type">
6841
7439
 
6842
7440
 
6843
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7441
+ <span class="param-type">
7442
+
7443
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7444
+
7445
+ </span>
7446
+
6844
7447
 
6845
7448
 
6846
7449
 
@@ -6877,7 +7480,12 @@ const groupLayer = new GroupLayer({
6877
7480
  <td class="type">
6878
7481
 
6879
7482
 
6880
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7483
+ <span class="param-type">
7484
+
7485
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7486
+
7487
+ </span>
7488
+
6881
7489
 
6882
7490
 
6883
7491
 
@@ -6914,7 +7522,12 @@ const groupLayer = new GroupLayer({
6914
7522
  <td class="type">
6915
7523
 
6916
7524
 
6917
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7525
+ <span class="param-type">
7526
+
7527
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7528
+
7529
+ </span>
7530
+
6918
7531
 
6919
7532
 
6920
7533
 
@@ -6951,7 +7564,12 @@ const groupLayer = new GroupLayer({
6951
7564
  <td class="type">
6952
7565
 
6953
7566
 
6954
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7567
+ <span class="param-type">
7568
+
7569
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7570
+
7571
+ </span>
7572
+
6955
7573
 
6956
7574
 
6957
7575
 
@@ -6988,7 +7606,12 @@ const groupLayer = new GroupLayer({
6988
7606
  <td class="type">
6989
7607
 
6990
7608
 
6991
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7609
+ <span class="param-type">
7610
+
7611
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7612
+
7613
+ </span>
7614
+
6992
7615
 
6993
7616
 
6994
7617
 
@@ -7033,7 +7656,7 @@ const groupLayer = new GroupLayer({
7033
7656
 
7034
7657
  <dt class="inherited-from">Inherited From:</dt>
7035
7658
  <dd class="inherited-from"><ul class="dummy"><li>
7036
- <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>
7659
+ <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>
7037
7660
  </li></ul></dd>
7038
7661
 
7039
7662
 
@@ -7179,7 +7802,12 @@ const groupLayer = new GroupLayer({
7179
7802
  <td class="type">
7180
7803
 
7181
7804
 
7182
- <span class="param-type">Object</span>
7805
+ <span class="param-type">
7806
+
7807
+ Object
7808
+
7809
+ </span>
7810
+
7183
7811
 
7184
7812
 
7185
7813
 
@@ -7212,7 +7840,12 @@ const groupLayer = new GroupLayer({
7212
7840
  <td class="type">
7213
7841
 
7214
7842
 
7215
- <span class="param-type">String</span>
7843
+ <span class="param-type">
7844
+
7845
+ String
7846
+
7847
+ </span>
7848
+
7216
7849
 
7217
7850
 
7218
7851
 
@@ -7249,7 +7882,12 @@ const groupLayer = new GroupLayer({
7249
7882
  <td class="type">
7250
7883
 
7251
7884
 
7252
- <span class="param-type">String</span>
7885
+ <span class="param-type">
7886
+
7887
+ String
7888
+
7889
+ </span>
7890
+
7253
7891
 
7254
7892
 
7255
7893
 
@@ -7286,7 +7924,12 @@ const groupLayer = new GroupLayer({
7286
7924
  <td class="type">
7287
7925
 
7288
7926
 
7289
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7927
+ <span class="param-type">
7928
+
7929
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7930
+
7931
+ </span>
7932
+
7290
7933
 
7291
7934
 
7292
7935
 
@@ -7323,7 +7966,12 @@ const groupLayer = new GroupLayer({
7323
7966
  <td class="type">
7324
7967
 
7325
7968
 
7326
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7969
+ <span class="param-type">
7970
+
7971
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7972
+
7973
+ </span>
7974
+
7327
7975
 
7328
7976
 
7329
7977
 
@@ -7360,7 +8008,12 @@ const groupLayer = new GroupLayer({
7360
8008
  <td class="type">
7361
8009
 
7362
8010
 
7363
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8011
+ <span class="param-type">
8012
+
8013
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8014
+
8015
+ </span>
8016
+
7364
8017
 
7365
8018
 
7366
8019
 
@@ -7397,7 +8050,12 @@ const groupLayer = new GroupLayer({
7397
8050
  <td class="type">
7398
8051
 
7399
8052
 
7400
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8053
+ <span class="param-type">
8054
+
8055
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8056
+
8057
+ </span>
8058
+
7401
8059
 
7402
8060
 
7403
8061
 
@@ -7434,7 +8092,12 @@ const groupLayer = new GroupLayer({
7434
8092
  <td class="type">
7435
8093
 
7436
8094
 
7437
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8095
+ <span class="param-type">
8096
+
8097
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8098
+
8099
+ </span>
8100
+
7438
8101
 
7439
8102
 
7440
8103
 
@@ -7479,7 +8142,7 @@ const groupLayer = new GroupLayer({
7479
8142
 
7480
8143
  <dt class="inherited-from">Inherited From:</dt>
7481
8144
  <dd class="inherited-from"><ul class="dummy"><li>
7482
- <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>
8145
+ <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>
7483
8146
  </li></ul></dd>
7484
8147
 
7485
8148
 
@@ -7615,7 +8278,12 @@ const groupLayer = new GroupLayer({
7615
8278
  <td class="type">
7616
8279
 
7617
8280
 
7618
- <span class="param-type">Object</span>
8281
+ <span class="param-type">
8282
+
8283
+ Object
8284
+
8285
+ </span>
8286
+
7619
8287
 
7620
8288
 
7621
8289
 
@@ -7648,7 +8316,12 @@ const groupLayer = new GroupLayer({
7648
8316
  <td class="type">
7649
8317
 
7650
8318
 
7651
- <span class="param-type">String</span>
8319
+ <span class="param-type">
8320
+
8321
+ String
8322
+
8323
+ </span>
8324
+
7652
8325
 
7653
8326
 
7654
8327
 
@@ -7685,7 +8358,12 @@ const groupLayer = new GroupLayer({
7685
8358
  <td class="type">
7686
8359
 
7687
8360
 
7688
- <span class="param-type">String</span>
8361
+ <span class="param-type">
8362
+
8363
+ String
8364
+
8365
+ </span>
8366
+
7689
8367
 
7690
8368
 
7691
8369
 
@@ -7722,7 +8400,12 @@ const groupLayer = new GroupLayer({
7722
8400
  <td class="type">
7723
8401
 
7724
8402
 
7725
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8403
+ <span class="param-type">
8404
+
8405
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8406
+
8407
+ </span>
8408
+
7726
8409
 
7727
8410
 
7728
8411
 
@@ -7759,7 +8442,12 @@ const groupLayer = new GroupLayer({
7759
8442
  <td class="type">
7760
8443
 
7761
8444
 
7762
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8445
+ <span class="param-type">
8446
+
8447
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8448
+
8449
+ </span>
8450
+
7763
8451
 
7764
8452
 
7765
8453
 
@@ -7796,7 +8484,12 @@ const groupLayer = new GroupLayer({
7796
8484
  <td class="type">
7797
8485
 
7798
8486
 
7799
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8487
+ <span class="param-type">
8488
+
8489
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8490
+
8491
+ </span>
8492
+
7800
8493
 
7801
8494
 
7802
8495
 
@@ -7833,7 +8526,12 @@ const groupLayer = new GroupLayer({
7833
8526
  <td class="type">
7834
8527
 
7835
8528
 
7836
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8529
+ <span class="param-type">
8530
+
8531
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8532
+
8533
+ </span>
8534
+
7837
8535
 
7838
8536
 
7839
8537
 
@@ -7870,7 +8568,12 @@ const groupLayer = new GroupLayer({
7870
8568
  <td class="type">
7871
8569
 
7872
8570
 
7873
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8571
+ <span class="param-type">
8572
+
8573
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8574
+
8575
+ </span>
8576
+
7874
8577
 
7875
8578
 
7876
8579
 
@@ -7915,7 +8618,7 @@ const groupLayer = new GroupLayer({
7915
8618
 
7916
8619
  <dt class="inherited-from">Inherited From:</dt>
7917
8620
  <dd class="inherited-from"><ul class="dummy"><li>
7918
- <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>
8621
+ <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>
7919
8622
  </li></ul></dd>
7920
8623
 
7921
8624