@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="minScale"><code>minScale</code></td>
107
+ <td class="name"><code>minScale</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">Number</span>
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -127,13 +137,18 @@
127
137
 
128
138
  <tr class="deep-level-1">
129
139
 
130
- <td class="name" id="maxScale"><code>maxScale</code></td>
140
+ <td class="name"><code>maxScale</code></td>
131
141
 
132
142
 
133
143
  <td class="type">
134
144
 
135
145
 
136
- <span class="param-type">Number</span>
146
+ <span class="param-type">
147
+
148
+ Number
149
+
150
+ </span>
151
+
137
152
 
138
153
 
139
154
 
@@ -155,13 +170,18 @@
155
170
 
156
171
  <tr class="deep-level-1">
157
172
 
158
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
173
+ <td class="name"><code>tokenKey</code></td>
159
174
 
160
175
 
161
176
  <td class="type">
162
177
 
163
178
 
164
- <span class="param-type">String</span>
179
+ <span class="param-type">
180
+
181
+ String
182
+
183
+ </span>
184
+
165
185
 
166
186
 
167
187
 
@@ -183,13 +203,18 @@
183
203
 
184
204
  <tr class="deep-level-1">
185
205
 
186
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
206
+ <td class="name"><code>tokenValue</code></td>
187
207
 
188
208
 
189
209
  <td class="type">
190
210
 
191
211
 
192
- <span class="param-type">String</span>
212
+ <span class="param-type">
213
+
214
+ String
215
+
216
+ </span>
217
+
193
218
 
194
219
 
195
220
 
@@ -209,13 +234,18 @@
209
234
 
210
235
  <tr class="deep-level-1">
211
236
 
212
- <td class="name" id="version"><code>version</code></td>
237
+ <td class="name"><code>version</code></td>
213
238
 
214
239
 
215
240
  <td class="type">
216
241
 
217
242
 
218
- <span class="param-type">String</span>
243
+ <span class="param-type">
244
+
245
+ String
246
+
247
+ </span>
248
+
219
249
 
220
250
 
221
251
 
@@ -237,13 +267,18 @@
237
267
 
238
268
  <tr class="deep-level-1">
239
269
 
240
- <td class="name" id="customParameters"><code>customParameters</code></td>
270
+ <td class="name"><code>customParameters</code></td>
241
271
 
242
272
 
243
273
  <td class="type">
244
274
 
245
275
 
246
- <span class="param-type">Object</span>
276
+ <span class="param-type">
277
+
278
+ Object
279
+
280
+ </span>
281
+
247
282
 
248
283
 
249
284
 
@@ -265,13 +300,18 @@
265
300
 
266
301
  <tr class="deep-level-1">
267
302
 
268
- <td class="name" id="customLayerParameters"><code>customLayerParameters</code></td>
303
+ <td class="name"><code>customLayerParameters</code></td>
269
304
 
270
305
 
271
306
  <td class="type">
272
307
 
273
308
 
274
- <span class="param-type">Object</span>
309
+ <span class="param-type">
310
+
311
+ Object
312
+
313
+ </span>
314
+
275
315
 
276
316
 
277
317
 
@@ -374,7 +414,7 @@
374
414
 
375
415
 
376
416
  <ul>
377
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
417
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
378
418
  </ul>
379
419
 
380
420
 
@@ -406,11 +446,16 @@
406
446
  <tbody>
407
447
 
408
448
  <tr class="deep-level-0">
409
- <td class="name"><code><a href="OGCLayer.html#copyright">copyright</a></code></td>
449
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
410
450
  <td class="name">
411
451
  <code>
412
452
 
413
- <span class="param-type">String</span>
453
+ <span class="param-type">
454
+
455
+ String
456
+
457
+ </span>
458
+
414
459
 
415
460
 
416
461
  </code>
@@ -419,11 +464,16 @@
419
464
  </tr>
420
465
 
421
466
  <tr class="deep-level-0">
422
- <td class="name"><code><a href="OGCLayer.html#customParameters">customParameters</a></code></td>
467
+ <td class="name"><code><a href="#customParameters">customParameters</a></code></td>
423
468
  <td class="name">
424
469
  <code>
425
470
 
426
- <span class="param-type">Object</span>
471
+ <span class="param-type">
472
+
473
+ Object
474
+
475
+ </span>
476
+
427
477
 
428
478
 
429
479
  </code>
@@ -432,11 +482,16 @@
432
482
  </tr>
433
483
 
434
484
  <tr class="deep-level-0">
435
- <td class="name"><code><a href="OGCLayer.html#description">description</a></code></td>
485
+ <td class="name"><code><a href="#description">description</a></code></td>
436
486
  <td class="name">
437
487
  <code>
438
488
 
439
- <span class="param-type">String</span>
489
+ <span class="param-type">
490
+
491
+ String
492
+
493
+ </span>
494
+
440
495
 
441
496
 
442
497
  </code>
@@ -445,11 +500,16 @@
445
500
  </tr>
446
501
 
447
502
  <tr class="deep-level-0">
448
- <td class="name"><code><a href="OGCLayer.html#extendOptions">extendOptions</a></code></td>
503
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
449
504
  <td class="name">
450
505
  <code>
451
506
 
452
- <span class="param-type">Object</span>
507
+ <span class="param-type">
508
+
509
+ Object
510
+
511
+ </span>
512
+
453
513
 
454
514
 
455
515
  </code>
@@ -458,11 +518,16 @@
458
518
  </tr>
459
519
 
460
520
  <tr class="deep-level-0">
461
- <td class="name"><code><a href="OGCLayer.html#extendProps">extendProps</a></code></td>
521
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
462
522
  <td class="name">
463
523
  <code>
464
524
 
465
- <span class="param-type">Object</span>
525
+ <span class="param-type">
526
+
527
+ Object
528
+
529
+ </span>
530
+
466
531
 
467
532
 
468
533
  </code>
@@ -471,11 +536,16 @@
471
536
  </tr>
472
537
 
473
538
  <tr class="deep-level-0">
474
- <td class="name"><code><a href="OGCLayer.html#extent">extent</a></code></td>
539
+ <td class="name"><code><a href="#extent">extent</a></code></td>
475
540
  <td class="name">
476
541
  <code>
477
542
 
478
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
543
+ <span class="param-type">
544
+
545
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
546
+
547
+ </span>
548
+
479
549
 
480
550
 
481
551
  </code>
@@ -484,11 +554,16 @@
484
554
  </tr>
485
555
 
486
556
  <tr class="deep-level-0">
487
- <td class="name"><code><a href="OGCLayer.html#headers">headers</a></code></td>
557
+ <td class="name"><code><a href="#headers">headers</a></code></td>
488
558
  <td class="name">
489
559
  <code>
490
560
 
491
- <span class="param-type">String</span>
561
+ <span class="param-type">
562
+
563
+ String
564
+
565
+ </span>
566
+
492
567
 
493
568
 
494
569
  </code>
