@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -196,7 +206,7 @@
196
206
 
197
207
 
198
208
  <ul>
199
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
209
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
200
210
  </ul>
201
211
 
202
212
 
@@ -228,11 +238,16 @@
228
238
  <tbody>
229
239
 
230
240
  <tr class="deep-level-0">
231
- <td class="name"><code><a href="TileLayer.html#copyright">copyright</a></code></td>
241
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
232
242
  <td class="name">
233
243
  <code>
234
244
 
235
- <span class="param-type">String</span>
245
+ <span class="param-type">
246
+
247
+ String
248
+
249
+ </span>
250
+
236
251
 
237
252
 
238
253
  </code>
@@ -241,11 +256,16 @@
241
256
  </tr>
242
257
 
243
258
  <tr class="deep-level-0">
244
- <td class="name"><code><a href="TileLayer.html#description">description</a></code></td>
259
+ <td class="name"><code><a href="#description">description</a></code></td>
245
260
  <td class="name">
246
261
  <code>
247
262
 
248
- <span class="param-type">String</span>
263
+ <span class="param-type">
264
+
265
+ String
266
+
267
+ </span>
268
+
249
269
 
250
270
 
251
271
  </code>
@@ -254,11 +274,16 @@
254
274
  </tr>
255
275
 
256
276
  <tr class="deep-level-0">
257
- <td class="name"><code><a href="TileLayer.html#extendOptions">extendOptions</a></code></td>
277
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
258
278
  <td class="name">
259
279
  <code>
260
280
 
261
- <span class="param-type">Object</span>
281
+ <span class="param-type">
282
+
283
+ Object
284
+
285
+ </span>
286
+
262
287
 
263
288
 
264
289
  </code>
@@ -267,11 +292,16 @@
267
292
  </tr>
268
293
 
269
294
  <tr class="deep-level-0">
270
- <td class="name"><code><a href="TileLayer.html#extendProps">extendProps</a></code></td>
295
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
271
296
  <td class="name">
272
297
  <code>
273
298
 
274
- <span class="param-type">Object</span>
299
+ <span class="param-type">
300
+
301
+ Object
302
+
303
+ </span>
304
+
275
305
 
276
306
 
277
307
  </code>
@@ -280,11 +310,16 @@
280
310
  </tr>
281
311
 
282
312
  <tr class="deep-level-0">
283
- <td class="name"><code><a href="TileLayer.html#extent">extent</a></code></td>
313
+ <td class="name"><code><a href="#extent">extent</a></code></td>
284
314
  <td class="name">
285
315
  <code>
286
316
 
287
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
317
+ <span class="param-type">
318
+
319
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
320
+
321
+ </span>
322
+
288
323
 
289
324
 
290
325
  </code>
@@ -293,11 +328,16 @@
293
328
  </tr>
294
329
 
295
330
  <tr class="deep-level-0">
296
- <td class="name"><code><a href="TileLayer.html#headers">headers</a></code></td>
331
+ <td class="name"><code><a href="#headers">headers</a></code></td>
297
332
  <td class="name">
298
333
  <code>
299
334
 
300
- <span class="param-type">String</span>
335
+ <span class="param-type">
336
+
337
+ String
338
+
339
+ </span>
340
+
301
341
 
302
342
 
303
343
  </code>
@@ -306,11 +346,16 @@
306
346
  </tr>
307
347
 
308
348
  <tr class="deep-level-0">
309
- <td class="name"><code><a href="TileLayer.html#httpMethod">httpMethod</a></code></td>
349
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
310
350
  <td class="name">
311
351
  <code>
312
352
 
313
- <span class="param-type">String</span>
353
+ <span class="param-type">
354
+
355
+ String
356
+
357
+ </span>
358
+
314
359
 
315
360
 
316
361
  </code>
@@ -319,11 +364,16 @@
319
364
  </tr>
320
365
 
321
366
  <tr class="deep-level-0">
322
- <td class="name"><code><a href="TileLayer.html#id">id</a></code></td>
367
+ <td class="name"><code><a href="#id">id</a></code></td>
323
368
  <td class="name">
324
369
  <code>
325
370
 
326
- <span class="param-type">String</span>
371
+ <span class="param-type">
372
+
373
+ String
374
+
375
+ </span>
376
+
327
377
 
328
378
 
329
379
  </code>
@@ -332,11 +382,16 @@
332
382
  </tr>
333
383
 
334
384
  <tr class="deep-level-0">
335
- <td class="name"><code><a href="TileLayer.html#index">index</a></code></td>
385
+ <td class="name"><code><a href="#index">index</a></code></td>
336
386
  <td class="name">
337
387
  <code>
338
388
 
339
- <span class="param-type">Number</span>
389
+ <span class="param-type">
390
+
391
+ Number
392
+
393
+ </span>
394
+
340
395
 
341
396
 
342
397
  </code>
@@ -345,11 +400,16 @@
345
400
  </tr>
346
401
 
347
402
  <tr class="deep-level-0">
348
- <td class="name"><code><a href="TileLayer.html#loaded">loaded</a></code></td>
403
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
349
404
  <td class="name">
350
405
  <code>
351
406
 
352
- <span class="param-type">Boolean</span>
407
+ <span class="param-type">
408
+
409
+ Boolean
410
+
411
+ </span>
412
+
353
413
 
354
414
 
355
415
  </code>
@@ -358,11 +418,16 @@
358
418
  </tr>
359
419
 
360
420
  <tr class="deep-level-0">
361
- <td class="name"><code><a href="TileLayer.html#loadStatus">loadStatus</a></code></td>
421
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
362
422
  <td class="name">
363
423
  <code>
364
424
 
365
- <span class="param-type">String</span>
425
+ <span class="param-type">
426
+
427
+ String
428
+
429
+ </span>
430
+
366
431
 
367
432
 
368
433
  </code>
@@ -371,11 +436,16 @@
371
436
  </tr>
372
437
 
373
438
  <tr class="deep-level-0">
374
- <td class="name"><code><a href="TileLayer.html#maxScale">maxScale</a></code></td>
439
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
375
440
  <td class="name">
376
441
  <code>
377
442
 
378
- <span class="param-type">Number</span>
443
+ <span class="param-type">
444
+
445
+ Number
446
+
447
+ </span>
448
+
379
449
 
380
450
 
381
451
  </code>
@@ -384,11 +454,16 @@
384
454
  </tr>
385
455
 
386
456
  <tr class="deep-level-0">
387
- <td class="name"><code><a href="TileLayer.html#minScale">minScale</a></code></td>
457
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
388
458
  <td class="name">
389
459
  <code>
390
460
 
391
- <span class="param-type">Number</span>
461
+ <span class="param-type">
462
+
463
+ Number
464
+
465
+ </span>
466
+
392
467
 
393
468
 
394
469
  </code>
@@ -397,11 +472,16 @@
397
472
  </tr>
398
473
 
399
474
  <tr class="deep-level-0">
400
- <td class="name"><code><a href="TileLayer.html#opacity">opacity</a></code></td>
475
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
401
476
  <td class="name">
402
477
  <code>
403
478
 
404
- <span class="param-type">Number</span>
479
+ <span class="param-type">
480
+
481
+ Number
482
+
483
+ </span>
484
+
405
485
 
406
486
 
407
487
  </code>
@@ -410,11 +490,16 @@
410
490
  </tr>
411
491
 
412
492
  <tr class="deep-level-0">
413
- <td class="name"><code><a href="TileLayer.html#spatialReference">spatialReference</a></code></td>
493
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
414
494
  <td class="name">
