@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
138
+ <td class="name"><code>tokenKey</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -153,13 +168,18 @@
153
168
 
154
169
  <tr class="deep-level-1">
155
170
 
156
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
171
+ <td class="name"><code>tokenValue</code></td>
157
172
 
158
173
 
159
174
  <td class="type">
160
175
 
161
176
 
162
- <span class="param-type">String</span>
177
+ <span class="param-type">
178
+
179
+ String
180
+
181
+ </span>
182
+
163
183
 
164
184
 
165
185
 
@@ -260,7 +280,7 @@
260
280
 
261
281
 
262
282
  <ul>
263
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
283
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
264
284
  </ul>
265
285
 
266
286
 
@@ -292,11 +312,16 @@
292
312
  <tbody>
293
313
 
294
314
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="SceneLayer.html#copyright">copyright</a></code></td>
315
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
296
316
  <td class="name">
297
317
  <code>
298
318
 
299
- <span class="param-type">String</span>
319
+ <span class="param-type">
320
+
321
+ String
322
+
323
+ </span>
324
+
300
325
 
301
326
 
302
327
  </code>
@@ -305,11 +330,16 @@
305
330
  </tr>
306
331
 
307
332
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="SceneLayer.html#description">description</a></code></td>
333
+ <td class="name"><code><a href="#description">description</a></code></td>
309
334
  <td class="name">
310
335
  <code>
311
336
 
312
- <span class="param-type">String</span>
337
+ <span class="param-type">
338
+
339
+ String
340
+
341
+ </span>
342
+
313
343
 
314
344
 
315
345
  </code>
@@ -318,11 +348,16 @@
318
348
  </tr>
319
349
 
320
350
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="SceneLayer.html#extendOptions">extendOptions</a></code></td>
351
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
322
352
  <td class="name">
323
353
  <code>
324
354
 
325
- <span class="param-type">Object</span>
355
+ <span class="param-type">
356
+
357
+ Object
358
+
359
+ </span>
360
+
326
361
 
327
362
 
328
363
  </code>
@@ -331,11 +366,16 @@
331
366
  </tr>
332
367
 
333
368
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="SceneLayer.html#extendProps">extendProps</a></code></td>
369
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
335
370
  <td class="name">
336
371
  <code>
337
372
 
338
- <span class="param-type">Object</span>
373
+ <span class="param-type">
374
+
375
+ Object
376
+
377
+ </span>
378
+
339
379
 
340
380
 
341
381
  </code>
@@ -344,11 +384,16 @@
344
384
  </tr>
345
385
 
346
386
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="SceneLayer.html#extent">extent</a></code></td>
387
+ <td class="name"><code><a href="#extent">extent</a></code></td>
348
388
  <td class="name">
349
389
  <code>
350
390
 
351
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
391
+ <span class="param-type">
392
+
393
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
394
+
395
+ </span>
396
+
352
397
 
353
398
 
354
399
  </code>
@@ -357,11 +402,16 @@
357
402
  </tr>
358
403
 
359
404
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="SceneLayer.html#headers">headers</a></code></td>
405
+ <td class="name"><code><a href="#headers">headers</a></code></td>
361
406
  <td class="name">
362
407
  <code>
363
408
 
364
- <span class="param-type">String</span>
409
+ <span class="param-type">
410
+
411
+ String
412
+
413
+ </span>
414
+
365
415
 
366
416
 
367
417
  </code>
@@ -370,11 +420,16 @@
370
420
  </tr>
371
421
 
372
422
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="SceneLayer.html#httpMethod">httpMethod</a></code></td>
423
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
374
424
  <td class="name">
375
425
  <code>
376
426
 
377
- <span class="param-type">String</span>
427
+ <span class="param-type">
428
+
429
+ String
430
+
431
+ </span>
432
+
378
433
 
379
434
 
380
435
  </code>
@@ -383,11 +438,16 @@
383
438
  </tr>
384
439
 
385
440
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="SceneLayer.html#id">id</a></code></td>
441
+ <td class="name"><code><a href="#id">id</a></code></td>
387
442
  <td class="name">
388
443
  <code>
389
444
 
390
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
450
+
391
451
 
392
452
 
393
453
  </code>
@@ -396,11 +456,16 @@
396
456
  </tr>
397
457
 
398
458
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="SceneLayer.html#index">index</a></code></td>
459
+ <td class="name"><code><a href="#index">index</a></code></td>
400
460
  <td class="name">
401
461
  <code>
402
462
 
403
- <span class="param-type">Number</span>
463
+ <span class="param-type">
464
+
465
+ Number
466
+
467
+ </span>
468
+
404
469
 
405
470
 
406
471
  </code>
@@ -409,11 +474,16 @@
409
474
  </tr>
410
475
 
411
476
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="SceneLayer.html#loaded">loaded</a></code></td>
477
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
413
478
  <td class="name">
414
479
  <code>
415
480
 
416
- <span class="param-type">Boolean</span>
481
+ <span class="param-type">
482
+
483
+ Boolean
484
+
485
+ </span>
486
+
417
487
 
418
488
 
419
489
  </code>
@@ -422,11 +492,16 @@
422
492
  </tr>
423
493
 
424
494
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="SceneLayer.html#loadStatus">loadStatus</a></code></td>
495
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
426
496
  <td class="name">
427
497
  <code>
428
498
 
429
- <span class="param-type">String</span>
499
+ <span class="param-type">
500
+
501
+ String
502
+
503
+ </span>
504
+
430
505
 
431
506
 
432
507
  </code>
@@ -435,11 +510,16 @@
435
510
  </tr>
436
511
 
437
512
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="SceneLayer.html#maxScale">maxScale</a></code></td>
513
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
439
514
  <td class="name">
440
515
  <code>
441
516
 
442
- <span class="param-type">Number</span>
517
+ <span class="param-type">
518
+
519
+ Number
520
+
521
+ </span>
522
+
443
523
 
444
524
 
445
525
  </code>
@@ -448,11 +528,16 @@
448
528
  </tr>
449
529
 
450
530
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="SceneLayer.html#minScale">minScale</a></code></td>
531
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
452
532
  <td class="name">
453
533
  <code>
454
534
 
455
- <span class="param-type">Number</span>
535
+ <span class="param-type">
536
+
537
+ Number
538
+
539
+ </span>
540
+
456
541
 
457
542
 
458
543
  </code>
@@ -461,11 +546,16 @@
461
546
  </tr>
462
547
 
463
548
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="SceneLayer.html#opacity">opacity</a></code></td>
549
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
465
550
  <td class="name">
466
551
  <code>
467
552
 
468
- <span class="param-type">Number</span>
553
+ <span class="param-type">
554
+
555
+ Number
556
+
557
+ </span>
558
+
469
559
 
470
560
 
471
561
  </code>
@@ -474,11 +564,16 @@
474
564
  </tr>
475
565
 
476
566
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="SceneLayer.html#spatialReference">spatialReference</a></code></td>
567
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
478
568
  <td class="name">
479
569
  <code>
480
570
 
481
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
571
+ <span class="param-type">
572
+
573
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
574
+
575
+ </span>
576
+
482
577
 