@@ -497,11 +572,16 @@
497
572
  </tr>
498
573
 
499
574
  <tr class="deep-level-0">
500
- <td class="name"><code><a href="OGCLayer.html#httpMethod">httpMethod</a></code></td>
575
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
501
576
  <td class="name">
502
577
  <code>
503
578
 
504
- <span class="param-type">String</span>
579
+ <span class="param-type">
580
+
581
+ String
582
+
583
+ </span>
584
+
505
585
 
506
586
 
507
587
  </code>
@@ -510,11 +590,16 @@
510
590
  </tr>
511
591
 
512
592
  <tr class="deep-level-0">
513
- <td class="name"><code><a href="OGCLayer.html#id">id</a></code></td>
593
+ <td class="name"><code><a href="#id">id</a></code></td>
514
594
  <td class="name">
515
595
  <code>
516
596
 
517
- <span class="param-type">String</span>
597
+ <span class="param-type">
598
+
599
+ String
600
+
601
+ </span>
602
+
518
603
 
519
604
 
520
605
  </code>
@@ -523,11 +608,16 @@
523
608
  </tr>
524
609
 
525
610
  <tr class="deep-level-0">
526
- <td class="name"><code><a href="OGCLayer.html#index">index</a></code></td>
611
+ <td class="name"><code><a href="#index">index</a></code></td>
527
612
  <td class="name">
528
613
  <code>
529
614
 
530
- <span class="param-type">Number</span>
615
+ <span class="param-type">
616
+
617
+ Number
618
+
619
+ </span>
620
+
531
621
 
532
622
 
533
623
  </code>
@@ -536,11 +626,16 @@
536
626
  </tr>
537
627
 
538
628
  <tr class="deep-level-0">
539
- <td class="name"><code><a href="OGCLayer.html#loaded">loaded</a></code></td>
629
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
540
630
  <td class="name">
541
631
  <code>
542
632
 
543
- <span class="param-type">Boolean</span>
633
+ <span class="param-type">
634
+
635
+ Boolean
636
+
637
+ </span>
638
+
544
639
 
545
640
 
546
641
  </code>
@@ -549,11 +644,16 @@
549
644
  </tr>
550
645
 
551
646
  <tr class="deep-level-0">
552
- <td class="name"><code><a href="OGCLayer.html#loadStatus">loadStatus</a></code></td>
647
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
553
648
  <td class="name">
554
649
  <code>
555
650
 
556
- <span class="param-type">String</span>
651
+ <span class="param-type">
652
+
653
+ String
654
+
655
+ </span>
656
+
557
657
 
558
658
 
559
659
  </code>
@@ -562,11 +662,16 @@
562
662
  </tr>
563
663
 
564
664
  <tr class="deep-level-0">
565
- <td class="name"><code><a href="OGCLayer.html#maxScale">maxScale</a></code></td>
665
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
566
666
  <td class="name">
567
667
  <code>
568
668
 
569
- <span class="param-type">Number</span>
669
+ <span class="param-type">
670
+
671
+ Number
672
+
673
+ </span>
674
+
570
675
 
571
676
 
572
677
  </code>
@@ -575,11 +680,16 @@
575
680
  </tr>
576
681
 
577
682
  <tr class="deep-level-0">
578
- <td class="name"><code><a href="OGCLayer.html#minScale">minScale</a></code></td>
683
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
579
684
  <td class="name">
580
685
  <code>
581
686
 
582
- <span class="param-type">Number</span>
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
692
+
583
693
 
584
694
 
585
695
  </code>
@@ -588,11 +698,16 @@
588
698
  </tr>
589
699
 
590
700
  <tr class="deep-level-0">
591
- <td class="name"><code><a href="OGCLayer.html#opacity">opacity</a></code></td>
701
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
592
702
  <td class="name">
593
703
  <code>
594
704
 
595
- <span class="param-type">Number</span>
705
+ <span class="param-type">
706
+
707
+ Number
708
+
709
+ </span>
710
+
596
711
 
597
712
 
598
713
  </code>
@@ -601,11 +716,16 @@
601
716
  </tr>
602
717
 
603
718
  <tr class="deep-level-0">
604
- <td class="name"><code><a href="OGCLayer.html#spatialReference">spatialReference</a></code></td>
719
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
605
720
  <td class="name">
606
721
  <code>
607
722
 
608
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
723
+ <span class="param-type">
724
+
725
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
726
+
727
+ </span>
728
+
609
729
 
610
730
 
611
731
  </code>
@@ -614,11 +734,16 @@
614
734
  </tr>
615
735
 
616
736
  <tr class="deep-level-0">
617
- <td class="name"><code><a href="OGCLayer.html#title">title</a></code></td>
737
+ <td class="name"><code><a href="#title">title</a></code></td>
618
738
  <td class="name">
619
739
  <code>
620
740
 
621
- <span class="param-type">String</span>
741
+ <span class="param-type">
742
+
743
+ String
744
+
745
+ </span>
746
+
622
747
 
623
748
 
624
749
  </code>
@@ -627,11 +752,16 @@
627
752
  </tr>
628
753
 
629
754
  <tr class="deep-level-0">
630
- <td class="name"><code><a href="OGCLayer.html#tokenKey">tokenKey</a></code></td>
755
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
631
756
  <td class="name">
632
757
  <code>
633
758
 
634
- <span class="param-type">String</span>
759
+ <span class="param-type">
760
+
761
+ String
762
+
763
+ </span>
764
+
635
765
 
636
766
 
637
767
  </code>
@@ -640,11 +770,16 @@
640
770
  </tr>
641
771
 
642
772
  <tr class="deep-level-0">
643
- <td class="name"><code><a href="OGCLayer.html#tokenValue">tokenValue</a></code></td>
773
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
644
774
  <td class="name">
645
775
  <code>
646
776
 
647
- <span class="param-type">String</span>
777
+ <span class="param-type">
778
+
779
+ String
780
+
781
+ </span>
782
+
648
783
 
649
784
 
650
785
  </code>
@@ -653,11 +788,16 @@
653
788
  </tr>
654
789
 
655
790
  <tr class="deep-level-0">
656
- <td class="name"><code><a href="OGCLayer.html#type">type</a></code></td>
791
+ <td class="name"><code><a href="#type">type</a></code></td>
657
792
  <td class="name">
658
793
  <code>
659
794
 
660
- <span class="param-type">String</span>
795
+ <span class="param-type">
796
+
797
+ String
798
+
799
+ </span>
800
+
661
801
 
662
802
 
663
803
  </code>
@@ -666,11 +806,16 @@
666
806
  </tr>
667
807
 
668
808
  <tr class="deep-level-0">
669
- <td class="name"><code><a href="OGCLayer.html#version">version</a></code></td>
809
+ <td class="name"><code><a href="#version">version</a></code></td>
670
810
  <td class="name">
671
811
  <code>
672
812
 
673
- <span class="param-type">String</span>
813
+ <span class="param-type">
814
+
815
+ String
816
+
817
+ </span>
818
+
674
819
 