415
495
  <code>
416
496
 
417
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
497
+ <span class="param-type">
498
+
499
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
500
+
501
+ </span>
502
+
418
503
 
419
504
 
420
505
  </code>
@@ -423,14 +508,23 @@
423
508
  </tr>
424
509
 
425
510
  <tr class="deep-level-0">
426
- <td class="name"><code><a href="TileLayer.html#tileInfo">tileInfo</a></code></td>
511
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
427
512
  <td class="name">
428
513
  <code>
429
514
 
430
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
515
+ <span class="param-type">
516
+
517
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
518
+
519
+ </span>
431
520
  |
432
521
 
433
- <span class="param-type">undefined</span>
522
+ <span class="param-type">
523
+
524
+ undefined
525
+
526
+ </span>
527
+
434
528
 
435
529
 
436
530
  </code>
@@ -439,11 +533,16 @@
439
533
  </tr>
440
534
 
441
535
  <tr class="deep-level-0">
442
- <td class="name"><code><a href="TileLayer.html#tileSliceType">tileSliceType</a></code></td>
536
+ <td class="name"><code><a href="#tileSliceType">tileSliceType</a></code></td>
443
537
  <td class="name">
444
538
  <code>
445
539
 
446
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
540
+ <span class="param-type">
541
+
542
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
543
+
544
+ </span>
545
+
447
546
 
448
547
 
449
548
  </code>
@@ -452,11 +551,16 @@
452
551
  </tr>
453
552
 
454
553
  <tr class="deep-level-0">
455
- <td class="name"><code><a href="TileLayer.html#title">title</a></code></td>
554
+ <td class="name"><code><a href="#title">title</a></code></td>
456
555
  <td class="name">
457
556
  <code>
458
557
 
459
- <span class="param-type">String</span>
558
+ <span class="param-type">
559
+
560
+ String
561
+
562
+ </span>
563
+
460
564
 
461
565
 
462
566
  </code>
@@ -465,11 +569,16 @@
465
569
  </tr>
466
570
 
467
571
  <tr class="deep-level-0">
468
- <td class="name"><code><a href="TileLayer.html#tokenKey">tokenKey</a></code></td>
572
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
469
573
  <td class="name">
470
574
  <code>
471
575
 
472
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
581
+
473
582
 
474
583
 
475
584
  </code>
@@ -478,11 +587,16 @@
478
587
  </tr>
479
588
 
480
589
  <tr class="deep-level-0">
481
- <td class="name"><code><a href="TileLayer.html#tokenValue">tokenValue</a></code></td>
590
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
482
591
  <td class="name">
483
592
  <code>
484
593
 
485
- <span class="param-type">String</span>
594
+ <span class="param-type">
595
+
596
+ String
597
+
598
+ </span>
599
+
486
600
 
487
601
 
488
602
  </code>
@@ -491,11 +605,16 @@
491
605
  </tr>
492
606
 
493
607
  <tr class="deep-level-0">
494
- <td class="name"><code><a href="TileLayer.html#type">type</a></code></td>
608
+ <td class="name"><code><a href="#type">type</a></code></td>
495
609
  <td class="name">
496
610
  <code>
497
611
 
498
- <span class="param-type">String</span>
612
+ <span class="param-type">
613
+
614
+ String
615
+
616
+ </span>
617
+
499
618
 
500
619
 
501
620
  </code>
@@ -504,11 +623,16 @@
504
623
  </tr>
505
624
 
506
625
  <tr class="deep-level-0">
507
- <td class="name"><code><a href="TileLayer.html#url">url</a></code></td>
626
+ <td class="name"><code><a href="#url">url</a></code></td>
508
627
  <td class="name">
509
628
  <code>
510
629
 
511
- <span class="param-type">String</span>
630
+ <span class="param-type">
631
+
632
+ String
633
+
634
+ </span>
635
+
512
636
 
513
637
 
514
638
  </code>
@@ -517,11 +641,16 @@
517
641
  </tr>
518
642
 
519
643
  <tr class="deep-level-0">
520
- <td class="name"><code><a href="TileLayer.html#visible">visible</a></code></td>
644
+ <td class="name"><code><a href="#visible">visible</a></code></td>
521
645
  <td class="name">
522
646
  <code>
523
647
 
524
- <span class="param-type">Number</span>
648
+ <span class="param-type">
649
+
650
+ Number
651
+
652
+ </span>
653
+
525
654
 
526
655
 
527
656
  </code>
@@ -540,7 +669,12 @@
540
669
  <span class="method-parameter is-pulled-right">
541
670
  <label>类型:</label>
542
671
 
543
- <span class="param-type">String</span>
672
+ <span class="param-type">
673
+
674
+ String
675
+
676
+ </span>
677
+
544
678
 
545
679
 
546
680
  </span>
@@ -578,7 +712,7 @@
578
712
 
579
713
  <dt class="inherited-from">Inherited From:</dt>
580
714
  <dd class="inherited-from"><ul class="dummy"><li>
581
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
715
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
582
716
  </li></ul></dd>
583
717
 
584
718
 
@@ -619,7 +753,12 @@
619
753
  <span class="method-parameter is-pulled-right">
620
754
  <label>类型:</label>
621
755
 
622
- <span class="param-type">String</span>
756
+ <span class="param-type">
757
+
758
+ String
759
+
760
+ </span>
761
+
623
762
 
624
763
 
625
764
  </span>
@@ -657,7 +796,7 @@
657
796
 
658
797
  <dt class="inherited-from">Inherited From:</dt>
659
798
  <dd class="inherited-from"><ul class="dummy"><li>
660
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
799
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
661
800
  </li></ul></dd>
662
801
 
663
802
 
@@ -698,7 +837,12 @@
698
837
  <span class="method-parameter is-pulled-right">
699
838
  <label>类型:</label>
700
839
 
701
- <span class="param-type">Object</span>
840
+ <span class="param-type">
841
+
842
+ Object
843
+
844
+ </span>
845
+
702
846
 
703
847
 
704
848
  </span>
@@ -732,7 +876,7 @@
732
876
 
733
877
  <dt class="inherited-from">Inherited From:</dt>
734
878
  <dd class="inherited-from"><ul class="dummy"><li>
735
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
879
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
736
880
  </li></ul></dd>
737
881
 
738
882
 
@@ -773,7 +917,12 @@
773
917
  <span class="method-parameter is-pulled-right">
774
918
  <label>类型:</label>
775
919
 
776
- <span class="param-type">Object</span>
920
+ <span class="param-type">
921
+
922
+ Object
923
+
924
+ </span>
925
+
777
926
 
778
927
 
779
928
  </span>
@@ -807,7 +956,7 @@
807
956
 
808
957
  <dt class="inherited-from">Inherited From:</dt>
809
958
  <dd class="inherited-from"><ul class="dummy"><li>
810
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
959
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
811
960
  </li></ul></dd>
812
961
 
813
962
 
@@ -848,7 +997,12 @@
848
997
  <span class="method-parameter is-pulled-right">
849
998
  <label>类型:</label>
850
999
 
851
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1000
+ <span class="param-type">
1001
+
1002
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1003
+
1004
+ </span>
1005
+
852
1006
 
853
1007
 
854
1008
  </span>
@@ -886,7 +1040,7 @@
886
1040
 
887
1041
  <dt class="inherited-from">Inherited From:</dt>
888
1042
  <dd class="inherited-from"><ul class="dummy"><li>
889
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1043
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
890
1044
  </li></ul></dd>
891
1045
 
892
1046
 