483
578
 
484
579
  </code>
@@ -487,11 +582,16 @@
487
582
  </tr>
488
583
 
489
584
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="SceneLayer.html#title">title</a></code></td>
585
+ <td class="name"><code><a href="#title">title</a></code></td>
491
586
  <td class="name">
492
587
  <code>
493
588
 
494
- <span class="param-type">String</span>
589
+ <span class="param-type">
590
+
591
+ String
592
+
593
+ </span>
594
+
495
595
 
496
596
 
497
597
  </code>
@@ -500,11 +600,16 @@
500
600
  </tr>
501
601
 
502
602
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="SceneLayer.html#tokenKey">tokenKey</a></code></td>
603
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
504
604
  <td class="name">
505
605
  <code>
506
606
 
507
- <span class="param-type">String</span>
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
612
+
508
613
 
509
614
 
510
615
  </code>
@@ -513,11 +618,16 @@
513
618
  </tr>
514
619
 
515
620
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="SceneLayer.html#tokenValue">tokenValue</a></code></td>
621
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
517
622
  <td class="name">
518
623
  <code>
519
624
 
520
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
630
+
521
631
 
522
632
 
523
633
  </code>
@@ -526,11 +636,16 @@
526
636
  </tr>
527
637
 
528
638
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="SceneLayer.html#type">type</a></code></td>
639
+ <td class="name"><code><a href="#type">type</a></code></td>
530
640
  <td class="name">
531
641
  <code>
532
642
 
533
- <span class="param-type">String</span>
643
+ <span class="param-type">
644
+
645
+ String
646
+
647
+ </span>
648
+
534
649
 
535
650
 
536
651
  </code>
@@ -539,11 +654,16 @@
539
654
  </tr>
540
655
 
541
656
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="SceneLayer.html#url">url</a></code></td>
657
+ <td class="name"><code><a href="#url">url</a></code></td>
543
658
  <td class="name">
544
659
  <code>
545
660
 
546
- <span class="param-type">String</span>
661
+ <span class="param-type">
662
+
663
+ String
664
+
665
+ </span>
666
+
547
667
 
548
668
 
549
669
  </code>
@@ -552,11 +672,16 @@
552
672
  </tr>
553
673
 
554
674
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="SceneLayer.html#visible">visible</a></code></td>
675
+ <td class="name"><code><a href="#visible">visible</a></code></td>
556
676
  <td class="name">
557
677
  <code>
558
678
 
559
- <span class="param-type">Number</span>
679
+ <span class="param-type">
680
+
681
+ Number
682
+
683
+ </span>
684
+
560
685
 
561
686
 
562
687
  </code>
@@ -575,7 +700,12 @@
575
700
  <span class="method-parameter is-pulled-right">
576
701
  <label>类型:</label>
577
702
 
578
- <span class="param-type">String</span>
703
+ <span class="param-type">
704
+
705
+ String
706
+
707
+ </span>
708
+
579
709
 
580
710
 
581
711
  </span>
@@ -613,7 +743,7 @@
613
743
 
614
744
  <dt class="inherited-from">Inherited From:</dt>
615
745
  <dd class="inherited-from"><ul class="dummy"><li>
616
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
746
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
617
747
  </li></ul></dd>
618
748
 
619
749
 
@@ -654,7 +784,12 @@
654
784
  <span class="method-parameter is-pulled-right">
655
785
  <label>类型:</label>
656
786
 
657
- <span class="param-type">String</span>
787
+ <span class="param-type">
788
+
789
+ String
790
+
791
+ </span>
792
+
658
793
 
659
794
 
660
795
  </span>
@@ -692,7 +827,7 @@
692
827
 
693
828
  <dt class="inherited-from">Inherited From:</dt>
694
829
  <dd class="inherited-from"><ul class="dummy"><li>
695
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
830
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
696
831
  </li></ul></dd>
697
832
 
698
833
 
@@ -733,7 +868,12 @@
733
868
  <span class="method-parameter is-pulled-right">
734
869
  <label>类型:</label>
735
870
 
736
- <span class="param-type">Object</span>
871
+ <span class="param-type">
872
+
873
+ Object
874
+
875
+ </span>
876
+
737
877
 
738
878
 
739
879
  </span>
@@ -767,7 +907,7 @@
767
907
 
768
908
  <dt class="inherited-from">Inherited From:</dt>
769
909
  <dd class="inherited-from"><ul class="dummy"><li>
770
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
910
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
771
911
  </li></ul></dd>
772
912
 
773
913
 
@@ -808,7 +948,12 @@
808
948
  <span class="method-parameter is-pulled-right">
809
949
  <label>类型:</label>
810
950
 
811
- <span class="param-type">Object</span>
951
+ <span class="param-type">
952
+
953
+ Object
954
+
955
+ </span>
956
+
812
957
 
813
958
 
814
959
  </span>
@@ -842,7 +987,7 @@
842
987
 
843
988
  <dt class="inherited-from">Inherited From:</dt>
844
989
  <dd class="inherited-from"><ul class="dummy"><li>
845
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
990
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
846
991
  </li></ul></dd>
847
992
 
848
993
 
@@ -883,7 +1028,12 @@
883
1028
  <span class="method-parameter is-pulled-right">
884
1029
  <label>类型:</label>
885
1030
 
886
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1031
+ <span class="param-type">
1032
+
1033
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1034
+
1035
+ </span>
1036
+
887
1037
 
888
1038
 
889
1039
  </span>
@@ -921,7 +1071,7 @@
921
1071
 
922
1072
  <dt class="inherited-from">Inherited From:</dt>
923
1073
  <dd class="inherited-from"><ul class="dummy"><li>
924
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1074
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
925
1075
  </li></ul></dd>
926
1076
 
927
1077
 
@@ -962,7 +1112,12 @@
962
1112
  <span class="method-parameter is-pulled-right">
963
1113
  <label>类型:</label>
964
1114
 
965
- <span class="param-type">String</span>
1115
+ <span class="param-type">
1116
+
1117
+ String
1118
+
1119
+ </span>
1120
+
966
1121
 
967
1122
 
968
1123
  </span>
@@ -996,7 +1151,7 @@
996
1151
 
997
1152
  <dt class="inherited-from">Inherited From:</dt>
998
1153
  <dd class="inherited-from"><ul class="dummy"><li>
999
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1154
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1000
1155
  </li></ul></dd>
1001
1156
 
1002
1157
 
@@ -1037,7 +1192,12 @@
1037
1192
  <span class="method-parameter is-pulled-right">
1038
1193
  <label>类型:</label>
1039
1194
 
1040
- <span class="param-type">String</span>
1195
+ <span class="param-type">
1196
+
1197
+ String
1198
+
1199
+ </span>
1200
+
1041
1201
 
1042
1202
 
1043
1203
  </span>
@@ -1071,7 +1231,7 @@
1071
1231
 
1072
1232
  <dt class="inherited-from">Inherited From:</dt>
1073
1233
  <dd class="inherited-from"><ul class="dummy"><li>
1074
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1234
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1075
1235
  </li></ul></dd>
1076
1236
 
1077
1237
 
