@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="description"><code>description</code></td>
107
+ <td class="name"><code>description</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -127,13 +137,18 @@
127
137
 
128
138
  <tr class="deep-level-1">
129
139
 
130
- <td class="name" id="imageFormat"><code>imageFormat</code></td>
140
+ <td class="name"><code>imageFormat</code></td>
131
141
 
132
142
 
133
143
  <td class="type">
134
144
 
135
145
 
136
- <span class="param-type">String</span>
146
+ <span class="param-type">
147
+
148
+ String
149
+
150
+ </span>
151
+
137
152
 
138
153
 
139
154
 
@@ -155,13 +170,18 @@
155
170
 
156
171
  <tr class="deep-level-1">
157
172
 
158
- <td class="name" id="imageFormats"><code>imageFormats</code></td>
173
+ <td class="name"><code>imageFormats</code></td>
159
174
 
160
175
 
161
176
  <td class="type">
162
177
 
163
178
 
164
- <span class="param-type">Array.&lt;String></span>
179
+ <span class="param-type">
180
+
181
+ Array.&lt;String>
182
+
183
+ </span>
184
+
165
185
 
166
186
 
167
187
 
@@ -181,13 +201,18 @@
181
201
 
182
202
  <tr class="deep-level-1">
183
203
 
184
- <td class="name" id="styleId"><code>styleId</code></td>
204
+ <td class="name"><code>styleId</code></td>
185
205
 
186
206
 
187
207
  <td class="type">
188
208
 
189
209
 
190
- <span class="param-type">String</span>
210
+ <span class="param-type">
211
+
212
+ String
213
+
214
+ </span>
215
+
191
216
 
192
217
 
193
218
 
@@ -207,13 +232,18 @@
207
232
 
208
233
  <tr class="deep-level-1">
209
234
 
210
- <td class="name" id="styles"><code>styles</code></td>
235
+ <td class="name"><code>styles</code></td>
211
236
 
212
237
 
213
238
  <td class="type">
214
239
 
215
240
 
216
- <span class="param-type">Array.&lt;<a href="WMTSStyle.html">WMTSStyle</a>></span>
241
+ <span class="param-type">
242
+
243
+ Array.&lt;<a onclick="getTypeHTML(event)" link="WMTSStyle.html">WMTSStyle</a>>
244
+
245
+ </span>
246
+
217
247
 
218
248
 
219
249
 
@@ -233,13 +263,18 @@
233
263
 
234
264
  <tr class="deep-level-1">
235
265
 
236
- <td class="name" id="tileMatrixSets"><code>tileMatrixSets</code></td>
266
+ <td class="name"><code>tileMatrixSets</code></td>
237
267
 
238
268
 
239
269
  <td class="type">
240
270
 
241
271
 
242
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
272
+ <span class="param-type">
273
+
274
+ Array.&lt;<a onclick="getTypeHTML(event)" link="TileMatrixSet.html">TileMatrixSet</a>>
275
+
276
+ </span>
277
+
243
278
 
244
279
 
245
280
 
@@ -259,13 +294,18 @@
259
294
 
260
295
  <tr class="deep-level-1">
261
296
 
262
- <td class="name" id="tileMatrixSetId"><code>tileMatrixSetId</code></td>
297
+ <td class="name"><code>tileMatrixSetId</code></td>
263
298
 
264
299
 
265
300
  <td class="type">
266
301
 
267
302
 
268
- <span class="param-type">String</span>
303
+ <span class="param-type">
304
+
305
+ String
306
+
307
+ </span>
308
+
269
309
 
270
310
 
271
311
 
@@ -285,13 +325,18 @@
285
325
 
286
326
  <tr class="deep-level-1">
287
327
 
288
- <td class="name" id="extent"><code>extent</code></td>
328
+ <td class="name"><code>extent</code></td>
289
329
 
290
330
 
291
331
  <td class="type">
292
332
 
293
333
 
294
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
334
+ <span class="param-type">
335
+
336
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
337
+
338
+ </span>
339
+
295
340
 
296
341
 
297
342
 
@@ -311,13 +356,18 @@
311
356
 
312
357
  <tr class="deep-level-1">
313
358
 
314
- <td class="name" id="resourceURLTemplates"><code>resourceURLTemplates</code></td>
359
+ <td class="name"><code>resourceURLTemplates</code></td>
315
360
 
316
361
 
317
362
  <td class="type">
318
363
 
319
364
 
320
- <span class="param-type">Array.&lt;String></span>
365
+ <span class="param-type">
366
+
367
+ Array.&lt;String>
368
+
369
+ </span>
370
+
321
371
 
322
372
 
323
373
 
@@ -418,7 +468,7 @@
418
468
 
419
469
 
420
470
  <ul>
421
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
471
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
422
472
  </ul>
423
473
 
424
474
 
@@ -450,11 +500,16 @@
450
500
  <tbody>
451
501
 
452
502
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="WMTSSubLayer.html#copyright">copyright</a></code></td>
503
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
454
504
  <td class="name">
455
505
  <code>
456
506
 
457
- <span class="param-type">String</span>
507
+ <span class="param-type">
508
+
509
+ String
510
+
511
+ </span>
512
+
458
513
 
459
514
 
460
515
  </code>
@@ -463,11 +518,16 @@
463
518
  </tr>
464
519
 
465
520
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="WMTSSubLayer.html#description">description</a></code></td>
521
+ <td class="name"><code><a href="#description">description</a></code></td>
467
522
  <td class="name">
468
523
  <code>
469
524
 
470
- <span class="param-type">String</span>
525
+ <span class="param-type">
526
+
527
+ String
528
+
529
+ </span>
530
+
471
531
 
472
532
 
473
533
  </code>
@@ -476,11 +536,16 @@
476
536
  </tr>
477
537
 
478
538
  <tr class="deep-level-0">
479
- <td class="name"><code><a href="WMTSSubLayer.html#extendOptions">extendOptions</a></code></td>
539
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
480
540
  <td class="name">
481
541
  <code>
482
542
 
483
- <span class="param-type">Object</span>
543
+ <span class="param-type">
544
+
545
+ Object
546
+
547
+ </span>
548
+
484
549
 
485
550
 
486
551
  </code>
@@ -489,11 +554,16 @@
489
554
  </tr>
490
555
 
491
556
  <tr class="deep-level-0">
492
- <td class="name"><code><a href="WMTSSubLayer.html#extendProps">extendProps</a></code></td>
557
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
493
558
  <td class="name">
494
559
  <code>
495
560
 
496
- <span class="param-type">Object</span>
561
+ <span class="param-type">
562
+
563
+ Object
564
+
565
+ </span>
566
+
497
567
 
498
568
 
499
569
  </code>
@@ -502,11 +572,16 @@
502
572
  </tr>
503
573
 
504
574
  <tr class="deep-level-0">
505
- <td class="name"><code><a href="WMTSSubLayer.html#extent">extent</a></code></td>
575
+ <td class="name"><code><a href="#extent">extent</a></code></td>
506
576
  <td class="name">
507
577
  <code>
508
578
 
509
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
579
+ <span class="param-type">
580
+
581
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
582
+
583
+ </span>
584
+
510
585
 
511
586
 
512
587
  </code>
@@ -515,11 +590,16 @@
515
590
  </tr>
516
591
 
517
592
  <tr class="deep-level-0">
518
- <td class="name"><code><a href="WMTSSubLayer.html#headers">headers</a></code></td>
593
+ <td class="name"><code><a href="#headers">headers</a></code></td>
519
594
  <td class="name">
520
595
  <code>
521
596
 
522
- <span class="param-type">String</span>
597
+ <span class="param-type">
598
+
599
+ String
600
+
601
+ </span>
602
+
523
603
 
524
604
 
525
605
  </code>
@@ -528,11 +608,16 @@
528
608
  </tr>
529
609
 
