@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -171,7 +176,7 @@
171
176
 
172
177
 
173
178
  <ul>
174
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
179
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
175
180
  </ul>
176
181
 
177
182
 
@@ -203,11 +208,16 @@
203
208
  <tbody>
204
209
 
205
210
  <tr class="deep-level-0">
206
- <td class="name"><code><a href="OverlayLayer.html#copyright">copyright</a></code></td>
211
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
207
212
  <td class="name">
208
213
  <code>
209
214
 
210
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
220
+
211
221
 
212
222
 
213
223
  </code>
@@ -216,11 +226,16 @@
216
226
  </tr>
217
227
 
218
228
  <tr class="deep-level-0">
219
- <td class="name"><code><a href="OverlayLayer.html#description">description</a></code></td>
229
+ <td class="name"><code><a href="#description">description</a></code></td>
220
230
  <td class="name">
221
231
  <code>
222
232
 
223
- <span class="param-type">String</span>
233
+ <span class="param-type">
234
+
235
+ String
236
+
237
+ </span>
238
+
224
239
 
225
240
 
226
241
  </code>
@@ -229,11 +244,16 @@
229
244
  </tr>
230
245
 
231
246
  <tr class="deep-level-0">
232
- <td class="name"><code><a href="OverlayLayer.html#extendOptions">extendOptions</a></code></td>
247
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
233
248
  <td class="name">
234
249
  <code>
235
250
 
236
- <span class="param-type">Object</span>
251
+ <span class="param-type">
252
+
253
+ Object
254
+
255
+ </span>
256
+
237
257
 
238
258
 
239
259
  </code>
@@ -242,11 +262,16 @@
242
262
  </tr>
243
263
 
244
264
  <tr class="deep-level-0">
245
- <td class="name"><code><a href="OverlayLayer.html#extendProps">extendProps</a></code></td>
265
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
246
266
  <td class="name">
247
267
  <code>
248
268
 
249
- <span class="param-type">Object</span>
269
+ <span class="param-type">
270
+
271
+ Object
272
+
273
+ </span>
274
+
250
275
 
251
276
 
252
277
  </code>
@@ -255,11 +280,16 @@
255
280
  </tr>
256
281
 
257
282
  <tr class="deep-level-0">
258
- <td class="name"><code><a href="OverlayLayer.html#extent">extent</a></code></td>
283
+ <td class="name"><code><a href="#extent">extent</a></code></td>
259
284
  <td class="name">
260
285
  <code>
261
286
 
262
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
287
+ <span class="param-type">
288
+
289
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
290
+
291
+ </span>
292
+
263
293
 
264
294
 
265
295
  </code>
@@ -268,11 +298,16 @@
268
298
  </tr>
269
299
 
270
300
  <tr class="deep-level-0">
271
- <td class="name"><code><a href="OverlayLayer.html#headers">headers</a></code></td>
301
+ <td class="name"><code><a href="#headers">headers</a></code></td>
272
302
  <td class="name">
273
303
  <code>
274
304
 
275
- <span class="param-type">String</span>
305
+ <span class="param-type">
306
+
307
+ String
308
+
309
+ </span>
310
+
276
311
 
277
312
 
278
313
  </code>
@@ -281,11 +316,16 @@
281
316
  </tr>
282
317
 
283
318
  <tr class="deep-level-0">
284
- <td class="name"><code><a href="OverlayLayer.html#httpMethod">httpMethod</a></code></td>
319
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
285
320
  <td class="name">
286
321
  <code>
287
322
 
288
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
328
+
289
329
 
290
330
 
291
331
  </code>
@@ -294,11 +334,16 @@
294
334
  </tr>
295
335
 
296
336
  <tr class="deep-level-0">
297
- <td class="name"><code><a href="OverlayLayer.html#id">id</a></code></td>
337
+ <td class="name"><code><a href="#id">id</a></code></td>
298
338
  <td class="name">
299
339
  <code>
300
340
 
301
- <span class="param-type">String</span>
341
+ <span class="param-type">
342
+
343
+ String
344
+
345
+ </span>
346
+
302
347
 
303
348
 
304
349
  </code>
@@ -307,11 +352,16 @@
307
352
  </tr>
308
353
 
309
354
  <tr class="deep-level-0">
310
- <td class="name"><code><a href="OverlayLayer.html#index">index</a></code></td>
355
+ <td class="name"><code><a href="#index">index</a></code></td>
311
356
  <td class="name">
312
357
  <code>
313
358
 
314
- <span class="param-type">Number</span>
359
+ <span class="param-type">
360
+
361
+ Number
362
+
363
+ </span>
364
+
315
365
 
316
366
 
317
367
  </code>
@@ -320,11 +370,16 @@
320
370
  </tr>
321
371
 
322
372
  <tr class="deep-level-0">
323
- <td class="name"><code><a href="OverlayLayer.html#loaded">loaded</a></code></td>
373
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
324
374
  <td class="name">
325
375
  <code>
326
376
 
327
- <span class="param-type">Boolean</span>
377
+ <span class="param-type">
378
+
379
+ Boolean
380
+
381
+ </span>
382
+
328
383
 
329
384
 
330
385
  </code>
@@ -333,11 +388,16 @@
333
388
  </tr>
334
389
 
335
390
  <tr class="deep-level-0">
336
- <td class="name"><code><a href="OverlayLayer.html#loadStatus">loadStatus</a></code></td>
391
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
337
392
  <td class="name">
338
393
  <code>
339
394
 
340
- <span class="param-type">String</span>
395
+ <span class="param-type">
396
+
397
+ String
398
+
399
+ </span>
400
+
341
401
 
342
402
 
343
403
  </code>
@@ -346,11 +406,16 @@
346
406
  </tr>
347
407
 
348
408
  <tr class="deep-level-0">
349
- <td class="name"><code><a href="OverlayLayer.html#maxScale">maxScale</a></code></td>
409
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
350
410
  <td class="name">
351
411
  <code>
352
412
 
353
- <span class="param-type">Number</span>
413
+ <span class="param-type">
414
+
415
+ Number
416
+
417
+ </span>
418
+
354
419
 
355
420
 
356
421
  </code>
@@ -359,11 +424,16 @@
359
424
  </tr>
360
425
 
361
426
  <tr class="deep-level-0">
362
- <td class="name"><code><a href="OverlayLayer.html#minScale">minScale</a></code></td>
427
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
363
428
  <td class="name">
364
429
  <code>
365
430
 
366
- <span class="param-type">Number</span>
431
+ <span class="param-type">
432
+
433
+ Number
434
+
435
+ </span>
436
+
367
437
 
368
438
 
369
439
  </code>
@@ -372,11 +442,16 @@
372
442
  </tr>
373
443
 
374
444
  <tr class="deep-level-0">
375
- <td class="name"><code><a href="OverlayLayer.html#opacity">opacity</a></code></td>
445
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
376
446
  <td class="name">
377
447
  <code>
378
448
 
379
- <span class="param-type">Number</span>
449
+ <span class="param-type">
450
+
451
+ Number
452
+
453
+ </span>
454
+
380
455
 
381
456
 
382
457
  </code>
@@ -385,11 +460,16 @@
385
460
  </tr>