@@ -1112,7 +1272,12 @@
1112
1272
  <span class="method-parameter is-pulled-right">
1113
1273
  <label>类型:</label>
1114
1274
 
1115
- <span class="param-type">String</span>
1275
+ <span class="param-type">
1276
+
1277
+ String
1278
+
1279
+ </span>
1280
+
1116
1281
 
1117
1282
 
1118
1283
  </span>
@@ -1150,7 +1315,7 @@
1150
1315
 
1151
1316
  <dt class="inherited-from">Inherited From:</dt>
1152
1317
  <dd class="inherited-from"><ul class="dummy"><li>
1153
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1318
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1154
1319
  </li></ul></dd>
1155
1320
 
1156
1321
 
@@ -1191,7 +1356,12 @@
1191
1356
  <span class="method-parameter is-pulled-right">
1192
1357
  <label>类型:</label>
1193
1358
 
1194
- <span class="param-type">Number</span>
1359
+ <span class="param-type">
1360
+
1361
+ Number
1362
+
1363
+ </span>
1364
+
1195
1365
 
1196
1366
 
1197
1367
  </span>
@@ -1225,7 +1395,7 @@
1225
1395
 
1226
1396
  <dt class="inherited-from">Inherited From:</dt>
1227
1397
  <dd class="inherited-from"><ul class="dummy"><li>
1228
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1398
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1229
1399
  </li></ul></dd>
1230
1400
 
1231
1401
 
@@ -1266,7 +1436,12 @@
1266
1436
  <span class="method-parameter is-pulled-right">
1267
1437
  <label>类型:</label>
1268
1438
 
1269
- <span class="param-type">Boolean</span>
1439
+ <span class="param-type">
1440
+
1441
+ Boolean
1442
+
1443
+ </span>
1444
+
1270
1445
 
1271
1446
 
1272
1447
  </span>
@@ -1304,7 +1479,7 @@
1304
1479
 
1305
1480
  <dt class="inherited-from">Inherited From:</dt>
1306
1481
  <dd class="inherited-from"><ul class="dummy"><li>
1307
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1482
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1308
1483
  </li></ul></dd>
1309
1484
 
1310
1485
 
@@ -1350,7 +1525,12 @@
1350
1525
  <span class="method-parameter is-pulled-right">
1351
1526
  <label>类型:</label>
1352
1527
 
1353
- <span class="param-type">String</span>
1528
+ <span class="param-type">
1529
+
1530
+ String
1531
+
1532
+ </span>
1533
+
1354
1534
 
1355
1535
 
1356
1536
  </span>
@@ -1388,7 +1568,7 @@
1388
1568
 
1389
1569
  <dt class="inherited-from">Inherited From:</dt>
1390
1570
  <dd class="inherited-from"><ul class="dummy"><li>
1391
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1571
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1392
1572
  </li></ul></dd>
1393
1573
 
1394
1574
 
@@ -1434,7 +1614,12 @@
1434
1614
  <span class="method-parameter is-pulled-right">
1435
1615
  <label>类型:</label>
1436
1616
 
1437
- <span class="param-type">Number</span>
1617
+ <span class="param-type">
1618
+
1619
+ Number
1620
+
1621
+ </span>
1622
+
1438
1623
 
1439
1624
 
1440
1625
  </span>
@@ -1468,7 +1653,7 @@
1468
1653
 
1469
1654
  <dt class="inherited-from">Inherited From:</dt>
1470
1655
  <dd class="inherited-from"><ul class="dummy"><li>
1471
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1656
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1472
1657
  </li></ul></dd>
1473
1658
 
1474
1659
 
@@ -1514,7 +1699,12 @@
1514
1699
  <span class="method-parameter is-pulled-right">
1515
1700
  <label>类型:</label>
1516
1701
 
1517
- <span class="param-type">Number</span>
1702
+ <span class="param-type">
1703
+
1704
+ Number
1705
+
1706
+ </span>
1707
+
1518
1708
 
1519
1709
 
1520
1710
  </span>
@@ -1548,7 +1738,7 @@
1548
1738
 
1549
1739
  <dt class="inherited-from">Inherited From:</dt>
1550
1740
  <dd class="inherited-from"><ul class="dummy"><li>
1551
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1741
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1552
1742
  </li></ul></dd>
1553
1743
 
1554
1744
 
@@ -1594,7 +1784,12 @@
1594
1784
  <span class="method-parameter is-pulled-right">
1595
1785
  <label>类型:</label>
1596
1786
 
1597
- <span class="param-type">Number</span>
1787
+ <span class="param-type">
1788
+
1789
+ Number
1790
+
1791
+ </span>
1792
+
1598
1793
 
1599
1794
 
1600
1795
  </span>
@@ -1628,7 +1823,7 @@
1628
1823
 
1629
1824
  <dt class="inherited-from">Inherited From:</dt>
1630
1825
  <dd class="inherited-from"><ul class="dummy"><li>
1631
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1826
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
1632
1827
  </li></ul></dd>
1633
1828
 
1634
1829
 
@@ -1669,7 +1864,12 @@
1669
1864
  <span class="method-parameter is-pulled-right">
1670
1865
  <label>类型:</label>
1671
1866
 
1672
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1867
+ <span class="param-type">
1868
+
1869
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1870
+
1871
+ </span>
1872
+
1673
1873
 
1674
1874
 
1675
1875
  </span>
@@ -1744,7 +1944,12 @@
1744
1944
  <span class="method-parameter is-pulled-right">
1745
1945
  <label>类型:</label>
1746
1946
 
1747
- <span class="param-type">String</span>
1947
+ <span class="param-type">
1948
+
1949
+ String
1950
+
1951
+ </span>
1952
+
1748
1953
 
1749
1954
 
1750
1955
  </span>
@@ -1778,7 +1983,7 @@
1778
1983
 
1779
1984
  <dt class="inherited-from">Inherited From:</dt>
1780
1985
  <dd class="inherited-from"><ul class="dummy"><li>
1781
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1986
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
1782
1987
  </li></ul></dd>
1783
1988
 
1784
1989
 
@@ -1819,7 +2024,12 @@
1819
2024
  <span class="method-parameter is-pulled-right">
1820
2025
  <label>类型:</label>
1821
2026
 
1822
- <span class="param-type">String</span>
2027
+ <span class="param-type">
2028
+
2029
+ String
2030
+
2031
+ </span>
2032
+
1823
2033
 
1824
2034
 
1825
2035
  </span>
@@ -1894,7 +2104,12 @@
1894
2104
  <span class="method-parameter is-pulled-right">
1895
2105
  <label>类型:</label>
1896
2106
 
1897
- <span class="param-type">String</span>
2107
+ <span class="param-type">
2108
+
2109
+ String
2110
+
2111
+ </span>
2112
+
1898
2113
 
1899
2114
 
1900
2115
  </span>
@@ -1969,7 +2184,12 @@
1969
2184
  <span class="method-parameter is-pulled-right">
1970
2185
  <label>类型:</label>
1971
2186
 
1972
- <span class="param-type">String</span>
2187
+ <span class="param-type">
2188
+
2189
+ String
2190
+
2191
+ </span>
2192
+
1973
2193
 