530
610
  <tr class="deep-level-0">
531
- <td class="name"><code><a href="WMTSSubLayer.html#httpMethod">httpMethod</a></code></td>
611
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
532
612
  <td class="name">
533
613
  <code>
534
614
 
535
- <span class="param-type">String</span>
615
+ <span class="param-type">
616
+
617
+ String
618
+
619
+ </span>
620
+
536
621
 
537
622
 
538
623
  </code>
@@ -541,11 +626,16 @@
541
626
  </tr>
542
627
 
543
628
  <tr class="deep-level-0">
544
- <td class="name"><code><a href="WMTSSubLayer.html#id">id</a></code></td>
629
+ <td class="name"><code><a href="#id">id</a></code></td>
545
630
  <td class="name">
546
631
  <code>
547
632
 
548
- <span class="param-type">String</span>
633
+ <span class="param-type">
634
+
635
+ String
636
+
637
+ </span>
638
+
549
639
 
550
640
 
551
641
  </code>
@@ -554,11 +644,16 @@
554
644
  </tr>
555
645
 
556
646
  <tr class="deep-level-0">
557
- <td class="name"><code><a href="WMTSSubLayer.html#imageFormat">imageFormat</a></code></td>
647
+ <td class="name"><code><a href="#imageFormat">imageFormat</a></code></td>
558
648
  <td class="name">
559
649
  <code>
560
650
 
561
- <span class="param-type">String</span>
651
+ <span class="param-type">
652
+
653
+ String
654
+
655
+ </span>
656
+
562
657
 
563
658
 
564
659
  </code>
@@ -567,11 +662,16 @@
567
662
  </tr>
568
663
 
569
664
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="WMTSSubLayer.html#imageFormats">imageFormats</a></code></td>
665
+ <td class="name"><code><a href="#imageFormats">imageFormats</a></code></td>
571
666
  <td class="name">
572
667
  <code>
573
668
 
574
- <span class="param-type">Array.&lt;String></span>
669
+ <span class="param-type">
670
+
671
+ Array.&lt;String>
672
+
673
+ </span>
674
+
575
675
 
576
676
 
577
677
  </code>
@@ -580,11 +680,16 @@
580
680
  </tr>
581
681
 
582
682
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="WMTSSubLayer.html#index">index</a></code></td>
683
+ <td class="name"><code><a href="#index">index</a></code></td>
584
684
  <td class="name">
585
685
  <code>
586
686
 
587
- <span class="param-type">Number</span>
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
692
+
588
693
 
589
694
 
590
695
  </code>
@@ -593,11 +698,16 @@
593
698
  </tr>
594
699
 
595
700
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="WMTSSubLayer.html#loaded">loaded</a></code></td>
701
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
597
702
  <td class="name">
598
703
  <code>
599
704
 
600
- <span class="param-type">Boolean</span>
705
+ <span class="param-type">
706
+
707
+ Boolean
708
+
709
+ </span>
710
+
601
711
 
602
712
 
603
713
  </code>
@@ -606,11 +716,16 @@
606
716
  </tr>
607
717
 
608
718
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="WMTSSubLayer.html#loadStatus">loadStatus</a></code></td>
719
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
610
720
  <td class="name">
611
721
  <code>
612
722
 
613
- <span class="param-type">String</span>
723
+ <span class="param-type">
724
+
725
+ String
726
+
727
+ </span>
728
+
614
729
 
615
730
 
616
731
  </code>
@@ -619,11 +734,16 @@
619
734
  </tr>
620
735
 
621
736
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="WMTSSubLayer.html#maxScale">maxScale</a></code></td>
737
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
623
738
  <td class="name">
624
739
  <code>
625
740
 
626
- <span class="param-type">Number</span>
741
+ <span class="param-type">
742
+
743
+ Number
744
+
745
+ </span>
746
+
627
747
 
628
748
 
629
749
  </code>
@@ -632,11 +752,16 @@
632
752
  </tr>
633
753
 
634
754
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="WMTSSubLayer.html#minScale">minScale</a></code></td>
755
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
636
756
  <td class="name">
637
757
  <code>
638
758
 
639
- <span class="param-type">Number</span>
759
+ <span class="param-type">
760
+
761
+ Number
762
+
763
+ </span>
764
+
640
765
 
641
766
 
642
767
  </code>
@@ -645,11 +770,16 @@
645
770
  </tr>
646
771
 
647
772
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="WMTSSubLayer.html#opacity">opacity</a></code></td>
773
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
649
774
  <td class="name">
650
775
  <code>
651
776
 
652
- <span class="param-type">Number</span>
777
+ <span class="param-type">
778
+
779
+ Number
780
+
781
+ </span>
782
+
653
783
 
654
784
 
655
785
  </code>
@@ -658,11 +788,16 @@
658
788
  </tr>
659
789
 
660
790
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="WMTSSubLayer.html#resourceURLTemplates">resourceURLTemplates</a></code></td>
791
+ <td class="name"><code><a href="#resourceURLTemplates">resourceURLTemplates</a></code></td>
662
792
  <td class="name">
663
793
  <code>
664
794
 
665
- <span class="param-type">Array.&lt;String></span>
795
+ <span class="param-type">
796
+
797
+ Array.&lt;String>
798
+
799
+ </span>
800
+
666
801
 
667
802
 
668
803
  </code>
@@ -671,11 +806,16 @@
671
806
  </tr>
672
807
 
673
808
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="WMTSSubLayer.html#spatialReference">spatialReference</a></code></td>
809
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
675
810
  <td class="name">
676
811
  <code>
677
812
 
678
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
813
+ <span class="param-type">
814
+
815
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
816
+
817
+ </span>
818
+
679
819
 
680
820
 
681
821
  </code>
@@ -684,11 +824,16 @@
684
824
  </tr>
685
825
 
686
826
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="WMTSSubLayer.html#styleId">styleId</a></code></td>
827
+ <td class="name"><code><a href="#styleId">styleId</a></code></td>
688
828
  <td class="name">
689
829
  <code>
690
830
 
691
- <span class="param-type">String</span>
831
+ <span class="param-type">
832
+
833
+ String
834
+
835
+ </span>
836
+
692
837
 
693
838
 
694
839
  </code>
@@ -697,11 +842,16 @@
697
842
  </tr>
698
843
 
699
844
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="WMTSSubLayer.html#styles">styles</a></code></td>
845
+ <td class="name"><code><a href="#styles">styles</a></code></td>
701
846
  <td class="name">
702
847
  <code>
703
848
 
704
- <span class="param-type">Array.&lt;<a href="WMTSStyle.html">WMTSStyle</a>></span>
849
+ <span class="param-type">
850
+
851
+ Array.&lt;<a onclick="getTypeHTML(event)" link="WMTSStyle.html">WMTSStyle</a>>
852
+
853
+ </span>
854
+
705
855
 
706
856
 
707
857
  </code>
@@ -710,11 +860,16 @@
710
860
  </tr>
711
861
 
712
862
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="WMTSSubLayer.html#tileMatrixSet">tileMatrixSet</a></code></td>
863
+ <td class="name"><code><a href="#tileMatrixSet">tileMatrixSet</a></code></td>
714
864
  <td class="name">
715
865
  <code>
716
866
 
717
- <span class="param-type"><a class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a></span>
867
+ <span class="param-type">
868
+
869
+ <a link="TileMatrixSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a>
870
+
871
+ </span>
872
+
718
873
 
719
874
 
720
875
  </code>
@@ -723,11 +878,16 @@
723
878
  </tr>
724
879
 
725
880
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="WMTSSubLayer.html#tileMatrixSetId">tileMatrixSetId</a></code></td>
881
+ <td class="name"><code><a href="#tileMatrixSetId">tileMatrixSetId</a></code></td>
727
882
  <td class="name">
728
883
  <code>
729
884
 
