@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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.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="UnknownLayer.html#fromJSON">fromJSON</a></code></td>
2246
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2042
2247
  <td class="name">
2043
2248
  <code>
2044
2249
 
2045
2250
 
2046
- <span class="param-type">*</span>
2251
+ <span class="param-type">
2252
+
2253
+ *
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="UnknownLayer.html#clone">clone</a></code></td>
2266
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2057
2267
  <td class="name">
2058
2268
  <code>
2059
2269
 
2060
2270
 
2061
- <span class="param-type"><a class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
2271
+ <span class="param-type">
2272
+
2273
+ <a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a>
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="UnknownLayer.html#destroy">destroy</a></code></td>
2286
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2072
2287
  <td class="name">
2073
2288
  <code>
2074
2289
 
2075
2290
 
2076
- <span class="param-type">*</span>
2291
+ <span class="param-type">
2292
+
2293
+ *
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="UnknownLayer.html#isLoaded">isLoaded</a></code></td>
2306
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2087
2307
  <td class="name">
2088
2308
  <code>
2089
2309
 
2090
2310
 
2091
- <span class="param-type">Boolean</span>
2311
+ <span class="param-type">
2312
+
2313
+ Boolean
2314
+
2315
+ </span>
2316
+
2092
2317
 
2093
2318
 
2094
2319
 
@@ -2098,12 +2323,17 @@
2098
2323
  </tr>
2099
2324
 
2100
2325
  <tr class="deep-level-0">
2101
- <td class="name"><code><a href="UnknownLayer.html#off">off</a></code></td>
2326
+ <td class="name"><code><a href="#off">off</a></code></td>
2102
2327
  <td class="name">
2103
2328
  <code>
2104
2329
 
2105
2330
 
2106
- <span class="param-type">Object</span>
2331
+ <span class="param-type">
2332
+
2333
+ Object
2334
+
2335
+ </span>
2336
+
2107
2337
 
2108
2338
 
2109
2339
 
@@ -2111,21 +2341,21 @@
2111
2341
  </td>
2112
2342
  <td class="name"><code><p>移除事件<br/>
2113
2343
  示例如下:<br/>
2114
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2115
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2116
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2117
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2118
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2119
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2344
+ </code></td>
2120
2345
  </tr>
2121
2346
 
2122
2347
  <tr class="deep-level-0">
2123
- <td class="name"><code><a href="UnknownLayer.html#on">on</a></code></td>
2348
+ <td class="name"><code><a href="#on">on</a></code></td>
2124
2349
  <td class="name">
2125
2350
  <code>
2126
2351
 
2127
2352
 
2128
- <span class="param-type">Object</span>
2353
+ <span class="param-type">
2354
+
2355
+ Object
2356
+
2357
+ </span>
2358
+
2129
2359
 
2130
2360
 
2131
2361
 
@@ -2133,15 +2363,11 @@
2133
2363
  </td>
2134
2364
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2135
2365
  示例如下:<br/>
2136
- <a href='#event1'>[1、注册一个事件]</a><br/>
2137
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2138
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2139
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2140
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2366
+ </code></td>
2141
2367
  </tr>
2142
2368
 
2143
2369
  <tr class="deep-level-0">
2144
- <td class="name"><code><a href="UnknownLayer.html#refresh">refresh</a></code></td>
2370
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2145
2371
  <td class="name">
2146
2372
  <code>
2147
2373
 
@@ -2151,12 +2377,17 @@
2151
2377
  </tr>
2152
2378
 
2153
2379
  <tr class="deep-level-0">
2154
- <td class="name"><code><a href="UnknownLayer.html#toJSON">toJSON</a></code></td>
2380
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2155
2381
  <td class="name">
2156
2382
  <code>
2157
2383
 
2158
2384
 
2159
- <span class="param-type">Object</span>
2385
+ <span class="param-type">
2386
+
2387
+ Object
2388
+
2389
+ </span>
2390
+
2160
2391
 
2161
2392
 
2162
2393
 
@@ -2223,13 +2454,18 @@
2223
2454
 
2224
2455
  <tr class="deep-level-0">
2225
2456
 
2226
- <td class="name" id="json"><code>json</code></td>
2457
+ <td class="name"><code>json</code></td>
2227
2458
 
2228
2459
 
2229
2460
  <td class="type">
2230
2461
 
2231
2462
 