@@ -927,7 +1081,12 @@
927
1081
  <span class="method-parameter is-pulled-right">
928
1082
  <label>类型:</label>
929
1083
 
930
- <span class="param-type">String</span>
1084
+ <span class="param-type">
1085
+
1086
+ String
1087
+
1088
+ </span>
1089
+
931
1090
 
932
1091
 
933
1092
  </span>
@@ -961,7 +1120,7 @@
961
1120
 
962
1121
  <dt class="inherited-from">Inherited From:</dt>
963
1122
  <dd class="inherited-from"><ul class="dummy"><li>
964
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1123
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
965
1124
  </li></ul></dd>
966
1125
 
967
1126
 
@@ -1002,7 +1161,12 @@
1002
1161
  <span class="method-parameter is-pulled-right">
1003
1162
  <label>类型:</label>
1004
1163
 
1005
- <span class="param-type">String</span>
1164
+ <span class="param-type">
1165
+
1166
+ String
1167
+
1168
+ </span>
1169
+
1006
1170
 
1007
1171
 
1008
1172
  </span>
@@ -1036,7 +1200,7 @@
1036
1200
 
1037
1201
  <dt class="inherited-from">Inherited From:</dt>
1038
1202
  <dd class="inherited-from"><ul class="dummy"><li>
1039
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1203
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1040
1204
  </li></ul></dd>
1041
1205
 
1042
1206
 
@@ -1077,7 +1241,12 @@
1077
1241
  <span class="method-parameter is-pulled-right">
1078
1242
  <label>类型:</label>
1079
1243
 
1080
- <span class="param-type">String</span>
1244
+ <span class="param-type">
1245
+
1246
+ String
1247
+
1248
+ </span>
1249
+
1081
1250
 
1082
1251
 
1083
1252
  </span>
@@ -1115,7 +1284,7 @@
1115
1284
 
1116
1285
  <dt class="inherited-from">Inherited From:</dt>
1117
1286
  <dd class="inherited-from"><ul class="dummy"><li>
1118
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1287
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1119
1288
  </li></ul></dd>
1120
1289
 
1121
1290
 
@@ -1156,7 +1325,12 @@
1156
1325
  <span class="method-parameter is-pulled-right">
1157
1326
  <label>类型:</label>
1158
1327
 
1159
- <span class="param-type">Number</span>
1328
+ <span class="param-type">
1329
+
1330
+ Number
1331
+
1332
+ </span>
1333
+
1160
1334
 
1161
1335
 
1162
1336
  </span>
@@ -1190,7 +1364,7 @@
1190
1364
 
1191
1365
  <dt class="inherited-from">Inherited From:</dt>
1192
1366
  <dd class="inherited-from"><ul class="dummy"><li>
1193
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1367
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1194
1368
  </li></ul></dd>
1195
1369
 
1196
1370
 
@@ -1231,7 +1405,12 @@
1231
1405
  <span class="method-parameter is-pulled-right">
1232
1406
  <label>类型:</label>
1233
1407
 
1234
- <span class="param-type">Boolean</span>
1408
+ <span class="param-type">
1409
+
1410
+ Boolean
1411
+
1412
+ </span>
1413
+
1235
1414
 
1236
1415
 
1237
1416
  </span>
@@ -1269,7 +1448,7 @@
1269
1448
 
1270
1449
  <dt class="inherited-from">Inherited From:</dt>
1271
1450
  <dd class="inherited-from"><ul class="dummy"><li>
1272
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1451
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1273
1452
  </li></ul></dd>
1274
1453
 
1275
1454
 
@@ -1315,7 +1494,12 @@
1315
1494
  <span class="method-parameter is-pulled-right">
1316
1495
  <label>类型:</label>
1317
1496
 
1318
- <span class="param-type">String</span>
1497
+ <span class="param-type">
1498
+
1499
+ String
1500
+
1501
+ </span>
1502
+
1319
1503
 
1320
1504
 
1321
1505
  </span>
@@ -1353,7 +1537,7 @@
1353
1537
 
1354
1538
  <dt class="inherited-from">Inherited From:</dt>
1355
1539
  <dd class="inherited-from"><ul class="dummy"><li>
1356
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1540
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1357
1541
  </li></ul></dd>
1358
1542
 
1359
1543
 
@@ -1399,7 +1583,12 @@
1399
1583
  <span class="method-parameter is-pulled-right">
1400
1584
  <label>类型:</label>
1401
1585
 
1402
- <span class="param-type">Number</span>
1586
+ <span class="param-type">
1587
+
1588
+ Number
1589
+
1590
+ </span>
1591
+
1403
1592
 
1404
1593
 
1405
1594
  </span>
@@ -1433,7 +1622,7 @@
1433
1622
 
1434
1623
  <dt class="inherited-from">Inherited From:</dt>
1435
1624
  <dd class="inherited-from"><ul class="dummy"><li>
1436
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1625
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1437
1626
  </li></ul></dd>
1438
1627
 
1439
1628
 
@@ -1479,7 +1668,12 @@
1479
1668
  <span class="method-parameter is-pulled-right">
1480
1669
  <label>类型:</label>
1481
1670
 
1482
- <span class="param-type">Number</span>
1671
+ <span class="param-type">
1672
+
1673
+ Number
1674
+
1675
+ </span>
1676
+
1483
1677
 
1484
1678
 
1485
1679
  </span>
@@ -1513,7 +1707,7 @@
1513
1707
 
1514
1708
  <dt class="inherited-from">Inherited From:</dt>
1515
1709
  <dd class="inherited-from"><ul class="dummy"><li>
1516
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1710
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1517
1711
  </li></ul></dd>
1518
1712
 
1519
1713
 
@@ -1559,7 +1753,12 @@
1559
1753
  <span class="method-parameter is-pulled-right">
1560
1754
  <label>类型:</label>
1561
1755
 
1562
- <span class="param-type">Number</span>
1756
+ <span class="param-type">
1757
+
1758
+ Number
1759
+
1760
+ </span>
1761
+
1563
1762
 
1564
1763
 
1565
1764
  </span>
@@ -1593,7 +1792,7 @@
1593
1792
 
1594
1793
  <dt class="inherited-from">Inherited From:</dt>
1595
1794
  <dd class="inherited-from"><ul class="dummy"><li>
1596
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1795
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1597
1796
  </li></ul></dd>
1598
1797
 
1599
1798
 
@@ -1634,7 +1833,12 @@
1634
1833
  <span class="method-parameter is-pulled-right">
1635
1834
  <label>类型:</label>
1636
1835
 
1637
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1836
+ <span class="param-type">
1837
+
1838
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1839
+
1840
+ </span>
1841
+
1638
1842
 
1639
1843
 
1640
1844
  </span>
@@ -1709,10 +1913,19 @@
1709
1913
  <span class="method-parameter is-pulled-right">
1710
1914
  <label>类型:</label>
1711
1915
 
1712
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1916
+ <span class="param-type">
1917
+
1918
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1919
+
1920
+ </span>
1713
1921
  |
1714
1922
 
1715
- <span class="param-type">undefined</span>
1923
+ <span class="param-type">
1924
+
1925
+ undefined
1926
+
1927
+ </span>
1928
+
1716
1929
 
1717
1930
 
1718
1931
  </span>
@@ -1786,7 +1999,12 @@
1786
1999
  <span class="method-parameter is-pulled-right">
1787
2000
  <label>类型:</label>
1788
2001
 
1789
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
2002
+ <span class="param-type">
2003
+
2004
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
2005
+
2006
+ </span>
2007
+
1790
2008
 