386
461
 
387
462
  <tr class="deep-level-0">
388
- <td class="name"><code><a href="OverlayLayer.html#spatialReference">spatialReference</a></code></td>
463
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
389
464
  <td class="name">
390
465
  <code>
391
466
 
392
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
467
+ <span class="param-type">
468
+
469
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
470
+
471
+ </span>
472
+
393
473
 
394
474
 
395
475
  </code>
@@ -398,11 +478,16 @@
398
478
  </tr>
399
479
 
400
480
  <tr class="deep-level-0">
401
- <td class="name"><code><a href="OverlayLayer.html#title">title</a></code></td>
481
+ <td class="name"><code><a href="#title">title</a></code></td>
402
482
  <td class="name">
403
483
  <code>
404
484
 
405
- <span class="param-type">String</span>
485
+ <span class="param-type">
486
+
487
+ String
488
+
489
+ </span>
490
+
406
491
 
407
492
 
408
493
  </code>
@@ -411,11 +496,16 @@
411
496
  </tr>
412
497
 
413
498
  <tr class="deep-level-0">
414
- <td class="name"><code><a href="OverlayLayer.html#tokenKey">tokenKey</a></code></td>
499
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
415
500
  <td class="name">
416
501
  <code>
417
502
 
418
- <span class="param-type">String</span>
503
+ <span class="param-type">
504
+
505
+ String
506
+
507
+ </span>
508
+
419
509
 
420
510
 
421
511
  </code>
@@ -424,11 +514,16 @@
424
514
  </tr>
425
515
 
426
516
  <tr class="deep-level-0">
427
- <td class="name"><code><a href="OverlayLayer.html#tokenValue">tokenValue</a></code></td>
517
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
428
518
  <td class="name">
429
519
  <code>
430
520
 
431
- <span class="param-type">String</span>
521
+ <span class="param-type">
522
+
523
+ String
524
+
525
+ </span>
526
+
432
527
 
433
528
 
434
529
  </code>
@@ -437,11 +532,16 @@
437
532
  </tr>
438
533
 
439
534
  <tr class="deep-level-0">
440
- <td class="name"><code><a href="OverlayLayer.html#type">type</a></code></td>
535
+ <td class="name"><code><a href="#type">type</a></code></td>
441
536
  <td class="name">
442
537
  <code>
443
538
 
444
- <span class="param-type">String</span>
539
+ <span class="param-type">
540
+
541
+ String
542
+
543
+ </span>
544
+
445
545
 
446
546
 
447
547
  </code>
@@ -450,11 +550,16 @@
450
550
  </tr>
451
551
 
452
552
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="OverlayLayer.html#visible">visible</a></code></td>
553
+ <td class="name"><code><a href="#visible">visible</a></code></td>
454
554
  <td class="name">
455
555
  <code>
456
556
 
457
- <span class="param-type">Number</span>
557
+ <span class="param-type">
558
+
559
+ Number
560
+
561
+ </span>
562
+
458
563
 
459
564
 
460
565
  </code>
@@ -473,7 +578,12 @@
473
578
  <span class="method-parameter is-pulled-right">
474
579
  <label>类型:</label>
475
580
 
476
- <span class="param-type">String</span>
581
+ <span class="param-type">
582
+
583
+ String
584
+
585
+ </span>
586
+
477
587
 
478
588
 
479
589
  </span>
@@ -511,7 +621,7 @@
511
621
 
512
622
  <dt class="inherited-from">Inherited From:</dt>
513
623
  <dd class="inherited-from"><ul class="dummy"><li>
514
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
624
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
515
625
  </li></ul></dd>
516
626
 
517
627
 
@@ -552,7 +662,12 @@
552
662
  <span class="method-parameter is-pulled-right">
553
663
  <label>类型:</label>
554
664
 
555
- <span class="param-type">String</span>
665
+ <span class="param-type">
666
+
667
+ String
668
+
669
+ </span>
670
+
556
671
 
557
672
 
558
673
  </span>
@@ -590,7 +705,7 @@
590
705
 
591
706
  <dt class="inherited-from">Inherited From:</dt>
592
707
  <dd class="inherited-from"><ul class="dummy"><li>
593
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
708
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
594
709
  </li></ul></dd>
595
710
 
596
711
 
@@ -631,7 +746,12 @@
631
746
  <span class="method-parameter is-pulled-right">
632
747
  <label>类型:</label>
633
748
 
634
- <span class="param-type">Object</span>
749
+ <span class="param-type">
750
+
751
+ Object
752
+
753
+ </span>
754
+
635
755
 
636
756
 
637
757
  </span>
@@ -665,7 +785,7 @@
665
785
 
666
786
  <dt class="inherited-from">Inherited From:</dt>
667
787
  <dd class="inherited-from"><ul class="dummy"><li>
668
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
788
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
669
789
  </li></ul></dd>
670
790
 
671
791
 
@@ -706,7 +826,12 @@
706
826
  <span class="method-parameter is-pulled-right">
707
827
  <label>类型:</label>
708
828
 
709
- <span class="param-type">Object</span>
829
+ <span class="param-type">
830
+
831
+ Object
832
+
833
+ </span>
834
+
710
835
 
711
836
 
712
837
  </span>
@@ -740,7 +865,7 @@
740
865
 
741
866
  <dt class="inherited-from">Inherited From:</dt>
742
867
  <dd class="inherited-from"><ul class="dummy"><li>
743
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
868
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
744
869
  </li></ul></dd>
745
870
 
746
871
 
@@ -781,7 +906,12 @@
781
906
  <span class="method-parameter is-pulled-right">
782
907
  <label>类型:</label>
783
908
 
784
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
909
+ <span class="param-type">
910
+
911
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
912
+
913
+ </span>
914
+
785
915
 
786
916
 
787
917
  </span>
@@ -819,7 +949,7 @@
819
949
 
820
950
  <dt class="inherited-from">Inherited From:</dt>
821
951
  <dd class="inherited-from"><ul class="dummy"><li>
822
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
952
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
823
953
  </li></ul></dd>
824
954
 
825
955
 
@@ -860,7 +990,12 @@
860
990
  <span class="method-parameter is-pulled-right">
861
991
  <label>类型:</label>
862
992
 
863
- <span class="param-type">String</span>
993
+ <span class="param-type">
994
+
995
+ String
996
+
997
+ </span>
998
+
864
999
 
865
1000
 
866
1001
  </span>
@@ -894,7 +1029,7 @@
894
1029
 
895
1030
  <dt class="inherited-from">Inherited From:</dt>
896
1031
  <dd class="inherited-from"><ul class="dummy"><li>
897
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1032
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
898
1033
  </li></ul></dd>
899
1034
 
900
1035
 
@@ -935,7 +1070,12 @@
935
1070
  <span class="method-parameter is-pulled-right">
936
1071
  <label>类型:</label>
937
1072
 
938
- <span class="param-type">String</span>
1073
+ <span class="param-type">
1074
+
1075
+ String
1076
+
1077
+ </span>
1078
+
939
1079
 
940
1080
 
941
1081
  </span>
@@ -969,7 +1109,7 @@
969
1109
 