1974
2194
 
1975
2195
  </span>
@@ -2007,7 +2227,7 @@
2007
2227
 
2008
2228
  <dt class="inherited-from">Inherited From:</dt>
2009
2229
  <dd class="inherited-from"><ul class="dummy"><li>
2010
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2230
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2011
2231
  </li></ul></dd>
2012
2232
 
2013
2233
 
@@ -2048,7 +2268,12 @@
2048
2268
  <span class="method-parameter is-pulled-right">
2049
2269
  <label>类型:</label>
2050
2270
 
2051
- <span class="param-type">String</span>
2271
+ <span class="param-type">
2272
+
2273
+ String
2274
+
2275
+ </span>
2276
+
2052
2277
 
2053
2278
 
2054
2279
  </span>
@@ -2118,7 +2343,12 @@
2118
2343
  <span class="method-parameter is-pulled-right">
2119
2344
  <label>类型:</label>
2120
2345
 
2121
- <span class="param-type">Number</span>
2346
+ <span class="param-type">
2347
+
2348
+ Number
2349
+
2350
+ </span>
2351
+
2122
2352
 
2123
2353
 
2124
2354
  </span>
@@ -2152,7 +2382,7 @@
2152
2382
 
2153
2383
  <dt class="inherited-from">Inherited From:</dt>
2154
2384
  <dd class="inherited-from"><ul class="dummy"><li>
2155
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2385
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2156
2386
  </li></ul></dd>
2157
2387
 
2158
2388
 
@@ -2209,12 +2439,17 @@
2209
2439
  <tbody>
2210
2440
 
2211
2441
  <tr class="deep-level-0">
2212
- <td class="name"><code><a href="SceneLayer.html#clone">clone</a></code></td>
2442
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2213
2443
  <td class="name">
2214
2444
  <code>
2215
2445
 
2216
2446
 
2217
- <span class="param-type"><a class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2447
+ <span class="param-type">
2448
+
2449
+ <a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a>
2450
+
2451
+ </span>
2452
+
2218
2453
 
2219
2454
 
2220
2455
 
@@ -2224,12 +2459,17 @@
2224
2459
  </tr>
2225
2460
 
2226
2461
  <tr class="deep-level-0">
2227
- <td class="name"><code><a href="SceneLayer.html#destroy">destroy</a></code></td>
2462
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2228
2463
  <td class="name">
2229
2464
  <code>
2230
2465
 
2231
2466
 
2232
- <span class="param-type">*</span>
2467
+ <span class="param-type">
2468
+
2469
+ *
2470
+
2471
+ </span>
2472
+
2233
2473
 
2234
2474
 
2235
2475
 
@@ -2239,12 +2479,17 @@
2239
2479
  </tr>
2240
2480
 
2241
2481
  <tr class="deep-level-0">
2242
- <td class="name"><code><a href="SceneLayer.html#isLoaded">isLoaded</a></code></td>
2482
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2243
2483
  <td class="name">
2244
2484
  <code>
2245
2485
 
2246
2486
 
2247
- <span class="param-type">Boolean</span>
2487
+ <span class="param-type">
2488
+
2489
+ Boolean
2490
+
2491
+ </span>
2492
+
2248
2493
 
2249
2494
 
2250
2495
 
@@ -2254,12 +2499,17 @@
2254
2499
  </tr>
2255
2500
 
2256
2501
  <tr class="deep-level-0">
2257
- <td class="name"><code><a href="SceneLayer.html#off">off</a></code></td>
2502
+ <td class="name"><code><a href="#off">off</a></code></td>
2258
2503
  <td class="name">
2259
2504
  <code>
2260
2505
 
2261
2506
 
2262
- <span class="param-type">Object</span>
2507
+ <span class="param-type">
2508
+
2509
+ Object
2510
+
2511
+ </span>
2512
+
2263
2513
 
2264
2514
 
2265
2515
 
@@ -2267,21 +2517,21 @@
2267
2517
  </td>
2268
2518
  <td class="name"><code><p>移除事件<br/>
2269
2519
  示例如下:<br/>
2270
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2271
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2272
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2273
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2274
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2275
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2520
+ </code></td>
2276
2521
  </tr>
2277
2522
 
2278
2523
  <tr class="deep-level-0">
2279
- <td class="name"><code><a href="SceneLayer.html#on">on</a></code></td>
2524
+ <td class="name"><code><a href="#on">on</a></code></td>
2280
2525
  <td class="name">
2281
2526
  <code>
2282
2527
 
2283
2528
 
2284
- <span class="param-type">Object</span>
2529
+ <span class="param-type">
2530
+
2531
+ Object
2532
+
2533
+ </span>
2534
+
2285
2535
 
2286
2536
 
2287
2537
 
@@ -2289,15 +2539,11 @@
2289
2539
  </td>
2290
2540
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2291
2541
  示例如下:<br/>
2292
- <a href='#event1'>[1、注册一个事件]</a><br/>
2293
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2294
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2295
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2296
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2542
+ </code></td>
2297
2543
  </tr>
2298
2544
 
2299
2545
  <tr class="deep-level-0">
2300
- <td class="name"><code><a href="SceneLayer.html#refresh">refresh</a></code></td>
2546
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2301
2547
  <td class="name">
2302
2548
  <code>
2303
2549
 
@@ -2307,12 +2553,17 @@
2307
2553
  </tr>
2308
2554
 
2309
2555
  <tr class="deep-level-0">
2310
- <td class="name"><code><a href="SceneLayer.html#toJSON">toJSON</a></code></td>
2556
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2311
2557
  <td class="name">
2312
2558
  <code>
2313
2559
 
2314
2560
 
2315
- <span class="param-type">Object</span>
2561
+ <span class="param-type">
2562
+
2563
+ Object
2564
+
2565
+ </span>
2566
+
2316
2567
 
2317
2568
 
2318
2569
 
@@ -2429,7 +2680,12 @@
2429
2680
  <div class='column is-5 has-text-left'>
2430
2681
  <label>类型: </label>
2431
2682
 
2432
- <span class="param-type"><a class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2683
+ <span class="param-type">
2684
+
2685
+ <a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a>
2686
+
2687
+ </span>
2688
+
2433
2689
 
2434
2690
 
2435
2691
  </div>
@@ -2485,7 +2741,7 @@
2485
2741
 
2486
2742
  <dt class="inherited-from">Inherited From:</dt>
2487
2743
  <dd class="inherited-from"><ul class="dummy"><li>
2488
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2744
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
2489
2745
  </li></ul></dd>
2490
2746
 
2491
2747
 
@@ -2544,7 +2800,12 @@
2544
2800
  <div class='column is-5 has-text-left'>
2545
2801
  <label>类型: </label>
2546
2802
 
2547
- <span class="param-type">*</span>
2803
+ <span class="param-type">
2804
+
2805
+ *
2806
+
2807
+ </span>
2808
+
2548
2809
 
2549
2810
 
2550
2811
  </div>
@@ -2604,7 +2865,7 @@
2604
2865
 
2605
2866
  <dt class="inherited-from">Inherited From:</dt>
