@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
@@ -95,13 +95,18 @@ if(layer.loadStatus === 'loaded') {<br/>
95
95
 
96
96
  <tr class="deep-level-0">
97
97
 
98
- <td class="name" id="options"><code>options</code></td>
98
+ <td class="name"><code>options</code></td>
99
99
 
100
100
 
101
101
  <td class="type">
102
102
 
103
103
 
104
- <span class="param-type">Object</span>
104
+ <span class="param-type">
105
+
106
+ Object
107
+
108
+ </span>
109
+
105
110
 
106
111
 
107
112
 
@@ -121,13 +126,18 @@ if(layer.loadStatus === 'loaded') {<br/>
121
126
 
122
127
  <tr class="deep-level-1">
123
128
 
124
- <td class="name" id="url"><code>url</code></td>
129
+ <td class="name"><code>url</code></td>
125
130
 
126
131
 
127
132
  <td class="type">
128
133
 
129
134
 
130
- <span class="param-type">String</span>
135
+ <span class="param-type">
136
+
137
+ String
138
+
139
+ </span>
140
+
131
141
 
132
142
 
133
143
 
@@ -149,13 +159,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
149
159
 
150
160
  <tr class="deep-level-1">
151
161
 
152
- <td class="name" id="id"><code>id</code></td>
162
+ <td class="name"><code>id</code></td>
153
163
 
154
164
 
155
165
  <td class="type">
156
166
 
157
167
 
158
- <span class="param-type">String</span>
168
+ <span class="param-type">
169
+
170
+ String
171
+
172
+ </span>
173
+
159
174
 
160
175
 
161
176
 
@@ -175,13 +190,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
175
190
 
176
191
  <tr class="deep-level-1">
177
192
 
178
- <td class="name" id="opacity"><code>opacity</code></td>
193
+ <td class="name"><code>opacity</code></td>
179
194
 
180
195
 
181
196
  <td class="type">
182
197
 
183
198
 
184
- <span class="param-type">Number</span>
199
+ <span class="param-type">
200
+
201
+ Number
202
+
203
+ </span>
204
+
185
205
 
186
206
 
187
207
 
@@ -203,13 +223,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
203
223
 
204
224
  <tr class="deep-level-1">
205
225
 
206
- <td class="name" id="visible"><code>visible</code></td>
226
+ <td class="name"><code>visible</code></td>
207
227
 
208
228
 
209
229
  <td class="type">
210
230
 
211
231
 
212
- <span class="param-type">Boolean</span>
232
+ <span class="param-type">
233
+
234
+ Boolean
235
+
236
+ </span>
237
+
213
238
 
214
239
 
215
240
 
@@ -231,13 +256,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
231
256
 
232
257
  <tr class="deep-level-1">
233
258
 
234
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
259
+ <td class="name"><code>spatialReference</code></td>
235
260
 
236
261
 
237
262
  <td class="type">
238
263
 
239
264
 
240
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
265
+ <span class="param-type">
266
+
267
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
268
+
269
+ </span>
270
+
241
271
 
242
272
 
243
273
 
@@ -259,13 +289,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
259
289
 
260
290
  <tr class="deep-level-1">
261
291
 
262
- <td class="name" id="extent"><code>extent</code></td>
292
+ <td class="name"><code>extent</code></td>
263
293
 
264
294
 
265
295
  <td class="type">
266
296
 
267
297
 
268
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
298
+ <span class="param-type">
299
+
300
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
301
+
302
+ </span>
303
+
269
304
 
270
305
 
271
306
 
@@ -285,13 +320,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
285
320
 
286
321
  <tr class="deep-level-1">
287
322
 
288
- <td class="name" id="tileInfo"><code>tileInfo</code></td>
323
+ <td class="name"><code>tileInfo</code></td>
289
324
 
290
325
 
291
326
  <td class="type">
292
327
 
293
328
 
294
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
329
+ <span class="param-type">
330
+
331
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
332
+
333
+ </span>
334
+
295
335
 
296
336
 
297
337
 
@@ -311,13 +351,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
311
351
 
312
352
  <tr class="deep-level-1">
313
353
 
314
- <td class="name" id="minScale"><code>minScale</code></td>
354
+ <td class="name"><code>minScale</code></td>
315
355
 
316
356
 
317
357
  <td class="type">
318
358
 
319
359
 
320
- <span class="param-type">Number</span>
360
+ <span class="param-type">
361
+
362
+ Number
363
+
364
+ </span>
365
+
321
366
 
322
367
 
323
368
 
@@ -339,13 +384,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
339
384
 
340
385
  <tr class="deep-level-1">
341
386
 
342
- <td class="name" id="maxScale"><code>maxScale</code></td>
387
+ <td class="name"><code>maxScale</code></td>
343
388
 
344
389
 
345
390
  <td class="type">
346
391
 
347
392
 
348
- <span class="param-type">Number</span>
393
+ <span class="param-type">
394
+
395
+ Number
396
+
397
+ </span>
398
+
349
399
 
350
400
 
351
401
 
@@ -367,13 +417,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
367
417
 
368
418
  <tr class="deep-level-1">
369
419
 
370
- <td class="name" id="tileSliceType"><code>tileSliceType</code></td>
420
+ <td class="name"><code>tileSliceType</code></td>
371
421
 
372
422
 
373
423
  <td class="type">
374
424
 
375
425
 
376
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
426
+ <span class="param-type">
427
+
428
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
429
+
430
+ </span>
431
+
377
432
 
378
433
 
379
434
 
@@ -395,13 +450,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
395
450
 
396
451
  <tr class="deep-level-1">
397
452
 
398
- <td class="name" id="subDomains"><code>subDomains</code></td>
453
+ <td class="name"><code>subDomains</code></td>
399
454
 
400
455
 
401
456
  <td class="type">
402
457
 
403
458
 
404
- <span class="param-type">Array.&lt;String></span>
459
+ <span class="param-type">
460
+
461
+ Array.&lt;String>
462
+
463
+ </span>
464
+
405
465
 
406
466
 
407
467
 
@@ -423,13 +483,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
423
483
 
424
484
  <tr class="deep-level-1">
425
485
 
426
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
486
+ <td class="name"><code>tokenKey</code></td>
427
487
 
428
488
 
429
489
  <td class="type">
430
490
 
431
491
 
432
- <span class="param-type">String</span>
492
+ <span class="param-type">
493
+
494
+ String
495
+
496
+ </span>
497
+
433
498
 
434
499
 
435
500
 
@@ -451,13 +516,18 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
451
516
 
452
517
  <tr class="deep-level-1">
453
518
 
454
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
519
+ <td class="name"><code>tokenValue</code></td>
455
520
 
456
521
 
457
522
  <td class="type">
458
523
 
459
524
 
460
- <span class="param-type">String</span>
525
+ <span class="param-type">
526
+
527
+ String
528
+
529
+ </span>
530
+
461
531
 
462
532
 
463
533
 
@@ -477,25 +547,46 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
477
547
 
478
548
  <tr class="deep-level-1">
479
549
 
480
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
550
+ <td class="name"><code>clippingArea</code></td>
481
551
 
482
552
 
483
553
  <td class="type">
484
554
 
485
555
 
486
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
556
+ <span class="param-type">
557
+
558
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
559
+
560
+ </span>
487
561
  |
488
562
 
489
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
563
+ <span class="param-type">
564
+
565
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
566
+
567
+ </span>
490
568
  |
491
569
 
492
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
570
+ <span class="param-type">
571
+
572
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
573
+
574
+ </span>
493
575
  |
494
576
 
495
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
577
+ <span class="param-type">
578
+
579
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
580
+
581
+ </span>
496
582
  |
497
583
 
498
- <span class="param-type">null</span>
584
+ <span class="param-type">
585
+
586
+ null
587
+
588
+ </span>
589
+
499
590
 
500
591
 
501
592
 
@@ -569,19 +660,19 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
569
660
  <div class="column is-2"><label>绑定事件</label></div>
570
661
  <div class="column is-10">
571
662
  <ul>
572
- <li><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></li>
663
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
573
664
 
574
- <li><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></li>
665
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
575
666
 
576
- <li><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></li>
667
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
577
668
 
578
- <li><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></li>
669
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
579
670
 
580
- <li><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></li>
671
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
581
672
 
582
- <li><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></li>
673
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
583
674
 
584
- <li><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></li>
675
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
585
676
  </ul>
586
677
  </div>
587
678
  </div>
@@ -704,7 +795,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
704
795
 
705
796
 
706
797
  <ul>
707
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
798
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
708
799
  </ul>
709
800
 
710
801
 
@@ -736,11 +827,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
736
827
  <tbody>
737
828
 
738
829
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="WebTileLayer.html#copyright">copyright</a></code></td>
830
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
740
831
  <td class="name">
741
832
  <code>
742
833
 
743
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
839
+
744
840
 
745
841
 
746
842
  </code>
@@ -749,11 +845,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
749
845
  </tr>
750
846
 
751
847
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="WebTileLayer.html#description">description</a></code></td>
848
+ <td class="name"><code><a href="#description">description</a></code></td>
753
849
  <td class="name">
754
850
  <code>
755
851
 
756
- <span class="param-type">String</span>
852
+ <span class="param-type">
853
+
854
+ String
855
+
856
+ </span>
857
+
757
858
 
758
859
 
759
860
  </code>
@@ -762,11 +863,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
762
863
  </tr>
763
864
 
764
865
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="WebTileLayer.html#extendOptions">extendOptions</a></code></td>
866
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
766
867
  <td class="name">
767
868
  <code>
768
869
 
769
- <span class="param-type">Object</span>
870
+ <span class="param-type">
871
+
872
+ Object
873
+
874
+ </span>
875
+
770
876
 
771
877
 
772
878
  </code>
@@ -775,11 +881,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
775
881
  </tr>
776
882
 
777
883
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="WebTileLayer.html#extendProps">extendProps</a></code></td>
884
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
779
885
  <td class="name">
780
886
  <code>
781
887
 
782
- <span class="param-type">Object</span>
888
+ <span class="param-type">
889
+
890
+ Object
891
+
892
+ </span>
893
+
783
894
 
784
895
 
785
896
  </code>
@@ -788,11 +899,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
788
899
  </tr>
789
900
 
790
901
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="WebTileLayer.html#extent">extent</a></code></td>
902
+ <td class="name"><code><a href="#extent">extent</a></code></td>
792
903
  <td class="name">
793
904
  <code>
794
905
 
795
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
906
+ <span class="param-type">
907
+
908
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
909
+
910
+ </span>
911
+
796
912
 
797
913
 
798
914
  </code>
@@ -801,11 +917,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
801
917
  </tr>
802
918
 
803
919
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="WebTileLayer.html#extent">extent</a></code></td>
920
+ <td class="name"><code><a href="#extent">extent</a></code></td>
805
921
  <td class="name">
806
922
  <code>
807
923
 
808
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
924
+ <span class="param-type">
925
+
926
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
927
+
928
+ </span>
929
+
809
930
 
810
931
 
811
932
  </code>
@@ -814,11 +935,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
814
935
  </tr>
815
936
 
816
937
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="WebTileLayer.html#headers">headers</a></code></td>
938
+ <td class="name"><code><a href="#headers">headers</a></code></td>
818
939
  <td class="name">
819
940
  <code>
820
941
 
821
- <span class="param-type">String</span>
942
+ <span class="param-type">
943
+
944
+ String
945
+
946
+ </span>
947
+
822
948
 
823
949
 
824
950
  </code>
@@ -827,11 +953,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
827
953
  </tr>
828
954
 
829
955
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="WebTileLayer.html#httpMethod">httpMethod</a></code></td>
956
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
831
957
  <td class="name">
832
958
  <code>
833
959
 
834
- <span class="param-type">String</span>
960
+ <span class="param-type">
961
+
962
+ String
963
+
964
+ </span>
965
+
835
966
 
836
967
 
837
968
  </code>
@@ -840,11 +971,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
840
971
  </tr>
841
972
 
842
973
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="WebTileLayer.html#id">id</a></code></td>
974
+ <td class="name"><code><a href="#id">id</a></code></td>
844
975
  <td class="name">
845
976
  <code>
846
977
 
847
- <span class="param-type">String</span>
978
+ <span class="param-type">
979
+
980
+ String
981
+
982
+ </span>
983
+
848
984
 
849
985
 
850
986
  </code>
@@ -853,11 +989,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
853
989
  </tr>
854
990
 
855
991
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="WebTileLayer.html#index">index</a></code></td>
992
+ <td class="name"><code><a href="#index">index</a></code></td>
857
993
  <td class="name">
858
994
  <code>
859
995
 
860
- <span class="param-type">Number</span>
996
+ <span class="param-type">
997
+
998
+ Number
999
+
1000
+ </span>
1001
+
861
1002
 
862
1003
 
863
1004
  </code>
@@ -866,11 +1007,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
866
1007
  </tr>
867
1008
 
868
1009
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="WebTileLayer.html#loaded">loaded</a></code></td>
1010
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
870
1011
  <td class="name">
871
1012
  <code>
872
1013
 
873
- <span class="param-type">Boolean</span>
1014
+ <span class="param-type">
1015
+
1016
+ Boolean
1017
+
1018
+ </span>
1019
+
874
1020
 
875
1021
 
876
1022
  </code>
@@ -879,11 +1025,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
879
1025
  </tr>
880
1026
 
881
1027
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="WebTileLayer.html#loadStatus">loadStatus</a></code></td>
1028
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
883
1029
  <td class="name">
884
1030
  <code>
885
1031
 
886
- <span class="param-type">String</span>
1032
+ <span class="param-type">
1033
+
1034
+ String
1035
+
1036
+ </span>
1037
+
887
1038
 
888
1039
 
889
1040
  </code>
@@ -892,11 +1043,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
892
1043
  </tr>
893
1044
 
894
1045
  <tr class="deep-level-0">
895
- <td class="name"><code><a href="WebTileLayer.html#maxScale">maxScale</a></code></td>
1046
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
896
1047
  <td class="name">
897
1048
  <code>
898
1049
 
899
- <span class="param-type">Number</span>
1050
+ <span class="param-type">
1051
+
1052
+ Number
1053
+
1054
+ </span>
1055
+
900
1056
 
901
1057
 
902
1058
  </code>
@@ -905,11 +1061,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
905
1061
  </tr>
906
1062
 
907
1063
  <tr class="deep-level-0">
908
- <td class="name"><code><a href="WebTileLayer.html#minScale">minScale</a></code></td>
1064
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
909
1065
  <td class="name">
910
1066
  <code>
911
1067
 
912
- <span class="param-type">Number</span>
1068
+ <span class="param-type">
1069
+
1070
+ Number
1071
+
1072
+ </span>
1073
+
913
1074
 
914
1075
 
915
1076
  </code>
@@ -918,11 +1079,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
918
1079
  </tr>
919
1080
 
920
1081
  <tr class="deep-level-0">
921
- <td class="name"><code><a href="WebTileLayer.html#opacity">opacity</a></code></td>
1082
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
922
1083
  <td class="name">
923
1084
  <code>
924
1085
 
925
- <span class="param-type">Number</span>
1086
+ <span class="param-type">
1087
+
1088
+ Number
1089
+
1090
+ </span>
1091
+
926
1092
 
927
1093
 
928
1094
  </code>
@@ -931,11 +1097,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
931
1097
  </tr>
932
1098
 
933
1099
  <tr class="deep-level-0">
934
- <td class="name"><code><a href="WebTileLayer.html#spatialReference">spatialReference</a></code></td>
1100
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
935
1101
  <td class="name">
936
1102
  <code>
937
1103
 
938
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1104
+ <span class="param-type">
1105
+
1106
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1107
+
1108
+ </span>
1109
+
939
1110
 
940
1111
 
941
1112
  </code>
@@ -944,11 +1115,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
944
1115
  </tr>
945
1116
 
946
1117
  <tr class="deep-level-0">
947
- <td class="name"><code><a href="WebTileLayer.html#subDomains">subDomains</a></code></td>
1118
+ <td class="name"><code><a href="#subDomains">subDomains</a></code></td>
948
1119
  <td class="name">
949
1120
  <code>
950
1121
 
951
- <span class="param-type">Array.&lt;String></span>
1122
+ <span class="param-type">
1123
+
1124
+ Array.&lt;String>
1125
+
1126
+ </span>
1127
+
952
1128
 
953
1129
 
954
1130
  </code>
@@ -957,11 +1133,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
957
1133
  </tr>
958
1134
 
959
1135
  <tr class="deep-level-0">
960
- <td class="name"><code><a href="WebTileLayer.html#tileInfo">tileInfo</a></code></td>
1136
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
961
1137
  <td class="name">
962
1138
  <code>
963
1139
 
964
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1140
+ <span class="param-type">
1141
+
1142
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1143
+
1144
+ </span>
1145
+
965
1146
 
966
1147
 
967
1148
  </code>
@@ -970,11 +1151,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
970
1151
  </tr>
971
1152
 
972
1153
  <tr class="deep-level-0">
973
- <td class="name"><code><a href="WebTileLayer.html#tileSliceType">tileSliceType</a></code></td>
1154
+ <td class="name"><code><a href="#tileSliceType">tileSliceType</a></code></td>
974
1155
  <td class="name">
975
1156
  <code>
976
1157
 
977
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
1158
+ <span class="param-type">
1159
+
1160
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
1161
+
1162
+ </span>
1163
+
978
1164
 
979
1165
 
980
1166
  </code>
@@ -983,11 +1169,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
983
1169
  </tr>
984
1170
 
985
1171
  <tr class="deep-level-0">
986
- <td class="name"><code><a href="WebTileLayer.html#title">title</a></code></td>
1172
+ <td class="name"><code><a href="#title">title</a></code></td>
987
1173
  <td class="name">
988
1174
  <code>
989
1175
 
990
- <span class="param-type">String</span>
1176
+ <span class="param-type">
1177
+
1178
+ String
1179
+
1180
+ </span>
1181
+
991
1182
 
992
1183
 
993
1184
  </code>
@@ -996,11 +1187,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
996
1187
  </tr>
997
1188
 
998
1189
  <tr class="deep-level-0">
999
- <td class="name"><code><a href="WebTileLayer.html#tokenKey">tokenKey</a></code></td>
1190
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1000
1191
  <td class="name">
1001
1192
  <code>
1002
1193
 
1003
- <span class="param-type">String</span>
1194
+ <span class="param-type">
1195
+
1196
+ String
1197
+
1198
+ </span>
1199
+
1004
1200
 
1005
1201
 
1006
1202
  </code>
@@ -1009,11 +1205,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1009
1205
  </tr>
1010
1206
 
1011
1207
  <tr class="deep-level-0">
1012
- <td class="name"><code><a href="WebTileLayer.html#tokenValue">tokenValue</a></code></td>
1208
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
1013
1209
  <td class="name">
1014
1210
  <code>
1015
1211
 
1016
- <span class="param-type">String</span>
1212
+ <span class="param-type">
1213
+
1214
+ String
1215
+
1216
+ </span>
1217
+
1017
1218
 
1018
1219
 
1019
1220
  </code>
@@ -1022,11 +1223,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1022
1223
  </tr>
1023
1224
 
1024
1225
  <tr class="deep-level-0">
1025
- <td class="name"><code><a href="WebTileLayer.html#type">type</a></code></td>
1226
+ <td class="name"><code><a href="#type">type</a></code></td>
1026
1227
  <td class="name">
1027
1228
  <code>
1028
1229
 
1029
- <span class="param-type"><a class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
1230
+ <span class="param-type">
1231
+
1232
+ <a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a>
1233
+
1234
+ </span>
1235
+
1030
1236
 
1031
1237
 
1032
1238
  </code>
@@ -1035,11 +1241,16 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1035
1241
  </tr>
1036
1242
 
1037
1243
  <tr class="deep-level-0">
1038
- <td class="name"><code><a href="WebTileLayer.html#visible">visible</a></code></td>
1244
+ <td class="name"><code><a href="#visible">visible</a></code></td>
1039
1245
  <td class="name">
1040
1246
  <code>
1041
1247
 
1042
- <span class="param-type">Number</span>
1248
+ <span class="param-type">
1249
+
1250
+ Number
1251
+
1252
+ </span>
1253
+
1043
1254
 
1044
1255
 
1045
1256
  </code>
@@ -1058,7 +1269,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1058
1269
  <span class="method-parameter is-pulled-right">
1059
1270
  <label>类型:</label>
1060
1271
 
1061
- <span class="param-type">String</span>
1272
+ <span class="param-type">
1273
+
1274
+ String
1275
+
1276
+ </span>
1277
+
1062
1278
 
1063
1279
 
1064
1280
  </span>
@@ -1096,7 +1312,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1096
1312
 
1097
1313
  <dt class="inherited-from">Inherited From:</dt>
1098
1314
  <dd class="inherited-from"><ul class="dummy"><li>
1099
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1315
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1100
1316
  </li></ul></dd>
1101
1317
 
1102
1318
 
@@ -1137,7 +1353,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1137
1353
  <span class="method-parameter is-pulled-right">
1138
1354
  <label>类型:</label>
1139
1355
 
1140
- <span class="param-type">String</span>
1356
+ <span class="param-type">
1357
+
1358
+ String
1359
+
1360
+ </span>
1361
+
1141
1362
 
1142
1363
 
1143
1364
  </span>
@@ -1175,7 +1396,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1175
1396
 
1176
1397
  <dt class="inherited-from">Inherited From:</dt>
1177
1398
  <dd class="inherited-from"><ul class="dummy"><li>
1178
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1399
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1179
1400
  </li></ul></dd>
1180
1401
 
1181
1402
 
@@ -1216,7 +1437,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1216
1437
  <span class="method-parameter is-pulled-right">
1217
1438
  <label>类型:</label>
1218
1439
 
1219
- <span class="param-type">Object</span>
1440
+ <span class="param-type">
1441
+
1442
+ Object
1443
+
1444
+ </span>
1445
+
1220
1446
 
1221
1447
 
1222
1448
  </span>
@@ -1250,7 +1476,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1250
1476
 
1251
1477
  <dt class="inherited-from">Inherited From:</dt>
1252
1478
  <dd class="inherited-from"><ul class="dummy"><li>
1253
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1479
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1254
1480
  </li></ul></dd>
1255
1481
 
1256
1482
 
@@ -1291,7 +1517,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1291
1517
  <span class="method-parameter is-pulled-right">
1292
1518
  <label>类型:</label>
1293
1519
 
1294
- <span class="param-type">Object</span>
1520
+ <span class="param-type">
1521
+
1522
+ Object
1523
+
1524
+ </span>
1525
+
1295
1526
 
1296
1527
 
1297
1528
  </span>
@@ -1325,7 +1556,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1325
1556
 
1326
1557
  <dt class="inherited-from">Inherited From:</dt>
1327
1558
  <dd class="inherited-from"><ul class="dummy"><li>
1328
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1559
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1329
1560
  </li></ul></dd>
1330
1561
 
1331
1562
 
@@ -1366,7 +1597,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1366
1597
  <span class="method-parameter is-pulled-right">
1367
1598
  <label>类型:</label>
1368
1599
 
1369
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1600
+ <span class="param-type">
1601
+
1602
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1603
+
1604
+ </span>
1605
+
1370
1606
 
1371
1607
 
1372
1608
  </span>
@@ -1441,7 +1677,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1441
1677
  <span class="method-parameter is-pulled-right">
1442
1678
  <label>类型:</label>
1443
1679
 
1444
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1680
+ <span class="param-type">
1681
+
1682
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1683
+
1684
+ </span>
1685
+
1445
1686
 
1446
1687
 
1447
1688
  </span>
@@ -1520,7 +1761,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1520
1761
  <span class="method-parameter is-pulled-right">
1521
1762
  <label>类型:</label>
1522
1763
 
1523
- <span class="param-type">String</span>
1764
+ <span class="param-type">
1765
+
1766
+ String
1767
+
1768
+ </span>
1769
+
1524
1770
 
1525
1771
 
1526
1772
  </span>
@@ -1554,7 +1800,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1554
1800
 
1555
1801
  <dt class="inherited-from">Inherited From:</dt>
1556
1802
  <dd class="inherited-from"><ul class="dummy"><li>
1557
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1803
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1558
1804
  </li></ul></dd>
1559
1805
 
1560
1806
 
@@ -1595,7 +1841,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1595
1841
  <span class="method-parameter is-pulled-right">
1596
1842
  <label>类型:</label>
1597
1843
 
1598
- <span class="param-type">String</span>
1844
+ <span class="param-type">
1845
+
1846
+ String
1847
+
1848
+ </span>
1849
+
1599
1850
 
1600
1851
 
1601
1852
  </span>
@@ -1629,7 +1880,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1629
1880
 
1630
1881
  <dt class="inherited-from">Inherited From:</dt>
1631
1882
  <dd class="inherited-from"><ul class="dummy"><li>
1632
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1883
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1633
1884
  </li></ul></dd>
1634
1885
 
1635
1886
 
@@ -1670,7 +1921,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1670
1921
  <span class="method-parameter is-pulled-right">
1671
1922
  <label>类型:</label>
1672
1923
 
1673
- <span class="param-type">String</span>
1924
+ <span class="param-type">
1925
+
1926
+ String
1927
+
1928
+ </span>
1929
+
1674
1930
 
1675
1931
 
1676
1932
  </span>
@@ -1708,7 +1964,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1708
1964
 
1709
1965
  <dt class="inherited-from">Inherited From:</dt>
1710
1966
  <dd class="inherited-from"><ul class="dummy"><li>
1711
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1967
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1712
1968
  </li></ul></dd>
1713
1969
 
1714
1970
 
@@ -1749,7 +2005,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1749
2005
  <span class="method-parameter is-pulled-right">
1750
2006
  <label>类型:</label>
1751
2007
 
1752
- <span class="param-type">Number</span>
2008
+ <span class="param-type">
2009
+
2010
+ Number
2011
+
2012
+ </span>
2013
+
1753
2014
 
1754
2015
 
1755
2016
  </span>
@@ -1783,7 +2044,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1783
2044
 
1784
2045
  <dt class="inherited-from">Inherited From:</dt>
1785
2046
  <dd class="inherited-from"><ul class="dummy"><li>
1786
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
2047
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1787
2048
  </li></ul></dd>
1788
2049
 
1789
2050
 
@@ -1824,7 +2085,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1824
2085
  <span class="method-parameter is-pulled-right">
1825
2086
  <label>类型:</label>
1826
2087
 
1827
- <span class="param-type">Boolean</span>
2088
+ <span class="param-type">
2089
+
2090
+ Boolean
2091
+
2092
+ </span>
2093
+
1828
2094
 
1829
2095
 
1830
2096
  </span>
@@ -1862,7 +2128,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1862
2128
 
1863
2129
  <dt class="inherited-from">Inherited From:</dt>
1864
2130
  <dd class="inherited-from"><ul class="dummy"><li>
1865
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2131
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1866
2132
  </li></ul></dd>
1867
2133
 
1868
2134
 
@@ -1908,7 +2174,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1908
2174
  <span class="method-parameter is-pulled-right">
1909
2175
  <label>类型:</label>
1910
2176
 
1911
- <span class="param-type">String</span>
2177
+ <span class="param-type">
2178
+
2179
+ String
2180
+
2181
+ </span>
2182
+
1912
2183
 
1913
2184
 
1914
2185
  </span>
@@ -1946,7 +2217,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1946
2217
 
1947
2218
  <dt class="inherited-from">Inherited From:</dt>
1948
2219
  <dd class="inherited-from"><ul class="dummy"><li>
1949
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2220
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1950
2221
  </li></ul></dd>
1951
2222
 
1952
2223
 
@@ -1992,7 +2263,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1992
2263
  <span class="method-parameter is-pulled-right">
1993
2264
  <label>类型:</label>
1994
2265
 
1995
- <span class="param-type">Number</span>
2266
+ <span class="param-type">
2267
+
2268
+ Number
2269
+
2270
+ </span>
2271
+
1996
2272
 
1997
2273
 
1998
2274
  </span>
@@ -2026,7 +2302,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2026
2302
 
2027
2303
  <dt class="inherited-from">Inherited From:</dt>
2028
2304
  <dd class="inherited-from"><ul class="dummy"><li>
2029
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2305
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2030
2306
  </li></ul></dd>
2031
2307
 
2032
2308
 
@@ -2072,7 +2348,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2072
2348
  <span class="method-parameter is-pulled-right">
2073
2349
  <label>类型:</label>
2074
2350
 
2075
- <span class="param-type">Number</span>
2351
+ <span class="param-type">
2352
+
2353
+ Number
2354
+
2355
+ </span>
2356
+
2076
2357
 
2077
2358
 
2078
2359
  </span>
@@ -2106,7 +2387,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2106
2387
 
2107
2388
  <dt class="inherited-from">Inherited From:</dt>
2108
2389
  <dd class="inherited-from"><ul class="dummy"><li>
2109
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2390
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2110
2391
  </li></ul></dd>
2111
2392
 
2112
2393
 
@@ -2152,7 +2433,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2152
2433
  <span class="method-parameter is-pulled-right">
2153
2434
  <label>类型:</label>
2154
2435
 
2155
- <span class="param-type">Number</span>
2436
+ <span class="param-type">
2437
+
2438
+ Number
2439
+
2440
+ </span>
2441
+
2156
2442
 
2157
2443
 
2158
2444
  </span>
@@ -2186,7 +2472,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2186
2472
 
2187
2473
  <dt class="inherited-from">Inherited From:</dt>
2188
2474
  <dd class="inherited-from"><ul class="dummy"><li>
2189
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2475
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2190
2476
  </li></ul></dd>
2191
2477
 
2192
2478
 
@@ -2227,7 +2513,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2227
2513
  <span class="method-parameter is-pulled-right">
2228
2514
  <label>类型:</label>
2229
2515
 
2230
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2516
+ <span class="param-type">
2517
+
2518
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2519
+
2520
+ </span>
2521
+
2231
2522
 
2232
2523
 
2233
2524
  </span>
@@ -2302,7 +2593,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2302
2593
  <span class="method-parameter is-pulled-right">
2303
2594
  <label>类型:</label>
2304
2595
 
2305
- <span class="param-type">Array.&lt;String></span>
2596
+ <span class="param-type">
2597
+
2598
+ Array.&lt;String>
2599
+
2600
+ </span>
2601
+
2306
2602
 
2307
2603
 
2308
2604
  </span>
@@ -2372,7 +2668,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2372
2668
  <span class="method-parameter is-pulled-right">
2373
2669
  <label>类型:</label>
2374
2670
 
2375
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2671
+ <span class="param-type">
2672
+
2673
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
2674
+
2675
+ </span>
2676
+
2376
2677
 
2377
2678
 
2378
2679
  </span>
@@ -2442,7 +2743,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2442
2743
  <span class="method-parameter is-pulled-right">
2443
2744
  <label>类型:</label>
2444
2745
 
2445
- <span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
2746
+ <span class="param-type">
2747
+
2748
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
2749
+
2750
+ </span>
2751
+
2446
2752
 
2447
2753
 
2448
2754
  </span>
@@ -2512,7 +2818,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2512
2818
  <span class="method-parameter is-pulled-right">
2513
2819
  <label>类型:</label>
2514
2820
 
2515
- <span class="param-type">String</span>
2821
+ <span class="param-type">
2822
+
2823
+ String
2824
+
2825
+ </span>
2826
+
2516
2827
 
2517
2828
 
2518
2829
  </span>
@@ -2546,7 +2857,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2546
2857
 
2547
2858
  <dt class="inherited-from">Inherited From:</dt>
2548
2859
  <dd class="inherited-from"><ul class="dummy"><li>
2549
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2860
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2550
2861
  </li></ul></dd>
2551
2862
 
2552
2863
 
@@ -2587,7 +2898,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2587
2898
  <span class="method-parameter is-pulled-right">
2588
2899
  <label>类型:</label>
2589
2900
 
2590
- <span class="param-type">String</span>
2901
+ <span class="param-type">
2902
+
2903
+ String
2904
+
2905
+ </span>
2906
+
2591
2907
 
2592
2908
 
2593
2909
  </span>
@@ -2621,7 +2937,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2621
2937
 
2622
2938
  <dt class="inherited-from">Inherited From:</dt>
2623
2939
  <dd class="inherited-from"><ul class="dummy"><li>
2624
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2940
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2625
2941
  </li></ul></dd>
2626
2942
 
2627
2943
 
@@ -2667,7 +2983,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2667
2983
  <span class="method-parameter is-pulled-right">
2668
2984
  <label>类型:</label>
2669
2985
 
2670
- <span class="param-type">String</span>
2986
+ <span class="param-type">
2987
+
2988
+ String
2989
+
2990
+ </span>
2991
+
2671
2992
 
2672
2993
 
2673
2994
  </span>
@@ -2701,7 +3022,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2701
3022
 
2702
3023
  <dt class="inherited-from">Inherited From:</dt>
2703
3024
  <dd class="inherited-from"><ul class="dummy"><li>
2704
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3025
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2705
3026
  </li></ul></dd>
2706
3027
 
2707
3028
 
@@ -2742,7 +3063,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2742
3063
  <span class="method-parameter is-pulled-right">
2743
3064
  <label>类型:</label>
2744
3065
 
2745
- <span class="param-type"><a class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
3066
+ <span class="param-type">
3067
+
3068
+ <a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a>
3069
+
3070
+ </span>
3071
+
2746
3072
 
2747
3073
 
2748
3074
  </span>
@@ -2817,7 +3143,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2817
3143
  <span class="method-parameter is-pulled-right">
2818
3144
  <label>类型:</label>
2819
3145
 
2820
- <span class="param-type">Number</span>
3146
+ <span class="param-type">
3147
+
3148
+ Number
3149
+
3150
+ </span>
3151
+
2821
3152
 
2822
3153
 
2823
3154
  </span>
@@ -2851,7 +3182,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2851
3182
 
2852
3183
  <dt class="inherited-from">Inherited From:</dt>
2853
3184
  <dd class="inherited-from"><ul class="dummy"><li>
2854
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3185
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2855
3186
  </li></ul></dd>
2856
3187
 
2857
3188
 
@@ -2908,22 +3239,27 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2908
3239
  <tbody>
2909
3240
 
2910
3241
  <tr class="deep-level-0">
2911
- <td class="name"><code><a href="WebTileLayer.html#fromJSON">fromJSON</a></code></td>
3242
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2912
3243
  <td class="name">
2913
3244
  <code>
2914
3245
 
2915
3246
  </code>
2916
3247
  </td>
2917
- <td class="name"><code><p>通过传入的json构造并返回一个WebTileLayer图层<a id='fromJSON'></a></p></code></td>
3248
+ <td class="name"><code><p>通过传入的json构造并返回一个WebTileLayer图层</code></td>
2918
3249
  </tr>
2919
3250
 
2920
3251
  <tr class="deep-level-0">
2921
- <td class="name"><code><a href="WebTileLayer.html#clone">clone</a></code></td>
3252
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2922
3253
  <td class="name">
2923
3254
  <code>
2924
3255
 
2925
3256
 
2926
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3257
+ <span class="param-type">
3258
+
3259
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3260
+
3261
+ </span>
3262
+
2927
3263
 
2928
3264
 
2929
3265
 
@@ -2933,12 +3269,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2933
3269
  </tr>
2934
3270
 
2935
3271
  <tr class="deep-level-0">
2936
- <td class="name"><code><a href="WebTileLayer.html#destroy">destroy</a></code></td>
3272
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2937
3273
  <td class="name">
2938
3274
  <code>
2939
3275
 
2940
3276
 
2941
- <span class="param-type">*</span>
3277
+ <span class="param-type">
3278
+
3279
+ *
3280
+
3281
+ </span>
3282
+
2942
3283
 
2943
3284
 
2944
3285
 
@@ -2948,12 +3289,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2948
3289
  </tr>
2949
3290
 
2950
3291
  <tr class="deep-level-0">
2951
- <td class="name"><code><a href="WebTileLayer.html#isLoaded">isLoaded</a></code></td>
3292
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2952
3293
  <td class="name">
2953
3294
  <code>
2954
3295
 
2955
3296
 
2956
- <span class="param-type">Boolean</span>
3297
+ <span class="param-type">
3298
+
3299
+ Boolean
3300
+
3301
+ </span>
3302
+
2957
3303
 
2958
3304
 
2959
3305
 
@@ -2963,12 +3309,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2963
3309
  </tr>
2964
3310
 
2965
3311
  <tr class="deep-level-0">
2966
- <td class="name"><code><a href="WebTileLayer.html#off">off</a></code></td>
3312
+ <td class="name"><code><a href="#off">off</a></code></td>
2967
3313
  <td class="name">
2968
3314
  <code>
2969
3315
 
2970
3316
 
2971
- <span class="param-type">Object</span>
3317
+ <span class="param-type">
3318
+
3319
+ Object
3320
+
3321
+ </span>
3322
+
2972
3323
 
2973
3324
 
2974
3325
 
@@ -2976,21 +3327,21 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2976
3327
  </td>
2977
3328
  <td class="name"><code><p>移除事件<br/>
2978
3329
  示例如下:<br/>
2979
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2980
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2981
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2982
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2983
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2984
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
3330
+ </code></td>
2985
3331
  </tr>
2986
3332
 
2987
3333
  <tr class="deep-level-0">
2988
- <td class="name"><code><a href="WebTileLayer.html#on">on</a></code></td>
3334
+ <td class="name"><code><a href="#on">on</a></code></td>
2989
3335
  <td class="name">
2990
3336
  <code>
2991
3337
 
2992
3338
 
2993
- <span class="param-type">Object</span>
3339
+ <span class="param-type">
3340
+
3341
+ Object
3342
+
3343
+ </span>
3344
+
2994
3345
 
2995
3346
 
2996
3347
 
@@ -2998,15 +3349,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2998
3349
  </td>
2999
3350
  <td class="name"><code><p>注册一个新的监听事件;<br/>
3000
3351
  示例如下:<br/>
3001
- <a href='#event1'>[1、注册一个事件]</a><br/>
3002
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
3003
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
3004
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
3005
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
3352
+ </code></td>
3006
3353
  </tr>
3007
3354
 
3008
3355
  <tr class="deep-level-0">
3009
- <td class="name"><code><a href="WebTileLayer.html#refresh">refresh</a></code></td>
3356
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3010
3357
  <td class="name">
3011
3358
  <code>
3012
3359
 
@@ -3016,12 +3363,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3016
3363
  </tr>
3017
3364
 
3018
3365
  <tr class="deep-level-0">
3019
- <td class="name"><code><a href="WebTileLayer.html#toJSON">toJSON</a></code></td>
3366
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3020
3367
  <td class="name">
3021
3368
  <code>
3022
3369
 
3023
3370
 
3024
- <span class="param-type">Object</span>
3371
+ <span class="param-type">
3372
+
3373
+ Object
3374
+
3375
+ </span>
3376
+
3025
3377
 
3026
3378
 
3027
3379
 
@@ -3092,13 +3444,18 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3092
3444
 
3093
3445
  <tr class="deep-level-0">
3094
3446
 
3095
- <td class="name" id="json"><code>json</code></td>
3447
+ <td class="name"><code>json</code></td>
3096
3448
 
3097
3449
 
3098
3450
  <td class="type">
3099
3451
 
3100
3452
 
3101
- <span class="param-type">Object</span>
3453
+ <span class="param-type">
3454
+
3455
+ Object
3456
+
3457
+ </span>
3458
+
3102
3459
 
3103
3460
 
3104
3461
 
@@ -3221,7 +3578,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3221
3578
 
3222
3579
  <dt class="inherited-from">Inherited From:</dt>
3223
3580
  <dd class="inherited-from"><ul class="dummy"><li>
3224
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3581
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3225
3582
  </li></ul></dd>
3226
3583
 
3227
3584
 
@@ -3282,7 +3639,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3282
3639
  <div class='column is-5 has-text-left'>
3283
3640
  <label>类型: </label>
3284
3641
 
3285
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3642
+ <span class="param-type">
3643
+
3644
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3645
+
3646
+ </span>
3647
+
3286
3648
 
3287
3649
 
3288
3650
  </div>
@@ -3338,7 +3700,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3338
3700
 
3339
3701
  <dt class="inherited-from">Inherited From:</dt>
3340
3702
  <dd class="inherited-from"><ul class="dummy"><li>
3341
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3703
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3342
3704
  </li></ul></dd>
3343
3705
 
3344
3706
 
@@ -3397,7 +3759,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3397
3759
  <div class='column is-5 has-text-left'>
3398
3760
  <label>类型: </label>
3399
3761
 
3400
- <span class="param-type">*</span>
3762
+ <span class="param-type">
3763
+
3764
+ *
3765
+
3766
+ </span>
3767
+
3401
3768
 
3402
3769
 
3403
3770
  </div>
@@ -3457,7 +3824,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3457
3824
 
3458
3825
  <dt class="inherited-from">Inherited From:</dt>
3459
3826
  <dd class="inherited-from"><ul class="dummy"><li>
3460
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3827
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3461
3828
  </li></ul></dd>
3462
3829
 
3463
3830
 
@@ -3518,7 +3885,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3518
3885
  <div class='column is-5 has-text-left'>
3519
3886
  <label>类型: </label>
3520
3887
 
3521
- <span class="param-type">Boolean</span>
3888
+ <span class="param-type">
3889
+
3890
+ Boolean
3891
+
3892
+ </span>
3893
+
3522
3894
 
3523
3895
 
3524
3896
  </div>
@@ -3596,13 +3968,18 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3596
3968
 
3597
3969
  <tr class="deep-level-0">
3598
3970
 
3599
- <td class="name" id="types"><code>types</code></td>
3971
+ <td class="name"><code>types</code></td>
3600
3972
 
3601
3973
 
3602
3974
  <td class="type">
3603
3975
 
3604
3976
 
3605
- <span class="param-type">string</span>
3977
+ <span class="param-type">
3978
+
3979
+ string
3980
+
3981
+ </span>
3982
+
3606
3983
 
3607
3984
 
3608
3985
 
@@ -3622,13 +3999,18 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3622
3999
 
3623
4000
  <tr class="deep-level-0">
3624
4001
 
3625
- <td class="name" id="fn"><code>fn</code></td>
4002
+ <td class="name"><code>fn</code></td>
3626
4003
 
3627
4004
 
3628
4005
  <td class="type">
3629
4006
 
3630
4007
 
3631
- <span class="param-type">function</span>
4008
+ <span class="param-type">
4009
+
4010
+ function
4011
+
4012
+ </span>
4013
+
3632
4014
 
3633
4015
 
3634
4016
 
@@ -3646,13 +4028,18 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3646
4028
 
3647
4029
  <tr class="deep-level-0">
3648
4030
 
3649
- <td class="name" id="context"><code>context</code></td>
4031
+ <td class="name"><code>context</code></td>
3650
4032
 
3651
4033
 
3652
4034
  <td class="type">
3653
4035
 
3654
4036
 
3655
- <span class="param-type">Object</span>
4037
+ <span class="param-type">
4038
+
4039
+ Object
4040
+
4041
+ </span>
4042
+
3656
4043
 
3657
4044
 
3658
4045
 
@@ -3684,7 +4071,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3684
4071
 
3685
4072
  <dt class="inherited-from">Inherited From:</dt>
3686
4073
  <dd class="inherited-from"><ul class="dummy"><li>
3687
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
4074
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3688
4075
  </li></ul></dd>
3689
4076
 
3690
4077
 
@@ -3745,7 +4132,12 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3745
4132
  <div class='column is-5 has-text-left'>
3746
4133
  <label>类型: </label>
3747
4134
 
3748
- <span class="param-type">Object</span>
4135
+ <span class="param-type">
4136
+
4137
+ Object
4138
+
4139
+ </span>
4140
+
3749
4141
 
3750
4142
 
3751
4143
  </div>
@@ -3912,16 +4304,25 @@ view.off({
3912
4304
 
3913
4305
  <tr class="deep-level-0">
3914
4306
 
3915
- <td class="name" id="types"><code>types</code></td>
4307
+ <td class="name"><code>types</code></td>
3916
4308
 
3917
4309
 
3918
4310
  <td class="type">
3919
4311
 
3920
4312
 
3921
- <span class="param-type">String</span>
4313
+ <span class="param-type">
4314
+
4315
+ String
4316
+
4317
+ </span>
3922
4318
  |
3923
4319
 
3924
- <span class="param-type">Object</span>
4320
+ <span class="param-type">
4321
+
4322
+ Object
4323
+
4324
+ </span>
4325
+
3925
4326
 
3926
4327
 
3927
4328
 
@@ -3947,13 +4348,18 @@ view.off({
3947
4348
 
3948
4349
  <tr class="deep-level-0">
3949
4350
 
3950
- <td class="name" id="fn"><code>fn</code></td>
4351
+ <td class="name"><code>fn</code></td>
3951
4352
 
3952
4353
 
3953
4354
  <td class="type">
3954
4355
 
3955
4356
 
3956
- <span class="param-type">function</span>
4357
+ <span class="param-type">
4358
+
4359
+ function
4360
+
4361
+ </span>
4362
+
3957
4363
 
3958
4364
 
3959
4365
 
@@ -3977,13 +4383,18 @@ view.off({
3977
4383
 
3978
4384
  <tr class="deep-level-0">
3979
4385
 
3980
- <td class="name" id="context"><code>context</code></td>
4386
+ <td class="name"><code>context</code></td>
3981
4387
 
3982
4388
 
3983
4389
  <td class="type">
3984
4390
 
3985
4391
 
3986
- <span class="param-type">Object</span>
4392
+ <span class="param-type">
4393
+
4394
+ Object
4395
+
4396
+ </span>
4397
+
3987
4398
 
3988
4399
 
3989
4400
 
@@ -4021,7 +4432,7 @@ view.off({
4021
4432
 
4022
4433
  <dt class="inherited-from">Inherited From:</dt>
4023
4434
  <dd class="inherited-from"><ul class="dummy"><li>
4024
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
4435
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
4025
4436
  </li></ul></dd>
4026
4437
 
4027
4438
 
@@ -4082,7 +4493,12 @@ view.off({
4082
4493
  <div class='column is-5 has-text-left'>
4083
4494
  <label>类型: </label>
4084
4495
 
4085
- <span class="param-type">Object</span>
4496
+ <span class="param-type">
4497
+
4498
+ Object
4499
+
4500
+ </span>
4501
+
4086
4502
 
4087
4503
 
4088
4504
  </div>
@@ -4220,7 +4636,7 @@ view.on({
4220
4636
 
4221
4637
  <dt class="inherited-from">Inherited From:</dt>
4222
4638
  <dd class="inherited-from"><ul class="dummy"><li>
4223
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4639
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4224
4640
  </li></ul></dd>
4225
4641
 
4226
4642
 
@@ -4377,7 +4793,12 @@ view.on({
4377
4793
  <div class='column is-5 has-text-left'>
4378
4794
  <label>类型: </label>
4379
4795
 
4380
- <span class="param-type">Object</span>
4796
+ <span class="param-type">
4797
+
4798
+ Object
4799
+
4800
+ </span>
4801
+
4381
4802
 
4382
4803
 
4383
4804
  </div>
@@ -4416,37 +4837,37 @@ view.on({
4416
4837
  <tbody>
4417
4838
 
4418
4839
  <tr class="deep-level-0">
4419
- <td class="name"><code><a href="WebTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4840
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4420
4841
  <td class="name"><code>图层刷新完毕事件</code></td>
4421
4842
  </tr>
4422
4843
 
4423
4844
  <tr class="deep-level-0">
4424
- <td class="name"><code><a href="WebTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4845
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4425
4846
  <td class="name"><code>图层加载完毕事件</code></td>
4426
4847
  </tr>
4427
4848
 
4428
4849
  <tr class="deep-level-0">
4429
- <td class="name"><code><a href="WebTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4850
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4430
4851
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4431
4852
  </tr>
4432
4853
 
4433
4854
  <tr class="deep-level-0">
4434
- <td class="name"><code><a href="WebTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4855
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4435
4856
  <td class="name"><code>图层更新完毕事件</code></td>
4436
4857
  </tr>
4437
4858
 
4438
4859
  <tr class="deep-level-0">
4439
- <td class="name"><code><a href="WebTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4860
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4440
4861
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4441
4862
  </tr>
4442
4863
 
4443
4864
  <tr class="deep-level-0">
4444
- <td class="name"><code><a href="WebTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4865
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4445
4866
  <td class="name"><code>图层销毁完毕事件</code></td>
4446
4867
  </tr>
4447
4868
 
4448
4869
  <tr class="deep-level-0">
4449
- <td class="name"><code><a href="WebTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4870
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4450
4871
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4451
4872
  </tr>
4452
4873
 
@@ -4526,7 +4947,12 @@ view.on({
4526
4947
  <td class="type">
4527
4948
 
4528
4949
 
4529
- <span class="param-type">Object</span>
4950
+ <span class="param-type">
4951
+
4952
+ Object
4953
+
4954
+ </span>
4955
+
4530
4956
 
4531
4957
 
4532
4958
 
@@ -4559,7 +4985,12 @@ view.on({
4559
4985
  <td class="type">
4560
4986
 
4561
4987
 
4562
- <span class="param-type">String</span>
4988
+ <span class="param-type">
4989
+
4990
+ String
4991
+
4992
+ </span>
4993
+
4563
4994
 
4564
4995
 
4565
4996
 
@@ -4596,7 +5027,12 @@ view.on({
4596
5027
  <td class="type">
4597
5028
 
4598
5029
 
4599
- <span class="param-type">String</span>
5030
+ <span class="param-type">
5031
+
5032
+ String
5033
+
5034
+ </span>
5035
+
4600
5036
 
4601
5037
 
4602
5038
 
@@ -4633,7 +5069,12 @@ view.on({
4633
5069
  <td class="type">
4634
5070
 
4635
5071
 
4636
- <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
+
4637
5078
 
4638
5079
 
4639
5080
 
@@ -4670,7 +5111,12 @@ view.on({
4670
5111
  <td class="type">
4671
5112
 
4672
5113
 
4673
- <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
+
4674
5120
 
4675
5121
 
4676
5122
 
@@ -4707,7 +5153,12 @@ view.on({
4707
5153
  <td class="type">
4708
5154
 
4709
5155
 
4710
- <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
+
4711
5162
 
4712
5163
 
4713
5164
 
@@ -4744,7 +5195,12 @@ view.on({
4744
5195
  <td class="type">
4745
5196
 
4746
5197
 
4747
- <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
+
4748
5204
 
4749
5205
 
4750
5206
 
@@ -4781,7 +5237,12 @@ view.on({
4781
5237
  <td class="type">
4782
5238
 
4783
5239
 
4784
- <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
+
4785
5246
 
4786
5247
 
4787
5248
 
@@ -4826,7 +5287,7 @@ view.on({
4826
5287
 
4827
5288
  <dt class="inherited-from">Inherited From:</dt>
4828
5289
  <dd class="inherited-from"><ul class="dummy"><li>
4829
- <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>
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%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
4830
5291
  </li></ul></dd>
4831
5292
 
4832
5293
 
@@ -4972,7 +5433,12 @@ view.on({
4972
5433
  <td class="type">
4973
5434
 
4974
5435
 
4975
- <span class="param-type">Object</span>
5436
+ <span class="param-type">
5437
+
5438
+ Object
5439
+
5440
+ </span>
5441
+
4976
5442
 
4977
5443
 
4978
5444
 
@@ -5005,7 +5471,12 @@ view.on({
5005
5471
  <td class="type">
5006
5472
 
5007
5473
 
5008
- <span class="param-type">String</span>
5474
+ <span class="param-type">
5475
+
5476
+ String
5477
+
5478
+ </span>
5479
+
5009
5480
 
5010
5481
 
5011
5482
 
@@ -5042,7 +5513,12 @@ view.on({
5042
5513
  <td class="type">
5043
5514
 
5044
5515
 
5045
- <span class="param-type">String</span>
5516
+ <span class="param-type">
5517
+
5518
+ String
5519
+
5520
+ </span>
5521
+
5046
5522
 
5047
5523
 
5048
5524
 
@@ -5079,7 +5555,12 @@ view.on({
5079
5555
  <td class="type">
5080
5556
 
5081
5557
 
5082
- <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
+
5083
5564
 
5084
5565
 
5085
5566
 
@@ -5116,7 +5597,12 @@ view.on({
5116
5597
  <td class="type">
5117
5598
 
5118
5599
 
5119
- <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
+
5120
5606
 
5121
5607
 
5122
5608
 
@@ -5153,7 +5639,12 @@ view.on({
5153
5639
  <td class="type">
5154
5640
 
5155
5641
 
5156
- <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
+
5157
5648
 
5158
5649
 
5159
5650
 
@@ -5190,7 +5681,12 @@ view.on({
5190
5681
  <td class="type">
5191
5682
 
5192
5683
 
5193
- <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
+
5194
5690
 
5195
5691
 
5196
5692
 
@@ -5227,7 +5723,12 @@ view.on({
5227
5723
  <td class="type">
5228
5724
 
5229
5725
 
5230
- <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
+
5231
5732
 
5232
5733
 
5233
5734
 
@@ -5272,7 +5773,7 @@ view.on({
5272
5773
 
5273
5774
  <dt class="inherited-from">Inherited From:</dt>
5274
5775
  <dd class="inherited-from"><ul class="dummy"><li>
5275
- <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>
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%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
5276
5777
  </li></ul></dd>
5277
5778
 
5278
5779
 
@@ -5408,7 +5909,12 @@ view.on({
5408
5909
  <td class="type">
5409
5910
 
5410
5911
 
5411
- <span class="param-type">Object</span>
5912
+ <span class="param-type">
5913
+
5914
+ Object
5915
+
5916
+ </span>
5917
+
5412
5918
 
5413
5919
 
5414
5920
 
@@ -5441,7 +5947,12 @@ view.on({
5441
5947
  <td class="type">
5442
5948
 
5443
5949
 
5444
- <span class="param-type">String</span>
5950
+ <span class="param-type">
5951
+
5952
+ String
5953
+
5954
+ </span>
5955
+
5445
5956
 
5446
5957
 
5447
5958
 
@@ -5478,7 +5989,12 @@ view.on({
5478
5989
  <td class="type">
5479
5990
 
5480
5991
 
5481
- <span class="param-type">String</span>
5992
+ <span class="param-type">
5993
+
5994
+ String
5995
+
5996
+ </span>
5997
+
5482
5998
 
5483
5999
 
5484
6000
 
@@ -5515,7 +6031,12 @@ view.on({
5515
6031
  <td class="type">
5516
6032
 
5517
6033
 
5518
- <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
+
5519
6040
 
5520
6041
 
5521
6042
 
@@ -5552,7 +6073,12 @@ view.on({
5552
6073
  <td class="type">
5553
6074
 
5554
6075
 
5555
- <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
+
5556
6082
 
5557
6083
 
5558
6084
 
@@ -5589,7 +6115,12 @@ view.on({
5589
6115
  <td class="type">
5590
6116
 
5591
6117
 
5592
- <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
+
5593
6124
 
5594
6125
 
5595
6126
 
@@ -5626,7 +6157,12 @@ view.on({
5626
6157
  <td class="type">
5627
6158
 
5628
6159
 
5629
- <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
+
5630
6166
 
5631
6167
 
5632
6168
 
@@ -5663,7 +6199,12 @@ view.on({
5663
6199
  <td class="type">
5664
6200
 
5665
6201
 
5666
- <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
+
5667
6208
 
5668
6209
 
5669
6210
 
@@ -5708,7 +6249,7 @@ view.on({
5708
6249
 
5709
6250
  <dt class="inherited-from">Inherited From:</dt>
5710
6251
  <dd class="inherited-from"><ul class="dummy"><li>
5711
- <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>
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%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>
5712
6253
  </li></ul></dd>
5713
6254
 
5714
6255
 
@@ -5854,7 +6395,12 @@ view.on({
5854
6395
  <td class="type">
5855
6396
 
5856
6397
 
5857
- <span class="param-type">Object</span>
6398
+ <span class="param-type">
6399
+
6400
+ Object
6401
+
6402
+ </span>
6403
+
5858
6404
 
5859
6405
 
5860
6406
 
@@ -5887,7 +6433,12 @@ view.on({
5887
6433
  <td class="type">
5888
6434
 
5889
6435
 
5890
- <span class="param-type">String</span>
6436
+ <span class="param-type">
6437
+
6438
+ String
6439
+
6440
+ </span>
6441
+
5891
6442
 
5892
6443
 
5893
6444
 
@@ -5924,7 +6475,12 @@ view.on({
5924
6475
  <td class="type">
5925
6476
 
5926
6477
 
5927
- <span class="param-type">String</span>
6478
+ <span class="param-type">
6479
+
6480
+ String
6481
+
6482
+ </span>
6483
+
5928
6484
 
5929
6485
 
5930
6486
 
@@ -5961,7 +6517,12 @@ view.on({
5961
6517
  <td class="type">
5962
6518
 
5963
6519
 
5964
- <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
+
5965
6526
 
5966
6527
 
5967
6528
 
@@ -5998,7 +6559,12 @@ view.on({
5998
6559
  <td class="type">
5999
6560
 
6000
6561
 
6001
- <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
+
6002
6568
 
6003
6569
 
6004
6570
 
@@ -6035,7 +6601,12 @@ view.on({
6035
6601
  <td class="type">
6036
6602
 
6037
6603
 
6038
- <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
+
6039
6610
 
6040
6611
 
6041
6612
 
@@ -6072,7 +6643,12 @@ view.on({
6072
6643
  <td class="type">
6073
6644
 
6074
6645
 
6075
- <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
+
6076
6652
 
6077
6653
 
6078
6654
 
@@ -6109,7 +6685,12 @@ view.on({
6109
6685
  <td class="type">
6110
6686
 
6111
6687
 
6112
- <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
+
6113
6694
 
6114
6695
 
6115
6696
 
@@ -6154,7 +6735,7 @@ view.on({
6154
6735
 
6155
6736
  <dt class="inherited-from">Inherited From:</dt>
6156
6737
  <dd class="inherited-from"><ul class="dummy"><li>
6157
- <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>
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%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
6158
6739
  </li></ul></dd>
6159
6740
 
6160
6741
 
@@ -6290,7 +6871,12 @@ view.on({
6290
6871
  <td class="type">
6291
6872
 
6292
6873
 
6293
- <span class="param-type">Object</span>
6874
+ <span class="param-type">
6875
+
6876
+ Object
6877
+
6878
+ </span>
6879
+
6294
6880
 
6295
6881
 
6296
6882
 
@@ -6323,7 +6909,12 @@ view.on({
6323
6909
  <td class="type">
6324
6910
 
6325
6911
 
6326
- <span class="param-type">String</span>
6912
+ <span class="param-type">
6913
+
6914
+ String
6915
+
6916
+ </span>
6917
+
6327
6918
 
6328
6919
 
6329
6920
 
@@ -6360,7 +6951,12 @@ view.on({
6360
6951
  <td class="type">
6361
6952
 
6362
6953
 
6363
- <span class="param-type">String</span>
6954
+ <span class="param-type">
6955
+
6956
+ String
6957
+
6958
+ </span>
6959
+
6364
6960
 
6365
6961
 
6366
6962
 
@@ -6397,7 +6993,12 @@ view.on({
6397
6993
  <td class="type">
6398
6994
 
6399
6995
 
6400
- <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
+
6401
7002
 
6402
7003
 
6403
7004
 
@@ -6434,7 +7035,12 @@ view.on({
6434
7035
  <td class="type">
6435
7036
 
6436
7037
 
6437
- <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
+
6438
7044
 
6439
7045
 
6440
7046
 
@@ -6471,7 +7077,12 @@ view.on({
6471
7077
  <td class="type">
6472
7078
 
6473
7079
 
6474
- <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
+
6475
7086
 
6476
7087
 
6477
7088
 
@@ -6508,7 +7119,12 @@ view.on({
6508
7119
  <td class="type">
6509
7120
 
6510
7121
 
6511
- <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
+
6512
7128
 
6513
7129
 
6514
7130
 
@@ -6545,7 +7161,12 @@ view.on({
6545
7161
  <td class="type">
6546
7162
 
6547
7163
 
6548
- <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
+
6549
7170
 
6550
7171
 
6551
7172
 
@@ -6590,7 +7211,7 @@ view.on({
6590
7211
 
6591
7212
  <dt class="inherited-from">Inherited From:</dt>
6592
7213
  <dd class="inherited-from"><ul class="dummy"><li>
6593
- <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>
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%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>
6594
7215
  </li></ul></dd>
6595
7216
 
6596
7217
 
@@ -6736,7 +7357,12 @@ view.on({
6736
7357
  <td class="type">
6737
7358
 
6738
7359
 
6739
- <span class="param-type">Object</span>
7360
+ <span class="param-type">
7361
+
7362
+ Object
7363
+
7364
+ </span>
7365
+
6740
7366
 
6741
7367
 
6742
7368
 
@@ -6769,7 +7395,12 @@ view.on({
6769
7395
  <td class="type">
6770
7396
 
6771
7397
 
6772
- <span class="param-type">String</span>
7398
+ <span class="param-type">
7399
+
7400
+ String
7401
+
7402
+ </span>
7403
+
6773
7404
 
6774
7405
 
6775
7406
 
@@ -6806,7 +7437,12 @@ view.on({
6806
7437
  <td class="type">
6807
7438
 
6808
7439
 
6809
- <span class="param-type">String</span>
7440
+ <span class="param-type">
7441
+
7442
+ String
7443
+
7444
+ </span>
7445
+
6810
7446
 
6811
7447
 
6812
7448
 
@@ -6843,7 +7479,12 @@ view.on({
6843
7479
  <td class="type">
6844
7480
 
6845
7481
 
6846
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7482
+ <span class="param-type">
7483
+
7484
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7485
+
7486
+ </span>
7487
+
6847
7488
 
6848
7489
 
6849
7490
 
@@ -6880,7 +7521,12 @@ view.on({
6880
7521
  <td class="type">
6881
7522
 
6882
7523
 
6883
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7524
+ <span class="param-type">
7525
+
7526
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7527
+
7528
+ </span>
7529
+
6884
7530
 
6885
7531
 
6886
7532
 
@@ -6917,7 +7563,12 @@ view.on({
6917
7563
  <td class="type">
6918
7564
 
6919
7565
 
6920
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7566
+ <span class="param-type">
7567
+
7568
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7569
+
7570
+ </span>
7571
+
6921
7572
 
6922
7573
 
6923
7574
 
@@ -6954,7 +7605,12 @@ view.on({
6954
7605
  <td class="type">
6955
7606
 
6956
7607
 
6957
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7608
+ <span class="param-type">
7609
+
7610
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7611
+
7612
+ </span>
7613
+
6958
7614
 
6959
7615
 
6960
7616
 
@@ -6991,7 +7647,12 @@ view.on({
6991
7647
  <td class="type">
6992
7648
 
6993
7649
 
6994
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7650
+ <span class="param-type">
7651
+
7652
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7653
+
7654
+ </span>
7655
+
6995
7656
 
6996
7657
 
6997
7658
 
@@ -7036,7 +7697,7 @@ view.on({
7036
7697
 
7037
7698
  <dt class="inherited-from">Inherited From:</dt>
7038
7699
  <dd class="inherited-from"><ul class="dummy"><li>
7039
- <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>
7700
+ <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>
7040
7701
  </li></ul></dd>
7041
7702
 
7042
7703
 
@@ -7172,7 +7833,12 @@ view.on({
7172
7833
  <td class="type">
7173
7834
 
7174
7835
 
7175
- <span class="param-type">Object</span>
7836
+ <span class="param-type">
7837
+
7838
+ Object
7839
+
7840
+ </span>
7841
+
7176
7842
 
7177
7843
 
7178
7844
 
@@ -7205,7 +7871,12 @@ view.on({
7205
7871
  <td class="type">
7206
7872
 
7207
7873
 
7208
- <span class="param-type">String</span>
7874
+ <span class="param-type">
7875
+
7876
+ String
7877
+
7878
+ </span>
7879
+
7209
7880
 
7210
7881
 
7211
7882
 
@@ -7242,7 +7913,12 @@ view.on({
7242
7913
  <td class="type">
7243
7914
 
7244
7915
 
7245
- <span class="param-type">String</span>
7916
+ <span class="param-type">
7917
+
7918
+ String
7919
+
7920
+ </span>
7921
+
7246
7922
 
7247
7923
 
7248
7924
 
@@ -7279,7 +7955,12 @@ view.on({
7279
7955
  <td class="type">
7280
7956
 
7281
7957
 
7282
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7958
+ <span class="param-type">
7959
+
7960
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7961
+
7962
+ </span>
7963
+
7283
7964
 
7284
7965
 
7285
7966
 
@@ -7316,7 +7997,12 @@ view.on({
7316
7997
  <td class="type">
7317
7998
 
7318
7999
 
7319
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8000
+ <span class="param-type">
8001
+
8002
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8003
+
8004
+ </span>
8005
+
7320
8006
 
7321
8007
 
7322
8008
 
@@ -7353,7 +8039,12 @@ view.on({
7353
8039
  <td class="type">
7354
8040
 
7355
8041
 
7356
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8042
+ <span class="param-type">
8043
+
8044
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8045
+
8046
+ </span>
8047
+
7357
8048
 
7358
8049
 
7359
8050
 
@@ -7390,7 +8081,12 @@ view.on({
7390
8081
  <td class="type">
7391
8082
 
7392
8083
 
7393
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8084
+ <span class="param-type">
8085
+
8086
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8087
+
8088
+ </span>
8089
+
7394
8090
 
7395
8091
 
7396
8092
 
@@ -7427,7 +8123,12 @@ view.on({
7427
8123
  <td class="type">
7428
8124
 
7429
8125
 
7430
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8126
+ <span class="param-type">
8127
+
8128
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8129
+
8130
+ </span>
8131
+
7431
8132
 
7432
8133
 
7433
8134
 
@@ -7472,7 +8173,7 @@ view.on({
7472
8173
 
7473
8174
  <dt class="inherited-from">Inherited From:</dt>
7474
8175
  <dd class="inherited-from"><ul class="dummy"><li>
7475
- <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>
8176
+ <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>
7476
8177
  </li></ul></dd>
7477
8178
 
7478
8179