970
1110
  <dt class="inherited-from">Inherited From:</dt>
971
1111
  <dd class="inherited-from"><ul class="dummy"><li>
972
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1112
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
973
1113
  </li></ul></dd>
974
1114
 
975
1115
 
@@ -1010,7 +1150,12 @@
1010
1150
  <span class="method-parameter is-pulled-right">
1011
1151
  <label>类型:</label>
1012
1152
 
1013
- <span class="param-type">String</span>
1153
+ <span class="param-type">
1154
+
1155
+ String
1156
+
1157
+ </span>
1158
+
1014
1159
 
1015
1160
 
1016
1161
  </span>
@@ -1048,7 +1193,7 @@
1048
1193
 
1049
1194
  <dt class="inherited-from">Inherited From:</dt>
1050
1195
  <dd class="inherited-from"><ul class="dummy"><li>
1051
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1196
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1052
1197
  </li></ul></dd>
1053
1198
 
1054
1199
 
@@ -1089,7 +1234,12 @@
1089
1234
  <span class="method-parameter is-pulled-right">
1090
1235
  <label>类型:</label>
1091
1236
 
1092
- <span class="param-type">Number</span>
1237
+ <span class="param-type">
1238
+
1239
+ Number
1240
+
1241
+ </span>
1242
+
1093
1243
 
1094
1244
 
1095
1245
  </span>
@@ -1123,7 +1273,7 @@
1123
1273
 
1124
1274
  <dt class="inherited-from">Inherited From:</dt>
1125
1275
  <dd class="inherited-from"><ul class="dummy"><li>
1126
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1276
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1127
1277
  </li></ul></dd>
1128
1278
 
1129
1279
 
@@ -1164,7 +1314,12 @@
1164
1314
  <span class="method-parameter is-pulled-right">
1165
1315
  <label>类型:</label>
1166
1316
 
1167
- <span class="param-type">Boolean</span>
1317
+ <span class="param-type">
1318
+
1319
+ Boolean
1320
+
1321
+ </span>
1322
+
1168
1323
 
1169
1324
 
1170
1325
  </span>
@@ -1202,7 +1357,7 @@
1202
1357
 
1203
1358
  <dt class="inherited-from">Inherited From:</dt>
1204
1359
  <dd class="inherited-from"><ul class="dummy"><li>
1205
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1360
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1206
1361
  </li></ul></dd>
1207
1362
 
1208
1363
 
@@ -1248,7 +1403,12 @@
1248
1403
  <span class="method-parameter is-pulled-right">
1249
1404
  <label>类型:</label>
1250
1405
 
1251
- <span class="param-type">String</span>
1406
+ <span class="param-type">
1407
+
1408
+ String
1409
+
1410
+ </span>
1411
+
1252
1412
 
1253
1413
 
1254
1414
  </span>
@@ -1286,7 +1446,7 @@
1286
1446
 
1287
1447
  <dt class="inherited-from">Inherited From:</dt>
1288
1448
  <dd class="inherited-from"><ul class="dummy"><li>
1289
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1449
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1290
1450
  </li></ul></dd>
1291
1451
 
1292
1452
 
@@ -1332,7 +1492,12 @@
1332
1492
  <span class="method-parameter is-pulled-right">
1333
1493
  <label>类型:</label>
1334
1494
 
1335
- <span class="param-type">Number</span>
1495
+ <span class="param-type">
1496
+
1497
+ Number
1498
+
1499
+ </span>
1500
+
1336
1501
 
1337
1502
 
1338
1503
  </span>
@@ -1366,7 +1531,7 @@
1366
1531
 
1367
1532
  <dt class="inherited-from">Inherited From:</dt>
1368
1533
  <dd class="inherited-from"><ul class="dummy"><li>
1369
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1534
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1370
1535
  </li></ul></dd>
1371
1536
 
1372
1537
 
@@ -1412,7 +1577,12 @@
1412
1577
  <span class="method-parameter is-pulled-right">
1413
1578
  <label>类型:</label>
1414
1579
 
1415
- <span class="param-type">Number</span>
1580
+ <span class="param-type">
1581
+
1582
+ Number
1583
+
1584
+ </span>
1585
+
1416
1586
 
1417
1587
 
1418
1588
  </span>
@@ -1446,7 +1616,7 @@
1446
1616
 
1447
1617
  <dt class="inherited-from">Inherited From:</dt>
1448
1618
  <dd class="inherited-from"><ul class="dummy"><li>
1449
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1619
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1450
1620
  </li></ul></dd>
1451
1621
 
1452
1622
 
@@ -1492,7 +1662,12 @@
1492
1662
  <span class="method-parameter is-pulled-right">
1493
1663
  <label>类型:</label>
1494
1664
 
1495
- <span class="param-type">Number</span>
1665
+ <span class="param-type">
1666
+
1667
+ Number
1668
+
1669
+ </span>
1670
+
1496
1671
 
1497
1672
 
1498
1673
  </span>
@@ -1526,7 +1701,7 @@
1526
1701
 
1527
1702
  <dt class="inherited-from">Inherited From:</dt>
1528
1703
  <dd class="inherited-from"><ul class="dummy"><li>
1529
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1704
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1530
1705
  </li></ul></dd>
1531
1706
 
1532
1707
 
@@ -1567,7 +1742,12 @@
1567
1742
  <span class="method-parameter is-pulled-right">
1568
1743
  <label>类型:</label>
1569
1744
 
1570
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1745
+ <span class="param-type">
1746
+
1747
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1748
+
1749
+ </span>
1750
+
1571
1751
 
1572
1752
 
1573
1753
  </span>
@@ -1642,7 +1822,12 @@
1642
1822
  <span class="method-parameter is-pulled-right">
1643
1823
  <label>类型:</label>
1644
1824
 
1645
- <span class="param-type">String</span>
1825
+ <span class="param-type">
1826
+
1827
+ String
1828
+
1829
+ </span>
1830
+
1646
1831
 
1647
1832
 
1648
1833
  </span>
@@ -1676,7 +1861,7 @@
1676
1861
 
1677
1862
  <dt class="inherited-from">Inherited From:</dt>
1678
1863
  <dd class="inherited-from"><ul class="dummy"><li>
1679
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1864
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1680
1865
  </li></ul></dd>
1681
1866
 
1682
1867
 
@@ -1717,7 +1902,12 @@
1717
1902
  <span class="method-parameter is-pulled-right">
1718
1903
  <label>类型:</label>
1719
1904
 
1720
- <span class="param-type">String</span>
1905
+ <span class="param-type">
1906
+
1907
+ String
1908
+
1909
+ </span>
1910
+
1721
1911
 
1722
1912
 
1723
1913
  </span>
@@ -1751,7 +1941,7 @@
1751
1941
 
1752
1942
  <dt class="inherited-from">Inherited From:</dt>
1753
1943
  <dd class="inherited-from"><ul class="dummy"><li>
1754
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
1944
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
1755
1945
  </li></ul></dd>
1756
1946
 
1757
1947
 
@@ -1797,7 +1987,12 @@
1797
1987
  <span class="method-parameter is-pulled-right">
1798
1988
  <label>类型:</label>
1799
1989
 