1791
2009
 
1792
2010
  </span>
@@ -1860,7 +2078,12 @@
1860
2078
  <span class="method-parameter is-pulled-right">
1861
2079
  <label>类型:</label>
1862
2080
 
1863
- <span class="param-type">String</span>
2081
+ <span class="param-type">
2082
+
2083
+ String
2084
+
2085
+ </span>
2086
+
1864
2087
 
1865
2088
 
1866
2089
  </span>
@@ -1894,7 +2117,7 @@
1894
2117
 
1895
2118
  <dt class="inherited-from">Inherited From:</dt>
1896
2119
  <dd class="inherited-from"><ul class="dummy"><li>
1897
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2120
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1898
2121
  </li></ul></dd>
1899
2122
 
1900
2123
 
@@ -1935,7 +2158,12 @@
1935
2158
  <span class="method-parameter is-pulled-right">
1936
2159
  <label>类型:</label>
1937
2160
 
1938
- <span class="param-type">String</span>
2161
+ <span class="param-type">
2162
+
2163
+ String
2164
+
2165
+ </span>
2166
+
1939
2167
 
1940
2168
 
1941
2169
  </span>
@@ -1969,7 +2197,7 @@
1969
2197
 
1970
2198
  <dt class="inherited-from">Inherited From:</dt>
1971
2199
  <dd class="inherited-from"><ul class="dummy"><li>
1972
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2200
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
1973
2201
  </li></ul></dd>
1974
2202
 
1975
2203
 
@@ -2015,7 +2243,12 @@
2015
2243
  <span class="method-parameter is-pulled-right">
2016
2244
  <label>类型:</label>
2017
2245
 
2018
- <span class="param-type">String</span>
2246
+ <span class="param-type">
2247
+
2248
+ String
2249
+
2250
+ </span>
2251
+
2019
2252
 
2020
2253
 
2021
2254
  </span>
@@ -2049,7 +2282,7 @@
2049
2282
 
2050
2283
  <dt class="inherited-from">Inherited From:</dt>
2051
2284
  <dd class="inherited-from"><ul class="dummy"><li>
2052
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2285
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2053
2286
  </li></ul></dd>
2054
2287
 
2055
2288
 
@@ -2090,7 +2323,12 @@
2090
2323
  <span class="method-parameter is-pulled-right">
2091
2324
  <label>类型:</label>
2092
2325
 
2093
- <span class="param-type">String</span>
2326
+ <span class="param-type">
2327
+
2328
+ String
2329
+
2330
+ </span>
2331
+
2094
2332
 
2095
2333
 
2096
2334
  </span>
@@ -2169,7 +2407,12 @@
2169
2407
  <span class="method-parameter is-pulled-right">
2170
2408
  <label>类型:</label>
2171
2409
 
2172
- <span class="param-type">String</span>
2410
+ <span class="param-type">
2411
+
2412
+ String
2413
+
2414
+ </span>
2415
+
2173
2416
 
2174
2417
 
2175
2418
  </span>
@@ -2239,7 +2482,12 @@
2239
2482
  <span class="method-parameter is-pulled-right">
2240
2483
  <label>类型:</label>
2241
2484
 
2242
- <span class="param-type">Number</span>
2485
+ <span class="param-type">
2486
+
2487
+ Number
2488
+
2489
+ </span>
2490
+
2243
2491
 
2244
2492
 
2245
2493
  </span>
@@ -2273,7 +2521,7 @@
2273
2521
 
2274
2522
  <dt class="inherited-from">Inherited From:</dt>
2275
2523
  <dd class="inherited-from"><ul class="dummy"><li>
2276
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2524
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2277
2525
  </li></ul></dd>
2278
2526
 
2279
2527
 
@@ -2330,12 +2578,17 @@
2330
2578
  <tbody>
2331
2579
 
2332
2580
  <tr class="deep-level-0">
2333
- <td class="name"><code><a href="TileLayer.html#clone">clone</a></code></td>
2581
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2334
2582
  <td class="name">
2335
2583
  <code>
2336
2584
 
2337
2585
 
2338
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2586
+ <span class="param-type">
2587
+
2588
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2589
+
2590
+ </span>
2591
+
2339
2592
 
2340
2593
 
2341
2594
 
@@ -2345,12 +2598,17 @@
2345
2598
  </tr>
2346
2599
 
2347
2600
  <tr class="deep-level-0">
2348
- <td class="name"><code><a href="TileLayer.html#destroy">destroy</a></code></td>
2601
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2349
2602
  <td class="name">
2350
2603
  <code>
2351
2604
 
2352
2605
 
2353
- <span class="param-type">*</span>
2606
+ <span class="param-type">
2607
+
2608
+ *
2609
+
2610
+ </span>
2611
+
2354
2612
 
2355
2613
 
2356
2614
 
@@ -2360,12 +2618,17 @@
2360
2618
  </tr>
2361
2619
 
2362
2620
  <tr class="deep-level-0">
2363
- <td class="name"><code><a href="TileLayer.html#isLoaded">isLoaded</a></code></td>
2621
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2364
2622
  <td class="name">
2365
2623
  <code>
2366
2624
 
2367
2625
 
2368
- <span class="param-type">Boolean</span>
2626
+ <span class="param-type">
2627
+
2628
+ Boolean
2629
+
2630
+ </span>
2631
+
2369
2632
 
2370
2633
 
2371
2634
 
@@ -2375,12 +2638,17 @@
2375
2638
  </tr>
2376
2639
 
2377
2640
  <tr class="deep-level-0">
2378
- <td class="name"><code><a href="TileLayer.html#off">off</a></code></td>
2641
+ <td class="name"><code><a href="#off">off</a></code></td>
2379
2642
  <td class="name">
2380
2643
  <code>
2381
2644
 
2382
2645
 
2383
- <span class="param-type">Object</span>
2646
+ <span class="param-type">
2647
+
2648
+ Object
2649
+
2650
+ </span>
2651
+
2384
2652
 
2385
2653
 
2386
2654
 
@@ -2388,21 +2656,21 @@
2388
2656
  </td>
2389
2657
  <td class="name"><code><p>移除事件<br/>
2390
2658
  示例如下:<br/>
2391
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2392
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2393
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2394
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2395
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2396
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2659
+ </code></td>
2397
2660
  </tr>
2398
2661
 
2399
2662
  <tr class="deep-level-0">
2400
- <td class="name"><code><a href="TileLayer.html#on">on</a></code></td>
2663
+ <td class="name"><code><a href="#on">on</a></code></td>
2401
2664
  <td class="name">
2402
2665
  <code>
2403
2666
 
2404
2667
 
2405
- <span class="param-type">Object</span>
2668
+ <span class="param-type">
2669
+
2670
+ Object
2671
+
2672
+ </span>
2673
+
2406
2674
 
2407
2675
 
2408
2676
 
@@ -2410,15 +2678,11 @@
2410
2678
  </td>
2411
2679
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2412
2680
  示例如下:<br/>
2413
- <a href='#event1'>[1、注册一个事件]</a><br/>
2414
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2415
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2416
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2417
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2681
+ </code></td>
2418
2682
  </tr>
2419
2683
 
2420
2684
  <tr class="deep-level-0">
2421
- <td class="name"><code><a href="TileLayer.html#refresh">refresh</a></code></td>
2685
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2422
2686
  <td class="name">
2423
2687
  <code>
2424
2688
 
@@ -2428,12 +2692,17 @@
2428
2692
  </tr>
2429
2693
 