2606
2867
  <dd class="inherited-from"><ul class="dummy"><li>
2607
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2868
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
2608
2869
  </li></ul></dd>
2609
2870
 
2610
2871
 
@@ -2665,7 +2926,12 @@
2665
2926
  <div class='column is-5 has-text-left'>
2666
2927
  <label>类型: </label>
2667
2928
 
2668
- <span class="param-type">Boolean</span>
2929
+ <span class="param-type">
2930
+
2931
+ Boolean
2932
+
2933
+ </span>
2934
+
2669
2935
 
2670
2936
 
2671
2937
  </div>
@@ -2743,13 +3009,18 @@
2743
3009
 
2744
3010
  <tr class="deep-level-0">
2745
3011
 
2746
- <td class="name" id="types"><code>types</code></td>
3012
+ <td class="name"><code>types</code></td>
2747
3013
 
2748
3014
 
2749
3015
  <td class="type">
2750
3016
 
2751
3017
 
2752
- <span class="param-type">string</span>
3018
+ <span class="param-type">
3019
+
3020
+ string
3021
+
3022
+ </span>
3023
+
2753
3024
 
2754
3025
 
2755
3026
 
@@ -2769,13 +3040,18 @@
2769
3040
 
2770
3041
  <tr class="deep-level-0">
2771
3042
 
2772
- <td class="name" id="fn"><code>fn</code></td>
3043
+ <td class="name"><code>fn</code></td>
2773
3044
 
2774
3045
 
2775
3046
  <td class="type">
2776
3047
 
2777
3048
 
2778
- <span class="param-type">function</span>
3049
+ <span class="param-type">
3050
+
3051
+ function
3052
+
3053
+ </span>
3054
+
2779
3055
 
2780
3056
 
2781
3057
 
@@ -2793,13 +3069,18 @@
2793
3069
 
2794
3070
  <tr class="deep-level-0">
2795
3071
 
2796
- <td class="name" id="context"><code>context</code></td>
3072
+ <td class="name"><code>context</code></td>
2797
3073
 
2798
3074
 
2799
3075
  <td class="type">
2800
3076
 
2801
3077
 
2802
- <span class="param-type">Object</span>
3078
+ <span class="param-type">
3079
+
3080
+ Object
3081
+
3082
+ </span>
3083
+
2803
3084
 
2804
3085
 
2805
3086
 
@@ -2831,7 +3112,7 @@
2831
3112
 
2832
3113
  <dt class="inherited-from">Inherited From:</dt>
2833
3114
  <dd class="inherited-from"><ul class="dummy"><li>
2834
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3115
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2835
3116
  </li></ul></dd>
2836
3117
 
2837
3118
 
@@ -2892,7 +3173,12 @@
2892
3173
  <div class='column is-5 has-text-left'>
2893
3174
  <label>类型: </label>
2894
3175
 
2895
- <span class="param-type">Object</span>
3176
+ <span class="param-type">
3177
+
3178
+ Object
3179
+
3180
+ </span>
3181
+
2896
3182
 
2897
3183
 
2898
3184
  </div>