730
- <span class="param-type">String</span>
885
+ <span class="param-type">
886
+
887
+ String
888
+
889
+ </span>
890
+
731
891
 
732
892
 
733
893
  </code>
@@ -736,11 +896,16 @@
736
896
  </tr>
737
897
 
738
898
  <tr class="deep-level-0">
739
- <td class="name"><code><a href="WMTSSubLayer.html#tileMatrixSets">tileMatrixSets</a></code></td>
899
+ <td class="name"><code><a href="#tileMatrixSets">tileMatrixSets</a></code></td>
740
900
  <td class="name">
741
901
  <code>
742
902
 
743
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
903
+ <span class="param-type">
904
+
905
+ Array.&lt;<a onclick="getTypeHTML(event)" link="TileMatrixSet.html">TileMatrixSet</a>>
906
+
907
+ </span>
908
+
744
909
 
745
910
 
746
911
  </code>
@@ -749,11 +914,16 @@
749
914
  </tr>
750
915
 
751
916
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="WMTSSubLayer.html#title">title</a></code></td>
917
+ <td class="name"><code><a href="#title">title</a></code></td>
753
918
  <td class="name">
754
919
  <code>
755
920
 
756
- <span class="param-type">String</span>
921
+ <span class="param-type">
922
+
923
+ String
924
+
925
+ </span>
926
+
757
927
 
758
928
 
759
929
  </code>
@@ -762,11 +932,16 @@
762
932
  </tr>
763
933
 
764
934
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="WMTSSubLayer.html#tokenKey">tokenKey</a></code></td>
935
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
766
936
  <td class="name">
767
937
  <code>
768
938
 
769
- <span class="param-type">String</span>
939
+ <span class="param-type">
940
+
941
+ String
942
+
943
+ </span>
944
+
770
945
 
771
946
 
772
947
  </code>
@@ -775,11 +950,16 @@
775
950
  </tr>
776
951
 
777
952
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="WMTSSubLayer.html#tokenValue">tokenValue</a></code></td>
953
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
779
954
  <td class="name">
780
955
  <code>
781
956
 
782
- <span class="param-type">String</span>
957
+ <span class="param-type">
958
+
959
+ String
960
+
961
+ </span>
962
+
783
963
 
784
964
 
785
965
  </code>
@@ -788,11 +968,16 @@
788
968
  </tr>
789
969
 
790
970
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="WMTSSubLayer.html#type">type</a></code></td>
971
+ <td class="name"><code><a href="#type">type</a></code></td>
792
972
  <td class="name">
793
973
  <code>
794
974
 
795
- <span class="param-type">String</span>
975
+ <span class="param-type">
976
+
977
+ String
978
+
979
+ </span>
980
+
796
981
 
797
982
 
798
983
  </code>
@@ -801,11 +986,16 @@
801
986
  </tr>
802
987
 
803
988
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="WMTSSubLayer.html#visible">visible</a></code></td>
989
+ <td class="name"><code><a href="#visible">visible</a></code></td>
805
990
  <td class="name">
806
991
  <code>
807
992
 
808
- <span class="param-type">Number</span>
993
+ <span class="param-type">
994
+
995
+ Number
996
+
997
+ </span>
998
+
809
999
 
810
1000
 
811
1001
  </code>
@@ -824,7 +1014,12 @@
824
1014
  <span class="method-parameter is-pulled-right">
825
1015
  <label>类型:</label>
826
1016
 
827
- <span class="param-type">String</span>
1017
+ <span class="param-type">
1018
+
1019
+ String
1020
+
1021
+ </span>
1022
+
828
1023
 
829
1024
 
830
1025
  </span>
@@ -862,7 +1057,7 @@
862
1057
 
863
1058
  <dt class="inherited-from">Inherited From:</dt>
864
1059
  <dd class="inherited-from"><ul class="dummy"><li>
865
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1060
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
866
1061
  </li></ul></dd>
867
1062
 
868
1063
 
@@ -903,7 +1098,12 @@
903
1098
  <span class="method-parameter is-pulled-right">
904
1099
  <label>类型:</label>
905
1100
 
906
- <span class="param-type">String</span>
1101
+ <span class="param-type">
1102
+
1103
+ String
1104
+
1105
+ </span>
1106
+
907
1107
 
908
1108
 
909
1109
  </span>
@@ -978,7 +1178,12 @@
978
1178
  <span class="method-parameter is-pulled-right">
979
1179
  <label>类型:</label>
980
1180
 
981
- <span class="param-type">Object</span>
1181
+ <span class="param-type">
1182
+
1183
+ Object
1184
+
1185
+ </span>
1186
+
982
1187
 
983
1188
 
984
1189
  </span>
@@ -1012,7 +1217,7 @@
1012
1217
 
1013
1218
  <dt class="inherited-from">Inherited From:</dt>
1014
1219
  <dd class="inherited-from"><ul class="dummy"><li>
1015
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1220
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1016
1221
  </li></ul></dd>
1017
1222
 
1018
1223
 
@@ -1053,7 +1258,12 @@
1053
1258
  <span class="method-parameter is-pulled-right">
1054
1259
  <label>类型:</label>
1055
1260
 
1056
- <span class="param-type">Object</span>
1261
+ <span class="param-type">
1262
+
1263
+ Object
1264
+
1265
+ </span>
1266
+
1057
1267
 
1058
1268
 
1059
1269
  </span>
@@ -1087,7 +1297,7 @@
1087
1297
 
1088
1298
  <dt class="inherited-from">Inherited From:</dt>
1089
1299
  <dd class="inherited-from"><ul class="dummy"><li>
1090
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1300
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1091
1301
  </li></ul></dd>
1092
1302
 
1093
1303
 
@@ -1128,7 +1338,12 @@
1128
1338
  <span class="method-parameter is-pulled-right">
1129
1339
  <label>类型:</label>
1130
1340
 
1131
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1341
+ <span class="param-type">
1342
+
1343
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1344
+
1345
+ </span>
1346
+
1132
1347
 
1133
1348
 
1134
1349
  </span>
@@ -1203,7 +1418,12 @@
1203
1418
  <span class="method-parameter is-pulled-right">
1204
1419
  <label>类型:</label>
1205
1420
 
1206
- <span class="param-type">String</span>
1421
+ <span class="param-type">
1422
+
1423
+ String
1424
+
1425
+ </span>
1426
+
1207
1427
 
1208
1428
 
1209
1429
  </span>
@@ -1237,7 +1457,7 @@
1237
1457
 
1238
1458
  <dt class="inherited-from">Inherited From:</dt>
1239
1459
  <dd class="inherited-from"><ul class="dummy"><li>
1240
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1460
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1241
1461
  </li></ul></dd>
1242
1462
 
1243
1463
 
@@ -1278,7 +1498,12 @@
1278
1498
  <span class="method-parameter is-pulled-right">
1279
1499
  <label>类型:</label>
1280
1500
 
1281
- <span class="param-type">String</span>
1501
+ <span class="param-type">
1502
+
1503
+ String
1504
+
1505
+ </span>
1506
+
1282
1507
 
1283
1508
 
1284
1509
  </span>
@@ -1312,7 +1537,7 @@
1312
1537
 
1313
1538
  <dt class="inherited-from">Inherited From:</dt>
1314
1539
  <dd class="inherited-from"><ul class="dummy"><li>
1315
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1540
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1316
1541
  </li></ul></dd>
1317
1542
 
1318
1543
 
@@ -1353,7 +1578,12 @@
1353
1578
  <span class="method-parameter is-pulled-right">
1354
1579
  <label>类型:</label>
1355
1580
 
1356
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1586
+
1357
1587
 
1358
1588
 
1359
1589
  </span>
@@ -1391,7 +1621,7 @@
1391
1621
 
1392
1622
  <dt class="inherited-from">Inherited From:</dt>
1393
1623
  <dd class="inherited-from"><ul class="dummy"><li>