675
820
 
676
821
  </code>
@@ -679,11 +824,16 @@
679
824
  </tr>
680
825
 
681
826
  <tr class="deep-level-0">
682
- <td class="name"><code><a href="OGCLayer.html#visible">visible</a></code></td>
827
+ <td class="name"><code><a href="#visible">visible</a></code></td>
683
828
  <td class="name">
684
829
  <code>
685
830
 
686
- <span class="param-type">Number</span>
831
+ <span class="param-type">
832
+
833
+ Number
834
+
835
+ </span>
836
+
687
837
 
688
838
 
689
839
  </code>
@@ -702,7 +852,12 @@
702
852
  <span class="method-parameter is-pulled-right">
703
853
  <label>类型:</label>
704
854
 
705
- <span class="param-type">String</span>
855
+ <span class="param-type">
856
+
857
+ String
858
+
859
+ </span>
860
+
706
861
 
707
862
 
708
863
  </span>
@@ -740,7 +895,7 @@
740
895
 
741
896
  <dt class="inherited-from">Inherited From:</dt>
742
897
  <dd class="inherited-from"><ul class="dummy"><li>
743
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
898
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
744
899
  </li></ul></dd>
745
900
 
746
901
 
@@ -781,7 +936,12 @@
781
936
  <span class="method-parameter is-pulled-right">
782
937
  <label>类型:</label>
783
938
 
784
- <span class="param-type">Object</span>
939
+ <span class="param-type">
940
+
941
+ Object
942
+
943
+ </span>
944
+
785
945
 
786
946
 
787
947
  </span>
@@ -851,7 +1011,12 @@
851
1011
  <span class="method-parameter is-pulled-right">
852
1012
  <label>类型:</label>
853
1013
 
854
- <span class="param-type">String</span>
1014
+ <span class="param-type">
1015
+
1016
+ String
1017
+
1018
+ </span>
1019
+
855
1020
 
856
1021
 
857
1022
  </span>
@@ -889,7 +1054,7 @@
889
1054
 
890
1055
  <dt class="inherited-from">Inherited From:</dt>
891
1056
  <dd class="inherited-from"><ul class="dummy"><li>
892
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1057
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
893
1058
  </li></ul></dd>
894
1059
 
895
1060
 
@@ -930,7 +1095,12 @@
930
1095
  <span class="method-parameter is-pulled-right">
931
1096
  <label>类型:</label>
932
1097
 
933
- <span class="param-type">Object</span>
1098
+ <span class="param-type">
1099
+
1100
+ Object
1101
+
1102
+ </span>
1103
+
934
1104
 
935
1105
 
936
1106
  </span>
@@ -964,7 +1134,7 @@
964
1134
 
965
1135
  <dt class="inherited-from">Inherited From:</dt>
966
1136
  <dd class="inherited-from"><ul class="dummy"><li>
967
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1137
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
968
1138
  </li></ul></dd>
969
1139
 
970
1140
 
@@ -1005,7 +1175,12 @@
1005
1175
  <span class="method-parameter is-pulled-right">
1006
1176
  <label>类型:</label>
1007
1177
 
1008
- <span class="param-type">Object</span>
1178
+ <span class="param-type">
1179
+
1180
+ Object
1181
+
1182
+ </span>
1183
+
1009
1184
 
1010
1185
 
1011
1186
  </span>
@@ -1039,7 +1214,7 @@
1039
1214
 
1040
1215
  <dt class="inherited-from">Inherited From:</dt>
1041
1216
  <dd class="inherited-from"><ul class="dummy"><li>
1042
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1217
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1043
1218
  </li></ul></dd>
1044
1219
 
1045
1220
 
@@ -1080,7 +1255,12 @@
1080
1255
  <span class="method-parameter is-pulled-right">
1081
1256
  <label>类型:</label>
1082
1257
 
1083
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1258
+ <span class="param-type">
1259
+
1260
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1261
+
1262
+ </span>
1263
+
1084
1264
 
1085
1265
 
1086
1266
  </span>
@@ -1118,7 +1298,7 @@
1118
1298
 
1119
1299
  <dt class="inherited-from">Inherited From:</dt>
1120
1300
  <dd class="inherited-from"><ul class="dummy"><li>
1121
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1301
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1122
1302
  </li></ul></dd>
1123
1303
 
1124
1304
 
@@ -1159,7 +1339,12 @@
1159
1339
  <span class="method-parameter is-pulled-right">
1160
1340
  <label>类型:</label>
1161
1341
 
1162
- <span class="param-type">String</span>
1342
+ <span class="param-type">
1343
+
1344
+ String
1345
+
1346
+ </span>
1347
+
1163
1348
 
1164
1349
 
1165
1350
  </span>
@@ -1193,7 +1378,7 @@
1193
1378
 
1194
1379
  <dt class="inherited-from">Inherited From:</dt>
1195
1380
  <dd class="inherited-from"><ul class="dummy"><li>
1196
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1381
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1197
1382
  </li></ul></dd>
1198
1383
 
1199
1384
 
@@ -1234,7 +1419,12 @@
1234
1419
  <span class="method-parameter is-pulled-right">
1235
1420
  <label>类型:</label>
1236
1421
 
1237
- <span class="param-type">String</span>
1422
+ <span class="param-type">
1423
+
1424
+ String
1425
+
1426
+ </span>
1427
+
1238
1428
 
1239
1429
 
1240
1430
  </span>
@@ -1268,7 +1458,7 @@
1268
1458
 
1269
1459
  <dt class="inherited-from">Inherited From:</dt>
1270
1460
  <dd class="inherited-from"><ul class="dummy"><li>
1271
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1461
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1272
1462
  </li></ul></dd>
1273
1463
 
1274
1464
 
@@ -1309,7 +1499,12 @@
1309
1499
  <span class="method-parameter is-pulled-right">
1310
1500
  <label>类型:</label>
1311
1501
 
1312
- <span class="param-type">String</span>
1502
+ <span class="param-type">
1503
+
1504
+ String
1505
+
1506
+ </span>
1507
+
1313
1508
 
1314
1509
 
1315
1510
  </span>
@@ -1347,7 +1542,7 @@
1347
1542
 
1348
1543
  <dt class="inherited-from">Inherited From:</dt>
1349
1544
  <dd class="inherited-from"><ul class="dummy"><li>
1350
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1545
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1351
1546
  </li></ul></dd>
1352
1547
 
1353
1548
 
@@ -1388,7 +1583,12 @@
1388
1583
  <span class="method-parameter is-pulled-right">
1389
1584
  <label>类型:</label>
1390
1585
 
1391
- <span class="param-type">Number</span>
1586
+ <span class="param-type">
1587
+
1588
+ Number
1589
+
1590
+ </span>
1591
+
1392
1592
 
1393
1593
 
1394
1594
  </span>
@@ -1422,7 +1622,7 @@
1422
1622
 
1423
1623
  <dt class="inherited-from">Inherited From:</dt>