@@ -3059,16 +3345,25 @@ view.off({
3059
3345
 
3060
3346
  <tr class="deep-level-0">
3061
3347
 
3062
- <td class="name" id="types"><code>types</code></td>
3348
+ <td class="name"><code>types</code></td>
3063
3349
 
3064
3350
 
3065
3351
  <td class="type">
3066
3352
 
3067
3353
 
3068
- <span class="param-type">String</span>
3354
+ <span class="param-type">
3355
+
3356
+ String
3357
+
3358
+ </span>
3069
3359
  |
3070
3360
 
3071
- <span class="param-type">Object</span>
3361
+ <span class="param-type">
3362
+
3363
+ Object
3364
+
3365
+ </span>
3366
+
3072
3367
 
3073
3368
 
3074
3369
 
@@ -3094,13 +3389,18 @@ view.off({
3094
3389
 
3095
3390
  <tr class="deep-level-0">
3096
3391
 
3097
- <td class="name" id="fn"><code>fn</code></td>
3392
+ <td class="name"><code>fn</code></td>
3098
3393
 
3099
3394
 
3100
3395
  <td class="type">
3101
3396
 
3102
3397
 
3103
- <span class="param-type">function</span>
3398
+ <span class="param-type">
3399
+
3400
+ function
3401
+
3402
+ </span>
3403
+
3104
3404
 
3105
3405
 
3106
3406
 
@@ -3124,13 +3424,18 @@ view.off({
3124
3424
 
3125
3425
  <tr class="deep-level-0">
3126
3426
 
3127
- <td class="name" id="context"><code>context</code></td>
3427
+ <td class="name"><code>context</code></td>
3128
3428
 
3129
3429
 
3130
3430
  <td class="type">
3131
3431
 
3132
3432
 
3133
- <span class="param-type">Object</span>
3433
+ <span class="param-type">
3434
+
3435
+ Object
3436
+
3437
+ </span>
3438
+
3134
3439
 
3135
3440
 
3136
3441
 
@@ -3168,7 +3473,7 @@ view.off({
3168
3473
 
3169
3474
  <dt class="inherited-from">Inherited From:</dt>
3170
3475
  <dd class="inherited-from"><ul class="dummy"><li>
3171
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3476
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3172
3477
  </li></ul></dd>
3173
3478
 
3174
3479
 
@@ -3229,7 +3534,12 @@ view.off({
3229
3534
  <div class='column is-5 has-text-left'>
3230
3535
  <label>类型: </label>
3231
3536
 
3232
- <span class="param-type">Object</span>
3537
+ <span class="param-type">
3538
+
3539
+ Object
3540
+
3541
+ </span>
3542
+
3233
3543
 
3234
3544
 
3235
3545
  </div>
@@ -3367,7 +3677,7 @@ view.on({
3367
3677
 
3368
3678
  <dt class="inherited-from">Inherited From:</dt>
3369
3679
  <dd class="inherited-from"><ul class="dummy"><li>
3370
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3680
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3371
3681
  </li></ul></dd>
3372
3682
 
3373
3683
 
@@ -3524,7 +3834,12 @@ view.on({
3524
3834
  <div class='column is-5 has-text-left'>
3525
3835
  <label>类型: </label>
3526
3836
 
3527
- <span class="param-type">Object</span>
3837
+ <span class="param-type">
3838
+
3839
+ Object
3840
+
3841
+ </span>
3842
+
3528
3843
 
3529
3844
 
3530
3845
  </div>
@@ -3563,37 +3878,37 @@ view.on({
3563
3878
  <tbody>
3564
3879
 
3565
3880
  <tr class="deep-level-0">
3566
- <td class="name"><code><a href="SceneLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3881
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3567
3882
  <td class="name"><code>图层刷新完毕事件</code></td>
3568
3883
  </tr>
3569
3884
 
3570
3885
  <tr class="deep-level-0">
3571
- <td class="name"><code><a href="SceneLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3886
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3572
3887
  <td class="name"><code>图层加载完毕事件</code></td>
3573
3888
  </tr>
3574
3889
 
3575
3890
  <tr class="deep-level-0">
3576
- <td class="name"><code><a href="SceneLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3891
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3577
3892
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3578
3893
  </tr>
3579
3894
 
3580
3895
  <tr class="deep-level-0">
3581
- <td class="name"><code><a href="SceneLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3896
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3582
3897
  <td class="name"><code>图层更新完毕事件</code></td>
3583
3898
  </tr>
3584
3899
 
3585
3900
  <tr class="deep-level-0">
3586
- <td class="name"><code><a href="SceneLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3901
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3587
3902
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3588
3903
  </tr>
3589
3904
 
3590
3905
  <tr class="deep-level-0">
3591
- <td class="name"><code><a href="SceneLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3906
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3592
3907
  <td class="name"><code>图层销毁完毕事件</code></td>
3593
3908
  </tr>
3594
3909
 
3595
3910
  <tr class="deep-level-0">
3596
- <td class="name"><code><a href="SceneLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3911
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3597
3912
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3598
3913
  </tr>
3599
3914
 
@@ -3673,7 +3988,12 @@ view.on({
3673
3988
  <td class="type">
3674
3989
 
3675
3990
 
3676
- <span class="param-type">Object</span>
3991
+ <span class="param-type">
3992
+
3993
+ Object
3994
+
3995
+ </span>
3996
+
3677
3997
 
3678
3998
 
3679
3999
 
@@ -3706,7 +4026,12 @@ view.on({
3706
4026
  <td class="type">
3707
4027
 
3708
4028
 
3709
- <span class="param-type">String</span>
4029
+ <span class="param-type">
4030
+
4031
+ String
4032
+
4033
+ </span>
4034
+
3710
4035
 
3711
4036
 
3712
4037
 
@@ -3743,7 +4068,12 @@ view.on({
3743
4068
  <td class="type">
3744
4069
 
3745
4070
 
3746
- <span class="param-type">String</span>
4071
+ <span class="param-type">
4072
+
4073
+ String
4074
+
4075
+ </span>
4076
+
3747
4077
 
3748
4078
 
3749
4079
 
@@ -3780,7 +4110,12 @@ view.on({
3780
4110
  <td class="type">
3781
4111
 
3782
4112
 
3783
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4113
+ <span class="param-type">
4114
+
4115
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4116
+
4117
+ </span>
4118
+
3784
4119
 
3785
4120
 
3786
4121
 
@@ -3817,7 +4152,12 @@ view.on({
3817
4152
  <td class="type">
3818
4153
 
3819
4154
 
3820
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4155
+ <span class="param-type">
4156
+
4157
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4158
+
4159
+ </span>
4160
+
3821
4161
 
3822
4162
 
3823
4163
 
@@ -3854,7 +4194,12 @@ view.on({
3854
4194
  <td class="type">
3855
4195
 
3856
4196
 
3857
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4197
+ <span class="param-type">
4198
+
4199
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4200
+
4201
+ </span>
4202
+
3858
4203
 
3859
4204
 
3860
4205
 
@@ -3891,7 +4236,12 @@ view.on({
3891
4236
  <td class="type">
3892
4237
 
3893
4238
 
3894
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4239
+ <span class="param-type">
4240
+
4241
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4242
+
4243
+ </span>
4244
+
3895
4245
 
3896
4246
 
3897
4247
 
@@ -3928,7 +4278,12 @@ view.on({
3928
4278
  <td class="type">
3929
4279
 
3930
4280
 
3931
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4281
+ <span class="param-type">
4282
+
4283
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4284
+
4285
+ </span>
4286
+
3932
4287
 
3933
4288
 
3934
4289
 
@@ -3973,7 +4328,7 @@ view.on({
3973
4328
 
3974
4329
  <dt class="inherited-from">Inherited From:</dt>
3975
4330
  <dd class="inherited-from"><ul class="dummy"><li>
3976
- <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>
4331
+ <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>
3977
4332
  </li></ul></dd>
3978
4333
 
3979
4334
 
@@ -4119,7 +4474,12 @@ view.on({
4119
4474
  <td class="type">
4120
4475
 
4121
4476
 
4122
- <span class="param-type">Object</span>
4477
+ <span class="param-type">
4478
+
4479
+ Object
4480
+
4481
+ </span>
4482
+
4123
4483
 
4124
4484
 
4125
4485
 
@@ -4152,7 +4512,12 @@ view.on({
4152
4512
  <td class="type">
4153
4513
 
4154
4514
 
4155
- <span class="param-type">String</span>
4515
+ <span class="param-type">
4516
+
4517
+ String
4518
+
4519
+ </span>
4520
+
4156
4521
 
4157
4522
 
4158
4523
 
@@ -4189,7 +4554,12 @@ view.on({
4189
4554
  <td class="type">
4190
4555
 
4191
4556
 
4192
- <span class="param-type">String</span>
4557
+ <span class="param-type">
4558
+
4559
+ String
4560
+
4561
+ </span>
4562
+
4193
4563
 
4194
4564
 
4195
4565
 
@@ -4226,7 +4596,12 @@ view.on({
4226
4596
  <td class="type">
4227
4597
 
4228
4598
 
4229
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4599
+ <span class="param-type">
4600
+
4601
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4602
+
4603
+ </span>
4604
+
4230
4605
 
4231
4606
 
4232
4607
 
@@ -4263,7 +4638,12 @@ view.on({
4263
4638
  <td class="type">
4264
4639
 
4265
4640
 
4266
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4641
+ <span class="param-type">
4642
+
4643
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4644
+
4645
+ </span>
4646
+
4267
4647
 
4268
4648
 
4269
4649
 
@@ -4300,7 +4680,12 @@ view.on({
4300
4680
  <td class="type">
4301
4681
 
4302
4682
 
4303
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4683
+ <span class="param-type">
4684
+
4685
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4686
+
4687
+ </span>
4688
+
4304
4689
 
4305
4690
 
4306
4691
 
@@ -4337,7 +4722,12 @@ view.on({
4337
4722
  <td class="type">
4338
4723
 
4339
4724
 
4340
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4725
+ <span class="param-type">
4726
+
4727
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4728
+
4729
+ </span>
4730
+
4341
4731
 
4342
4732
 
4343
4733
 
@@ -4374,7 +4764,12 @@ view.on({
4374
4764
  <td class="type">
4375
4765
 
4376
4766
 
4377
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4767
+ <span class="param-type">
4768
+
4769
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4770
+
4771
+ </span>
4772
+
4378
4773
 
4379
4774
 
4380
4775
 
@@ -4419,7 +4814,7 @@ view.on({
4419
4814
 
4420
4815
  <dt class="inherited-from">Inherited From:</dt>
4421
4816
  <dd class="inherited-from"><ul class="dummy"><li>
4422
- <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>
4817
+ <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>
4423
4818
  </li></ul></dd>
4424
4819
 
4425
4820
 
@@ -4555,7 +4950,12 @@ view.on({
4555
4950
  <td class="type">
4556
4951
 
4557
4952
 
4558
- <span class="param-type">Object</span>
4953
+ <span class="param-type">
4954
+
4955
+ Object
4956
+
4957
+ </span>
4958
+
4559
4959
 
4560
4960
 
4561
4961
 
@@ -4588,7 +4988,12 @@ view.on({
4588
4988
  <td class="type">
4589
4989
 
4590
4990
 
4591
- <span class="param-type">String</span>
4991
+ <span class="param-type">
4992
+
4993
+ String
4994
+
4995
+ </span>
4996
+
4592
4997
 
4593
4998
 
4594
4999
 
@@ -4625,7 +5030,12 @@ view.on({
4625
5030
  <td class="type">
4626
5031
 
4627
5032
 
4628
- <span class="param-type">String</span>
5033
+ <span class="param-type">
5034
+
5035
+ String
5036
+
5037
+ </span>
5038
+
4629
5039
 
4630
5040
 
4631
5041
 
@@ -4662,7 +5072,12 @@ view.on({
4662
5072
  <td class="type">
4663
5073
 
4664
5074
 
4665
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5075
+ <span class="param-type">
5076
+
5077
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5078
+
5079
+ </span>
5080
+
4666
5081
 
4667
5082
 
4668
5083
 
@@ -4699,7 +5114,12 @@ view.on({
4699
5114
  <td class="type">
4700
5115
 
4701
5116
 
4702
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5117
+ <span class="param-type">
5118
+
5119
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5120
+
5121
+ </span>
5122
+
4703
5123
 
4704
5124
 
4705
5125
 
@@ -4736,7 +5156,12 @@ view.on({
4736
5156
  <td class="type">
4737
5157
 
4738
5158
 
4739
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5159
+ <span class="param-type">
5160
+
5161
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5162
+
5163
+ </span>
5164
+
4740
5165
 
4741
5166
 
4742
5167
 
@@ -4773,7 +5198,12 @@ view.on({
4773
5198
  <td class="type">
4774
5199
 
4775
5200
 
4776
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5201
+ <span class="param-type">
5202
+
5203
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5204
+
5205
+ </span>
5206
+
4777
5207
 
4778
5208
 
4779
5209
 
@@ -4810,7 +5240,12 @@ view.on({
4810
5240
  <td class="type">
4811
5241
 
4812
5242
 
4813
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5243
+ <span class="param-type">
5244
+
5245
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5246
+
5247
+ </span>
5248
+
4814
5249
 
4815
5250
 
4816
5251
 
@@ -4855,7 +5290,7 @@ view.on({
4855
5290
 
4856
5291
  <dt class="inherited-from">Inherited From:</dt>
4857
5292
  <dd class="inherited-from"><ul class="dummy"><li>
4858
- <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>
5293
+ <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>
4859
5294
  </li></ul></dd>
4860
5295
 
4861
5296
 
@@ -5001,7 +5436,12 @@ view.on({
5001
5436
  <td class="type">
5002
5437
 
5003
5438
 
5004
- <span class="param-type">Object</span>
5439
+ <span class="param-type">
5440
+
5441
+ Object
5442
+
5443
+ </span>
5444
+
5005
5445
 
5006
5446
 
5007
5447
 
@@ -5034,7 +5474,12 @@ view.on({
5034
5474
  <td class="type">
5035
5475
 
5036
5476
 
5037
- <span class="param-type">String</span>
5477
+ <span class="param-type">
5478
+
5479
+ String
5480
+
5481
+ </span>
5482
+
5038
5483
 
5039
5484
 
5040
5485
 
@@ -5071,7 +5516,12 @@ view.on({
5071
5516
  <td class="type">
5072
5517
 
5073
5518
 
5074
- <span class="param-type">String</span>
5519
+ <span class="param-type">
5520
+
5521
+ String
5522
+
5523
+ </span>
5524
+
5075
5525
 
5076
5526
 
5077
5527
 
@@ -5108,7 +5558,12 @@ view.on({
5108
5558
  <td class="type">
5109
5559
 
5110
5560
 
5111
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5561
+ <span class="param-type">
5562
+
5563
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5564
+
5565
+ </span>
5566
+
5112
5567
 
5113
5568
 
5114
5569
 
@@ -5145,7 +5600,12 @@ view.on({
5145
5600
  <td class="type">
5146
5601
 
5147
5602
 
5148
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5603
+ <span class="param-type">
5604
+
5605
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5606
+
5607
+ </span>
5608
+
5149
5609
 
5150
5610
 
5151
5611
 
@@ -5182,7 +5642,12 @@ view.on({
5182
5642
  <td class="type">
5183
5643
 
5184
5644
 
5185
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5645
+ <span class="param-type">
5646
+
5647
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5648
+
5649
+ </span>
5650
+
5186
5651
 
5187
5652
 
5188
5653
 
@@ -5219,7 +5684,12 @@ view.on({
5219
5684
  <td class="type">
5220
5685
 
5221
5686
 
5222
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5687
+ <span class="param-type">
5688
+
5689
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5690
+
5691
+ </span>
5692
+
5223
5693
 
5224
5694
 
5225
5695
 
@@ -5256,7 +5726,12 @@ view.on({
5256
5726
  <td class="type">
5257
5727
 
5258
5728
 
5259
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5729
+ <span class="param-type">
5730
+
5731
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5732
+
5733
+ </span>
5734
+
5260
5735
 
5261
5736
 
5262
5737
 
@@ -5301,7 +5776,7 @@ view.on({
5301
5776
 
5302
5777
  <dt class="inherited-from">Inherited From:</dt>
5303
5778
  <dd class="inherited-from"><ul class="dummy"><li>
5304
- <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>
5779
+ <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>
5305
5780
  </li></ul></dd>
5306
5781
 
5307
5782
 
@@ -5437,7 +5912,12 @@ view.on({
5437
5912
  <td class="type">
5438
5913
 
5439
5914
 
5440
- <span class="param-type">Object</span>
5915
+ <span class="param-type">
5916
+
5917
+ Object
5918
+
5919
+ </span>
5920
+
5441
5921
 
5442
5922
 
5443
5923
 
@@ -5470,7 +5950,12 @@ view.on({
5470
5950
  <td class="type">
5471
5951
 
5472
5952
 
5473
- <span class="param-type">String</span>
5953
+ <span class="param-type">
5954
+
5955
+ String
5956
+
5957
+ </span>
5958
+
5474
5959
 
5475
5960
 
5476
5961
 
@@ -5507,7 +5992,12 @@ view.on({
5507
5992
  <td class="type">
5508
5993
 
5509
5994
 
5510
- <span class="param-type">String</span>
5995
+ <span class="param-type">
5996
+
5997
+ String
5998
+
5999
+ </span>
6000
+
5511
6001
 
5512
6002
 
5513
6003
 
@@ -5544,7 +6034,12 @@ view.on({
5544
6034
  <td class="type">
5545
6035
 
5546
6036
 
5547
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6037
+ <span class="param-type">
6038
+
6039
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6040
+
6041
+ </span>
6042
+
5548
6043
 
5549
6044
 
5550
6045
 
@@ -5581,7 +6076,12 @@ view.on({
5581
6076
  <td class="type">
5582
6077
 
5583
6078
 
5584
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6079
+ <span class="param-type">
6080
+
6081
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6082
+
6083
+ </span>
6084
+
5585
6085
 
5586
6086
 
5587
6087
 
@@ -5618,7 +6118,12 @@ view.on({
5618
6118
  <td class="type">
5619
6119
 
5620
6120
 
5621
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6121
+ <span class="param-type">
6122
+
6123
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6124
+
6125
+ </span>
6126
+
5622
6127
 
5623
6128
 
5624
6129
 
@@ -5655,7 +6160,12 @@ view.on({
5655
6160
  <td class="type">
5656
6161
 
5657
6162
 
5658
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6163
+ <span class="param-type">
6164
+
6165
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6166
+
6167
+ </span>
6168
+
5659
6169
 
5660
6170
 
5661
6171
 
@@ -5692,7 +6202,12 @@ view.on({
5692
6202
  <td class="type">
5693
6203
 
5694
6204
 
5695
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6205
+ <span class="param-type">
6206
+
6207
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6208
+
6209
+ </span>
6210
+
5696
6211
 
5697
6212
 
5698
6213
 
@@ -5737,7 +6252,7 @@ view.on({
5737
6252
 
5738
6253
  <dt class="inherited-from">Inherited From:</dt>
5739
6254
  <dd class="inherited-from"><ul class="dummy"><li>
5740
- <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>
6255
+ <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>
5741
6256
  </li></ul></dd>
5742
6257
 
5743
6258
 
@@ -5883,7 +6398,12 @@ view.on({
5883
6398
  <td class="type">
5884
6399
 
5885
6400
 
5886
- <span class="param-type">Object</span>
6401
+ <span class="param-type">
6402
+
6403
+ Object
6404
+
6405
+ </span>
6406
+
5887
6407
 
5888
6408
 
5889
6409
 
@@ -5916,7 +6436,12 @@ view.on({
5916
6436
  <td class="type">
5917
6437
 
5918
6438
 
5919
- <span class="param-type">String</span>
6439
+ <span class="param-type">
6440
+
6441
+ String
6442
+
6443
+ </span>
6444
+
5920
6445
 
5921
6446
 
5922
6447
 
@@ -5953,7 +6478,12 @@ view.on({
5953
6478
  <td class="type">
5954
6479
 
5955
6480
 
5956
- <span class="param-type">String</span>
6481
+ <span class="param-type">
6482
+
6483
+ String
6484
+
6485
+ </span>
6486
+
5957
6487
 
5958
6488
 
5959
6489
 
@@ -5990,7 +6520,12 @@ view.on({
5990
6520
  <td class="type">
5991
6521
 
5992
6522
 
5993
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6523
+ <span class="param-type">
6524
+
6525
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6526
+
6527
+ </span>
6528
+
5994
6529
 
5995
6530
 
5996
6531
 
@@ -6027,7 +6562,12 @@ view.on({
6027
6562
  <td class="type">
6028
6563
 
6029
6564
 
6030
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6565
+ <span class="param-type">
6566
+
6567
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6568
+
6569
+ </span>
6570
+
6031
6571
 
6032
6572
 
6033
6573
 
@@ -6064,7 +6604,12 @@ view.on({
6064
6604
  <td class="type">
6065
6605
 
6066
6606
 
6067
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6607
+ <span class="param-type">
6608
+
6609
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6610
+
6611
+ </span>
6612
+
6068
6613
 
6069
6614
 
6070
6615
 
@@ -6101,7 +6646,12 @@ view.on({
6101
6646
  <td class="type">
6102
6647
 
6103
6648
 
6104
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6649
+ <span class="param-type">
6650
+
6651
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6652
+
6653
+ </span>
6654
+
6105
6655
 
6106
6656
 
6107
6657
 
@@ -6138,7 +6688,12 @@ view.on({
6138
6688
  <td class="type">
6139
6689
 
6140
6690
 
6141
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6691
+ <span class="param-type">
6692
+
6693
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6694
+
6695
+ </span>
6696
+
6142
6697
 
6143
6698
 
6144
6699
 
@@ -6183,7 +6738,7 @@ view.on({
6183
6738
 
6184
6739
  <dt class="inherited-from">Inherited From:</dt>
6185
6740
  <dd class="inherited-from"><ul class="dummy"><li>
6186
- <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>
6741
+ <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>
6187
6742
  </li></ul></dd>
6188
6743
 
6189
6744
 
@@ -6319,7 +6874,12 @@ view.on({
6319
6874
  <td class="type">
6320
6875
 
6321
6876
 
6322
- <span class="param-type">Object</span>
6877
+ <span class="param-type">
6878
+
6879
+ Object
6880
+
6881
+ </span>
6882
+
6323
6883
 
6324
6884
 
6325
6885
 
@@ -6352,7 +6912,12 @@ view.on({
6352
6912
  <td class="type">
6353
6913
 
6354
6914
 
6355
- <span class="param-type">String</span>
6915
+ <span class="param-type">
6916
+
6917
+ String
6918
+
6919
+ </span>
6920
+
6356
6921
 
6357
6922
 
6358
6923
 
@@ -6389,7 +6954,12 @@ view.on({
6389
6954
  <td class="type">
6390
6955
 
6391
6956
 
6392
- <span class="param-type">String</span>
6957
+ <span class="param-type">
6958
+
6959
+ String
6960
+
6961
+ </span>
6962
+
6393
6963
 
6394
6964
 
6395
6965
 
@@ -6426,7 +6996,12 @@ view.on({
6426
6996
  <td class="type">
6427
6997
 
6428
6998
 
6429
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6999
+ <span class="param-type">
7000
+
7001
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7002
+
7003
+ </span>
7004
+
6430
7005
 
6431
7006
 
6432
7007
 
@@ -6463,7 +7038,12 @@ view.on({
6463
7038
  <td class="type">
6464
7039
 
6465
7040
 
6466
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7041
+ <span class="param-type">
7042
+
7043
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7044
+
7045
+ </span>
7046
+
6467
7047
 
6468
7048
 
6469
7049
 
@@ -6500,7 +7080,12 @@ view.on({
6500
7080
  <td class="type">
6501
7081
 
6502
7082
 
6503
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7083
+ <span class="param-type">
7084
+
7085
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7086
+
7087
+ </span>
7088
+
6504
7089
 
6505
7090
 
6506
7091
 
@@ -6537,7 +7122,12 @@ view.on({
6537
7122
  <td class="type">
6538
7123
 
6539
7124
 
6540
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7125
+ <span class="param-type">
7126
+
7127
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7128
+
7129
+ </span>
7130
+
6541
7131
 
6542
7132
 
6543
7133
 
@@ -6574,7 +7164,12 @@ view.on({
6574
7164
  <td class="type">
6575
7165
 
6576
7166
 
6577
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7167
+ <span class="param-type">
7168
+
7169
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7170
+
7171
+ </span>
7172
+
6578
7173
 
6579
7174
 
6580
7175
 
@@ -6619,7 +7214,7 @@ view.on({
6619
7214
 
6620
7215
  <dt class="inherited-from">Inherited From:</dt>
6621
7216
  <dd class="inherited-from"><ul class="dummy"><li>
6622
- <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>
7217
+ <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>
6623
7218
  </li></ul></dd>
6624
7219
 
6625
7220