2430
2694
  <tr class="deep-level-0">
2431
- <td class="name"><code><a href="TileLayer.html#toJSON">toJSON</a></code></td>
2695
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2432
2696
  <td class="name">
2433
2697
  <code>
2434
2698
 
2435
2699
 
2436
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2700
+ <span class="param-type">
2701
+
2702
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
2703
+
2704
+ </span>
2705
+
2437
2706
 
2438
2707
 
2439
2708
 
@@ -2550,7 +2819,12 @@
2550
2819
  <div class='column is-5 has-text-left'>
2551
2820
  <label>类型: </label>
2552
2821
 
2553
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2822
+ <span class="param-type">
2823
+
2824
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2825
+
2826
+ </span>
2827
+
2554
2828
 
2555
2829
 
2556
2830
  </div>
@@ -2606,7 +2880,7 @@
2606
2880
 
2607
2881
  <dt class="inherited-from">Inherited From:</dt>
2608
2882
  <dd class="inherited-from"><ul class="dummy"><li>
2609
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2883
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2610
2884
  </li></ul></dd>
2611
2885
 
2612
2886
 
@@ -2665,7 +2939,12 @@
2665
2939
  <div class='column is-5 has-text-left'>
2666
2940
  <label>类型: </label>
2667
2941
 
2668
- <span class="param-type">*</span>
2942
+ <span class="param-type">
2943
+
2944
+ *
2945
+
2946
+ </span>
2947
+
2669
2948
 
2670
2949
 
2671
2950
  </div>
@@ -2725,7 +3004,7 @@
2725
3004
 
2726
3005
  <dt class="inherited-from">Inherited From:</dt>
2727
3006
  <dd class="inherited-from"><ul class="dummy"><li>
2728
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3007
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2729
3008
  </li></ul></dd>
2730
3009
 
2731
3010
 
@@ -2786,7 +3065,12 @@
2786
3065
  <div class='column is-5 has-text-left'>
2787
3066
  <label>类型: </label>
2788
3067
 
2789
- <span class="param-type">Boolean</span>
3068
+ <span class="param-type">
3069
+
3070
+ Boolean
3071
+
3072
+ </span>
3073
+
2790
3074
 
2791
3075
 
2792
3076
  </div>
@@ -2864,13 +3148,18 @@
2864
3148
 
2865
3149
  <tr class="deep-level-0">
2866
3150
 
2867
- <td class="name" id="types"><code>types</code></td>
3151
+ <td class="name"><code>types</code></td>
2868
3152
 
2869
3153
 
2870
3154
  <td class="type">
2871
3155
 
2872
3156
 
2873
- <span class="param-type">string</span>
3157
+ <span class="param-type">
3158
+
3159
+ string
3160
+
3161
+ </span>
3162
+
2874
3163
 
2875
3164
 
2876
3165
 
@@ -2890,13 +3179,18 @@
2890
3179
 
2891
3180
  <tr class="deep-level-0">
2892
3181
 
2893
- <td class="name" id="fn"><code>fn</code></td>
3182
+ <td class="name"><code>fn</code></td>
2894
3183
 
2895
3184
 
2896
3185
  <td class="type">
2897
3186
 
2898
3187
 
2899
- <span class="param-type">function</span>
3188
+ <span class="param-type">
3189
+
3190
+ function
3191
+
3192
+ </span>
3193
+
2900
3194
 
2901
3195
 
2902
3196
 
@@ -2914,13 +3208,18 @@
2914
3208
 
2915
3209
  <tr class="deep-level-0">
2916
3210
 
2917
- <td class="name" id="context"><code>context</code></td>
3211
+ <td class="name"><code>context</code></td>
2918
3212
 
2919
3213
 
2920
3214
  <td class="type">
2921
3215
 
2922
3216
 
2923
- <span class="param-type">Object</span>
3217
+ <span class="param-type">
3218
+
3219
+ Object
3220
+
3221
+ </span>
3222
+
2924
3223
 
2925
3224
 
2926
3225
 
@@ -2952,7 +3251,7 @@
2952
3251
 
2953
3252
  <dt class="inherited-from">Inherited From:</dt>
2954
3253
  <dd class="inherited-from"><ul class="dummy"><li>
2955
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3254
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2956
3255
  </li></ul></dd>
2957
3256
 
2958
3257
 
@@ -3013,7 +3312,12 @@
3013
3312
  <div class='column is-5 has-text-left'>
3014
3313
  <label>类型: </label>
3015
3314
 
3016
- <span class="param-type">Object</span>
3315
+ <span class="param-type">
3316
+
3317
+ Object
3318
+
3319
+ </span>
3320
+
3017
3321
 
3018
3322
 
3019
3323
  </div>