1424
1624
  <dd class="inherited-from"><ul class="dummy"><li>
1425
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1625
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1426
1626
  </li></ul></dd>
1427
1627
 
1428
1628
 
@@ -1463,7 +1663,12 @@
1463
1663
  <span class="method-parameter is-pulled-right">
1464
1664
  <label>类型:</label>
1465
1665
 
1466
- <span class="param-type">Boolean</span>
1666
+ <span class="param-type">
1667
+
1668
+ Boolean
1669
+
1670
+ </span>
1671
+
1467
1672
 
1468
1673
 
1469
1674
  </span>
@@ -1501,7 +1706,7 @@
1501
1706
 
1502
1707
  <dt class="inherited-from">Inherited From:</dt>
1503
1708
  <dd class="inherited-from"><ul class="dummy"><li>
1504
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1709
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1505
1710
  </li></ul></dd>
1506
1711
 
1507
1712
 
@@ -1547,7 +1752,12 @@
1547
1752
  <span class="method-parameter is-pulled-right">
1548
1753
  <label>类型:</label>
1549
1754
 
1550
- <span class="param-type">String</span>
1755
+ <span class="param-type">
1756
+
1757
+ String
1758
+
1759
+ </span>
1760
+
1551
1761
 
1552
1762
 
1553
1763
  </span>
@@ -1585,7 +1795,7 @@
1585
1795
 
1586
1796
  <dt class="inherited-from">Inherited From:</dt>
1587
1797
  <dd class="inherited-from"><ul class="dummy"><li>
1588
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1798
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1589
1799
  </li></ul></dd>
1590
1800
 
1591
1801
 
@@ -1631,7 +1841,12 @@
1631
1841
  <span class="method-parameter is-pulled-right">
1632
1842
  <label>类型:</label>
1633
1843
 
1634
- <span class="param-type">Number</span>
1844
+ <span class="param-type">
1845
+
1846
+ Number
1847
+
1848
+ </span>
1849
+
1635
1850
 
1636
1851
 
1637
1852
  </span>
@@ -1665,7 +1880,7 @@
1665
1880
 
1666
1881
  <dt class="inherited-from">Inherited From:</dt>
1667
1882
  <dd class="inherited-from"><ul class="dummy"><li>
1668
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1883
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1669
1884
  </li></ul></dd>
1670
1885
 
1671
1886
 
@@ -1711,7 +1926,12 @@
1711
1926
  <span class="method-parameter is-pulled-right">
1712
1927
  <label>类型:</label>
1713
1928
 
1714
- <span class="param-type">Number</span>
1929
+ <span class="param-type">
1930
+
1931
+ Number
1932
+
1933
+ </span>
1934
+
1715
1935
 
1716
1936
 
1717
1937
  </span>
@@ -1745,7 +1965,7 @@
1745
1965
 
1746
1966
  <dt class="inherited-from">Inherited From:</dt>
1747
1967
  <dd class="inherited-from"><ul class="dummy"><li>
1748
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1968
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1749
1969
  </li></ul></dd>
1750
1970
 
1751
1971
 
@@ -1791,7 +2011,12 @@
1791
2011
  <span class="method-parameter is-pulled-right">
1792
2012
  <label>类型:</label>
1793
2013
 
1794
- <span class="param-type">Number</span>
2014
+ <span class="param-type">
2015
+
2016
+ Number
2017
+
2018
+ </span>
2019
+
1795
2020
 
1796
2021
 
1797
2022
  </span>
@@ -1825,7 +2050,7 @@
1825
2050
 
1826
2051
  <dt class="inherited-from">Inherited From:</dt>
1827
2052
  <dd class="inherited-from"><ul class="dummy"><li>
1828
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2053
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1829
2054
  </li></ul></dd>
1830
2055
 
1831
2056
 
@@ -1866,7 +2091,12 @@
1866
2091
  <span class="method-parameter is-pulled-right">
1867
2092
  <label>类型:</label>
1868
2093
 
1869
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2094
+ <span class="param-type">
2095
+
2096
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2097
+
2098
+ </span>
2099
+
1870
2100
 
1871
2101
 
1872
2102
  </span>
@@ -1941,7 +2171,12 @@
1941
2171
  <span class="method-parameter is-pulled-right">
1942
2172
  <label>类型:</label>
1943
2173
 
1944
- <span class="param-type">String</span>
2174
+ <span class="param-type">
2175
+
2176
+ String
2177
+
2178
+ </span>
2179
+
1945
2180
 
1946
2181
 
1947
2182
  </span>
@@ -1975,7 +2210,7 @@
1975
2210
 
1976
2211
  <dt class="inherited-from">Inherited From:</dt>
1977
2212
  <dd class="inherited-from"><ul class="dummy"><li>
1978
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2213
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1979
2214
  </li></ul></dd>
1980
2215
 
1981
2216
 
@@ -2016,7 +2251,12 @@
2016
2251
  <span class="method-parameter is-pulled-right">
2017
2252
  <label>类型:</label>
2018
2253
 
2019
- <span class="param-type">String</span>
2254
+ <span class="param-type">
2255
+
2256
+ String
2257
+
2258
+ </span>
2259
+
2020
2260
 
2021
2261
 
2022
2262
  </span>
@@ -2050,7 +2290,7 @@
2050
2290
 
2051
2291
  <dt class="inherited-from">Inherited From:</dt>
2052
2292
  <dd class="inherited-from"><ul class="dummy"><li>
2053
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2293
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2054
2294
  </li></ul></dd>
2055
2295
 
2056
2296
 
@@ -2096,7 +2336,12 @@
2096
2336
  <span class="method-parameter is-pulled-right">
2097
2337
  <label>类型:</label>
2098
2338
 
2099
- <span class="param-type">String</span>
2339
+ <span class="param-type">
2340
+
2341
+ String
2342
+
2343
+ </span>
2344
+
2100
2345
 
2101
2346
 
2102
2347
  </span>
@@ -2130,7 +2375,7 @@
2130
2375
 
2131
2376
  <dt class="inherited-from">Inherited From:</dt>
2132
2377
  <dd class="inherited-from"><ul class="dummy"><li>
2133
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2378
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2134
2379
  </li></ul></dd>
2135
2380
 
2136
2381
 
@@ -2171,7 +2416,12 @@
2171
2416
  <span class="method-parameter is-pulled-right">
2172
2417
  <label>类型:</label>
2173
2418
 
2174
- <span class="param-type">String</span>
2419
+ <span class="param-type">
2420
+
2421
+ String
2422
+
2423
+ </span>
2424
+
2175
2425
 
2176
2426
 
2177
2427
  </span>
@@ -2209,7 +2459,7 @@
2209
2459
 
2210
2460
  <dt class="inherited-from">Inherited From:</dt>
2211
2461
  <dd class="inherited-from"><ul class="dummy"><li>
2212
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2462
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2213
2463
  </li></ul></dd>
2214
2464
 
2215
2465
 