1800
- <span class="param-type">String</span>
1990
+ <span class="param-type">
1991
+
1992
+ String
1993
+
1994
+ </span>
1995
+
1801
1996
 
1802
1997
 
1803
1998
  </span>
@@ -1831,7 +2026,7 @@
1831
2026
 
1832
2027
  <dt class="inherited-from">Inherited From:</dt>
1833
2028
  <dd class="inherited-from"><ul class="dummy"><li>
1834
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2029
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
1835
2030
  </li></ul></dd>
1836
2031
 
1837
2032
 
@@ -1872,7 +2067,12 @@
1872
2067
  <span class="method-parameter is-pulled-right">
1873
2068
  <label>类型:</label>
1874
2069
 
1875
- <span class="param-type">String</span>
2070
+ <span class="param-type">
2071
+
2072
+ String
2073
+
2074
+ </span>
2075
+
1876
2076
 
1877
2077
 
1878
2078
  </span>
@@ -1947,7 +2147,12 @@
1947
2147
  <span class="method-parameter is-pulled-right">
1948
2148
  <label>类型:</label>
1949
2149
 
1950
- <span class="param-type">Number</span>
2150
+ <span class="param-type">
2151
+
2152
+ Number
2153
+
2154
+ </span>
2155
+
1951
2156
 
1952
2157
 
1953
2158
  </span>
@@ -1981,7 +2186,7 @@
1981
2186
 
1982
2187
  <dt class="inherited-from">Inherited From:</dt>
1983
2188
  <dd class="inherited-from"><ul class="dummy"><li>
1984
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2189
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
1985
2190
  </li></ul></dd>
1986
2191
 
1987
2192
 
@@ -2038,12 +2243,17 @@
2038
2243
  <tbody>
2039
2244
 
2040
2245
  <tr class="deep-level-0">
2041
- <td class="name"><code><a href="OverlayLayer.html#clone">clone</a></code></td>
2246
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2042
2247
  <td class="name">
2043
2248
  <code>
2044
2249
 
2045
2250
 
2046
- <span class="param-type"><a class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
2251
+ <span class="param-type">
2252
+
2253
+ <a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a>
2254
+
2255
+ </span>
2256
+
2047
2257
 
2048
2258
 
2049
2259
 
@@ -2053,12 +2263,17 @@
2053
2263
  </tr>
2054
2264
 
2055
2265
  <tr class="deep-level-0">
2056
- <td class="name"><code><a href="OverlayLayer.html#destroy">destroy</a></code></td>
2266
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2057
2267
  <td class="name">
2058
2268
  <code>
2059
2269
 
2060
2270
 
2061
- <span class="param-type">*</span>
2271
+ <span class="param-type">
2272
+
2273
+ *
2274
+
2275
+ </span>
2276
+
2062
2277
 
2063
2278
 
2064
2279
 
@@ -2068,12 +2283,17 @@
2068
2283
  </tr>
2069
2284
 
2070
2285
  <tr class="deep-level-0">
2071
- <td class="name"><code><a href="OverlayLayer.html#isLoaded">isLoaded</a></code></td>
2286
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2072
2287
  <td class="name">
2073
2288
  <code>
2074
2289
 
2075
2290
 
2076
- <span class="param-type">Boolean</span>
2291
+ <span class="param-type">
2292
+
2293
+ Boolean
2294
+
2295
+ </span>
2296
+
2077
2297
 
2078
2298
 
2079
2299
 
@@ -2083,12 +2303,17 @@
2083
2303
  </tr>
2084
2304
 
2085
2305
  <tr class="deep-level-0">
2086
- <td class="name"><code><a href="OverlayLayer.html#off">off</a></code></td>
2306
+ <td class="name"><code><a href="#off">off</a></code></td>
2087
2307
  <td class="name">
2088
2308
  <code>
2089
2309
 
2090
2310
 
2091
- <span class="param-type">Object</span>
2311
+ <span class="param-type">
2312
+
2313
+ Object
2314
+
2315
+ </span>
2316
+
2092
2317
 
2093
2318
 
2094
2319
 
@@ -2096,21 +2321,21 @@
2096
2321
  </td>
2097
2322
  <td class="name"><code><p>移除事件<br/>
2098
2323
  示例如下:<br/>
2099
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2100
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2101
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2102
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2103
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2104
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2324
+ </code></td>
2105
2325
  </tr>
2106
2326
 
2107
2327
  <tr class="deep-level-0">
2108
- <td class="name"><code><a href="OverlayLayer.html#on">on</a></code></td>
2328
+ <td class="name"><code><a href="#on">on</a></code></td>
2109
2329
  <td class="name">
2110
2330
  <code>
2111
2331
 
2112
2332
 
2113
- <span class="param-type">Object</span>
2333
+ <span class="param-type">
2334
+
2335
+ Object
2336
+
2337
+ </span>
2338
+
2114
2339
 
2115
2340
 
2116
2341
 
@@ -2118,15 +2343,11 @@
2118
2343
  </td>
2119
2344
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2120
2345
  示例如下:<br/>
2121
- <a href='#event1'>[1、注册一个事件]</a><br/>
2122
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2123
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2124
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2125
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2346
+ </code></td>
2126
2347
  </tr>
2127
2348
 
2128
2349
  <tr class="deep-level-0">
2129
- <td class="name"><code><a href="OverlayLayer.html#refresh">refresh</a></code></td>
2350
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2130
2351
  <td class="name">
2131
2352
  <code>
2132
2353
 
@@ -2136,12 +2357,17 @@
2136
2357
  </tr>
2137
2358
 
2138
2359
  <tr class="deep-level-0">
2139
- <td class="name"><code><a href="OverlayLayer.html#toJSON">toJSON</a></code></td>
2360
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2140
2361
  <td class="name">
2141
2362
  <code>
2142
2363
 
2143
2364
 
2144
- <span class="param-type">Object</span>
2365
+ <span class="param-type">
2366
+
2367
+ Object
2368
+
2369
+ </span>
2370
+
2145
2371
 
2146
2372
 
2147
2373
 
@@ -2258,7 +2484,12 @@
2258
2484
  <div class='column is-5 has-text-left'>
2259
2485
  <label>类型: </label>
2260
2486
 
2261
- <span class="param-type"><a class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
2487
+ <span class="param-type">
2488
+
2489
+ <a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a>
2490
+
2491
+ </span>
2492
+
2262
2493
 
2263
2494
 
2264
2495
  </div>
@@ -2314,7 +2545,7 @@
2314
2545
 
2315
2546
  <dt class="inherited-from">Inherited From:</dt>
2316
2547
  <dd class="inherited-from"><ul class="dummy"><li>
2317
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2548
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2318
2549
  </li></ul></dd>
2319
2550
 
2320
2551
 
@@ -2373,7 +2604,12 @@
2373
2604
  <div class='column is-5 has-text-left'>
2374
2605
  <label>类型: </label>
2375
2606
 
2376
- <span class="param-type">*</span>
2607
+ <span class="param-type">
2608
+
2609
+ *
2610
+
2611
+ </span>
2612
+
2377
2613
 
2378
2614
 
2379
2615
  </div>
@@ -2433,7 +2669,7 @@
2433
2669
 