1394
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1624
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1395
1625
  </li></ul></dd>
1396
1626
 
1397
1627
 
@@ -1432,7 +1662,12 @@
1432
1662
  <span class="method-parameter is-pulled-right">
1433
1663
  <label>类型:</label>
1434
1664
 
1435
- <span class="param-type">String</span>
1665
+ <span class="param-type">
1666
+
1667
+ String
1668
+
1669
+ </span>
1670
+
1436
1671
 
1437
1672
 
1438
1673
  </span>
@@ -1502,7 +1737,12 @@
1502
1737
  <span class="method-parameter is-pulled-right">
1503
1738
  <label>类型:</label>
1504
1739
 
1505
- <span class="param-type">Array.&lt;String></span>
1740
+ <span class="param-type">
1741
+
1742
+ Array.&lt;String>
1743
+
1744
+ </span>
1745
+
1506
1746
 
1507
1747
 
1508
1748
  </span>
@@ -1572,7 +1812,12 @@
1572
1812
  <span class="method-parameter is-pulled-right">
1573
1813
  <label>类型:</label>
1574
1814
 
1575
- <span class="param-type">Number</span>
1815
+ <span class="param-type">
1816
+
1817
+ Number
1818
+
1819
+ </span>
1820
+
1576
1821
 
1577
1822
 
1578
1823
  </span>
@@ -1606,7 +1851,7 @@
1606
1851
 
1607
1852
  <dt class="inherited-from">Inherited From:</dt>
1608
1853
  <dd class="inherited-from"><ul class="dummy"><li>
1609
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1854
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1610
1855
  </li></ul></dd>
1611
1856
 
1612
1857
 
@@ -1647,7 +1892,12 @@
1647
1892
  <span class="method-parameter is-pulled-right">
1648
1893
  <label>类型:</label>
1649
1894
 
1650
- <span class="param-type">Boolean</span>
1895
+ <span class="param-type">
1896
+
1897
+ Boolean
1898
+
1899
+ </span>
1900
+
1651
1901
 
1652
1902
 
1653
1903
  </span>
@@ -1685,7 +1935,7 @@
1685
1935
 
1686
1936
  <dt class="inherited-from">Inherited From:</dt>
1687
1937
  <dd class="inherited-from"><ul class="dummy"><li>
1688
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1938
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1689
1939
  </li></ul></dd>
1690
1940
 
1691
1941
 
@@ -1731,7 +1981,12 @@
1731
1981
  <span class="method-parameter is-pulled-right">
1732
1982
  <label>类型:</label>
1733
1983
 
1734
- <span class="param-type">String</span>
1984
+ <span class="param-type">
1985
+
1986
+ String
1987
+
1988
+ </span>
1989
+
1735
1990
 
1736
1991
 
1737
1992
  </span>
@@ -1769,7 +2024,7 @@
1769
2024
 
1770
2025
  <dt class="inherited-from">Inherited From:</dt>
1771
2026
  <dd class="inherited-from"><ul class="dummy"><li>
1772
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2027
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1773
2028
  </li></ul></dd>
1774
2029
 
1775
2030
 
@@ -1815,7 +2070,12 @@
1815
2070
  <span class="method-parameter is-pulled-right">
1816
2071
  <label>类型:</label>
1817
2072
 
1818
- <span class="param-type">Number</span>
2073
+ <span class="param-type">
2074
+
2075
+ Number
2076
+
2077
+ </span>
2078
+
1819
2079
 
1820
2080
 
1821
2081
  </span>
@@ -1849,7 +2109,7 @@
1849
2109
 
1850
2110
  <dt class="inherited-from">Inherited From:</dt>
1851
2111
  <dd class="inherited-from"><ul class="dummy"><li>
1852
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2112
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
1853
2113
  </li></ul></dd>
1854
2114
 
1855
2115
 
@@ -1895,7 +2155,12 @@
1895
2155
  <span class="method-parameter is-pulled-right">
1896
2156
  <label>类型:</label>
1897
2157
 
1898
- <span class="param-type">Number</span>
2158
+ <span class="param-type">
2159
+
2160
+ Number
2161
+
2162
+ </span>
2163
+
1899
2164
 
1900
2165
 
1901
2166
  </span>
@@ -1929,7 +2194,7 @@
1929
2194
 
1930
2195
  <dt class="inherited-from">Inherited From:</dt>
1931
2196
  <dd class="inherited-from"><ul class="dummy"><li>
1932
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2197
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
1933
2198
  </li></ul></dd>
1934
2199
 
1935
2200
 
@@ -1975,7 +2240,12 @@
1975
2240
  <span class="method-parameter is-pulled-right">
1976
2241
  <label>类型:</label>
1977
2242
 
1978
- <span class="param-type">Number</span>
2243
+ <span class="param-type">
2244
+
2245
+ Number
2246
+
2247
+ </span>
2248
+
1979
2249
 
1980
2250
 
1981
2251
  </span>
@@ -2009,7 +2279,7 @@
2009
2279
 
2010
2280
  <dt class="inherited-from">Inherited From:</dt>
2011
2281
  <dd class="inherited-from"><ul class="dummy"><li>
2012
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2282
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2013
2283
  </li></ul></dd>
2014
2284
 
2015
2285
 
@@ -2050,7 +2320,12 @@
2050
2320
  <span class="method-parameter is-pulled-right">
2051
2321
  <label>类型:</label>
2052
2322
 
2053
- <span class="param-type">Array.&lt;String></span>
2323
+ <span class="param-type">
2324
+
2325
+ Array.&lt;String>
2326
+
2327
+ </span>
2328
+
2054
2329
 
2055
2330
 
2056
2331
  </span>
@@ -2120,7 +2395,12 @@
2120
2395
  <span class="method-parameter is-pulled-right">
2121
2396
  <label>类型:</label>
2122
2397
 
2123
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2398
+ <span class="param-type">
2399
+
2400
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2401
+
2402
+ </span>
2403
+
2124
2404
 
2125
2405
 
2126
2406
  </span>
@@ -2195,7 +2475,12 @@
2195
2475
  <span class="method-parameter is-pulled-right">
2196
2476
  <label>类型:</label>
2197
2477
 
2198
- <span class="param-type">String</span>
2478
+ <span class="param-type">
2479
+
2480
+ String
2481
+
2482
+ </span>
2483
+
2199
2484
 
2200
2485
 
2201
2486
  </span>
@@ -2265,7 +2550,12 @@
2265
2550
  <span class="method-parameter is-pulled-right">
2266
2551
  <label>类型:</label>
2267
2552
 
2268
- <span class="param-type">Array.&lt;<a href="WMTSStyle.html">WMTSStyle</a>></span>
2553
+ <span class="param-type">
2554
+
2555
+ Array.&lt;<a onclick="getTypeHTML(event)" link="WMTSStyle.html">WMTSStyle</a>>
2556
+
2557
+ </span>
2558
+
2269
2559
 
2270
2560
 
2271
2561
  </span>
@@ -2335,7 +2625,12 @@
2335
2625
  <span class="method-parameter is-pulled-right">
2336
2626
  <label>类型:</label>
2337
2627
 
2338
- <span class="param-type"><a class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a></span>
2628
+ <span class="param-type">
2629
+
2630
+ <a link="TileMatrixSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileMatrixSet" TileMatrixSet.html>TileMatrixSet</a>
2631
+
2632
+ </span>
2633
+
2339
2634
 
2340
2635
 
2341
2636
  </span>
@@ -2405,7 +2700,12 @@
2405
2700
  <span class="method-parameter is-pulled-right">
2406
2701
  <label>类型:</label>
2407
2702
 
2408
- <span class="param-type">String</span>
2703
+ <span class="param-type">
2704
+
2705
+ String
2706
+
2707
+ </span>
2708
+
2409
2709
 
2410
2710
 