@@ -2250,7 +2500,12 @@
2250
2500
  <span class="method-parameter is-pulled-right">
2251
2501
  <label>类型:</label>
2252
2502
 
2253
- <span class="param-type">String</span>
2503
+ <span class="param-type">
2504
+
2505
+ String
2506
+
2507
+ </span>
2508
+
2254
2509
 
2255
2510
 
2256
2511
  </span>
@@ -2320,7 +2575,12 @@
2320
2575
  <span class="method-parameter is-pulled-right">
2321
2576
  <label>类型:</label>
2322
2577
 
2323
- <span class="param-type">Number</span>
2578
+ <span class="param-type">
2579
+
2580
+ Number
2581
+
2582
+ </span>
2583
+
2324
2584
 
2325
2585
 
2326
2586
  </span>
@@ -2354,7 +2614,7 @@
2354
2614
 
2355
2615
  <dt class="inherited-from">Inherited From:</dt>
2356
2616
  <dd class="inherited-from"><ul class="dummy"><li>
2357
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2617
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2358
2618
  </li></ul></dd>
2359
2619
 
2360
2620
 
@@ -2411,12 +2671,17 @@
2411
2671
  <tbody>
2412
2672
 
2413
2673
  <tr class="deep-level-0">
2414
- <td class="name"><code><a href="OGCLayer.html#clone">clone</a></code></td>
2674
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2415
2675
  <td class="name">
2416
2676
  <code>
2417
2677
 
2418
2678
 
2419
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2679
+ <span class="param-type">
2680
+
2681
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2682
+
2683
+ </span>
2684
+
2420
2685
 
2421
2686
 
2422
2687
 
@@ -2426,12 +2691,17 @@
2426
2691
  </tr>
2427
2692
 
2428
2693
  <tr class="deep-level-0">
2429
- <td class="name"><code><a href="OGCLayer.html#destroy">destroy</a></code></td>
2694
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2430
2695
  <td class="name">
2431
2696
  <code>
2432
2697
 
2433
2698
 
2434
- <span class="param-type">*</span>
2699
+ <span class="param-type">
2700
+
2701
+ *
2702
+
2703
+ </span>
2704
+
2435
2705
 
2436
2706
 
2437
2707
 
@@ -2441,12 +2711,17 @@
2441
2711
  </tr>
2442
2712
 
2443
2713
  <tr class="deep-level-0">
2444
- <td class="name"><code><a href="OGCLayer.html#isLoaded">isLoaded</a></code></td>
2714
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2445
2715
  <td class="name">
2446
2716
  <code>
2447
2717
 
2448
2718
 
2449
- <span class="param-type">Boolean</span>
2719
+ <span class="param-type">
2720
+
2721
+ Boolean
2722
+
2723
+ </span>
2724
+
2450
2725
 
2451
2726
 
2452
2727
 
@@ -2456,7 +2731,7 @@
2456
2731
  </tr>
2457
2732
 
2458
2733
  <tr class="deep-level-0">
2459
- <td class="name"><code><a href="OGCLayer.html#refresh">refresh</a></code></td>
2734
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2460
2735
  <td class="name">
2461
2736
  <code>
2462
2737
 
@@ -2466,12 +2741,17 @@
2466
2741
  </tr>
2467
2742
 
2468
2743
  <tr class="deep-level-0">
2469
- <td class="name"><code><a href="OGCLayer.html#toJSON">toJSON</a></code></td>
2744
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2470
2745
  <td class="name">
2471
2746
  <code>
2472
2747
 
2473
2748
 
2474
- <span class="param-type">Object</span>
2749
+ <span class="param-type">
2750
+
2751
+ Object
2752
+
2753
+ </span>
2754
+
2475
2755
 
2476
2756
 
2477
2757
 
@@ -2527,7 +2807,7 @@
2527
2807
 
2528
2808
  <dt class="inherited-from">Inherited From:</dt>
2529
2809
  <dd class="inherited-from"><ul class="dummy"><li>
2530
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2810
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
2531
2811
  </li></ul></dd>
2532
2812
 
2533
2813
 
@@ -2588,7 +2868,12 @@
2588
2868
  <div class='column is-5 has-text-left'>
2589
2869
  <label>类型: </label>
2590
2870
 
2591
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2871
+ <span class="param-type">
2872
+
2873
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2874
+
2875
+ </span>
2876
+
2592
2877
 
2593
2878
 
2594
2879
  </div>
@@ -2644,7 +2929,7 @@
2644
2929
 
2645
2930
  <dt class="inherited-from">Inherited From:</dt>
2646
2931
  <dd class="inherited-from"><ul class="dummy"><li>
2647
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2932
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2648
2933
  </li></ul></dd>
2649
2934
 
2650
2935
 
@@ -2703,7 +2988,12 @@
2703
2988
  <div class='column is-5 has-text-left'>
2704
2989
  <label>类型: </label>
2705
2990
 
2706
- <span class="param-type">*</span>
2991
+ <span class="param-type">
2992
+
2993
+ *
2994
+
2995
+ </span>
2996
+
2707
2997
 
2708
2998
 
2709
2999
  </div>
@@ -2763,7 +3053,7 @@
2763
3053
 
2764
3054
  <dt class="inherited-from">Inherited From:</dt>
2765
3055
  <dd class="inherited-from"><ul class="dummy"><li>
2766
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3056
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2767
3057
  </li></ul></dd>
2768
3058
 
2769
3059
 
@@ -2824,7 +3114,12 @@
2824
3114
  <div class='column is-5 has-text-left'>
2825
3115
  <label>类型: </label>
2826
3116
 
2827
- <span class="param-type">Boolean</span>
3117
+ <span class="param-type">
3118
+
3119
+ Boolean
3120
+
3121
+ </span>
3122
+
2828
3123
 
2829
3124
 
2830
3125
  </div>
@@ -2884,7 +3179,7 @@
2884
3179
 
2885
3180
  <dt class="inherited-from">Inherited From:</dt>
2886
3181
  <dd class="inherited-from"><ul class="dummy"><li>
2887
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3182
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
2888
3183
  </li></ul></dd>
2889
3184
 
2890
3185
 
@@ -3041,7 +3336,12 @@
3041
3336
  <div class='column is-5 has-text-left'>
3042
3337
  <label>类型: </label>
3043
3338
 
3044
- <span class="param-type">Object</span>
3339
+ <span class="param-type">
3340
+
3341
+ Object
3342
+
3343
+ </span>
3344
+
3045
3345
 
3046
3346
 
3047
3347
  </div>
@@ -3080,37 +3380,37 @@
3080
3380
  <tbody>
3081
3381
 
3082
3382
  <tr class="deep-level-0">
3083
- <td class="name"><code><a href="OGCLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3383
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3084
3384
  <td class="name"><code>图层刷新完毕事件</code></td>
3085
3385
  </tr>
3086
3386
 
3087
3387
  <tr class="deep-level-0">