2434
2670
  <dt class="inherited-from">Inherited From:</dt>
2435
2671
  <dd class="inherited-from"><ul class="dummy"><li>
2436
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2672
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2437
2673
  </li></ul></dd>
2438
2674
 
2439
2675
 
@@ -2494,7 +2730,12 @@
2494
2730
  <div class='column is-5 has-text-left'>
2495
2731
  <label>类型: </label>
2496
2732
 
2497
- <span class="param-type">Boolean</span>
2733
+ <span class="param-type">
2734
+
2735
+ Boolean
2736
+
2737
+ </span>
2738
+
2498
2739
 
2499
2740
 
2500
2741
  </div>
@@ -2572,13 +2813,18 @@
2572
2813
 
2573
2814
  <tr class="deep-level-0">
2574
2815
 
2575
- <td class="name" id="types"><code>types</code></td>
2816
+ <td class="name"><code>types</code></td>
2576
2817
 
2577
2818
 
2578
2819
  <td class="type">
2579
2820
 
2580
2821
 
2581
- <span class="param-type">string</span>
2822
+ <span class="param-type">
2823
+
2824
+ string
2825
+
2826
+ </span>
2827
+
2582
2828
 
2583
2829
 
2584
2830
 
@@ -2598,13 +2844,18 @@
2598
2844
 
2599
2845
  <tr class="deep-level-0">
2600
2846
 
2601
- <td class="name" id="fn"><code>fn</code></td>
2847
+ <td class="name"><code>fn</code></td>
2602
2848
 
2603
2849
 
2604
2850
  <td class="type">
2605
2851
 
2606
2852
 
2607
- <span class="param-type">function</span>
2853
+ <span class="param-type">
2854
+
2855
+ function
2856
+
2857
+ </span>
2858
+
2608
2859
 
2609
2860
 
2610
2861
 
@@ -2622,13 +2873,18 @@
2622
2873
 
2623
2874
  <tr class="deep-level-0">
2624
2875
 
2625
- <td class="name" id="context"><code>context</code></td>
2876
+ <td class="name"><code>context</code></td>
2626
2877
 
2627
2878
 
2628
2879
  <td class="type">
2629
2880
 
2630
2881
 
2631
- <span class="param-type">Object</span>
2882
+ <span class="param-type">
2883
+
2884
+ Object
2885
+
2886
+ </span>
2887
+
2632
2888
 
2633
2889
 
2634
2890
 
@@ -2660,7 +2916,7 @@
2660
2916
 
2661
2917
  <dt class="inherited-from">Inherited From:</dt>
2662
2918
  <dd class="inherited-from"><ul class="dummy"><li>
2663
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2919
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2664
2920
  </li></ul></dd>
2665
2921
 
2666
2922
 
@@ -2721,7 +2977,12 @@
2721
2977
  <div class='column is-5 has-text-left'>
2722
2978
  <label>类型: </label>
2723
2979
 
2724
- <span class="param-type">Object</span>
2980
+ <span class="param-type">
2981
+
2982
+ Object
2983
+
2984
+ </span>
2985
+
2725
2986
 
2726
2987
 
2727
2988
  </div>