2411
2711
  </span>
@@ -2475,7 +2775,12 @@
2475
2775
  <span class="method-parameter is-pulled-right">
2476
2776
  <label>类型:</label>
2477
2777
 
2478
- <span class="param-type">Array.&lt;<a href="TileMatrixSet.html">TileMatrixSet</a>></span>
2778
+ <span class="param-type">
2779
+
2780
+ Array.&lt;<a onclick="getTypeHTML(event)" link="TileMatrixSet.html">TileMatrixSet</a>>
2781
+
2782
+ </span>
2783
+
2479
2784
 
2480
2785
 
2481
2786
  </span>
@@ -2545,7 +2850,12 @@
2545
2850
  <span class="method-parameter is-pulled-right">
2546
2851
  <label>类型:</label>
2547
2852
 
2548
- <span class="param-type">String</span>
2853
+ <span class="param-type">
2854
+
2855
+ String
2856
+
2857
+ </span>
2858
+
2549
2859
 
2550
2860
 
2551
2861
  </span>
@@ -2620,7 +2930,12 @@
2620
2930
  <span class="method-parameter is-pulled-right">
2621
2931
  <label>类型:</label>
2622
2932
 
2623
- <span class="param-type">String</span>
2933
+ <span class="param-type">
2934
+
2935
+ String
2936
+
2937
+ </span>
2938
+
2624
2939
 
2625
2940
 
2626
2941
  </span>
@@ -2654,7 +2969,7 @@
2654
2969
 
2655
2970
  <dt class="inherited-from">Inherited From:</dt>
2656
2971
  <dd class="inherited-from"><ul class="dummy"><li>
2657
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2972
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2658
2973
  </li></ul></dd>
2659
2974
 
2660
2975
 
@@ -2700,7 +3015,12 @@
2700
3015
  <span class="method-parameter is-pulled-right">
2701
3016
  <label>类型:</label>
2702
3017
 
2703
- <span class="param-type">String</span>
3018
+ <span class="param-type">
3019
+
3020
+ String
3021
+
3022
+ </span>
3023
+
2704
3024
 
2705
3025
 
2706
3026
  </span>
@@ -2734,7 +3054,7 @@
2734
3054
 
2735
3055
  <dt class="inherited-from">Inherited From:</dt>
2736
3056
  <dd class="inherited-from"><ul class="dummy"><li>
2737
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
3057
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2738
3058
  </li></ul></dd>
2739
3059
 
2740
3060
 
@@ -2775,7 +3095,12 @@
2775
3095
  <span class="method-parameter is-pulled-right">
2776
3096
  <label>类型:</label>
2777
3097
 
2778
- <span class="param-type">String</span>
3098
+ <span class="param-type">
3099
+
3100
+ String
3101
+
3102
+ </span>
3103
+
2779
3104
 
2780
3105
 
2781
3106
  </span>
@@ -2813,7 +3138,7 @@
2813
3138
 
2814
3139
  <dt class="inherited-from">Inherited From:</dt>
2815
3140
  <dd class="inherited-from"><ul class="dummy"><li>
2816
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
3141
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2817
3142
  </li></ul></dd>
2818
3143
 
2819
3144
 
@@ -2854,7 +3179,12 @@
2854
3179
  <span class="method-parameter is-pulled-right">
2855
3180
  <label>类型:</label>
2856
3181
 
2857
- <span class="param-type">Number</span>
3182
+ <span class="param-type">
3183
+
3184
+ Number
3185
+
3186
+ </span>
3187
+
2858
3188
 
2859
3189
 
2860
3190
  </span>
@@ -2888,7 +3218,7 @@
2888
3218
 
2889
3219
  <dt class="inherited-from">Inherited From:</dt>
2890
3220
  <dd class="inherited-from"><ul class="dummy"><li>
2891
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3221
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2892
3222
  </li></ul></dd>
2893
3223
 
2894
3224
 
@@ -2945,12 +3275,17 @@
2945
3275
  <tbody>
2946
3276
 
2947
3277
  <tr class="deep-level-0">
2948
- <td class="name"><code><a href="WMTSSubLayer.html#clone">clone</a></code></td>
3278
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2949
3279
  <td class="name">
2950
3280
  <code>
2951
3281
 
2952
3282
 
2953
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3283
+ <span class="param-type">
3284
+
3285
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
3286
+
3287
+ </span>
3288
+
2954
3289
 
2955
3290
 
2956
3291
 
@@ -2960,12 +3295,17 @@
2960
3295
  </tr>
2961
3296
 
2962
3297
  <tr class="deep-level-0">
2963
- <td class="name"><code><a href="WMTSSubLayer.html#destroy">destroy</a></code></td>
3298
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2964
3299
  <td class="name">
2965
3300
  <code>
2966
3301
 
2967
3302
 
2968
- <span class="param-type">*</span>
3303
+ <span class="param-type">
3304
+
3305
+ *
3306
+
3307
+ </span>
3308
+
2969
3309
 
2970
3310
 
2971
3311
 
@@ -2975,7 +3315,7 @@
2975
3315
  </tr>
2976
3316
 
2977
3317
  <tr class="deep-level-0">
2978
- <td class="name"><code><a href="WMTSSubLayer.html#fromJSON">fromJSON</a></code></td>
3318
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2979
3319
  <td class="name">
2980
3320
  <code>
2981
3321
 
@@ -2985,12 +3325,17 @@
2985
3325
  </tr>
2986
3326
 
2987
3327
  <tr class="deep-level-0">
2988
- <td class="name"><code><a href="WMTSSubLayer.html#isLoaded">isLoaded</a></code></td>
3328
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2989
3329
  <td class="name">
2990
3330
  <code>
2991
3331
 
2992
3332
 
2993
- <span class="param-type">Boolean</span>
3333
+ <span class="param-type">
3334
+
3335
+ Boolean
3336
+
3337
+ </span>
3338
+
2994
3339
 
2995
3340
 
2996
3341
 
@@ -3000,7 +3345,7 @@
3000
3345
  </tr>
3001
3346
 
3002
3347
  <tr class="deep-level-0">
3003
- <td class="name"><code><a href="WMTSSubLayer.html#refresh">refresh</a></code></td>
3348
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3004
3349
  <td class="name">
3005
3350
  <code>
3006
3351
 
@@ -3010,12 +3355,17 @@
3010
3355
  </tr>
3011
3356
 
3012
3357
  <tr class="deep-level-0">
3013
- <td class="name"><code><a href="WMTSSubLayer.html#toJSON">toJSON</a></code></td>
3358
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3014
3359
  <td class="name">
3015
3360
  <code>
3016
3361
 
3017
3362
 
3018
- <span class="param-type">Object</span>
3363
+ <span class="param-type">
3364
+
3365
+ Object
3366
+
3367
+ </span>
3368
+
3019
3369
 
3020
3370
 
3021
3371
 
@@ -3132,7 +3482,12 @@
3132
3482
  <div class='column is-5 has-text-left'>
3133
3483
  <label>类型: </label>
3134
3484
 
3135
- <span class="param-type"><a class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a></span>
3485
+ <span class="param-type">
3486
+
3487
+ <a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMTSSubLayer" WMTSSubLayer.html>WMTSSubLayer</a>
3488
+
3489
+ </span>
3490
+
3136
3491
 
3137
3492
 
3138
3493
  </div>
@@ -3188,7 +3543,7 @@
3188
3543
 
3189
3544
  <dt class="inherited-from">Inherited From:</dt>
3190
3545
  <dd class="inherited-from"><ul class="dummy"><li>
3191
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3546
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3192
3547
  </li></ul></dd>
3193
3548
 
3194
3549
 
@@ -3247,7 +3602,12 @@
3247
3602
  <div class='column is-5 has-text-left'>
3248
3603
  <label>类型: </label>
3249
3604
 