2232
- <span class="param-type">*</span>
2463
+ <span class="param-type">
2464
+
2465
+ *
2466
+
2467
+ </span>
2468
+
2233
2469
 
2234
2470
 
2235
2471
 
@@ -2315,7 +2551,12 @@
2315
2551
  <div class='column is-5 has-text-left'>
2316
2552
  <label>类型: </label>
2317
2553
 
2318
- <span class="param-type">*</span>
2554
+ <span class="param-type">
2555
+
2556
+ *
2557
+
2558
+ </span>
2559
+
2319
2560
 
2320
2561
 
2321
2562
  </div>
@@ -2436,7 +2677,12 @@
2436
2677
  <div class='column is-5 has-text-left'>
2437
2678
  <label>类型: </label>
2438
2679
 
2439
- <span class="param-type"><a class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
2680
+ <span class="param-type">
2681
+
2682
+ <a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a>
2683
+
2684
+ </span>
2685
+
2440
2686
 
2441
2687
 
2442
2688
  </div>
@@ -2492,7 +2738,7 @@
2492
2738
 
2493
2739
  <dt class="inherited-from">Inherited From:</dt>
2494
2740
  <dd class="inherited-from"><ul class="dummy"><li>
2495
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2741
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2496
2742
  </li></ul></dd>
2497
2743
 
2498
2744
 
@@ -2551,7 +2797,12 @@
2551
2797
  <div class='column is-5 has-text-left'>
2552
2798
  <label>类型: </label>
2553
2799
 
2554
- <span class="param-type">*</span>
2800
+ <span class="param-type">
2801
+
2802
+ *
2803
+
2804
+ </span>
2805
+
2555
2806
 
2556
2807
 
2557
2808
  </div>
@@ -2611,7 +2862,7 @@
2611
2862
 
2612
2863
  <dt class="inherited-from">Inherited From:</dt>
2613
2864
  <dd class="inherited-from"><ul class="dummy"><li>
2614
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2865
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2615
2866
  </li></ul></dd>
2616
2867
 
2617
2868
 
@@ -2672,7 +2923,12 @@
2672
2923
  <div class='column is-5 has-text-left'>
2673
2924
  <label>类型: </label>
2674
2925
 
2675
- <span class="param-type">Boolean</span>
2926
+ <span class="param-type">
2927
+
2928
+ Boolean
2929
+
2930
+ </span>
2931
+
2676
2932
 
2677
2933
 
2678
2934
  </div>
@@ -2750,13 +3006,18 @@
2750
3006
 
2751
3007
  <tr class="deep-level-0">
2752
3008
 
2753
- <td class="name" id="types"><code>types</code></td>
3009
+ <td class="name"><code>types</code></td>
2754
3010
 
2755
3011
 
2756
3012
  <td class="type">
2757
3013
 
2758
3014
 
2759
- <span class="param-type">string</span>
3015
+ <span class="param-type">
3016
+
3017
+ string
3018
+
3019
+ </span>
3020
+
2760
3021
 
2761
3022
 
2762
3023
 
@@ -2776,13 +3037,18 @@
2776
3037
 
2777
3038
  <tr class="deep-level-0">
2778
3039
 
2779
- <td class="name" id="fn"><code>fn</code></td>
3040
+ <td class="name"><code>fn</code></td>
2780
3041
 
2781
3042
 
2782
3043
  <td class="type">
2783
3044
 
2784
3045
 
2785
- <span class="param-type">function</span>
3046
+ <span class="param-type">
3047
+
3048
+ function
3049
+
3050
+ </span>
3051
+
2786
3052
 
2787
3053
 
2788
3054
 
@@ -2800,13 +3066,18 @@
2800
3066
 
2801
3067
  <tr class="deep-level-0">
2802
3068
 
2803
- <td class="name" id="context"><code>context</code></td>
3069
+ <td class="name"><code>context</code></td>
2804
3070
 
2805
3071
 
2806
3072
  <td class="type">
2807
3073
 
2808
3074
 
2809
- <span class="param-type">Object</span>
3075
+ <span class="param-type">
3076
+
3077
+ Object
3078
+
3079
+ </span>
3080
+
2810
3081
 
2811
3082
 
2812
3083
 
@@ -2838,7 +3109,7 @@
2838
3109
 
2839
3110
  <dt class="inherited-from">Inherited From:</dt>
2840
3111
  <dd class="inherited-from"><ul class="dummy"><li>
2841
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3112
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2842
3113
  </li></ul></dd>