@@ -2888,16 +3149,25 @@ view.off({
2888
3149
 
2889
3150
  <tr class="deep-level-0">
2890
3151
 
2891
- <td class="name" id="types"><code>types</code></td>
3152
+ <td class="name"><code>types</code></td>
2892
3153
 
2893
3154
 
2894
3155
  <td class="type">
2895
3156
 
2896
3157
 
2897
- <span class="param-type">String</span>
3158
+ <span class="param-type">
3159
+
3160
+ String
3161
+
3162
+ </span>
2898
3163
  |
2899
3164
 
2900
- <span class="param-type">Object</span>
3165
+ <span class="param-type">
3166
+
3167
+ Object
3168
+
3169
+ </span>
3170
+
2901
3171
 
2902
3172
 
2903
3173
 
@@ -2923,13 +3193,18 @@ view.off({
2923
3193
 
2924
3194
  <tr class="deep-level-0">
2925
3195
 
2926
- <td class="name" id="fn"><code>fn</code></td>
3196
+ <td class="name"><code>fn</code></td>
2927
3197
 
2928
3198
 
2929
3199
  <td class="type">
2930
3200
 
2931
3201
 
2932
- <span class="param-type">function</span>
3202
+ <span class="param-type">
3203
+
3204
+ function
3205
+
3206
+ </span>
3207
+
2933
3208
 
2934
3209
 
2935
3210
 
@@ -2953,13 +3228,18 @@ view.off({
2953
3228
 
2954
3229
  <tr class="deep-level-0">
2955
3230
 
2956
- <td class="name" id="context"><code>context</code></td>
3231
+ <td class="name"><code>context</code></td>
2957
3232
 
2958
3233
 
2959
3234
  <td class="type">
2960
3235
 
2961
3236
 
2962
- <span class="param-type">Object</span>
3237
+ <span class="param-type">
3238
+
3239
+ Object
3240
+
3241
+ </span>
3242
+
2963
3243
 
2964
3244
 
2965
3245
 
@@ -2997,7 +3277,7 @@ view.off({
2997
3277
 
2998
3278
  <dt class="inherited-from">Inherited From:</dt>
2999
3279
  <dd class="inherited-from"><ul class="dummy"><li>
3000
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3280
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3001
3281
  </li></ul></dd>
3002
3282
 
3003
3283
 
@@ -3058,7 +3338,12 @@ view.off({
3058
3338
  <div class='column is-5 has-text-left'>
3059
3339
  <label>类型: </label>
3060
3340
 
3061
- <span class="param-type">Object</span>
3341
+ <span class="param-type">
3342
+
3343
+ Object
3344
+
3345
+ </span>
3346
+
3062
3347
 
3063
3348
 
3064
3349
  </div>
@@ -3196,7 +3481,7 @@ view.on({
3196
3481
 
3197
3482
  <dt class="inherited-from">Inherited From:</dt>
3198
3483
  <dd class="inherited-from"><ul class="dummy"><li>
3199
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3484
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3200
3485
  </li></ul></dd>
3201
3486
 
3202
3487
 
@@ -3353,7 +3638,12 @@ view.on({
3353
3638
  <div class='column is-5 has-text-left'>
3354
3639
  <label>类型: </label>
3355
3640
 
3356
- <span class="param-type">Object</span>
3641
+ <span class="param-type">
3642
+
3643
+ Object
3644
+
3645
+ </span>
3646
+
3357
3647
 
3358
3648
 
3359
3649
  </div>
@@ -3392,37 +3682,37 @@ view.on({
3392
3682
  <tbody>
3393
3683
 
3394
3684
  <tr class="deep-level-0">
3395
- <td class="name"><code><a href="OverlayLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3685
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3396
3686
  <td class="name"><code>图层刷新完毕事件</code></td>
3397
3687
  </tr>
3398
3688
 
3399
3689
  <tr class="deep-level-0">
3400
- <td class="name"><code><a href="OverlayLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3690
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3401
3691
  <td class="name"><code>图层加载完毕事件</code></td>
3402
3692
  </tr>
3403
3693
 
3404
3694
  <tr class="deep-level-0">
3405
- <td class="name"><code><a href="OverlayLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3695
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3406
3696
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3407
3697
  </tr>
3408
3698
 
3409
3699
  <tr class="deep-level-0">
3410
- <td class="name"><code><a href="OverlayLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3700
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3411
3701
  <td class="name"><code>图层更新完毕事件</code></td>
3412
3702
  </tr>
3413
3703
 
3414
3704
  <tr class="deep-level-0">
3415
- <td class="name"><code><a href="OverlayLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3705
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3416
3706
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3417
3707
  </tr>
3418
3708
 
3419
3709
  <tr class="deep-level-0">
3420
- <td class="name"><code><a href="OverlayLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3710
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3421
3711
  <td class="name"><code>图层销毁完毕事件</code></td>
3422
3712
  </tr>
3423
3713
 
3424
3714
  <tr class="deep-level-0">
3425
- <td class="name"><code><a href="OverlayLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3715
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3426
3716
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3427
3717
  </tr>
3428
3718
 
@@ -3502,7 +3792,12 @@ view.on({
3502
3792
  <td class="type">
3503
3793
 
3504
3794
 
3505
- <span class="param-type">Object</span>
3795
+ <span class="param-type">
3796
+
3797
+ Object
3798
+
3799
+ </span>
3800
+
3506
3801
 
3507
3802
 
3508
3803
 
@@ -3535,7 +3830,12 @@ view.on({
3535
3830
  <td class="type">
3536
3831
 
3537
3832
 
3538
- <span class="param-type">String</span>
3833
+ <span class="param-type">
3834
+
3835
+ String
3836
+
3837
+ </span>
3838
+
3539
3839
 
3540
3840
 
3541
3841
 
@@ -3572,7 +3872,12 @@ view.on({
3572
3872
  <td class="type">
3573
3873
 
3574
3874
 
3575
- <span class="param-type">String</span>
3875
+ <span class="param-type">
3876
+
3877
+ String
3878
+
3879
+ </span>
3880
+
3576
3881
 
3577
3882
 
3578
3883
 
@@ -3609,7 +3914,12 @@ view.on({
3609
3914
  <td class="type">
3610
3915
 
3611
3916
 
3612
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3917
+ <span class="param-type">
3918
+
3919
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3920
+
3921
+ </span>
3922
+
3613
3923
 
3614
3924
 
3615
3925
 
@@ -3646,7 +3956,12 @@ view.on({
3646
3956
  <td class="type">
3647
3957
 
3648
3958
 
3649
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3959
+ <span class="param-type">
3960
+
3961
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3962
+
3963
+ </span>
3964
+
3650
3965
 
3651
3966
 
3652
3967
 
@@ -3683,7 +3998,12 @@ view.on({
3683
3998
  <td class="type">
3684
3999
 
3685
4000
 
3686
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4001
+ <span class="param-type">
4002
+
4003
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4004
+
4005
+ </span>
4006
+
3687
4007
 
3688
4008
 
3689
4009
 
@@ -3720,7 +4040,12 @@ view.on({
3720
4040
  <td class="type">
3721
4041
 
3722
4042
 
3723
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4043
+ <span class="param-type">
4044
+
4045
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4046
+
4047
+ </span>
4048
+
3724
4049
 
3725
4050
 
3726
4051
 
@@ -3757,7 +4082,12 @@ view.on({
3757
4082
  <td class="type">
3758
4083
 
3759
4084
 
3760
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4085
+ <span class="param-type">
4086
+
4087
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4088
+
4089
+ </span>
4090
+
3761
4091
 
3762
4092
 
3763
4093
 
@@ -3802,7 +4132,7 @@ view.on({
3802
4132
 
3803
4133
  <dt class="inherited-from">Inherited From:</dt>
3804
4134
  <dd class="inherited-from"><ul class="dummy"><li>
3805
- <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>
4135
+ <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>
3806
4136
  </li></ul></dd>
3807
4137
 
3808
4138
 
@@ -3948,7 +4278,12 @@ view.on({
3948
4278
  <td class="type">
3949
4279
 
3950
4280
 
3951
- <span class="param-type">Object</span>
4281
+ <span class="param-type">
4282
+
4283
+ Object
4284
+
4285
+ </span>
4286
+
3952
4287
 
3953
4288
 
3954
4289
 
@@ -3981,7 +4316,12 @@ view.on({
3981
4316
  <td class="type">
3982
4317
 
3983
4318
 
3984
- <span class="param-type">String</span>
4319
+ <span class="param-type">
4320
+
4321
+ String
4322
+
4323
+ </span>
4324
+
3985
4325
 
3986
4326
 
3987
4327
 
@@ -4018,7 +4358,12 @@ view.on({
4018
4358
  <td class="type">
4019
4359
 
4020
4360
 
4021
- <span class="param-type">String</span>
4361
+ <span class="param-type">
4362
+
4363
+ String
4364
+
4365
+ </span>
4366
+
4022
4367
 
4023
4368
 
4024
4369
 
@@ -4055,7 +4400,12 @@ view.on({
4055
4400
  <td class="type">
4056
4401
 
4057
4402
 
4058
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4403
+ <span class="param-type">
4404
+
4405
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4406
+
4407
+ </span>
4408
+
4059
4409
 
4060
4410
 
4061
4411
 
@@ -4092,7 +4442,12 @@ view.on({
4092
4442
  <td class="type">
4093
4443
 
4094
4444
 
4095
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4445
+ <span class="param-type">
4446
+
4447
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4448
+
4449
+ </span>
4450
+
4096
4451
 
4097
4452
 
4098
4453
 
@@ -4129,7 +4484,12 @@ view.on({
4129
4484
  <td class="type">
4130
4485
 
4131
4486
 
4132
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4487
+ <span class="param-type">
4488
+
4489
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4490
+
4491
+ </span>
4492
+
4133
4493
 
4134
4494
 
4135
4495
 
@@ -4166,7 +4526,12 @@ view.on({
4166
4526
  <td class="type">
4167
4527
 
4168
4528
 
4169
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4529
+ <span class="param-type">
4530
+
4531
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4532
+
4533
+ </span>
4534
+
4170
4535
 
4171
4536
 
4172
4537
 
@@ -4203,7 +4568,12 @@ view.on({
4203
4568
  <td class="type">
4204
4569
 
4205
4570
 
4206
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4571
+ <span class="param-type">
4572
+
4573
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4574
+
4575
+ </span>
4576
+
4207
4577
 
4208
4578
 
4209
4579
 
@@ -4248,7 +4618,7 @@ view.on({
4248
4618
 
4249
4619
  <dt class="inherited-from">Inherited From:</dt>
4250
4620
  <dd class="inherited-from"><ul class="dummy"><li>
4251
- <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>
4621
+ <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>
4252
4622
  </li></ul></dd>
4253
4623
 
4254
4624
 
@@ -4384,7 +4754,12 @@ view.on({
4384
4754
  <td class="type">
4385
4755
 
4386
4756
 
4387
- <span class="param-type">Object</span>
4757
+ <span class="param-type">
4758
+
4759
+ Object
4760
+
4761
+ </span>
4762
+
4388
4763
 
4389
4764
 
4390
4765
 
@@ -4417,7 +4792,12 @@ view.on({
4417
4792
  <td class="type">
4418
4793
 
4419
4794
 
4420
- <span class="param-type">String</span>
4795
+ <span class="param-type">
4796
+
4797
+ String
4798
+
4799
+ </span>
4800
+
4421
4801
 
4422
4802
 
4423
4803
 
@@ -4454,7 +4834,12 @@ view.on({
4454
4834
  <td class="type">
4455
4835
 
4456
4836
 
4457
- <span class="param-type">String</span>
4837
+ <span class="param-type">
4838
+
4839
+ String
4840
+
4841
+ </span>
4842
+
4458
4843
 
4459
4844
 
4460
4845
 
@@ -4491,7 +4876,12 @@ view.on({
4491
4876
  <td class="type">
4492
4877
 
4493
4878
 
4494
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4879
+ <span class="param-type">
4880
+
4881
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4882
+
4883
+ </span>
4884
+
4495
4885
 
4496
4886
 
4497
4887
 
@@ -4528,7 +4918,12 @@ view.on({
4528
4918
  <td class="type">
4529
4919
 
4530
4920
 
4531
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4921
+ <span class="param-type">
4922
+
4923
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4924
+
4925
+ </span>
4926
+
4532
4927
 
4533
4928
 
4534
4929
 
@@ -4565,7 +4960,12 @@ view.on({
4565
4960
  <td class="type">
4566
4961
 
4567
4962
 
4568
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4963
+ <span class="param-type">
4964
+
4965
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4966
+
4967
+ </span>
4968
+
4569
4969
 
4570
4970
 
4571
4971
 
@@ -4602,7 +5002,12 @@ view.on({
4602
5002
  <td class="type">
4603
5003
 
4604
5004
 
4605
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5005
+ <span class="param-type">
5006
+
5007
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5008
+
5009
+ </span>
5010
+
4606
5011
 
4607
5012
 
4608
5013
 
@@ -4639,7 +5044,12 @@ view.on({
4639
5044
  <td class="type">
4640
5045
 
4641
5046
 
4642
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5047
+ <span class="param-type">
5048
+
5049
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5050
+
5051
+ </span>
5052
+
4643
5053
 
4644
5054
 
4645
5055
 
@@ -4684,7 +5094,7 @@ view.on({
4684
5094
 
4685
5095
  <dt class="inherited-from">Inherited From:</dt>
4686
5096
  <dd class="inherited-from"><ul class="dummy"><li>
4687
- <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>
5097
+ <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>
4688
5098
  </li></ul></dd>
4689
5099
 
4690
5100
 
@@ -4830,7 +5240,12 @@ view.on({
4830
5240
  <td class="type">
4831
5241
 
4832
5242
 
4833
- <span class="param-type">Object</span>
5243
+ <span class="param-type">
5244
+
5245
+ Object
5246
+
5247
+ </span>
5248
+
4834
5249
 
4835
5250
 
4836
5251
 
@@ -4863,7 +5278,12 @@ view.on({
4863
5278
  <td class="type">
4864
5279
 
4865
5280
 
4866
- <span class="param-type">String</span>
5281
+ <span class="param-type">
5282
+
5283
+ String
5284
+
5285
+ </span>
5286
+
4867
5287
 
4868
5288
 
4869
5289
 
@@ -4900,7 +5320,12 @@ view.on({
4900
5320
  <td class="type">
4901
5321
 
4902
5322
 
4903
- <span class="param-type">String</span>
5323
+ <span class="param-type">
5324
+
5325
+ String
5326
+
5327
+ </span>
5328
+
4904
5329
 
4905
5330
 
4906
5331
 
@@ -4937,7 +5362,12 @@ view.on({
4937
5362
  <td class="type">
4938
5363
 
4939
5364
 
4940
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5365
+ <span class="param-type">
5366
+
5367
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5368
+
5369
+ </span>
5370
+
4941
5371
 
4942
5372
 
4943
5373
 
@@ -4974,7 +5404,12 @@ view.on({
4974
5404
  <td class="type">
4975
5405
 
4976
5406
 
4977
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5407
+ <span class="param-type">
5408
+
5409
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5410
+
5411
+ </span>
5412
+
4978
5413
 
4979
5414
 
4980
5415
 
@@ -5011,7 +5446,12 @@ view.on({
5011
5446
  <td class="type">
5012
5447
 
5013
5448
 
5014
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5449
+ <span class="param-type">
5450
+
5451
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5452
+
5453
+ </span>
5454
+
5015
5455
 
5016
5456
 
5017
5457
 
@@ -5048,7 +5488,12 @@ view.on({
5048
5488
  <td class="type">
5049
5489
 
5050
5490
 
5051
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5491
+ <span class="param-type">
5492
+
5493
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5494
+
5495
+ </span>
5496
+
5052
5497
 
5053
5498
 
5054
5499
 
@@ -5085,7 +5530,12 @@ view.on({
5085
5530
  <td class="type">
5086
5531
 
5087
5532
 
5088
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5533
+ <span class="param-type">
5534
+
5535
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5536
+
5537
+ </span>
5538
+
5089
5539
 
5090
5540
 
5091
5541
 
@@ -5130,7 +5580,7 @@ view.on({
5130
5580
 
5131
5581
  <dt class="inherited-from">Inherited From:</dt>
5132
5582
  <dd class="inherited-from"><ul class="dummy"><li>
5133
- <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>
5583
+ <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>
5134
5584
  </li></ul></dd>
5135
5585
 
5136
5586
 
@@ -5266,7 +5716,12 @@ view.on({
5266
5716
  <td class="type">
5267
5717
 
5268
5718
 
5269
- <span class="param-type">Object</span>
5719
+ <span class="param-type">
5720
+
5721
+ Object
5722
+
5723
+ </span>
5724
+
5270
5725
 
5271
5726
 
5272
5727
 
@@ -5299,7 +5754,12 @@ view.on({
5299
5754
  <td class="type">
5300
5755
 
5301
5756
 
5302
- <span class="param-type">String</span>
5757
+ <span class="param-type">
5758
+
5759
+ String
5760
+
5761
+ </span>
5762
+
5303
5763
 
5304
5764
 
5305
5765
 
@@ -5336,7 +5796,12 @@ view.on({
5336
5796
  <td class="type">
5337
5797
 
5338
5798
 
5339
- <span class="param-type">String</span>
5799
+ <span class="param-type">
5800
+
5801
+ String
5802
+
5803
+ </span>
5804
+
5340
5805
 
5341
5806
 
5342
5807
 
@@ -5373,7 +5838,12 @@ view.on({
5373
5838
  <td class="type">
5374
5839
 
5375
5840
 
5376
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5841
+ <span class="param-type">
5842
+
5843
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5844
+
5845
+ </span>
5846
+
5377
5847
 
5378
5848
 
5379
5849
 
@@ -5410,7 +5880,12 @@ view.on({
5410
5880
  <td class="type">
5411
5881
 
5412
5882
 
5413
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5883
+ <span class="param-type">
5884
+
5885
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5886
+
5887
+ </span>
5888
+
5414
5889
 
5415
5890
 
5416
5891
 
@@ -5447,7 +5922,12 @@ view.on({
5447
5922
  <td class="type">
5448
5923
 
5449
5924
 
5450
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5925
+ <span class="param-type">
5926
+
5927
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5928
+
5929
+ </span>
5930
+
5451
5931
 
5452
5932
 
5453
5933
 
@@ -5484,7 +5964,12 @@ view.on({
5484
5964
  <td class="type">
5485
5965
 
5486
5966
 
5487
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5967
+ <span class="param-type">
5968
+
5969
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5970
+
5971
+ </span>
5972
+
5488
5973
 
5489
5974
 
5490
5975
 
@@ -5521,7 +6006,12 @@ view.on({
5521
6006
  <td class="type">
5522
6007
 
5523
6008
 
5524
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6009
+ <span class="param-type">
6010
+
6011
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6012
+
6013
+ </span>
6014
+
5525
6015
 
5526
6016
 
5527
6017
 
@@ -5566,7 +6056,7 @@ view.on({
5566
6056
 
5567
6057
  <dt class="inherited-from">Inherited From:</dt>
5568
6058
  <dd class="inherited-from"><ul class="dummy"><li>
5569
- <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>
6059
+ <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>
5570
6060
  </li></ul></dd>
5571
6061
 
5572
6062
 
@@ -5712,7 +6202,12 @@ view.on({
5712
6202
  <td class="type">
5713
6203
 
5714
6204
 
5715
- <span class="param-type">Object</span>
6205
+ <span class="param-type">
6206
+
6207
+ Object
6208
+
6209
+ </span>
6210
+
5716
6211
 
5717
6212
 
5718
6213
 
@@ -5745,7 +6240,12 @@ view.on({
5745
6240
  <td class="type">
5746
6241
 
5747
6242
 
5748
- <span class="param-type">String</span>
6243
+ <span class="param-type">
6244
+
6245
+ String
6246
+
6247
+ </span>
6248
+
5749
6249
 
5750
6250
 
5751
6251
 
@@ -5782,7 +6282,12 @@ view.on({
5782
6282
  <td class="type">
5783
6283
 
5784
6284
 
5785
- <span class="param-type">String</span>
6285
+ <span class="param-type">
6286
+
6287
+ String
6288
+
6289
+ </span>
6290
+
5786
6291
 
5787
6292
 
5788
6293
 
@@ -5819,7 +6324,12 @@ view.on({
5819
6324
  <td class="type">
5820
6325
 
5821
6326
 
5822
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6327
+ <span class="param-type">
6328
+
6329
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6330
+
6331
+ </span>
6332
+
5823
6333
 
5824
6334
 
5825
6335
 
@@ -5856,7 +6366,12 @@ view.on({
5856
6366
  <td class="type">
5857
6367
 
5858
6368
 
5859
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6369
+ <span class="param-type">
6370
+
6371
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6372
+
6373
+ </span>
6374
+
5860
6375
 
5861
6376
 
5862
6377
 
@@ -5893,7 +6408,12 @@ view.on({
5893
6408
  <td class="type">
5894
6409
 
5895
6410
 
5896
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6411
+ <span class="param-type">
6412
+
6413
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6414
+
6415
+ </span>
6416
+
5897
6417
 
5898
6418
 
5899
6419
 
@@ -5930,7 +6450,12 @@ view.on({
5930
6450
  <td class="type">
5931
6451
 
5932
6452
 
5933
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6453
+ <span class="param-type">
6454
+
6455
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6456
+
6457
+ </span>
6458
+
5934
6459
 
5935
6460
 
5936
6461
 
@@ -5967,7 +6492,12 @@ view.on({
5967
6492
  <td class="type">
5968
6493
 
5969
6494
 
5970
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6495
+ <span class="param-type">
6496
+
6497
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6498
+
6499
+ </span>
6500
+
5971
6501
 
5972
6502
 
5973
6503
 
@@ -6012,7 +6542,7 @@ view.on({
6012
6542
 
6013
6543
  <dt class="inherited-from">Inherited From:</dt>
6014
6544
  <dd class="inherited-from"><ul class="dummy"><li>
6015
- <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>
6545
+ <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>
6016
6546
  </li></ul></dd>
6017
6547
 
6018
6548
 
@@ -6148,7 +6678,12 @@ view.on({
6148
6678
  <td class="type">
6149
6679
 
6150
6680
 
6151
- <span class="param-type">Object</span>
6681
+ <span class="param-type">
6682
+
6683
+ Object
6684
+
6685
+ </span>
6686
+
6152
6687
 
6153
6688
 
6154
6689
 
@@ -6181,7 +6716,12 @@ view.on({
6181
6716
  <td class="type">
6182
6717
 
6183
6718
 
6184
- <span class="param-type">String</span>
6719
+ <span class="param-type">
6720
+
6721
+ String
6722
+
6723
+ </span>
6724
+
6185
6725
 
6186
6726
 
6187
6727
 
@@ -6218,7 +6758,12 @@ view.on({
6218
6758
  <td class="type">
6219
6759
 
6220
6760
 
6221
- <span class="param-type">String</span>
6761
+ <span class="param-type">
6762
+
6763
+ String
6764
+
6765
+ </span>
6766
+
6222
6767
 
6223
6768
 
6224
6769
 
@@ -6255,7 +6800,12 @@ view.on({
6255
6800
  <td class="type">
6256
6801
 
6257
6802
 
6258
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6803
+ <span class="param-type">
6804
+
6805
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6806
+
6807
+ </span>
6808
+
6259
6809
 
6260
6810
 
6261
6811
 
@@ -6292,7 +6842,12 @@ view.on({
6292
6842
  <td class="type">
6293
6843
 
6294
6844
 
6295
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6845
+ <span class="param-type">
6846
+
6847
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6848
+
6849
+ </span>
6850
+
6296
6851
 
6297
6852
 
6298
6853
 
@@ -6329,7 +6884,12 @@ view.on({
6329
6884
  <td class="type">
6330
6885
 
6331
6886
 
6332
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6887
+ <span class="param-type">
6888
+
6889
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6890
+
6891
+ </span>
6892
+
6333
6893
 
6334
6894
 
6335
6895
 
@@ -6366,7 +6926,12 @@ view.on({
6366
6926
  <td class="type">
6367
6927
 
6368
6928
 
6369
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6929
+ <span class="param-type">
6930
+
6931
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6932
+
6933
+ </span>
6934
+
6370
6935
 
6371
6936
 
6372
6937
 
@@ -6403,7 +6968,12 @@ view.on({
6403
6968
  <td class="type">
6404
6969
 
6405
6970
 
6406
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6971
+ <span class="param-type">
6972
+
6973
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6974
+
6975
+ </span>
6976
+
6407
6977
 
6408
6978
 
6409
6979
 
@@ -6448,7 +7018,7 @@ view.on({
6448
7018
 
6449
7019
  <dt class="inherited-from">Inherited From:</dt>
6450
7020
  <dd class="inherited-from"><ul class="dummy"><li>
6451
- <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>
7021
+ <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>
6452
7022
  </li></ul></dd>
6453
7023
 
6454
7024