3250
- <span class="param-type">*</span>
3605
+ <span class="param-type">
3606
+
3607
+ *
3608
+
3609
+ </span>
3610
+
3251
3611
 
3252
3612
 
3253
3613
  </div>
@@ -3318,13 +3678,18 @@
3318
3678
 
3319
3679
  <tr class="deep-level-0">
3320
3680
 
3321
- <td class="name" id="json"><code>json</code></td>
3681
+ <td class="name"><code>json</code></td>
3322
3682
 
3323
3683
 
3324
3684
  <td class="type">
3325
3685
 
3326
3686
 
3327
- <span class="param-type">Object</span>
3687
+ <span class="param-type">
3688
+
3689
+ Object
3690
+
3691
+ </span>
3692
+
3328
3693
 
3329
3694
 
3330
3695
 
@@ -3447,7 +3812,7 @@
3447
3812
 
3448
3813
  <dt class="inherited-from">Inherited From:</dt>
3449
3814
  <dd class="inherited-from"><ul class="dummy"><li>
3450
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3815
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3451
3816
  </li></ul></dd>
3452
3817
 
3453
3818
 
@@ -3508,7 +3873,12 @@
3508
3873
  <div class='column is-5 has-text-left'>
3509
3874
  <label>类型: </label>
3510
3875
 
3511
- <span class="param-type">Boolean</span>
3876
+ <span class="param-type">
3877
+
3878
+ Boolean
3879
+
3880
+ </span>
3881
+
3512
3882
 
3513
3883
 
3514
3884
  </div>
@@ -3568,7 +3938,7 @@
3568
3938
 
3569
3939
  <dt class="inherited-from">Inherited From:</dt>
3570
3940
  <dd class="inherited-from"><ul class="dummy"><li>
3571
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3941
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3572
3942
  </li></ul></dd>
3573
3943
 
3574
3944
 
@@ -3725,7 +4095,12 @@
3725
4095
  <div class='column is-5 has-text-left'>
3726
4096
  <label>类型: </label>
3727
4097
 
3728
- <span class="param-type">Object</span>
4098
+ <span class="param-type">
4099
+
4100
+ Object
4101
+
4102
+ </span>
4103
+
3729
4104
 
3730
4105
 
3731
4106
  </div>
@@ -3764,37 +4139,37 @@
3764
4139
  <tbody>
3765
4140
 
3766
4141
  <tr class="deep-level-0">
3767
- <td class="name"><code><a href="WMTSSubLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4142
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3768
4143
  <td class="name"><code>图层刷新完毕事件</code></td>
3769
4144
  </tr>
3770
4145
 
3771
4146
  <tr class="deep-level-0">
3772
- <td class="name"><code><a href="WMTSSubLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4147
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3773
4148
  <td class="name"><code>图层加载完毕事件</code></td>
3774
4149
  </tr>
3775
4150
 
3776
4151
  <tr class="deep-level-0">
3777
- <td class="name"><code><a href="WMTSSubLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4152
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3778
4153
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3779
4154
  </tr>
3780
4155
 
3781
4156
  <tr class="deep-level-0">
3782
- <td class="name"><code><a href="WMTSSubLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4157
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3783
4158
  <td class="name"><code>图层更新完毕事件</code></td>
3784
4159
  </tr>
3785
4160
 
3786
4161
  <tr class="deep-level-0">
3787
- <td class="name"><code><a href="WMTSSubLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4162
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3788
4163
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3789
4164
  </tr>
3790
4165
 
3791
4166
  <tr class="deep-level-0">
3792
- <td class="name"><code><a href="WMTSSubLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4167
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3793
4168
  <td class="name"><code>图层销毁完毕事件</code></td>
3794
4169
  </tr>
3795
4170
 
3796
4171
  <tr class="deep-level-0">
3797
- <td class="name"><code><a href="WMTSSubLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4172
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3798
4173
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3799
4174
  </tr>
3800
4175
 
@@ -3874,7 +4249,12 @@
3874
4249
  <td class="type">
3875
4250
 
3876
4251
 
3877
- <span class="param-type">Object</span>
4252
+ <span class="param-type">
4253
+
4254
+ Object
4255
+
4256
+ </span>
4257
+
3878
4258
 
3879
4259
 
3880
4260
 
@@ -3907,7 +4287,12 @@
3907
4287
  <td class="type">
3908
4288
 
3909
4289
 
3910
- <span class="param-type">String</span>
4290
+ <span class="param-type">
4291
+
4292
+ String
4293
+
4294
+ </span>
4295
+
3911
4296
 
3912
4297
 
3913
4298
 
@@ -3944,7 +4329,12 @@
3944
4329
  <td class="type">
3945
4330
 
3946
4331
 
3947
- <span class="param-type">String</span>
4332
+ <span class="param-type">
4333
+
4334
+ String
4335
+
4336
+ </span>
4337
+
3948
4338
 
3949
4339
 
3950
4340
 
@@ -3981,7 +4371,12 @@
3981
4371
  <td class="type">
3982
4372
 
3983
4373
 
3984
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4374
+ <span class="param-type">
4375
+
4376
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4377
+
4378
+ </span>
4379
+
3985
4380
 
3986
4381
 
3987
4382
 
@@ -4018,7 +4413,12 @@
4018
4413
  <td class="type">
4019
4414
 
4020
4415
 
4021
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4416
+ <span class="param-type">
4417
+
4418
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4419
+
4420
+ </span>
4421
+
4022
4422
 
4023
4423
 
4024
4424
 
@@ -4055,7 +4455,12 @@
4055
4455
  <td class="type">
4056
4456
 
4057
4457
 
4058
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4458
+ <span class="param-type">
4459
+
4460
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4461
+
4462
+ </span>
4463
+
4059
4464
 
4060
4465
 
4061
4466
 
@@ -4092,7 +4497,12 @@
4092
4497
  <td class="type">
4093
4498
 
4094
4499
 
4095
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4500
+ <span class="param-type">
4501
+
4502
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4503
+
4504
+ </span>
4505
+
4096
4506
 
4097
4507
 
4098
4508
 
@@ -4129,7 +4539,12 @@
4129
4539
  <td class="type">
4130
4540
 
4131
4541
 
4132
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4542
+ <span class="param-type">
4543
+
4544
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4545
+
4546
+ </span>
4547
+
4133
4548
 
4134
4549
 
4135
4550
 
@@ -4174,7 +4589,7 @@
4174
4589
 
4175
4590
  <dt class="inherited-from">Inherited From:</dt>
4176
4591
  <dd class="inherited-from"><ul class="dummy"><li>
4177
- <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>
4592
+ <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>
4178
4593
  </li></ul></dd>
4179
4594
 
4180
4595
 
@@ -4320,7 +4735,12 @@
4320
4735
  <td class="type">
4321
4736
 
4322
4737
 
4323
- <span class="param-type">Object</span>
4738
+ <span class="param-type">
4739
+
4740
+ Object
4741
+
4742
+ </span>
4743
+
4324
4744
 
4325
4745
 
4326
4746
 
@@ -4353,7 +4773,12 @@
4353
4773
  <td class="type">
4354
4774
 
4355
4775
 
4356
- <span class="param-type">String</span>
4776
+ <span class="param-type">
4777
+
4778
+ String
4779
+
4780
+ </span>
4781
+
4357
4782
 
4358
4783
 
4359
4784
 
@@ -4390,7 +4815,12 @@
4390
4815
  <td class="type">
4391
4816
 
4392
4817
 
4393
- <span class="param-type">String</span>
4818
+ <span class="param-type">
4819
+
4820
+ String
4821
+
4822
+ </span>
4823
+
4394
4824
 
4395
4825
 
4396
4826
 
@@ -4427,7 +4857,12 @@
4427
4857
  <td class="type">
4428
4858
 
4429
4859
 