3088
- <td class="name"><code><a href="OGCLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3388
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3089
3389
  <td class="name"><code>图层加载完毕事件</code></td>
3090
3390
  </tr>
3091
3391
 
3092
3392
  <tr class="deep-level-0">
3093
- <td class="name"><code><a href="OGCLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3393
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3094
3394
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3095
3395
  </tr>
3096
3396
 
3097
3397
  <tr class="deep-level-0">
3098
- <td class="name"><code><a href="OGCLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3398
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3099
3399
  <td class="name"><code>图层更新完毕事件</code></td>
3100
3400
  </tr>
3101
3401
 
3102
3402
  <tr class="deep-level-0">
3103
- <td class="name"><code><a href="OGCLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3403
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3104
3404
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3105
3405
  </tr>
3106
3406
 
3107
3407
  <tr class="deep-level-0">
3108
- <td class="name"><code><a href="OGCLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3408
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3109
3409
  <td class="name"><code>图层销毁完毕事件</code></td>
3110
3410
  </tr>
3111
3411
 
3112
3412
  <tr class="deep-level-0">
3113
- <td class="name"><code><a href="OGCLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3413
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3114
3414
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3115
3415
  </tr>
3116
3416
 
@@ -3190,7 +3490,12 @@
3190
3490
  <td class="type">
3191
3491
 
3192
3492
 
3193
- <span class="param-type">Object</span>
3493
+ <span class="param-type">
3494
+
3495
+ Object
3496
+
3497
+ </span>
3498
+
3194
3499
 
3195
3500
 
3196
3501
 
@@ -3223,7 +3528,12 @@
3223
3528
  <td class="type">
3224
3529
 
3225
3530
 
3226
- <span class="param-type">String</span>
3531
+ <span class="param-type">
3532
+
3533
+ String
3534
+
3535
+ </span>
3536
+
3227
3537
 
3228
3538
 
3229
3539
 
@@ -3260,7 +3570,12 @@
3260
3570
  <td class="type">
3261
3571
 
3262
3572
 
3263
- <span class="param-type">String</span>
3573
+ <span class="param-type">
3574
+
3575
+ String
3576
+
3577
+ </span>
3578
+
3264
3579
 
3265
3580
 
3266
3581
 
@@ -3297,7 +3612,12 @@
3297
3612
  <td class="type">
3298
3613
 
3299
3614
 
3300
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3615
+ <span class="param-type">
3616
+
3617
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3618
+
3619
+ </span>
3620
+
3301
3621
 
3302
3622
 
3303
3623
 
@@ -3334,7 +3654,12 @@
3334
3654
  <td class="type">
3335
3655
 
3336
3656
 
3337
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3657
+ <span class="param-type">
3658
+
3659
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3660
+
3661
+ </span>
3662
+
3338
3663
 
3339
3664
 
3340
3665
 
@@ -3371,7 +3696,12 @@
3371
3696
  <td class="type">
3372
3697
 
3373
3698
 
3374
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3699
+ <span class="param-type">
3700
+
3701
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
3702
+
3703
+ </span>
3704
+
3375
3705
 
3376
3706
 
3377
3707
 
@@ -3408,7 +3738,12 @@
3408
3738
  <td class="type">
3409
3739
 
3410
3740
 
3411
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3741
+ <span class="param-type">
3742
+
3743
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3744
+
3745
+ </span>
3746
+
3412
3747
 
3413
3748
 
3414
3749
 
@@ -3445,7 +3780,12 @@
3445
3780
  <td class="type">
3446
3781
 
3447
3782
 
3448
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3783
+ <span class="param-type">
3784
+
3785
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
3786
+
3787
+ </span>
3788
+
3449
3789
 
3450
3790
 
3451
3791
 
@@ -3490,7 +3830,7 @@
3490
3830
 
3491
3831
  <dt class="inherited-from">Inherited From:</dt>
3492
3832
  <dd class="inherited-from"><ul class="dummy"><li>
3493
- <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>
3833
+ <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>
3494
3834
  </li></ul></dd>
3495
3835
 
3496
3836
 
@@ -3636,7 +3976,12 @@
3636
3976
  <td class="type">
3637
3977
 
3638
3978
 
3639
- <span class="param-type">Object</span>
3979
+ <span class="param-type">
3980
+
3981
+ Object
3982
+
3983
+ </span>
3984
+
3640
3985
 
3641
3986
 
3642
3987
 
@@ -3669,7 +4014,12 @@
3669
4014
  <td class="type">
3670
4015
 
3671
4016
 
3672
- <span class="param-type">String</span>
4017
+ <span class="param-type">
4018
+
4019
+ String
4020
+
4021
+ </span>
4022
+
3673
4023
 
3674
4024
 
3675
4025
 
@@ -3706,7 +4056,12 @@
3706
4056
  <td class="type">
3707
4057
 
3708
4058
 
3709
- <span class="param-type">String</span>
4059
+ <span class="param-type">
4060
+
4061
+ String
4062
+
4063
+ </span>
4064
+
3710
4065
 
3711
4066
 
3712
4067
 
@@ -3743,7 +4098,12 @@
3743
4098
  <td class="type">
3744
4099
 
3745
4100
 
3746
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4101
+ <span class="param-type">
4102
+
4103
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4104
+
4105
+ </span>
4106
+
3747
4107
 
3748
4108
 
3749
4109
 
@@ -3780,7 +4140,12 @@
3780
4140
  <td class="type">
3781
4141
 
3782
4142
 
3783
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4143
+ <span class="param-type">
4144
+
4145
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4146
+
4147
+ </span>
4148
+
3784
4149
 
3785
4150
 
3786
4151
 
@@ -3817,7 +4182,12 @@
3817
4182
  <td class="type">
3818
4183
 
3819
4184
 
3820
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4185
+ <span class="param-type">
4186
+
4187
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4188
+
4189
+ </span>
4190
+
3821
4191
 
3822
4192
 
3823
4193
 
@@ -3854,7 +4224,12 @@
3854
4224
  <td class="type">
3855
4225
 
3856
4226
 
3857
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4227
+ <span class="param-type">
4228
+
4229
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4230
+
4231
+ </span>
4232
+
3858
4233
 
3859
4234
 
3860
4235
 
@@ -3891,7 +4266,12 @@
3891
4266
  <td class="type">
3892
4267
 
3893
4268
 
3894
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4269
+ <span class="param-type">
4270
+
4271
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4272
+
4273
+ </span>
4274
+
3895
4275
 
3896
4276
 
3897
4277
 
@@ -3936,7 +4316,7 @@
3936
4316
 
3937
4317
  <dt class="inherited-from">Inherited From:</dt>
3938
4318
  <dd class="inherited-from"><ul class="dummy"><li>
3939
- <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>
4319
+ <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>
3940
4320
  </li></ul></dd>
3941
4321
 
3942
4322
 
@@ -4072,7 +4452,12 @@
4072
4452
  <td class="type">
4073
4453
 
4074
4454
 