@@ -3180,16 +3484,25 @@ view.off({
3180
3484
 
3181
3485
  <tr class="deep-level-0">
3182
3486
 
3183
- <td class="name" id="types"><code>types</code></td>
3487
+ <td class="name"><code>types</code></td>
3184
3488
 
3185
3489
 
3186
3490
  <td class="type">
3187
3491
 
3188
3492
 
3189
- <span class="param-type">String</span>
3493
+ <span class="param-type">
3494
+
3495
+ String
3496
+
3497
+ </span>
3190
3498
  |
3191
3499
 
3192
- <span class="param-type">Object</span>
3500
+ <span class="param-type">
3501
+
3502
+ Object
3503
+
3504
+ </span>
3505
+
3193
3506
 
3194
3507
 
3195
3508
 
@@ -3215,13 +3528,18 @@ view.off({
3215
3528
 
3216
3529
  <tr class="deep-level-0">
3217
3530
 
3218
- <td class="name" id="fn"><code>fn</code></td>
3531
+ <td class="name"><code>fn</code></td>
3219
3532
 
3220
3533
 
3221
3534
  <td class="type">
3222
3535
 
3223
3536
 
3224
- <span class="param-type">function</span>
3537
+ <span class="param-type">
3538
+
3539
+ function
3540
+
3541
+ </span>
3542
+
3225
3543
 
3226
3544
 
3227
3545
 
@@ -3245,13 +3563,18 @@ view.off({
3245
3563
 
3246
3564
  <tr class="deep-level-0">
3247
3565
 
3248
- <td class="name" id="context"><code>context</code></td>
3566
+ <td class="name"><code>context</code></td>
3249
3567
 
3250
3568
 
3251
3569
  <td class="type">
3252
3570
 
3253
3571
 
3254
- <span class="param-type">Object</span>
3572
+ <span class="param-type">
3573
+
3574
+ Object
3575
+
3576
+ </span>
3577
+
3255
3578
 
3256
3579
 
3257
3580
 
@@ -3289,7 +3612,7 @@ view.off({
3289
3612
 
3290
3613
  <dt class="inherited-from">Inherited From:</dt>
3291
3614
  <dd class="inherited-from"><ul class="dummy"><li>
3292
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3615
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3293
3616
  </li></ul></dd>
3294
3617
 
3295
3618
 
@@ -3350,7 +3673,12 @@ view.off({
3350
3673
  <div class='column is-5 has-text-left'>
3351
3674
  <label>类型: </label>
3352
3675
 
3353
- <span class="param-type">Object</span>
3676
+ <span class="param-type">
3677
+
3678
+ Object
3679
+
3680
+ </span>
3681
+
3354
3682
 
3355
3683
 
3356
3684
  </div>
@@ -3488,7 +3816,7 @@ view.on({
3488
3816
 
3489
3817
  <dt class="inherited-from">Inherited From:</dt>
3490
3818
  <dd class="inherited-from"><ul class="dummy"><li>
3491
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3819
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3492
3820
  </li></ul></dd>
3493
3821
 
3494
3822
 
@@ -3645,7 +3973,12 @@ view.on({
3645
3973
  <div class='column is-5 has-text-left'>
3646
3974
  <label>类型: </label>
3647
3975
 
3648
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
3976
+ <span class="param-type">
3977
+
3978
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
3979
+
3980
+ </span>
3981
+
3649
3982
 
3650
3983
 
3651
3984
  </div>
@@ -3684,37 +4017,37 @@ view.on({
3684
4017
  <tbody>
3685
4018
 
3686
4019
  <tr class="deep-level-0">
3687
- <td class="name"><code><a href="TileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4020
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3688
4021
  <td class="name"><code>图层刷新完毕事件</code></td>
3689
4022
  </tr>
3690
4023
 
3691
4024
  <tr class="deep-level-0">
3692
- <td class="name"><code><a href="TileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4025
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3693
4026
  <td class="name"><code>图层加载完毕事件</code></td>
3694
4027
  </tr>
3695
4028
 
3696
4029
  <tr class="deep-level-0">
3697
- <td class="name"><code><a href="TileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4030
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3698
4031
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3699
4032
  </tr>
3700
4033
 
3701
4034
  <tr class="deep-level-0">
3702
- <td class="name"><code><a href="TileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4035
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3703
4036
  <td class="name"><code>图层更新完毕事件</code></td>
3704
4037
  </tr>
3705
4038
 
3706
4039
  <tr class="deep-level-0">
3707
- <td class="name"><code><a href="TileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4040
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3708
4041
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3709
4042
  </tr>
3710
4043
 
3711
4044
  <tr class="deep-level-0">
3712
- <td class="name"><code><a href="TileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4045
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3713
4046
  <td class="name"><code>图层销毁完毕事件</code></td>
3714
4047
  </tr>
3715
4048
 
3716
4049
  <tr class="deep-level-0">
3717
- <td class="name"><code><a href="TileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4050
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3718
4051
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3719
4052
  </tr>
3720
4053
 
@@ -3794,7 +4127,12 @@ view.on({
3794
4127
  <td class="type">
3795
4128
 
3796
4129
 
3797
- <span class="param-type">Object</span>
4130
+ <span class="param-type">
4131
+
4132
+ Object
4133
+
4134
+ </span>
4135
+
3798
4136
 
3799
4137
 
3800
4138
 
@@ -3827,7 +4165,12 @@ view.on({
3827
4165
  <td class="type">
3828
4166
 
3829
4167
 
3830
- <span class="param-type">String</span>
4168
+ <span class="param-type">
4169
+
4170
+ String
4171
+
4172
+ </span>
4173
+
3831
4174
 
3832
4175
 
3833
4176
 
@@ -3864,7 +4207,12 @@ view.on({
3864
4207
  <td class="type">
3865
4208
 
3866
4209
 
3867
- <span class="param-type">String</span>
4210
+ <span class="param-type">
4211
+
4212
+ String
4213
+
4214
+ </span>
4215
+
3868
4216
 
3869
4217
 
3870
4218
 
@@ -3901,7 +4249,12 @@ view.on({
3901
4249
  <td class="type">
3902
4250
 
3903
4251
 
3904
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4252
+ <span class="param-type">
4253
+
4254
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4255
+
4256
+ </span>
4257
+
3905
4258
 
3906
4259
 
3907
4260
 
@@ -3938,7 +4291,12 @@ view.on({
3938
4291
  <td class="type">
3939
4292
 
3940
4293
 
3941
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4294
+ <span class="param-type">
4295
+
4296
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4297
+
4298
+ </span>
4299
+
3942
4300
 
3943
4301
 
3944
4302
 
@@ -3975,7 +4333,12 @@ view.on({
3975
4333
  <td class="type">
3976
4334
 
3977
4335
 
3978
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4336
+ <span class="param-type">
4337
+
4338
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4339
+
4340
+ </span>
4341
+
3979
4342
 
3980
4343
 
3981
4344
 
@@ -4012,7 +4375,12 @@ view.on({
4012
4375
  <td class="type">
4013
4376
 
4014
4377
 
4015
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4378
+ <span class="param-type">
4379
+
4380
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4381
+
4382
+ </span>
4383
+
4016
4384
 
4017
4385
 
4018
4386
 
@@ -4049,7 +4417,12 @@ view.on({
4049
4417
  <td class="type">
4050
4418
 
4051
4419
 
4052
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4420
+ <span class="param-type">
4421
+
4422
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4423
+
4424
+ </span>
4425
+
4053
4426
 
4054
4427
 
4055
4428
 
@@ -4094,7 +4467,7 @@ view.on({
4094
4467
 
4095
4468
  <dt class="inherited-from">Inherited From:</dt>
4096
4469
  <dd class="inherited-from"><ul class="dummy"><li>
4097
- <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>
4470
+ <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>
4098
4471
  </li></ul></dd>
4099
4472
 
4100
4473
 
@@ -4240,7 +4613,12 @@ view.on({
4240
4613
  <td class="type">
4241
4614
 
4242
4615
 
4243
- <span class="param-type">Object</span>
4616
+ <span class="param-type">
4617
+
4618
+ Object
4619
+
4620
+ </span>
4621
+
4244
4622
 
4245
4623
 
4246
4624
 
@@ -4273,7 +4651,12 @@ view.on({
4273
4651
  <td class="type">
4274
4652
 
4275
4653
 
4276
- <span class="param-type">String</span>
4654
+ <span class="param-type">
4655
+
4656
+ String
4657
+
4658
+ </span>
4659
+
4277
4660
 
4278
4661
 
4279
4662
 
@@ -4310,7 +4693,12 @@ view.on({
4310
4693
  <td class="type">
4311
4694
 
4312
4695
 
4313
- <span class="param-type">String</span>
4696
+ <span class="param-type">
4697
+
4698
+ String
4699
+
4700
+ </span>
4701
+
4314
4702
 
4315
4703
 
4316
4704
 
@@ -4347,7 +4735,12 @@ view.on({
4347
4735
  <td class="type">
4348
4736
 
4349
4737
 
4350
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4738
+ <span class="param-type">
4739
+
4740
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4741
+
4742
+ </span>
4743
+
4351
4744
 
4352
4745
 
4353
4746
 
@@ -4384,7 +4777,12 @@ view.on({
4384
4777
  <td class="type">
4385
4778
 
4386
4779
 
4387
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4780
+ <span class="param-type">
4781
+
4782
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4783
+
4784
+ </span>
4785
+
4388
4786
 
4389
4787
 
4390
4788
 
@@ -4421,7 +4819,12 @@ view.on({
4421
4819
  <td class="type">
4422
4820
 
4423
4821
 
4424
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4822
+ <span class="param-type">
4823
+
4824
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4825
+
4826
+ </span>
4827
+
4425
4828
 
4426
4829
 
4427
4830
 
@@ -4458,7 +4861,12 @@ view.on({
4458
4861
  <td class="type">
4459
4862
 
4460
4863
 
4461
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4864
+ <span class="param-type">
4865
+
4866
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4867
+
4868
+ </span>
4869
+
4462
4870
 
4463
4871
 
4464
4872
 
@@ -4495,7 +4903,12 @@ view.on({
4495
4903
  <td class="type">
4496
4904
 
4497
4905
 
4498
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4906
+ <span class="param-type">
4907
+
4908
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4909
+
4910
+ </span>
4911
+
4499
4912
 
4500
4913
 
4501
4914
 
@@ -4540,7 +4953,7 @@ view.on({
4540
4953
 
4541
4954
  <dt class="inherited-from">Inherited From:</dt>
4542
4955
  <dd class="inherited-from"><ul class="dummy"><li>
4543
- <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>
4956
+ <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>
4544
4957
  </li></ul></dd>
4545
4958
 
4546
4959
 
@@ -4676,7 +5089,12 @@ view.on({
4676
5089
  <td class="type">
4677
5090
 
4678
5091
 
4679
- <span class="param-type">Object</span>
5092
+ <span class="param-type">
5093
+
5094
+ Object
5095
+
5096
+ </span>
5097
+
4680
5098
 
4681
5099
 
4682
5100
 
@@ -4709,7 +5127,12 @@ view.on({
4709
5127
  <td class="type">
4710
5128
 
4711
5129
 
4712
- <span class="param-type">String</span>
5130
+ <span class="param-type">
5131
+
5132
+ String
5133
+
5134
+ </span>
5135
+
4713
5136
 
4714
5137
 
4715
5138
 
@@ -4746,7 +5169,12 @@ view.on({
4746
5169
  <td class="type">
4747
5170
 
4748
5171
 
4749
- <span class="param-type">String</span>
5172
+ <span class="param-type">
5173
+
5174
+ String
5175
+
5176
+ </span>
5177
+
4750
5178
 
4751
5179
 
4752
5180
 
@@ -4783,7 +5211,12 @@ view.on({
4783
5211
  <td class="type">
4784
5212
 
4785
5213
 
4786
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5214
+ <span class="param-type">
5215
+
5216
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5217
+
5218
+ </span>
5219
+
4787
5220
 
4788
5221
 
4789
5222
 
@@ -4820,7 +5253,12 @@ view.on({
4820
5253
  <td class="type">
4821
5254
 
4822
5255
 
4823
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5256
+ <span class="param-type">
5257
+
5258
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5259
+
5260
+ </span>
5261
+
4824
5262
 
4825
5263
 
4826
5264
 
@@ -4857,7 +5295,12 @@ view.on({
4857
5295
  <td class="type">
4858
5296
 
4859
5297
 
4860
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5298
+ <span class="param-type">
5299
+
5300
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5301
+
5302
+ </span>
5303
+
4861
5304
 
4862
5305
 
4863
5306
 
@@ -4894,7 +5337,12 @@ view.on({
4894
5337
  <td class="type">
4895
5338
 
4896
5339
 
4897
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5340
+ <span class="param-type">
5341
+
5342
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5343
+
5344
+ </span>
5345
+
4898
5346
 
4899
5347
 
4900
5348
 
@@ -4931,7 +5379,12 @@ view.on({
4931
5379
  <td class="type">
4932
5380
 
4933
5381
 
4934
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5382
+ <span class="param-type">
5383
+
5384
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5385
+
5386
+ </span>
5387
+
4935
5388
 
4936
5389
 
4937
5390
 
@@ -4976,7 +5429,7 @@ view.on({
4976
5429
 
4977
5430
  <dt class="inherited-from">Inherited From:</dt>
4978
5431
  <dd class="inherited-from"><ul class="dummy"><li>
4979
- <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>
5432
+ <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>
4980
5433
  </li></ul></dd>
4981
5434
 
4982
5435
 
@@ -5122,7 +5575,12 @@ view.on({
5122
5575
  <td class="type">
5123
5576
 
5124
5577
 
5125
- <span class="param-type">Object</span>
5578
+ <span class="param-type">
5579
+
5580
+ Object
5581
+
5582
+ </span>
5583
+
5126
5584
 
5127
5585
 
5128
5586
 
@@ -5155,7 +5613,12 @@ view.on({
5155
5613
  <td class="type">
5156
5614
 
5157
5615
 
5158
- <span class="param-type">String</span>
5616
+ <span class="param-type">
5617
+
5618
+ String
5619
+
5620
+ </span>
5621
+
5159
5622
 
5160
5623
 
5161
5624
 
@@ -5192,7 +5655,12 @@ view.on({
5192
5655
  <td class="type">
5193
5656
 
5194
5657
 
5195
- <span class="param-type">String</span>
5658
+ <span class="param-type">
5659
+
5660
+ String
5661
+
5662
+ </span>
5663
+
5196
5664
 
5197
5665
 
5198
5666
 
@@ -5229,7 +5697,12 @@ view.on({
5229
5697
  <td class="type">
5230
5698
 
5231
5699
 
5232
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5700
+ <span class="param-type">
5701
+
5702
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5703
+
5704
+ </span>
5705
+
5233
5706
 
5234
5707
 
5235
5708
 
@@ -5266,7 +5739,12 @@ view.on({
5266
5739
  <td class="type">
5267
5740
 
5268
5741
 
5269
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5742
+ <span class="param-type">
5743
+
5744
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5745
+
5746
+ </span>
5747
+
5270
5748
 
5271
5749
 
5272
5750
 
@@ -5303,7 +5781,12 @@ view.on({
5303
5781
  <td class="type">
5304
5782
 
5305
5783
 
5306
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5784
+ <span class="param-type">
5785
+
5786
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5787
+
5788
+ </span>
5789
+
5307
5790
 
5308
5791
 
5309
5792
 
@@ -5340,7 +5823,12 @@ view.on({
5340
5823
  <td class="type">
5341
5824
 
5342
5825
 
5343
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5826
+ <span class="param-type">
5827
+
5828
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5829
+
5830
+ </span>
5831
+
5344
5832
 
5345
5833
 
5346
5834
 
@@ -5377,7 +5865,12 @@ view.on({
5377
5865
  <td class="type">
5378
5866
 
5379
5867
 
5380
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5868
+ <span class="param-type">
5869
+
5870
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5871
+
5872
+ </span>
5873
+
5381
5874
 
5382
5875
 
5383
5876
 
@@ -5422,7 +5915,7 @@ view.on({
5422
5915
 
5423
5916
  <dt class="inherited-from">Inherited From:</dt>
5424
5917
  <dd class="inherited-from"><ul class="dummy"><li>
5425
- <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>
5918
+ <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>
5426
5919
  </li></ul></dd>
5427
5920
 
5428
5921
 
@@ -5558,7 +6051,12 @@ view.on({
5558
6051
  <td class="type">
5559
6052
 
5560
6053
 
5561
- <span class="param-type">Object</span>
6054
+ <span class="param-type">
6055
+
6056
+ Object
6057
+
6058
+ </span>
6059
+
5562
6060
 
5563
6061
 
5564
6062
 
@@ -5591,7 +6089,12 @@ view.on({
5591
6089
  <td class="type">
5592
6090
 
5593
6091
 
5594
- <span class="param-type">String</span>
6092
+ <span class="param-type">
6093
+
6094
+ String
6095
+
6096
+ </span>
6097
+
5595
6098
 
5596
6099
 
5597
6100
 
@@ -5628,7 +6131,12 @@ view.on({
5628
6131
  <td class="type">
5629
6132
 
5630
6133
 
5631
- <span class="param-type">String</span>
6134
+ <span class="param-type">
6135
+
6136
+ String
6137
+
6138
+ </span>
6139
+
5632
6140
 
5633
6141
 
5634
6142
 
@@ -5665,7 +6173,12 @@ view.on({
5665
6173
  <td class="type">
5666
6174
 
5667
6175
 
5668
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6176
+ <span class="param-type">
6177
+
6178
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6179
+
6180
+ </span>
6181
+
5669
6182
 
5670
6183
 
5671
6184
 
@@ -5702,7 +6215,12 @@ view.on({
5702
6215
  <td class="type">
5703
6216
 
5704
6217
 
5705
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6218
+ <span class="param-type">
6219
+
6220
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6221
+
6222
+ </span>
6223
+
5706
6224
 
5707
6225
 
5708
6226
 
@@ -5739,7 +6257,12 @@ view.on({
5739
6257
  <td class="type">
5740
6258
 
5741
6259
 
5742
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6260
+ <span class="param-type">
6261
+
6262
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6263
+
6264
+ </span>
6265
+
5743
6266
 
5744
6267
 
5745
6268
 
@@ -5776,7 +6299,12 @@ view.on({
5776
6299
  <td class="type">
5777
6300
 
5778
6301
 
5779
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6302
+ <span class="param-type">
6303
+
6304
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6305
+
6306
+ </span>
6307
+
5780
6308
 
5781
6309
 
5782
6310
 
@@ -5813,7 +6341,12 @@ view.on({
5813
6341
  <td class="type">
5814
6342
 
5815
6343
 
5816
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6344
+ <span class="param-type">
6345
+
6346
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6347
+
6348
+ </span>
6349
+
5817
6350
 
5818
6351
 
5819
6352
 
@@ -5858,7 +6391,7 @@ view.on({
5858
6391
 
5859
6392
  <dt class="inherited-from">Inherited From:</dt>
5860
6393
  <dd class="inherited-from"><ul class="dummy"><li>
5861
- <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>
6394
+ <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>
5862
6395
  </li></ul></dd>
5863
6396
 
5864
6397
 
@@ -6004,7 +6537,12 @@ view.on({
6004
6537
  <td class="type">
6005
6538
 
6006
6539
 
6007
- <span class="param-type">Object</span>
6540
+ <span class="param-type">
6541
+
6542
+ Object
6543
+
6544
+ </span>
6545
+
6008
6546
 
6009
6547
 
6010
6548
 
@@ -6037,7 +6575,12 @@ view.on({
6037
6575
  <td class="type">
6038
6576
 
6039
6577
 
6040
- <span class="param-type">String</span>
6578
+ <span class="param-type">
6579
+
6580
+ String
6581
+
6582
+ </span>
6583
+
6041
6584
 
6042
6585
 
6043
6586
 
@@ -6074,7 +6617,12 @@ view.on({
6074
6617
  <td class="type">
6075
6618
 
6076
6619
 
6077
- <span class="param-type">String</span>
6620
+ <span class="param-type">
6621
+
6622
+ String
6623
+
6624
+ </span>
6625
+
6078
6626
 
6079
6627
 
6080
6628
 
@@ -6111,7 +6659,12 @@ view.on({
6111
6659
  <td class="type">
6112
6660
 
6113
6661
 
6114
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6662
+ <span class="param-type">
6663
+
6664
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6665
+
6666
+ </span>
6667
+
6115
6668
 
6116
6669
 
6117
6670
 
@@ -6148,7 +6701,12 @@ view.on({
6148
6701
  <td class="type">
6149
6702
 
6150
6703
 
6151
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6704
+ <span class="param-type">
6705
+
6706
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6707
+
6708
+ </span>
6709
+
6152
6710
 
6153
6711
 
6154
6712
 
@@ -6185,7 +6743,12 @@ view.on({
6185
6743
  <td class="type">
6186
6744
 
6187
6745
 
6188
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6746
+ <span class="param-type">
6747
+
6748
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6749
+
6750
+ </span>
6751
+
6189
6752
 
6190
6753
 
6191
6754
 
@@ -6222,7 +6785,12 @@ view.on({
6222
6785
  <td class="type">
6223
6786
 
6224
6787
 
6225
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6788
+ <span class="param-type">
6789
+
6790
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6791
+
6792
+ </span>
6793
+
6226
6794
 
6227
6795
 
6228
6796
 
@@ -6259,7 +6827,12 @@ view.on({
6259
6827
  <td class="type">
6260
6828
 
6261
6829
 
6262
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6830
+ <span class="param-type">
6831
+
6832
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6833
+
6834
+ </span>
6835
+
6263
6836
 
6264
6837
 
6265
6838
 
@@ -6304,7 +6877,7 @@ view.on({
6304
6877
 
6305
6878
  <dt class="inherited-from">Inherited From:</dt>
6306
6879
  <dd class="inherited-from"><ul class="dummy"><li>
6307
- <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>
6880
+ <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>
6308
6881
  </li></ul></dd>
6309
6882
 
6310
6883
 
@@ -6440,7 +7013,12 @@ view.on({
6440
7013
  <td class="type">
6441
7014
 
6442
7015
 
6443
- <span class="param-type">Object</span>
7016
+ <span class="param-type">
7017
+
7018
+ Object
7019
+
7020
+ </span>
7021
+
6444
7022
 
6445
7023
 
6446
7024
 
@@ -6473,7 +7051,12 @@ view.on({
6473
7051
  <td class="type">
6474
7052
 
6475
7053
 
6476
- <span class="param-type">String</span>
7054
+ <span class="param-type">
7055
+
7056
+ String
7057
+
7058
+ </span>
7059
+
6477
7060
 
6478
7061
 
6479
7062
 
@@ -6510,7 +7093,12 @@ view.on({
6510
7093
  <td class="type">
6511
7094
 
6512
7095
 
6513
- <span class="param-type">String</span>
7096
+ <span class="param-type">
7097
+
7098
+ String
7099
+
7100
+ </span>
7101
+
6514
7102
 
6515
7103
 
6516
7104
 
@@ -6547,7 +7135,12 @@ view.on({
6547
7135
  <td class="type">
6548
7136
 
6549
7137
 
6550
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7138
+ <span class="param-type">
7139
+
7140
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7141
+
7142
+ </span>
7143
+
6551
7144
 
6552
7145
 
6553
7146
 
@@ -6584,7 +7177,12 @@ view.on({
6584
7177
  <td class="type">
6585
7178
 
6586
7179
 
6587
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7180
+ <span class="param-type">
7181
+
7182
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7183
+
7184
+ </span>
7185
+
6588
7186
 
6589
7187
 
6590
7188
 
@@ -6621,7 +7219,12 @@ view.on({
6621
7219
  <td class="type">
6622
7220
 
6623
7221
 
6624
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7222
+ <span class="param-type">
7223
+
7224
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7225
+
7226
+ </span>
7227
+
6625
7228
 
6626
7229
 
6627
7230
 
@@ -6658,7 +7261,12 @@ view.on({
6658
7261
  <td class="type">
6659
7262
 
6660
7263
 
6661
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7264
+ <span class="param-type">
7265
+
7266
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7267
+
7268
+ </span>
7269
+
6662
7270
 
6663
7271
 
6664
7272
 
@@ -6695,7 +7303,12 @@ view.on({
6695
7303
  <td class="type">
6696
7304
 
6697
7305
 
6698
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7306
+ <span class="param-type">
7307
+
7308
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7309
+
7310
+ </span>
7311
+
6699
7312
 
6700
7313
 
6701
7314
 
@@ -6740,7 +7353,7 @@ view.on({
6740
7353
 
6741
7354
  <dt class="inherited-from">Inherited From:</dt>
6742
7355
  <dd class="inherited-from"><ul class="dummy"><li>
6743
- <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>
7356
+ <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>
6744
7357
  </li></ul></dd>
6745
7358
 
6746
7359