4430
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4860
+ <span class="param-type">
4861
+
4862
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4863
+
4864
+ </span>
4865
+
4431
4866
 
4432
4867
 
4433
4868
 
@@ -4464,7 +4899,12 @@
4464
4899
  <td class="type">
4465
4900
 
4466
4901
 
4467
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4902
+ <span class="param-type">
4903
+
4904
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4905
+
4906
+ </span>
4907
+
4468
4908
 
4469
4909
 
4470
4910
 
@@ -4501,7 +4941,12 @@
4501
4941
  <td class="type">
4502
4942
 
4503
4943
 
4504
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4944
+ <span class="param-type">
4945
+
4946
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4947
+
4948
+ </span>
4949
+
4505
4950
 
4506
4951
 
4507
4952
 
@@ -4538,7 +4983,12 @@
4538
4983
  <td class="type">
4539
4984
 
4540
4985
 
4541
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4986
+ <span class="param-type">
4987
+
4988
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4989
+
4990
+ </span>
4991
+
4542
4992
 
4543
4993
 
4544
4994
 
@@ -4575,7 +5025,12 @@
4575
5025
  <td class="type">
4576
5026
 
4577
5027
 
4578
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5028
+ <span class="param-type">
5029
+
5030
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5031
+
5032
+ </span>
5033
+
4579
5034
 
4580
5035
 
4581
5036
 
@@ -4620,7 +5075,7 @@
4620
5075
 
4621
5076
  <dt class="inherited-from">Inherited From:</dt>
4622
5077
  <dd class="inherited-from"><ul class="dummy"><li>
4623
- <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>
5078
+ <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>
4624
5079
  </li></ul></dd>
4625
5080
 
4626
5081
 
@@ -4756,7 +5211,12 @@
4756
5211
  <td class="type">
4757
5212
 
4758
5213
 
4759
- <span class="param-type">Object</span>
5214
+ <span class="param-type">
5215
+
5216
+ Object
5217
+
5218
+ </span>
5219
+
4760
5220
 
4761
5221
 
4762
5222
 
@@ -4789,7 +5249,12 @@
4789
5249
  <td class="type">
4790
5250
 
4791
5251
 
4792
- <span class="param-type">String</span>
5252
+ <span class="param-type">
5253
+
5254
+ String
5255
+
5256
+ </span>
5257
+
4793
5258
 
4794
5259
 
4795
5260
 
@@ -4826,7 +5291,12 @@
4826
5291
  <td class="type">
4827
5292
 
4828
5293
 
4829
- <span class="param-type">String</span>
5294
+ <span class="param-type">
5295
+
5296
+ String
5297
+
5298
+ </span>
5299
+
4830
5300
 
4831
5301
 
4832
5302
 
@@ -4863,7 +5333,12 @@
4863
5333
  <td class="type">
4864
5334
 
4865
5335
 
4866
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5336
+ <span class="param-type">
5337
+
5338
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5339
+
5340
+ </span>
5341
+
4867
5342
 
4868
5343
 
4869
5344
 
@@ -4900,7 +5375,12 @@
4900
5375
  <td class="type">
4901
5376
 
4902
5377
 
4903
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5378
+ <span class="param-type">
5379
+
5380
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5381
+
5382
+ </span>
5383
+
4904
5384
 
4905
5385
 
4906
5386
 
@@ -4937,7 +5417,12 @@
4937
5417
  <td class="type">
4938
5418
 
4939
5419
 
4940
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5420
+ <span class="param-type">
5421
+
5422
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5423
+
5424
+ </span>
5425
+
4941
5426
 
4942
5427
 
4943
5428
 
@@ -4974,7 +5459,12 @@
4974
5459
  <td class="type">
4975
5460
 
4976
5461
 
4977
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5462
+ <span class="param-type">
5463
+
5464
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5465
+
5466
+ </span>
5467
+
4978
5468
 
4979
5469
 
4980
5470
 
@@ -5011,7 +5501,12 @@
5011
5501
  <td class="type">
5012
5502
 
5013
5503
 
5014
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5504
+ <span class="param-type">
5505
+
5506
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5507
+
5508
+ </span>
5509
+
5015
5510
 
5016
5511
 
5017
5512
 
@@ -5056,7 +5551,7 @@
5056
5551
 
5057
5552
  <dt class="inherited-from">Inherited From:</dt>
5058
5553
  <dd class="inherited-from"><ul class="dummy"><li>
5059
- <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>
5554
+ <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>
5060
5555
  </li></ul></dd>
5061
5556
 
5062
5557
 
@@ -5202,7 +5697,12 @@
5202
5697
  <td class="type">
5203
5698
 
5204
5699
 
5205
- <span class="param-type">Object</span>
5700
+ <span class="param-type">
5701
+
5702
+ Object
5703
+
5704
+ </span>
5705
+
5206
5706
 
5207
5707
 
5208
5708
 
@@ -5235,7 +5735,12 @@
5235
5735
  <td class="type">
5236
5736
 
5237
5737
 
5238
- <span class="param-type">String</span>
5738
+ <span class="param-type">
5739
+
5740
+ String
5741
+
5742
+ </span>
5743
+
5239
5744
 
5240
5745
 
5241
5746
 
@@ -5272,7 +5777,12 @@
5272
5777
  <td class="type">
5273
5778
 
5274
5779
 
5275
- <span class="param-type">String</span>
5780
+ <span class="param-type">
5781
+
5782
+ String
5783
+
5784
+ </span>
5785
+
5276
5786
 
5277
5787
 
5278
5788
 
@@ -5309,7 +5819,12 @@
5309
5819
  <td class="type">
5310
5820
 
5311
5821
 
5312
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5822
+ <span class="param-type">
5823
+
5824
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5825
+
5826
+ </span>
5827
+
5313
5828
 
5314
5829
 
5315
5830
 
@@ -5346,7 +5861,12 @@
5346
5861
  <td class="type">
5347
5862
 
5348
5863
 
5349
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5864
+ <span class="param-type">
5865
+
5866
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5867
+
5868
+ </span>
5869
+
5350
5870
 
5351
5871
 
5352
5872
 
@@ -5383,7 +5903,12 @@
5383
5903
  <td class="type">
5384
5904
 
5385
5905
 
5386
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5906
+ <span class="param-type">
5907
+
5908
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5909
+
5910
+ </span>
5911
+
5387
5912
 
5388
5913
 
5389
5914
 
@@ -5420,7 +5945,12 @@
5420
5945
  <td class="type">
5421
5946
 
5422
5947
 
5423
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5948
+ <span class="param-type">
5949
+
5950
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5951
+
5952
+ </span>
5953
+
5424
5954
 
5425
5955
 
5426
5956
 
@@ -5457,7 +5987,12 @@
5457
5987
  <td class="type">
5458
5988
 
5459
5989
 
5460
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5990
+ <span class="param-type">
5991
+
5992
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5993
+
5994
+ </span>
5995
+
5461
5996
 
5462
5997
 
5463
5998
 
@@ -5502,7 +6037,7 @@
5502
6037
 
5503
6038
  <dt class="inherited-from">Inherited From:</dt>
5504
6039
  <dd class="inherited-from"><ul class="dummy"><li>
5505
- <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>
6040
+ <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>
5506
6041
  </li></ul></dd>
5507
6042
 
5508
6043
 
@@ -5638,7 +6173,12 @@
5638
6173
  <td class="type">
5639
6174
 
5640
6175
 
5641
- <span class="param-type">Object</span>
6176
+ <span class="param-type">
6177
+
6178
+ Object
6179
+
6180
+ </span>
6181
+
5642
6182
 
5643
6183
 
5644
6184
 
@@ -5671,7 +6211,12 @@
5671
6211
  <td class="type">
5672
6212
 
5673
6213
 
5674
- <span class="param-type">String</span>
6214
+ <span class="param-type">
6215
+
6216
+ String
6217
+
6218
+ </span>
6219
+
5675
6220
 