2843
3114
 
2844
3115
 
@@ -2899,7 +3170,12 @@
2899
3170
  <div class='column is-5 has-text-left'>
2900
3171
  <label>类型: </label>
2901
3172
 
2902
- <span class="param-type">Object</span>
3173
+ <span class="param-type">
3174
+
3175
+ Object
3176
+
3177
+ </span>
3178
+
2903
3179
 
2904
3180
 
2905
3181
  </div>
@@ -3066,16 +3342,25 @@ view.off({
3066
3342
 
3067
3343
  <tr class="deep-level-0">
3068
3344
 
3069
- <td class="name" id="types"><code>types</code></td>
3345
+ <td class="name"><code>types</code></td>
3070
3346
 
3071
3347
 
3072
3348
  <td class="type">
3073
3349
 
3074
3350
 
3075
- <span class="param-type">String</span>
3351
+ <span class="param-type">
3352
+
3353
+ String
3354
+
3355
+ </span>
3076
3356
  |
3077
3357
 
3078
- <span class="param-type">Object</span>
3358
+ <span class="param-type">
3359
+
3360
+ Object
3361
+
3362
+ </span>
3363
+
3079
3364
 
3080
3365
 
3081
3366
 
@@ -3101,13 +3386,18 @@ view.off({
3101
3386
 
3102
3387
  <tr class="deep-level-0">
3103
3388
 
3104
- <td class="name" id="fn"><code>fn</code></td>
3389
+ <td class="name"><code>fn</code></td>
3105
3390
 
3106
3391
 
3107
3392
  <td class="type">
3108
3393
 
3109
3394
 
3110
- <span class="param-type">function</span>
3395
+ <span class="param-type">
3396
+
3397
+ function
3398
+
3399
+ </span>
3400
+
3111
3401
 
3112
3402
 
3113
3403
 
@@ -3131,13 +3421,18 @@ view.off({
3131
3421
 
3132
3422
  <tr class="deep-level-0">
3133
3423
 
3134
- <td class="name" id="context"><code>context</code></td>
3424
+ <td class="name"><code>context</code></td>
3135
3425
 
3136
3426
 
3137
3427
  <td class="type">
3138
3428
 
3139
3429
 
3140
- <span class="param-type">Object</span>
3430
+ <span class="param-type">
3431
+
3432
+ Object
3433
+
3434
+ </span>
3435
+
3141
3436
 
3142
3437
 
3143
3438
 
@@ -3175,7 +3470,7 @@ view.off({
3175
3470
 
3176
3471
  <dt class="inherited-from">Inherited From:</dt>
3177
3472
  <dd class="inherited-from"><ul class="dummy"><li>
3178
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3473
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3179
3474
  </li></ul></dd>
3180
3475
 
3181
3476
 
@@ -3236,7 +3531,12 @@ view.off({
3236
3531
  <div class='column is-5 has-text-left'>
3237
3532
  <label>类型: </label>
3238
3533
 
3239
- <span class="param-type">Object</span>
3534
+ <span class="param-type">
3535
+
3536
+ Object
3537
+
3538
+ </span>
3539
+
3240
3540
 
3241
3541
 
3242
3542
  </div>
@@ -3374,7 +3674,7 @@ view.on({
3374
3674
 
3375
3675
  <dt class="inherited-from">Inherited From:</dt>
3376
3676
  <dd class="inherited-from"><ul class="dummy"><li>
3377
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3677
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3378
3678
  </li></ul></dd>
3379
3679
 
3380
3680
 
@@ -3470,7 +3770,7 @@ view.on({
3470
3770
 
3471
3771
  <dt class="inherited-from">Inherited From:</dt>
3472
3772
  <dd class="inherited-from"><ul class="dummy"><li>
3473
- <a class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
3773
+ <a goto="toJSON" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
3474
3774
  </li></ul></dd>
3475
3775
 
3476
3776
 
@@ -3531,7 +3831,12 @@ view.on({
3531
3831
  <div class='column is-5 has-text-left'>
3532
3832
  <label>类型: </label>
3533
3833
 
3534
- <span class="param-type">Object</span>
3834
+ <span class="param-type">
3835
+
3836
+ Object
3837
+
3838
+ </span>
3839
+
3535
3840
 
3536
3841
 
3537
3842
  </div>
@@ -3570,37 +3875,37 @@ view.on({
3570
3875
  <tbody>
3571
3876
 
3572
3877
  <tr class="deep-level-0">
3573
- <td class="name"><code><a href="UnknownLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3878
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3574
3879
  <td class="name"><code>图层刷新完毕事件</code></td>
3575
3880
  </tr>
3576
3881
 
3577
3882
  <tr class="deep-level-0">
3578
- <td class="name"><code><a href="UnknownLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3883
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3579
3884
  <td class="name"><code>图层加载完毕事件</code></td>
3580
3885
  </tr>
3581
3886
 
3582
3887
  <tr class="deep-level-0">
3583
- <td class="name"><code><a href="UnknownLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3888
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3584
3889
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3585
3890
  </tr>
3586
3891
 
3587
3892
  <tr class="deep-level-0">
3588
- <td class="name"><code><a href="UnknownLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3893
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3589
3894
  <td class="name"><code>图层更新完毕事件</code></td>
3590
3895
  </tr>
3591
3896
 
3592
3897
  <tr class="deep-level-0">
3593
- <td class="name"><code><a href="UnknownLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3898
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3594
3899
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3595
3900
  </tr>
3596
3901
 
3597
3902
  <tr class="deep-level-0">
3598
- <td class="name"><code><a href="UnknownLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3903
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3599
3904
  <td class="name"><code>图层销毁完毕事件</code></td>
3600
3905
  </tr>
3601
3906
 
3602
3907
  <tr class="deep-level-0">
3603
- <td class="name"><code><a href="UnknownLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3908
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3604
3909
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3605
3910
  </tr>
3606
3911
 
@@ -3680,7 +3985,12 @@ view.on({
3680
3985
  <td class="type">
3681
3986
 
3682
3987
 
3683
- <span class="param-type">Object</span>
3988
+ <span class="param-type">
3989
+
3990
+ Object
3991
+
3992
+ </span>
3993
+
3684
3994
 
3685
3995
 
3686
3996
 
@@ -3713,7 +4023,12 @@ view.on({
3713
4023
  <td class="type">
3714
4024
 
3715
4025
 
3716
- <span class="param-type">String</span>
4026
+ <span class="param-type">
4027
+
4028
+ String
4029
+
4030
+ </span>
4031
+
3717
4032
 
3718
4033
 
3719
4034
 
@@ -3750,7 +4065,12 @@ view.on({
3750
4065
  <td class="type">
3751
4066
 
3752
4067
 
3753
- <span class="param-type">String</span>
4068
+ <span class="param-type">
4069
+
4070
+ String
4071
+
4072
+ </span>
4073
+
3754
4074
 
3755
4075
 
3756
4076
 
@@ -3787,7 +4107,12 @@ view.on({
3787
4107
  <td class="type">
3788
4108
 
3789
4109
 
3790
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4110
+ <span class="param-type">
4111
+
4112
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4113
+
4114
+ </span>
4115
+
3791
4116
 
3792
4117
 
3793
4118
 
@@ -3824,7 +4149,12 @@ view.on({
3824
4149
  <td class="type">
3825
4150
 
3826
4151
 
3827
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4152
+ <span class="param-type">
4153
+
4154
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4155
+
4156
+ </span>
4157
+
3828
4158
 
3829
4159
 
3830
4160
 
@@ -3861,7 +4191,12 @@ view.on({
3861
4191
  <td class="type">
3862
4192
 
3863
4193
 
3864
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4194
+ <span class="param-type">
4195
+
4196
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4197
+
4198
+ </span>
4199
+
3865
4200
 
3866
4201
 
3867
4202
 
@@ -3898,7 +4233,12 @@ view.on({
3898
4233
  <td class="type">
3899
4234
 
3900
4235
 
3901
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4236
+ <span class="param-type">
4237
+
4238
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4239
+
4240
+ </span>
4241
+
3902
4242
 
3903
4243
 
3904
4244
 
@@ -3935,7 +4275,12 @@ view.on({
3935
4275
  <td class="type">
3936
4276
 
3937
4277
 
3938
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4278
+ <span class="param-type">
4279
+
4280
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4281
+
4282
+ </span>
4283
+
3939
4284
 
3940
4285
 
3941
4286
 
@@ -3980,7 +4325,7 @@ view.on({
3980
4325
 
3981
4326
  <dt class="inherited-from">Inherited From:</dt>
3982
4327
  <dd class="inherited-from"><ul class="dummy"><li>
3983
- <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>
4328
+ <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>
3984
4329
  </li></ul></dd>
3985
4330
 
3986
4331
 
@@ -4126,7 +4471,12 @@ view.on({
4126
4471
  <td class="type">
4127
4472
 
4128
4473
 
4129
- <span class="param-type">Object</span>
4474
+ <span class="param-type">
4475
+
4476
+ Object
4477
+
4478
+ </span>
4479
+
4130
4480
 
4131
4481
 
4132
4482
 
@@ -4159,7 +4509,12 @@ view.on({
4159
4509
  <td class="type">
4160
4510
 
4161
4511
 
4162
- <span class="param-type">String</span>
4512
+ <span class="param-type">
4513
+
4514
+ String
4515
+
4516
+ </span>
4517
+
4163
4518
 
4164
4519
 
4165
4520
 
@@ -4196,7 +4551,12 @@ view.on({
4196
4551
  <td class="type">
4197
4552
 
4198
4553
 
4199
- <span class="param-type">String</span>
4554
+ <span class="param-type">
4555
+
4556
+ String
4557
+
4558
+ </span>
4559
+
4200
4560
 
4201
4561
 
4202
4562
 
@@ -4233,7 +4593,12 @@ view.on({
4233
4593
  <td class="type">
4234
4594
 
4235
4595
 
4236
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4596
+ <span class="param-type">
4597
+
4598
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4599
+
4600
+ </span>
4601
+
4237
4602
 
4238
4603
 
4239
4604
 
@@ -4270,7 +4635,12 @@ view.on({
4270
4635
  <td class="type">
4271
4636
 
4272
4637
 
4273
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4638
+ <span class="param-type">
4639
+
4640
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4641
+
4642
+ </span>
4643
+
4274
4644
 
4275
4645
 
4276
4646
 
@@ -4307,7 +4677,12 @@ view.on({
4307
4677
  <td class="type">
4308
4678
 
4309
4679
 
4310
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4680
+ <span class="param-type">
4681
+
4682
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4683
+
4684
+ </span>
4685
+
4311
4686
 
4312
4687
 
4313
4688
 
@@ -4344,7 +4719,12 @@ view.on({
4344
4719
  <td class="type">
4345
4720
 
4346
4721
 
4347
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4722
+ <span class="param-type">
4723
+
4724
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4725
+
4726
+ </span>
4727
+
4348
4728
 
4349
4729
 
4350
4730
 
@@ -4381,7 +4761,12 @@ view.on({
4381
4761
  <td class="type">
4382
4762
 
4383
4763
 
4384
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4764
+ <span class="param-type">
4765
+
4766
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4767
+
4768
+ </span>
4769
+
4385
4770
 
4386
4771
 
4387
4772
 
@@ -4426,7 +4811,7 @@ view.on({
4426
4811
 
4427
4812
  <dt class="inherited-from">Inherited From:</dt>
4428
4813
  <dd class="inherited-from"><ul class="dummy"><li>
4429
- <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>
4814
+ <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>
4430
4815
  </li></ul></dd>
4431
4816
 
4432
4817
 
@@ -4562,7 +4947,12 @@ view.on({
4562
4947
  <td class="type">
4563
4948
 
4564
4949
 
4565
- <span class="param-type">Object</span>
4950
+ <span class="param-type">
4951
+
4952
+ Object
4953
+
4954
+ </span>
4955
+
4566
4956
 
4567
4957
 
4568
4958
 
@@ -4595,7 +4985,12 @@ view.on({
4595
4985
  <td class="type">
4596
4986
 
4597
4987
 
4598
- <span class="param-type">String</span>
4988
+ <span class="param-type">
4989
+
4990
+ String
4991
+
4992
+ </span>
4993
+
4599
4994
 
4600
4995
 
4601
4996
 
@@ -4632,7 +5027,12 @@ view.on({
4632
5027
  <td class="type">
4633
5028
 
4634
5029
 
4635
- <span class="param-type">String</span>
5030
+ <span class="param-type">
5031
+
5032
+ String
5033
+
5034
+ </span>
5035
+
4636
5036
 
4637
5037
 
4638
5038
 
@@ -4669,7 +5069,12 @@ view.on({
4669
5069
  <td class="type">
4670
5070
 
4671
5071
 
4672
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5072
+ <span class="param-type">
5073
+
5074
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5075
+
5076
+ </span>
5077
+
4673
5078
 
4674
5079
 
4675
5080
 
@@ -4706,7 +5111,12 @@ view.on({
4706
5111
  <td class="type">
4707
5112
 
4708
5113
 
4709
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5114
+ <span class="param-type">
5115
+
5116
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5117
+
5118
+ </span>
5119
+
4710
5120
 
4711
5121
 
4712
5122
 
@@ -4743,7 +5153,12 @@ view.on({
4743
5153
  <td class="type">
4744
5154
 
4745
5155
 
4746
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5156
+ <span class="param-type">
5157
+
5158
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5159
+
5160
+ </span>
5161
+
4747
5162
 
4748
5163
 
4749
5164
 
@@ -4780,7 +5195,12 @@ view.on({
4780
5195
  <td class="type">
4781
5196
 
4782
5197
 
4783
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5198
+ <span class="param-type">
5199
+
5200
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5201
+
5202
+ </span>
5203
+
4784
5204
 
4785
5205
 
4786
5206
 
@@ -4817,7 +5237,12 @@ view.on({
4817
5237
  <td class="type">
4818
5238
 
4819
5239
 
4820
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5240
+ <span class="param-type">
5241
+
5242
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5243
+
5244
+ </span>
5245
+
4821
5246
 
4822
5247
 
4823
5248
 
@@ -4862,7 +5287,7 @@ view.on({
4862
5287
 
4863
5288
  <dt class="inherited-from">Inherited From:</dt>
4864
5289
  <dd class="inherited-from"><ul class="dummy"><li>
4865
- <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>
5290
+ <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>
4866
5291
  </li></ul></dd>
4867
5292
 
4868
5293
 
@@ -5008,7 +5433,12 @@ view.on({
5008
5433
  <td class="type">
5009
5434
 
5010
5435
 
5011
- <span class="param-type">Object</span>
5436
+ <span class="param-type">
5437
+
5438
+ Object
5439
+
5440
+ </span>
5441
+
5012
5442
 
5013
5443
 
5014
5444
 
@@ -5041,7 +5471,12 @@ view.on({
5041
5471
  <td class="type">
5042
5472
 
5043
5473
 
5044
- <span class="param-type">String</span>
5474
+ <span class="param-type">
5475
+
5476
+ String
5477
+
5478
+ </span>
5479
+
5045
5480
 
5046
5481
 
5047
5482
 
@@ -5078,7 +5513,12 @@ view.on({
5078
5513
  <td class="type">
5079
5514
 
5080
5515
 
5081
- <span class="param-type">String</span>
5516
+ <span class="param-type">
5517
+
5518
+ String
5519
+
5520
+ </span>
5521
+
5082
5522
 
5083
5523
 
5084
5524
 
@@ -5115,7 +5555,12 @@ view.on({
5115
5555
  <td class="type">
5116
5556
 
5117
5557
 
5118
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5558
+ <span class="param-type">
5559
+
5560
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5561
+
5562
+ </span>
5563
+
5119
5564
 
5120
5565
 
5121
5566
 
@@ -5152,7 +5597,12 @@ view.on({
5152
5597
  <td class="type">
5153
5598
 
5154
5599
 
5155
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5600
+ <span class="param-type">
5601
+
5602
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5603
+
5604
+ </span>
5605
+
5156
5606
 
5157
5607
 
5158
5608
 
@@ -5189,7 +5639,12 @@ view.on({
5189
5639
  <td class="type">
5190
5640
 
5191
5641
 
5192
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5642
+ <span class="param-type">
5643
+
5644
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5645
+
5646
+ </span>
5647
+
5193
5648
 
5194
5649
 
5195
5650
 
@@ -5226,7 +5681,12 @@ view.on({
5226
5681
  <td class="type">
5227
5682
 
5228
5683
 
5229
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5684
+ <span class="param-type">
5685
+
5686
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5687
+
5688
+ </span>
5689
+
5230
5690
 
5231
5691
 
5232
5692
 
@@ -5263,7 +5723,12 @@ view.on({
5263
5723
  <td class="type">
5264
5724
 
5265
5725
 
5266
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5726
+ <span class="param-type">
5727
+
5728
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5729
+
5730
+ </span>
5731
+
5267
5732
 
5268
5733
 
5269
5734
 
@@ -5308,7 +5773,7 @@ view.on({
5308
5773
 
5309
5774
  <dt class="inherited-from">Inherited From:</dt>
5310
5775
  <dd class="inherited-from"><ul class="dummy"><li>
5311
- <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>
5776
+ <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>
5312
5777
  </li></ul></dd>
5313
5778
 
5314
5779
 
@@ -5444,7 +5909,12 @@ view.on({
5444
5909
  <td class="type">
5445
5910
 
5446
5911
 
5447
- <span class="param-type">Object</span>
5912
+ <span class="param-type">
5913
+
5914
+ Object
5915
+
5916
+ </span>
5917
+
5448
5918
 
5449
5919
 
5450
5920
 
@@ -5477,7 +5947,12 @@ view.on({
5477
5947
  <td class="type">
5478
5948
 
5479
5949
 
5480
- <span class="param-type">String</span>
5950
+ <span class="param-type">
5951
+
5952
+ String
5953
+
5954
+ </span>
5955
+
5481
5956
 
5482
5957
 
5483
5958
 
@@ -5514,7 +5989,12 @@ view.on({
5514
5989
  <td class="type">
5515
5990
 
5516
5991
 
5517
- <span class="param-type">String</span>
5992
+ <span class="param-type">
5993
+
5994
+ String
5995
+
5996
+ </span>
5997
+
5518
5998
 
5519
5999
 
5520
6000
 
@@ -5551,7 +6031,12 @@ view.on({
5551
6031
  <td class="type">
5552
6032
 
5553
6033
 
5554
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6034
+ <span class="param-type">
6035
+
6036
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6037
+
6038
+ </span>
6039
+
5555
6040
 
5556
6041
 
5557
6042
 
@@ -5588,7 +6073,12 @@ view.on({
5588
6073
  <td class="type">
5589
6074
 
5590
6075
 
5591
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6076
+ <span class="param-type">
6077
+
6078
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6079
+
6080
+ </span>
6081
+
5592
6082
 
5593
6083
 
5594
6084
 
@@ -5625,7 +6115,12 @@ view.on({
5625
6115
  <td class="type">
5626
6116
 
5627
6117
 
5628
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6118
+ <span class="param-type">
6119
+
6120
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6121
+
6122
+ </span>
6123
+
5629
6124
 
5630
6125
 
5631
6126
 
@@ -5662,7 +6157,12 @@ view.on({
5662
6157
  <td class="type">
5663
6158
 
5664
6159
 
5665
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6160
+ <span class="param-type">
6161
+
6162
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6163
+
6164
+ </span>
6165
+
5666
6166
 
5667
6167
 
5668
6168
 
@@ -5699,7 +6199,12 @@ view.on({
5699
6199
  <td class="type">
5700
6200
 
5701
6201
 
5702
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6202
+ <span class="param-type">
6203
+
6204
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6205
+
6206
+ </span>
6207
+
5703
6208
 
5704
6209
 
5705
6210
 
@@ -5744,7 +6249,7 @@ view.on({
5744
6249
 
5745
6250
  <dt class="inherited-from">Inherited From:</dt>
5746
6251
  <dd class="inherited-from"><ul class="dummy"><li>
5747
- <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>
6252
+ <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>
5748
6253
  </li></ul></dd>
5749
6254
 
5750
6255
 
@@ -5890,7 +6395,12 @@ view.on({
5890
6395
  <td class="type">
5891
6396
 
5892
6397
 
5893
- <span class="param-type">Object</span>
6398
+ <span class="param-type">
6399
+
6400
+ Object
6401
+
6402
+ </span>
6403
+
5894
6404
 
5895
6405
 
5896
6406
 
@@ -5923,7 +6433,12 @@ view.on({
5923
6433
  <td class="type">
5924
6434
 
5925
6435
 
5926
- <span class="param-type">String</span>
6436
+ <span class="param-type">
6437
+
6438
+ String
6439
+
6440
+ </span>
6441
+
5927
6442
 
5928
6443
 
5929
6444
 
@@ -5960,7 +6475,12 @@ view.on({
5960
6475
  <td class="type">
5961
6476
 
5962
6477
 
5963
- <span class="param-type">String</span>
6478
+ <span class="param-type">
6479
+
6480
+ String
6481
+
6482
+ </span>
6483
+
5964
6484
 
5965
6485
 
5966
6486
 
@@ -5997,7 +6517,12 @@ view.on({
5997
6517
  <td class="type">
5998
6518
 
5999
6519
 
6000
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6520
+ <span class="param-type">
6521
+
6522
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6523
+
6524
+ </span>
6525
+
6001
6526
 
6002
6527
 
6003
6528
 
@@ -6034,7 +6559,12 @@ view.on({
6034
6559
  <td class="type">
6035
6560
 
6036
6561
 
6037
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6562
+ <span class="param-type">
6563
+
6564
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6565
+
6566
+ </span>
6567
+
6038
6568
 
6039
6569
 
6040
6570
 
@@ -6071,7 +6601,12 @@ view.on({
6071
6601
  <td class="type">
6072
6602
 
6073
6603
 
6074
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6607
+
6608
+ </span>
6609
+
6075
6610
 
6076
6611
 
6077
6612
 
@@ -6108,7 +6643,12 @@ view.on({
6108
6643
  <td class="type">
6109
6644
 
6110
6645
 
6111
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6646
+ <span class="param-type">
6647
+
6648
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6649
+
6650
+ </span>
6651
+
6112
6652
 
6113
6653
 
6114
6654
 
@@ -6145,7 +6685,12 @@ view.on({
6145
6685
  <td class="type">
6146
6686
 
6147
6687
 
6148
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6688
+ <span class="param-type">
6689
+
6690
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6691
+
6692
+ </span>
6693
+
6149
6694
 
6150
6695
 
6151
6696
 
@@ -6190,7 +6735,7 @@ view.on({
6190
6735
 
6191
6736
  <dt class="inherited-from">Inherited From:</dt>
6192
6737
  <dd class="inherited-from"><ul class="dummy"><li>
6193
- <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>
6738
+ <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>
6194
6739
  </li></ul></dd>
6195
6740
 
6196
6741
 
@@ -6326,7 +6871,12 @@ view.on({
6326
6871
  <td class="type">
6327
6872
 
6328
6873
 
6329
- <span class="param-type">Object</span>
6874
+ <span class="param-type">
6875
+
6876
+ Object
6877
+
6878
+ </span>
6879
+
6330
6880
 
6331
6881
 
6332
6882
 
@@ -6359,7 +6909,12 @@ view.on({
6359
6909
  <td class="type">
6360
6910
 
6361
6911
 
6362
- <span class="param-type">String</span>
6912
+ <span class="param-type">
6913
+
6914
+ String
6915
+
6916
+ </span>
6917
+
6363
6918
 
6364
6919
 
6365
6920
 
@@ -6396,7 +6951,12 @@ view.on({
6396
6951
  <td class="type">
6397
6952
 
6398
6953
 
6399
- <span class="param-type">String</span>
6954
+ <span class="param-type">
6955
+
6956
+ String
6957
+
6958
+ </span>
6959
+
6400
6960
 
6401
6961
 
6402
6962
 
@@ -6433,7 +6993,12 @@ view.on({
6433
6993
  <td class="type">
6434
6994
 
6435
6995
 
6436
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6996
+ <span class="param-type">
6997
+
6998
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6999
+
7000
+ </span>
7001
+
6437
7002
 
6438
7003
 
6439
7004
 
@@ -6470,7 +7035,12 @@ view.on({
6470
7035
  <td class="type">
6471
7036
 
6472
7037
 
6473
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7038
+ <span class="param-type">
7039
+
7040
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7041
+
7042
+ </span>
7043
+
6474
7044
 
6475
7045
 
6476
7046
 
@@ -6507,7 +7077,12 @@ view.on({
6507
7077
  <td class="type">
6508
7078
 
6509
7079
 
6510
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7080
+ <span class="param-type">
7081
+
7082
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7083
+
7084
+ </span>
7085
+
6511
7086
 
6512
7087
 
6513
7088
 
@@ -6544,7 +7119,12 @@ view.on({
6544
7119
  <td class="type">
6545
7120
 
6546
7121
 
6547
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7122
+ <span class="param-type">
7123
+
7124
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7125
+
7126
+ </span>
7127
+
6548
7128
 
6549
7129
 
6550
7130
 
@@ -6581,7 +7161,12 @@ view.on({
6581
7161
  <td class="type">
6582
7162
 
6583
7163
 
6584
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7167
+
7168
+ </span>
7169
+
6585
7170
 
6586
7171
 
6587
7172
 
@@ -6626,7 +7211,7 @@ view.on({
6626
7211
 
6627
7212
  <dt class="inherited-from">Inherited From:</dt>
6628
7213
  <dd class="inherited-from"><ul class="dummy"><li>
6629
- <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>
7214
+ <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>
6630
7215
  </li></ul></dd>
6631
7216
 
6632
7217