4075
- <span class="param-type">Object</span>
4455
+ <span class="param-type">
4456
+
4457
+ Object
4458
+
4459
+ </span>
4460
+
4076
4461
 
4077
4462
 
4078
4463
 
@@ -4105,7 +4490,12 @@
4105
4490
  <td class="type">
4106
4491
 
4107
4492
 
4108
- <span class="param-type">String</span>
4493
+ <span class="param-type">
4494
+
4495
+ String
4496
+
4497
+ </span>
4498
+
4109
4499
 
4110
4500
 
4111
4501
 
@@ -4142,7 +4532,12 @@
4142
4532
  <td class="type">
4143
4533
 
4144
4534
 
4145
- <span class="param-type">String</span>
4535
+ <span class="param-type">
4536
+
4537
+ String
4538
+
4539
+ </span>
4540
+
4146
4541
 
4147
4542
 
4148
4543
 
@@ -4179,7 +4574,12 @@
4179
4574
  <td class="type">
4180
4575
 
4181
4576
 
4182
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4577
+ <span class="param-type">
4578
+
4579
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4580
+
4581
+ </span>
4582
+
4183
4583
 
4184
4584
 
4185
4585
 
@@ -4216,7 +4616,12 @@
4216
4616
  <td class="type">
4217
4617
 
4218
4618
 
4219
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4619
+ <span class="param-type">
4620
+
4621
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4622
+
4623
+ </span>
4624
+
4220
4625
 
4221
4626
 
4222
4627
 
@@ -4253,7 +4658,12 @@
4253
4658
  <td class="type">
4254
4659
 
4255
4660
 
4256
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4661
+ <span class="param-type">
4662
+
4663
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4664
+
4665
+ </span>
4666
+
4257
4667
 
4258
4668
 
4259
4669
 
@@ -4290,7 +4700,12 @@
4290
4700
  <td class="type">
4291
4701
 
4292
4702
 
4293
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4703
+ <span class="param-type">
4704
+
4705
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4706
+
4707
+ </span>
4708
+
4294
4709
 
4295
4710
 
4296
4711
 
@@ -4327,7 +4742,12 @@
4327
4742
  <td class="type">
4328
4743
 
4329
4744
 
4330
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4745
+ <span class="param-type">
4746
+
4747
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4748
+
4749
+ </span>
4750
+
4331
4751
 
4332
4752
 
4333
4753
 
@@ -4372,7 +4792,7 @@
4372
4792
 
4373
4793
  <dt class="inherited-from">Inherited From:</dt>
4374
4794
  <dd class="inherited-from"><ul class="dummy"><li>
4375
- <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>
4795
+ <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>
4376
4796
  </li></ul></dd>
4377
4797
 
4378
4798
 
@@ -4518,7 +4938,12 @@
4518
4938
  <td class="type">
4519
4939
 
4520
4940
 
4521
- <span class="param-type">Object</span>
4941
+ <span class="param-type">
4942
+
4943
+ Object
4944
+
4945
+ </span>
4946
+
4522
4947
 
4523
4948
 
4524
4949
 
@@ -4551,7 +4976,12 @@
4551
4976
  <td class="type">
4552
4977
 
4553
4978
 
4554
- <span class="param-type">String</span>
4979
+ <span class="param-type">
4980
+
4981
+ String
4982
+
4983
+ </span>
4984
+
4555
4985
 
4556
4986
 
4557
4987
 
@@ -4588,7 +5018,12 @@
4588
5018
  <td class="type">
4589
5019
 
4590
5020
 
4591
- <span class="param-type">String</span>
5021
+ <span class="param-type">
5022
+
5023
+ String
5024
+
5025
+ </span>
5026
+
4592
5027
 
4593
5028
 
4594
5029
 
@@ -4625,7 +5060,12 @@
4625
5060
  <td class="type">
4626
5061
 
4627
5062
 
4628
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5063
+ <span class="param-type">
5064
+
5065
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5066
+
5067
+ </span>
5068
+
4629
5069
 
4630
5070
 
4631
5071
 
@@ -4662,7 +5102,12 @@
4662
5102
  <td class="type">
4663
5103
 
4664
5104
 
4665
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5105
+ <span class="param-type">
5106
+
5107
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5108
+
5109
+ </span>
5110
+
4666
5111
 
4667
5112
 
4668
5113
 
@@ -4699,7 +5144,12 @@
4699
5144
  <td class="type">
4700
5145
 
4701
5146
 
4702
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5147
+ <span class="param-type">
5148
+
5149
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5150
+
5151
+ </span>
5152
+
4703
5153
 
4704
5154
 
4705
5155
 
@@ -4736,7 +5186,12 @@
4736
5186
  <td class="type">
4737
5187
 
4738
5188
 
4739
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5189
+ <span class="param-type">
5190
+
5191
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5192
+
5193
+ </span>
5194
+
4740
5195
 
4741
5196
 
4742
5197
 
@@ -4773,7 +5228,12 @@
4773
5228
  <td class="type">
4774
5229
 
4775
5230
 
4776
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5231
+ <span class="param-type">
5232
+
5233
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5234
+
5235
+ </span>
5236
+
4777
5237
 
4778
5238
 
4779
5239
 
@@ -4818,7 +5278,7 @@
4818
5278
 
4819
5279
  <dt class="inherited-from">Inherited From:</dt>
4820
5280
  <dd class="inherited-from"><ul class="dummy"><li>
4821
- <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>
5281
+ <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>
4822
5282
  </li></ul></dd>
4823
5283
 
4824
5284
 
@@ -4954,7 +5414,12 @@
4954
5414
  <td class="type">
4955
5415
 
4956
5416
 
4957
- <span class="param-type">Object</span>
5417
+ <span class="param-type">
5418
+
5419
+ Object
5420
+
5421
+ </span>
5422
+
4958
5423
 
4959
5424
 
4960
5425
 
@@ -4987,7 +5452,12 @@
4987
5452
  <td class="type">
4988
5453
 
4989
5454
 
4990
- <span class="param-type">String</span>
5455
+ <span class="param-type">
5456
+
5457
+ String
5458
+
5459
+ </span>
5460
+
4991
5461
 
4992
5462
 
4993
5463
 
@@ -5024,7 +5494,12 @@
5024
5494
  <td class="type">
5025
5495
 
5026
5496
 
5027
- <span class="param-type">String</span>
5497
+ <span class="param-type">
5498
+
5499
+ String
5500
+
5501
+ </span>
5502
+
5028
5503
 
5029
5504
 
5030
5505
 
@@ -5061,7 +5536,12 @@
5061
5536
  <td class="type">
5062
5537
 
5063
5538
 
5064
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5539
+ <span class="param-type">
5540
+
5541
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5542
+
5543
+ </span>
5544
+
5065
5545
 
5066
5546
 
5067
5547
 
@@ -5098,7 +5578,12 @@
5098
5578
  <td class="type">
5099
5579
 
5100
5580
 