5676
6221
 
5677
6222
 
@@ -5708,7 +6253,12 @@
5708
6253
  <td class="type">
5709
6254
 
5710
6255
 
5711
- <span class="param-type">String</span>
6256
+ <span class="param-type">
6257
+
6258
+ String
6259
+
6260
+ </span>
6261
+
5712
6262
 
5713
6263
 
5714
6264
 
@@ -5745,7 +6295,12 @@
5745
6295
  <td class="type">
5746
6296
 
5747
6297
 
5748
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6298
+ <span class="param-type">
6299
+
6300
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6301
+
6302
+ </span>
6303
+
5749
6304
 
5750
6305
 
5751
6306
 
@@ -5782,7 +6337,12 @@
5782
6337
  <td class="type">
5783
6338
 
5784
6339
 
5785
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6340
+ <span class="param-type">
6341
+
6342
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6343
+
6344
+ </span>
6345
+
5786
6346
 
5787
6347
 
5788
6348
 
@@ -5819,7 +6379,12 @@
5819
6379
  <td class="type">
5820
6380
 
5821
6381
 
5822
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6382
+ <span class="param-type">
6383
+
6384
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6385
+
6386
+ </span>
6387
+
5823
6388
 
5824
6389
 
5825
6390
 
@@ -5856,7 +6421,12 @@
5856
6421
  <td class="type">
5857
6422
 
5858
6423
 
5859
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6424
+ <span class="param-type">
6425
+
6426
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6427
+
6428
+ </span>
6429
+
5860
6430
 
5861
6431
 
5862
6432
 
@@ -5893,7 +6463,12 @@
5893
6463
  <td class="type">
5894
6464
 
5895
6465
 
5896
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6466
+ <span class="param-type">
6467
+
6468
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6469
+
6470
+ </span>
6471
+
5897
6472
 
5898
6473
 
5899
6474
 
@@ -5938,7 +6513,7 @@
5938
6513
 
5939
6514
  <dt class="inherited-from">Inherited From:</dt>
5940
6515
  <dd class="inherited-from"><ul class="dummy"><li>
5941
- <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>
6516
+ <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>
5942
6517
  </li></ul></dd>
5943
6518
 
5944
6519
 
@@ -6084,7 +6659,12 @@
6084
6659
  <td class="type">
6085
6660
 
6086
6661
 
6087
- <span class="param-type">Object</span>
6662
+ <span class="param-type">
6663
+
6664
+ Object
6665
+
6666
+ </span>
6667
+
6088
6668
 
6089
6669
 
6090
6670
 
@@ -6117,7 +6697,12 @@
6117
6697
  <td class="type">
6118
6698
 
6119
6699
 
6120
- <span class="param-type">String</span>
6700
+ <span class="param-type">
6701
+
6702
+ String
6703
+
6704
+ </span>
6705
+
6121
6706
 
6122
6707
 
6123
6708
 
@@ -6154,7 +6739,12 @@
6154
6739
  <td class="type">
6155
6740
 
6156
6741
 
6157
- <span class="param-type">String</span>
6742
+ <span class="param-type">
6743
+
6744
+ String
6745
+
6746
+ </span>
6747
+
6158
6748
 
6159
6749
 
6160
6750
 
@@ -6191,7 +6781,12 @@
6191
6781
  <td class="type">
6192
6782
 
6193
6783
 
6194
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6784
+ <span class="param-type">
6785
+
6786
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6787
+
6788
+ </span>
6789
+
6195
6790
 
6196
6791
 
6197
6792
 
@@ -6228,7 +6823,12 @@
6228
6823
  <td class="type">
6229
6824
 
6230
6825
 
6231
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6826
+ <span class="param-type">
6827
+
6828
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6829
+
6830
+ </span>
6831
+
6232
6832
 
6233
6833
 
6234
6834
 
@@ -6265,7 +6865,12 @@
6265
6865
  <td class="type">
6266
6866
 
6267
6867
 
6268
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6868
+ <span class="param-type">
6869
+
6870
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6871
+
6872
+ </span>
6873
+
6269
6874
 
6270
6875
 
6271
6876
 
@@ -6302,7 +6907,12 @@
6302
6907
  <td class="type">
6303
6908
 
6304
6909
 
6305
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6910
+ <span class="param-type">
6911
+
6912
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6913
+
6914
+ </span>
6915
+
6306
6916
 
6307
6917
 
6308
6918
 
@@ -6339,7 +6949,12 @@
6339
6949
  <td class="type">
6340
6950
 
6341
6951
 
6342
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6952
+ <span class="param-type">
6953
+
6954
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6955
+
6956
+ </span>
6957
+
6343
6958
 
6344
6959
 
6345
6960
 
@@ -6384,7 +6999,7 @@
6384
6999
 
6385
7000
  <dt class="inherited-from">Inherited From:</dt>
6386
7001
  <dd class="inherited-from"><ul class="dummy"><li>
6387
- <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>
7002
+ <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>
6388
7003
  </li></ul></dd>
6389
7004
 
6390
7005
 
@@ -6520,7 +7135,12 @@
6520
7135
  <td class="type">
6521
7136
 
6522
7137
 
6523
- <span class="param-type">Object</span>
7138
+ <span class="param-type">
7139
+
7140
+ Object
7141
+
7142
+ </span>
7143
+
6524
7144
 
6525
7145
 
6526
7146
 
@@ -6553,7 +7173,12 @@
6553
7173
  <td class="type">
6554
7174
 
6555
7175
 
6556
- <span class="param-type">String</span>
7176
+ <span class="param-type">
7177
+
7178
+ String
7179
+
7180
+ </span>
7181
+
6557
7182
 
6558
7183
 
6559
7184
 
@@ -6590,7 +7215,12 @@
6590
7215
  <td class="type">
6591
7216
 
6592
7217
 
6593
- <span class="param-type">String</span>
7218
+ <span class="param-type">
7219
+
7220
+ String
7221
+
7222
+ </span>
7223
+
6594
7224
 
6595
7225
 
6596
7226
 
@@ -6627,7 +7257,12 @@
6627
7257
  <td class="type">
6628
7258
 
6629
7259
 
6630
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7260
+ <span class="param-type">
7261
+
7262
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7263
+
7264
+ </span>
7265
+
6631
7266
 
6632
7267
 
6633
7268
 
@@ -6664,7 +7299,12 @@
6664
7299
  <td class="type">
6665
7300
 
6666
7301
 
6667
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7302
+ <span class="param-type">
7303
+
7304
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7305
+
7306
+ </span>
7307
+
6668
7308
 
6669
7309
 
6670
7310
 
@@ -6701,7 +7341,12 @@
6701
7341
  <td class="type">
6702
7342
 
6703
7343
 
6704
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7344
+ <span class="param-type">
7345
+
7346
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7347
+
7348
+ </span>
7349
+
6705
7350
 
6706
7351
 
6707
7352
 
@@ -6738,7 +7383,12 @@
6738
7383
  <td class="type">
6739
7384
 
6740
7385
 
6741
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7386
+ <span class="param-type">
7387
+
7388
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7389
+
7390
+ </span>
7391
+
6742
7392
 
6743
7393
 
6744
7394
 
@@ -6775,7 +7425,12 @@
6775
7425
  <td class="type">
6776
7426
 
6777
7427
 
6778
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7428
+ <span class="param-type">
7429
+
7430
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7431
+
7432
+ </span>
7433
+
6779
7434
 
6780
7435
 
6781
7436
 
@@ -6820,7 +7475,7 @@
6820
7475
 
6821
7476
  <dt class="inherited-from">Inherited From:</dt>
6822
7477
  <dd class="inherited-from"><ul class="dummy"><li>
6823
- <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>
7478
+ <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>
6824
7479
  </li></ul></dd>
6825
7480
 
6826
7481