5101
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5581
+ <span class="param-type">
5582
+
5583
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5584
+
5585
+ </span>
5586
+
5102
5587
 
5103
5588
 
5104
5589
 
@@ -5135,7 +5620,12 @@
5135
5620
  <td class="type">
5136
5621
 
5137
5622
 
5138
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5623
+ <span class="param-type">
5624
+
5625
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5626
+
5627
+ </span>
5628
+
5139
5629
 
5140
5630
 
5141
5631
 
@@ -5172,7 +5662,12 @@
5172
5662
  <td class="type">
5173
5663
 
5174
5664
 
5175
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5665
+ <span class="param-type">
5666
+
5667
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5668
+
5669
+ </span>
5670
+
5176
5671
 
5177
5672
 
5178
5673
 
@@ -5209,7 +5704,12 @@
5209
5704
  <td class="type">
5210
5705
 
5211
5706
 
5212
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5707
+ <span class="param-type">
5708
+
5709
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5710
+
5711
+ </span>
5712
+
5213
5713
 
5214
5714
 
5215
5715
 
@@ -5254,7 +5754,7 @@
5254
5754
 
5255
5755
  <dt class="inherited-from">Inherited From:</dt>
5256
5756
  <dd class="inherited-from"><ul class="dummy"><li>
5257
- <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>
5757
+ <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>
5258
5758
  </li></ul></dd>
5259
5759
 
5260
5760
 
@@ -5400,7 +5900,12 @@
5400
5900
  <td class="type">
5401
5901
 
5402
5902
 
5403
- <span class="param-type">Object</span>
5903
+ <span class="param-type">
5904
+
5905
+ Object
5906
+
5907
+ </span>
5908
+
5404
5909
 
5405
5910
 
5406
5911
 
@@ -5433,7 +5938,12 @@
5433
5938
  <td class="type">
5434
5939
 
5435
5940
 
5436
- <span class="param-type">String</span>
5941
+ <span class="param-type">
5942
+
5943
+ String
5944
+
5945
+ </span>
5946
+
5437
5947
 
5438
5948
 
5439
5949
 
@@ -5470,7 +5980,12 @@
5470
5980
  <td class="type">
5471
5981
 
5472
5982
 
5473
- <span class="param-type">String</span>
5983
+ <span class="param-type">
5984
+
5985
+ String
5986
+
5987
+ </span>
5988
+
5474
5989
 
5475
5990
 
5476
5991
 
@@ -5507,7 +6022,12 @@
5507
6022
  <td class="type">
5508
6023
 
5509
6024
 
5510
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6025
+ <span class="param-type">
6026
+
6027
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6028
+
6029
+ </span>
6030
+
5511
6031
 
5512
6032
 
5513
6033
 
@@ -5544,7 +6064,12 @@
5544
6064
  <td class="type">
5545
6065
 
5546
6066
 
5547
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6067
+ <span class="param-type">
6068
+
6069
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6070
+
6071
+ </span>
6072
+
5548
6073
 
5549
6074
 
5550
6075
 
@@ -5581,7 +6106,12 @@
5581
6106
  <td class="type">
5582
6107
 
5583
6108
 
5584
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6109
+ <span class="param-type">
6110
+
6111
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6112
+
6113
+ </span>
6114
+
5585
6115
 
5586
6116
 
5587
6117
 
@@ -5618,7 +6148,12 @@
5618
6148
  <td class="type">
5619
6149
 
5620
6150
 
5621
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6151
+ <span class="param-type">
6152
+
6153
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6154
+
6155
+ </span>
6156
+
5622
6157
 
5623
6158
 
5624
6159
 
@@ -5655,7 +6190,12 @@
5655
6190
  <td class="type">
5656
6191
 
5657
6192
 
5658
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6193
+ <span class="param-type">
6194
+
6195
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6196
+
6197
+ </span>
6198
+
5659
6199
 
5660
6200
 
5661
6201
 
@@ -5700,7 +6240,7 @@
5700
6240
 
5701
6241
  <dt class="inherited-from">Inherited From:</dt>
5702
6242
  <dd class="inherited-from"><ul class="dummy"><li>
5703
- <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>
6243
+ <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>
5704
6244
  </li></ul></dd>
5705
6245
 
5706
6246
 
@@ -5836,7 +6376,12 @@
5836
6376
  <td class="type">
5837
6377
 
5838
6378
 
5839
- <span class="param-type">Object</span>
6379
+ <span class="param-type">
6380
+
6381
+ Object
6382
+
6383
+ </span>
6384
+
5840
6385
 
5841
6386
 
5842
6387
 
@@ -5869,7 +6414,12 @@
5869
6414
  <td class="type">
5870
6415
 
5871
6416
 
5872
- <span class="param-type">String</span>
6417
+ <span class="param-type">
6418
+
6419
+ String
6420
+
6421
+ </span>
6422
+
5873
6423
 
5874
6424
 
5875
6425
 
@@ -5906,7 +6456,12 @@
5906
6456
  <td class="type">
5907
6457
 
5908
6458
 
5909
- <span class="param-type">String</span>
6459
+ <span class="param-type">
6460
+
6461
+ String
6462
+
6463
+ </span>
6464
+
5910
6465
 
5911
6466
 
5912
6467
 
@@ -5943,7 +6498,12 @@
5943
6498
  <td class="type">
5944
6499
 
5945
6500
 
5946
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6501
+ <span class="param-type">
6502
+
6503
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6504
+
6505
+ </span>
6506
+
5947
6507
 
5948
6508
 
5949
6509
 
@@ -5980,7 +6540,12 @@
5980
6540
  <td class="type">
5981
6541
 
5982
6542
 
5983
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6543
+ <span class="param-type">
6544
+
6545
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6546
+
6547
+ </span>
6548
+
5984
6549
 
5985
6550
 
5986
6551
 
@@ -6017,7 +6582,12 @@
6017
6582
  <td class="type">
6018
6583
 
6019
6584
 
6020
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6585
+ <span class="param-type">
6586
+
6587
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6588
+
6589
+ </span>
6590
+
6021
6591
 
6022
6592
 
6023
6593
 
@@ -6054,7 +6624,12 @@
6054
6624
  <td class="type">
6055
6625
 
6056
6626
 
6057
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6627
+ <span class="param-type">
6628
+
6629
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6630
+
6631
+ </span>
6632
+
6058
6633
 
6059
6634
 
6060
6635
 
@@ -6091,7 +6666,12 @@
6091
6666
  <td class="type">
6092
6667
 
6093
6668
 
6094
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6669
+ <span class="param-type">
6670
+
6671
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6672
+
6673
+ </span>
6674
+
6095
6675
 
6096
6676
 
6097
6677
 
@@ -6136,7 +6716,7 @@
6136
6716
 
6137
6717
  <dt class="inherited-from">Inherited From:</dt>
6138
6718
  <dd class="inherited-from"><ul class="dummy"><li>
6139
- <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>
6719
+ <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>
6140
6720
  </li></ul></dd>
6141
6721
 
6142
6722