@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
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>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="description"><code>description</code></td>
107
+ <td class="name"><code>description</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -129,13 +137,17 @@
129
137
 
130
138
  <tr class="deep-level-1">
131
139
 
132
- <td class="name" id="imageFormat"><code>imageFormat</code></td>
140
+ <td class="name"><code>imageFormat</code></td>
133
141
 
134
142
 
135
143
  <td class="type">
136
144
 
137
145
 
138
- <span class="param-type">String</span>
146
+ <span class="param-type">
147
+
148
+ String
149
+
150
+ </span>
139
151
 
140
152
 
141
153
 
@@ -158,13 +170,17 @@
158
170
 
159
171
  <tr class="deep-level-1">
160
172
 
161
- <td class="name" id="imageFormats"><code>imageFormats</code></td>
173
+ <td class="name"><code>imageFormats</code></td>
162
174
 
163
175
 
164
176
  <td class="type">
165
177
 
166
178
 
167
- <span class="param-type">Array.&lt;String></span>
179
+ <span class="param-type">
180
+
181
+ Array.&lt;String>
182
+
183
+ </span>
168
184
 
169
185
 
170
186
 
@@ -185,13 +201,17 @@
185
201
 
186
202
  <tr class="deep-level-1">
187
203
 
188
- <td class="name" id="styleId"><code>styleId</code></td>
204
+ <td class="name"><code>styleId</code></td>
189
205
 
190
206
 
191
207
  <td class="type">
192
208
 
193
209
 
194
- <span class="param-type">String</span>
210
+ <span class="param-type">
211
+
212
+ String
213
+
214
+ </span>
195
215
 
196
216
 
197
217
 
@@ -212,13 +232,17 @@
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="styles"><code>styles</code></td>
235
+ <td class="name"><code>styles</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">Array.&lt;<a link="Array.<WMTSStyle>.html" onclick="getTypeHTML(event)" 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>
222
246
 
223
247
 
224
248
 
@@ -239,13 +263,17 @@
239
263
 
240
264
  <tr class="deep-level-1">
241
265
 
242
- <td class="name" id="tileMatrixSets"><code>tileMatrixSets</code></td>
266
+ <td class="name"><code>tileMatrixSets</code></td>
243
267
 
244
268
 
245
269
  <td class="type">
246
270
 
247
271
 
248
- <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" 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>
249
277
 
250
278
 
251
279
 
@@ -266,13 +294,17 @@
266
294
 
267
295
  <tr class="deep-level-1">
268
296
 
269
- <td class="name" id="tileMatrixSetId"><code>tileMatrixSetId</code></td>
297
+ <td class="name"><code>tileMatrixSetId</code></td>
270
298
 
271
299
 
272
300
  <td class="type">
273
301
 
274
302
 
275
- <span class="param-type">String</span>
303
+ <span class="param-type">
304
+
305
+ String
306
+
307
+ </span>
276
308
 
277
309
 
278
310
 
@@ -293,13 +325,17 @@
293
325
 
294
326
  <tr class="deep-level-1">
295
327
 
296
- <td class="name" id="extent"><code>extent</code></td>
328
+ <td class="name"><code>extent</code></td>
297
329
 
298
330
 
299
331
  <td class="type">
300
332
 
301
333
 
302
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
303
339
 
304
340
 
305
341
 
@@ -320,13 +356,17 @@
320
356
 
321
357
  <tr class="deep-level-1">
322
358
 
323
- <td class="name" id="resourceURLTemplates"><code>resourceURLTemplates</code></td>
359
+ <td class="name"><code>resourceURLTemplates</code></td>
324
360
 
325
361
 
326
362
  <td class="type">
327
363
 
328
364
 
329
- <span class="param-type">Array.&lt;String></span>
365
+ <span class="param-type">
366
+
367
+ Array.&lt;String>
368
+
369
+ </span>
330
370
 
331
371
 
332
372
 
@@ -464,7 +504,11 @@
464
504
  <td class="name">
465
505
  <code>
466
506
 
467
- <span class="param-type">String</span>
507
+ <span class="param-type">
508
+
509
+ String
510
+
511
+ </span>
468
512
 
469
513
 
470
514
 
@@ -478,7 +522,11 @@
478
522
  <td class="name">
479
523
  <code>
480
524
 
481
- <span class="param-type">String</span>
525
+ <span class="param-type">
526
+
527
+ String
528
+
529
+ </span>
482
530
 
483
531
 
484
532
 
@@ -492,7 +540,11 @@
492
540
  <td class="name">
493
541
  <code>
494
542
 
495
- <span class="param-type">Object</span>
543
+ <span class="param-type">
544
+
545
+ Object
546
+
547
+ </span>
496
548
 
497
549
 
498
550
 
@@ -506,7 +558,11 @@
506
558
  <td class="name">
507
559
  <code>
508
560
 
509
- <span class="param-type">Object</span>
561
+ <span class="param-type">
562
+
563
+ Object
564
+
565
+ </span>
510
566
 
511
567
 
512
568
 
@@ -520,7 +576,11 @@
520
576
  <td class="name">
521
577
  <code>
522
578
 
523
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
524
584
 
525
585
 
526
586
 
@@ -534,7 +594,11 @@
534
594
  <td class="name">
535
595
  <code>
536
596
 
537
- <span class="param-type">String</span>
597
+ <span class="param-type">
598
+
599
+ String
600
+
601
+ </span>
538
602
 
539
603
 
540
604
 
@@ -548,7 +612,11 @@
548
612
  <td class="name">
549
613
  <code>
550
614
 
551
- <span class="param-type">String</span>
615
+ <span class="param-type">
616
+
617
+ String
618
+
619
+ </span>
552
620
 
553
621
 
554
622
 
@@ -562,7 +630,11 @@
562
630
  <td class="name">
563
631
  <code>
564
632
 
565
- <span class="param-type">String</span>
633
+ <span class="param-type">
634
+
635
+ String
636
+
637
+ </span>
566
638
 
567
639
 
568
640
 
@@ -576,7 +648,11 @@
576
648
  <td class="name">
577
649
  <code>
578
650
 
579
- <span class="param-type">String</span>
651
+ <span class="param-type">
652
+
653
+ String
654
+
655
+ </span>
580
656
 
581
657
 
582
658
 
@@ -590,7 +666,11 @@
590
666
  <td class="name">
591
667
  <code>
592
668
 
593
- <span class="param-type">Array.&lt;String></span>
669
+ <span class="param-type">
670
+
671
+ Array.&lt;String>
672
+
673
+ </span>
594
674
 
595
675
 
596
676
 
@@ -604,7 +684,11 @@
604
684
  <td class="name">
605
685
  <code>
606
686
 
607
- <span class="param-type">Number</span>
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
608
692
 
609
693
 
610
694
 
@@ -618,7 +702,11 @@
618
702
  <td class="name">
619
703
  <code>
620
704
 
621
- <span class="param-type">Boolean</span>
705
+ <span class="param-type">
706
+
707
+ Boolean
708
+
709
+ </span>
622
710
 
623
711
 
624
712
 
@@ -632,7 +720,11 @@
632
720
  <td class="name">
633
721
  <code>
634
722
 
635
- <span class="param-type">String</span>
723
+ <span class="param-type">
724
+
725
+ String
726
+
727
+ </span>
636
728
 
637
729
 
638
730
 
@@ -646,7 +738,11 @@
646
738
  <td class="name">
647
739
  <code>
648
740
 
649
- <span class="param-type">Number</span>
741
+ <span class="param-type">
742
+
743
+ Number
744
+
745
+ </span>
650
746
 
651
747
 
652
748
 
@@ -660,7 +756,11 @@
660
756
  <td class="name">
661
757
  <code>
662
758
 
663
- <span class="param-type">Number</span>
759
+ <span class="param-type">
760
+
761
+ Number
762
+
763
+ </span>
664
764
 
665
765
 
666
766
 
@@ -674,7 +774,11 @@
674
774
  <td class="name">
675
775
  <code>
676
776
 
677
- <span class="param-type">Number</span>
777
+ <span class="param-type">
778
+
779
+ Number
780
+
781
+ </span>
678
782
 
679
783
 
680
784
 
@@ -688,7 +792,11 @@
688
792
  <td class="name">
689
793
  <code>
690
794
 
691
- <span class="param-type">Array.&lt;String></span>
795
+ <span class="param-type">
796
+
797
+ Array.&lt;String>
798
+
799
+ </span>
692
800
 
693
801
 
694
802
 
@@ -702,7 +810,11 @@
702
810
  <td class="name">
703
811
  <code>
704
812
 
705
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
706
818
 
707
819
 
708
820
 
@@ -716,7 +828,11 @@
716
828
  <td class="name">
717
829
  <code>
718
830
 
719
- <span class="param-type">String</span>
831
+ <span class="param-type">
832
+
833
+ String
834
+
835
+ </span>
720
836
 
721
837
 
722
838
 
@@ -730,7 +846,11 @@
730
846
  <td class="name">
731
847
  <code>
732
848
 
733
- <span class="param-type">Array.&lt;<a link="Array.<WMTSStyle>.html" onclick="getTypeHTML(event)" 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>
734
854
 
735
855
 
736
856
 
@@ -744,7 +864,11 @@
744
864
  <td class="name">
745
865
  <code>
746
866
 
747
- <span class="param-type"><a link="TileMatrixSet.html" onclick="getTypeHTML(event)" 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>
748
872
 
749
873
 
750
874
 
@@ -758,7 +882,11 @@
758
882
  <td class="name">
759
883
  <code>
760
884
 
761
- <span class="param-type">String</span>
885
+ <span class="param-type">
886
+
887
+ String
888
+
889
+ </span>
762
890
 
763
891
 
764
892
 
@@ -772,7 +900,11 @@
772
900
  <td class="name">
773
901
  <code>
774
902
 
775
- <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" 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>
776
908
 
777
909
 
778
910
 
@@ -786,7 +918,11 @@
786
918
  <td class="name">
787
919
  <code>
788
920
 
789
- <span class="param-type">String</span>
921
+ <span class="param-type">
922
+
923
+ String
924
+
925
+ </span>
790
926
 
791
927
 
792
928
 
@@ -800,7 +936,11 @@
800
936
  <td class="name">
801
937
  <code>
802
938
 
803
- <span class="param-type">String</span>
939
+ <span class="param-type">
940
+
941
+ String
942
+
943
+ </span>
804
944
 
805
945
 
806
946
 
@@ -814,7 +954,11 @@
814
954
  <td class="name">
815
955
  <code>
816
956
 
817
- <span class="param-type">String</span>
957
+ <span class="param-type">
958
+
959
+ String
960
+
961
+ </span>
818
962
 
819
963
 
820
964
 
@@ -828,7 +972,11 @@
828
972
  <td class="name">
829
973
  <code>
830
974
 
831
- <span class="param-type">String</span>
975
+ <span class="param-type">
976
+
977
+ String
978
+
979
+ </span>
832
980
 
833
981
 
834
982
 
@@ -842,7 +990,11 @@
842
990
  <td class="name">
843
991
  <code>
844
992
 
845
- <span class="param-type">Number</span>
993
+ <span class="param-type">
994
+
995
+ Number
996
+
997
+ </span>
846
998
 
847
999
 
848
1000
 
@@ -862,7 +1014,11 @@
862
1014
  <span class="method-parameter is-pulled-right">
863
1015
  <label>类型:</label>
864
1016
 
865
- <span class="param-type">String</span>
1017
+ <span class="param-type">
1018
+
1019
+ String
1020
+
1021
+ </span>
866
1022
 
867
1023
 
868
1024
 
@@ -942,7 +1098,11 @@
942
1098
  <span class="method-parameter is-pulled-right">
943
1099
  <label>类型:</label>
944
1100
 
945
- <span class="param-type">String</span>
1101
+ <span class="param-type">
1102
+
1103
+ String
1104
+
1105
+ </span>
946
1106
 
947
1107
 
948
1108
 
@@ -1018,7 +1178,11 @@
1018
1178
  <span class="method-parameter is-pulled-right">
1019
1179
  <label>类型:</label>
1020
1180
 
1021
- <span class="param-type">Object</span>
1181
+ <span class="param-type">
1182
+
1183
+ Object
1184
+
1185
+ </span>
1022
1186
 
1023
1187
 
1024
1188
 
@@ -1094,7 +1258,11 @@
1094
1258
  <span class="method-parameter is-pulled-right">
1095
1259
  <label>类型:</label>
1096
1260
 
1097
- <span class="param-type">Object</span>
1261
+ <span class="param-type">
1262
+
1263
+ Object
1264
+
1265
+ </span>
1098
1266
 
1099
1267
 
1100
1268
 
@@ -1170,7 +1338,11 @@
1170
1338
  <span class="method-parameter is-pulled-right">
1171
1339
  <label>类型:</label>
1172
1340
 
1173
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1174
1346
 
1175
1347
 
1176
1348
 
@@ -1246,7 +1418,11 @@
1246
1418
  <span class="method-parameter is-pulled-right">
1247
1419
  <label>类型:</label>
1248
1420
 
1249
- <span class="param-type">String</span>
1421
+ <span class="param-type">
1422
+
1423
+ String
1424
+
1425
+ </span>
1250
1426
 
1251
1427
 
1252
1428
 
@@ -1322,7 +1498,11 @@
1322
1498
  <span class="method-parameter is-pulled-right">
1323
1499
  <label>类型:</label>
1324
1500
 
1325
- <span class="param-type">String</span>
1501
+ <span class="param-type">
1502
+
1503
+ String
1504
+
1505
+ </span>
1326
1506
 
1327
1507
 
1328
1508
 
@@ -1398,7 +1578,11 @@
1398
1578
  <span class="method-parameter is-pulled-right">
1399
1579
  <label>类型:</label>
1400
1580
 
1401
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1402
1586
 
1403
1587
 
1404
1588
 
@@ -1478,7 +1662,11 @@
1478
1662
  <span class="method-parameter is-pulled-right">
1479
1663
  <label>类型:</label>
1480
1664
 
1481
- <span class="param-type">String</span>
1665
+ <span class="param-type">
1666
+
1667
+ String
1668
+
1669
+ </span>
1482
1670
 
1483
1671
 
1484
1672
 
@@ -1549,7 +1737,11 @@
1549
1737
  <span class="method-parameter is-pulled-right">
1550
1738
  <label>类型:</label>
1551
1739
 
1552
- <span class="param-type">Array.&lt;String></span>
1740
+ <span class="param-type">
1741
+
1742
+ Array.&lt;String>
1743
+
1744
+ </span>
1553
1745
 
1554
1746
 
1555
1747
 
@@ -1620,7 +1812,11 @@
1620
1812
  <span class="method-parameter is-pulled-right">
1621
1813
  <label>类型:</label>
1622
1814
 
1623
- <span class="param-type">Number</span>
1815
+ <span class="param-type">
1816
+
1817
+ Number
1818
+
1819
+ </span>
1624
1820
 
1625
1821
 
1626
1822
 
@@ -1696,7 +1892,11 @@
1696
1892
  <span class="method-parameter is-pulled-right">
1697
1893
  <label>类型:</label>
1698
1894
 
1699
- <span class="param-type">Boolean</span>
1895
+ <span class="param-type">
1896
+
1897
+ Boolean
1898
+
1899
+ </span>
1700
1900
 
1701
1901
 
1702
1902
 
@@ -1781,7 +1981,11 @@
1781
1981
  <span class="method-parameter is-pulled-right">
1782
1982
  <label>类型:</label>
1783
1983
 
1784
- <span class="param-type">String</span>
1984
+ <span class="param-type">
1985
+
1986
+ String
1987
+
1988
+ </span>
1785
1989
 
1786
1990
 
1787
1991
 
@@ -1866,7 +2070,11 @@
1866
2070
  <span class="method-parameter is-pulled-right">
1867
2071
  <label>类型:</label>
1868
2072
 
1869
- <span class="param-type">Number</span>
2073
+ <span class="param-type">
2074
+
2075
+ Number
2076
+
2077
+ </span>
1870
2078
 
1871
2079
 
1872
2080
 
@@ -1947,7 +2155,11 @@
1947
2155
  <span class="method-parameter is-pulled-right">
1948
2156
  <label>类型:</label>
1949
2157
 
1950
- <span class="param-type">Number</span>
2158
+ <span class="param-type">
2159
+
2160
+ Number
2161
+
2162
+ </span>
1951
2163
 
1952
2164
 
1953
2165
 
@@ -2028,7 +2240,11 @@
2028
2240
  <span class="method-parameter is-pulled-right">
2029
2241
  <label>类型:</label>
2030
2242
 
2031
- <span class="param-type">Number</span>
2243
+ <span class="param-type">
2244
+
2245
+ Number
2246
+
2247
+ </span>
2032
2248
 
2033
2249
 
2034
2250
 
@@ -2104,7 +2320,11 @@
2104
2320
  <span class="method-parameter is-pulled-right">
2105
2321
  <label>类型:</label>
2106
2322
 
2107
- <span class="param-type">Array.&lt;String></span>
2323
+ <span class="param-type">
2324
+
2325
+ Array.&lt;String>
2326
+
2327
+ </span>
2108
2328
 
2109
2329
 
2110
2330
 
@@ -2175,7 +2395,11 @@
2175
2395
  <span class="method-parameter is-pulled-right">
2176
2396
  <label>类型:</label>
2177
2397
 
2178
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
2179
2403
 
2180
2404
 
2181
2405
 
@@ -2251,7 +2475,11 @@
2251
2475
  <span class="method-parameter is-pulled-right">
2252
2476
  <label>类型:</label>
2253
2477
 
2254
- <span class="param-type">String</span>
2478
+ <span class="param-type">
2479
+
2480
+ String
2481
+
2482
+ </span>
2255
2483
 
2256
2484
 
2257
2485
 
@@ -2322,7 +2550,11 @@
2322
2550
  <span class="method-parameter is-pulled-right">
2323
2551
  <label>类型:</label>
2324
2552
 
2325
- <span class="param-type">Array.&lt;<a link="Array.<WMTSStyle>.html" onclick="getTypeHTML(event)" 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>
2326
2558
 
2327
2559
 
2328
2560
 
@@ -2393,7 +2625,11 @@
2393
2625
  <span class="method-parameter is-pulled-right">
2394
2626
  <label>类型:</label>
2395
2627
 
2396
- <span class="param-type"><a link="TileMatrixSet.html" onclick="getTypeHTML(event)" 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>
2397
2633
 
2398
2634
 
2399
2635
 
@@ -2464,7 +2700,11 @@
2464
2700
  <span class="method-parameter is-pulled-right">
2465
2701
  <label>类型:</label>
2466
2702
 
2467
- <span class="param-type">String</span>
2703
+ <span class="param-type">
2704
+
2705
+ String
2706
+
2707
+ </span>
2468
2708
 
2469
2709
 
2470
2710
 
@@ -2535,7 +2775,11 @@
2535
2775
  <span class="method-parameter is-pulled-right">
2536
2776
  <label>类型:</label>
2537
2777
 
2538
- <span class="param-type">Array.&lt;<a link="Array.<TileMatrixSet>.html" onclick="getTypeHTML(event)" 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>
2539
2783
 
2540
2784
 
2541
2785
 
@@ -2606,7 +2850,11 @@
2606
2850
  <span class="method-parameter is-pulled-right">
2607
2851
  <label>类型:</label>
2608
2852
 
2609
- <span class="param-type">String</span>
2853
+ <span class="param-type">
2854
+
2855
+ String
2856
+
2857
+ </span>
2610
2858
 
2611
2859
 
2612
2860
 
@@ -2682,7 +2930,11 @@
2682
2930
  <span class="method-parameter is-pulled-right">
2683
2931
  <label>类型:</label>
2684
2932
 
2685
- <span class="param-type">String</span>
2933
+ <span class="param-type">
2934
+
2935
+ String
2936
+
2937
+ </span>
2686
2938
 
2687
2939
 
2688
2940
 
@@ -2763,7 +3015,11 @@
2763
3015
  <span class="method-parameter is-pulled-right">
2764
3016
  <label>类型:</label>
2765
3017
 
2766
- <span class="param-type">String</span>
3018
+ <span class="param-type">
3019
+
3020
+ String
3021
+
3022
+ </span>
2767
3023
 
2768
3024
 
2769
3025
 
@@ -2839,7 +3095,11 @@
2839
3095
  <span class="method-parameter is-pulled-right">
2840
3096
  <label>类型:</label>
2841
3097
 
2842
- <span class="param-type">String</span>
3098
+ <span class="param-type">
3099
+
3100
+ String
3101
+
3102
+ </span>
2843
3103
 
2844
3104
 
2845
3105
 
@@ -2919,7 +3179,11 @@
2919
3179
  <span class="method-parameter is-pulled-right">
2920
3180
  <label>类型:</label>
2921
3181
 
2922
- <span class="param-type">Number</span>
3182
+ <span class="param-type">
3183
+
3184
+ Number
3185
+
3186
+ </span>
2923
3187
 
2924
3188
 
2925
3189
 
@@ -3016,7 +3280,11 @@
3016
3280
  <code>
3017
3281
 
3018
3282
 
3019
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
3020
3288
 
3021
3289
 
3022
3290
 
@@ -3032,7 +3300,11 @@
3032
3300
  <code>
3033
3301
 
3034
3302
 
3035
- <span class="param-type">*</span>
3303
+ <span class="param-type">
3304
+
3305
+ *
3306
+
3307
+ </span>
3036
3308
 
3037
3309
 
3038
3310
 
@@ -3058,7 +3330,11 @@
3058
3330
  <code>
3059
3331
 
3060
3332
 
3061
- <span class="param-type">Boolean</span>
3333
+ <span class="param-type">
3334
+
3335
+ Boolean
3336
+
3337
+ </span>
3062
3338
 
3063
3339
 
3064
3340
 
@@ -3084,7 +3360,11 @@
3084
3360
  <code>
3085
3361
 
3086
3362
 
3087
- <span class="param-type">Object</span>
3363
+ <span class="param-type">
3364
+
3365
+ Object
3366
+
3367
+ </span>
3088
3368
 
3089
3369
 
3090
3370
 
@@ -3202,7 +3482,11 @@
3202
3482
  <div class='column is-5 has-text-left'>
3203
3483
  <label>类型: </label>
3204
3484
 
3205
- <span class="param-type"><a link="WMTSSubLayer.html" onclick="getTypeHTML(event)" 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>
3206
3490
 
3207
3491
 
3208
3492
 
@@ -3318,7 +3602,11 @@
3318
3602
  <div class='column is-5 has-text-left'>
3319
3603
  <label>类型: </label>
3320
3604
 
3321
- <span class="param-type">*</span>
3605
+ <span class="param-type">
3606
+
3607
+ *
3608
+
3609
+ </span>
3322
3610
 
3323
3611
 
3324
3612
 
@@ -3390,13 +3678,17 @@
3390
3678
 
3391
3679
  <tr class="deep-level-0">
3392
3680
 
3393
- <td class="name" id="json"><code>json</code></td>
3681
+ <td class="name"><code>json</code></td>
3394
3682
 
3395
3683
 
3396
3684
  <td class="type">
3397
3685
 
3398
3686
 
3399
- <span class="param-type">Object</span>
3687
+ <span class="param-type">
3688
+
3689
+ Object
3690
+
3691
+ </span>
3400
3692
 
3401
3693
 
3402
3694
 
@@ -3581,7 +3873,11 @@
3581
3873
  <div class='column is-5 has-text-left'>
3582
3874
  <label>类型: </label>
3583
3875
 
3584
- <span class="param-type">Boolean</span>
3876
+ <span class="param-type">
3877
+
3878
+ Boolean
3879
+
3880
+ </span>
3585
3881
 
3586
3882
 
3587
3883
 
@@ -3799,7 +4095,11 @@
3799
4095
  <div class='column is-5 has-text-left'>
3800
4096
  <label>类型: </label>
3801
4097
 
3802
- <span class="param-type">Object</span>
4098
+ <span class="param-type">
4099
+
4100
+ Object
4101
+
4102
+ </span>
3803
4103
 
3804
4104
 
3805
4105
 
@@ -3839,37 +4139,37 @@
3839
4139
  <tbody>
3840
4140
 
3841
4141
  <tr class="deep-level-0">
3842
- <td class="name"><code><a href="WMTSSubLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4142
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3843
4143
  <td class="name"><code>图层刷新完毕事件</code></td>
3844
4144
  </tr>
3845
4145
 
3846
4146
  <tr class="deep-level-0">
3847
- <td class="name"><code><a href="WMTSSubLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4147
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3848
4148
  <td class="name"><code>图层加载完毕事件</code></td>
3849
4149
  </tr>
3850
4150
 
3851
4151
  <tr class="deep-level-0">
3852
- <td class="name"><code><a href="WMTSSubLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4152
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3853
4153
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3854
4154
  </tr>
3855
4155
 
3856
4156
  <tr class="deep-level-0">
3857
- <td class="name"><code><a href="WMTSSubLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4157
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3858
4158
  <td class="name"><code>图层更新完毕事件</code></td>
3859
4159
  </tr>
3860
4160
 
3861
4161
  <tr class="deep-level-0">
3862
- <td class="name"><code><a href="WMTSSubLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4162
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3863
4163
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3864
4164
  </tr>
3865
4165
 
3866
4166
  <tr class="deep-level-0">
3867
- <td class="name"><code><a href="WMTSSubLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4167
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3868
4168
  <td class="name"><code>图层销毁完毕事件</code></td>
3869
4169
  </tr>
3870
4170
 
3871
4171
  <tr class="deep-level-0">
3872
- <td class="name"><code><a href="WMTSSubLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4172
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3873
4173
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3874
4174
  </tr>
3875
4175
 
@@ -3949,7 +4249,11 @@
3949
4249
  <td class="type">
3950
4250
 
3951
4251
 
3952
- <span class="param-type">Object</span>
4252
+ <span class="param-type">
4253
+
4254
+ Object
4255
+
4256
+ </span>
3953
4257
 
3954
4258
 
3955
4259
 
@@ -3983,7 +4287,11 @@
3983
4287
  <td class="type">
3984
4288
 
3985
4289
 
3986
- <span class="param-type">String</span>
4290
+ <span class="param-type">
4291
+
4292
+ String
4293
+
4294
+ </span>
3987
4295
 
3988
4296
 
3989
4297
 
@@ -4021,7 +4329,11 @@
4021
4329
  <td class="type">
4022
4330
 
4023
4331
 
4024
- <span class="param-type">String</span>
4332
+ <span class="param-type">
4333
+
4334
+ String
4335
+
4336
+ </span>
4025
4337
 
4026
4338
 
4027
4339
 
@@ -4059,7 +4371,11 @@
4059
4371
  <td class="type">
4060
4372
 
4061
4373
 
4062
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
4063
4379
 
4064
4380
 
4065
4381
 
@@ -4097,7 +4413,11 @@
4097
4413
  <td class="type">
4098
4414
 
4099
4415
 
4100
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4101
4421
 
4102
4422
 
4103
4423
 
@@ -4135,7 +4455,11 @@
4135
4455
  <td class="type">
4136
4456
 
4137
4457
 
4138
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
4139
4463
 
4140
4464
 
4141
4465
 
@@ -4173,7 +4497,11 @@
4173
4497
  <td class="type">
4174
4498
 
4175
4499
 
4176
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4177
4505
 
4178
4506
 
4179
4507
 
@@ -4211,7 +4539,11 @@
4211
4539
  <td class="type">
4212
4540
 
4213
4541
 
4214
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
4215
4547
 
4216
4548
 
4217
4549
 
@@ -4403,7 +4735,11 @@
4403
4735
  <td class="type">
4404
4736
 
4405
4737
 
4406
- <span class="param-type">Object</span>
4738
+ <span class="param-type">
4739
+
4740
+ Object
4741
+
4742
+ </span>
4407
4743
 
4408
4744
 
4409
4745
 
@@ -4437,7 +4773,11 @@
4437
4773
  <td class="type">
4438
4774
 
4439
4775
 
4440
- <span class="param-type">String</span>
4776
+ <span class="param-type">
4777
+
4778
+ String
4779
+
4780
+ </span>
4441
4781
 
4442
4782
 
4443
4783
 
@@ -4475,7 +4815,11 @@
4475
4815
  <td class="type">
4476
4816
 
4477
4817
 
4478
- <span class="param-type">String</span>
4818
+ <span class="param-type">
4819
+
4820
+ String
4821
+
4822
+ </span>
4479
4823
 
4480
4824
 
4481
4825
 
@@ -4513,7 +4857,11 @@
4513
4857
  <td class="type">
4514
4858
 
4515
4859
 
4516
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
4517
4865
 
4518
4866
 
4519
4867
 
@@ -4551,7 +4899,11 @@
4551
4899
  <td class="type">
4552
4900
 
4553
4901
 
4554
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4555
4907
 
4556
4908
 
4557
4909
 
@@ -4589,7 +4941,11 @@
4589
4941
  <td class="type">
4590
4942
 
4591
4943
 
4592
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
4593
4949
 
4594
4950
 
4595
4951
 
@@ -4627,7 +4983,11 @@
4627
4983
  <td class="type">
4628
4984
 
4629
4985
 
4630
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4631
4991
 
4632
4992
 
4633
4993
 
@@ -4665,7 +5025,11 @@
4665
5025
  <td class="type">
4666
5026
 
4667
5027
 
4668
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
4669
5033
 
4670
5034
 
4671
5035
 
@@ -4847,7 +5211,11 @@
4847
5211
  <td class="type">
4848
5212
 
4849
5213
 
4850
- <span class="param-type">Object</span>
5214
+ <span class="param-type">
5215
+
5216
+ Object
5217
+
5218
+ </span>
4851
5219
 
4852
5220
 
4853
5221
 
@@ -4881,7 +5249,11 @@
4881
5249
  <td class="type">
4882
5250
 
4883
5251
 
4884
- <span class="param-type">String</span>
5252
+ <span class="param-type">
5253
+
5254
+ String
5255
+
5256
+ </span>
4885
5257
 
4886
5258
 
4887
5259
 
@@ -4919,7 +5291,11 @@
4919
5291
  <td class="type">
4920
5292
 
4921
5293
 
4922
- <span class="param-type">String</span>
5294
+ <span class="param-type">
5295
+
5296
+ String
5297
+
5298
+ </span>
4923
5299
 
4924
5300
 
4925
5301
 
@@ -4957,7 +5333,11 @@
4957
5333
  <td class="type">
4958
5334
 
4959
5335
 
4960
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
4961
5341
 
4962
5342
 
4963
5343
 
@@ -4995,7 +5375,11 @@
4995
5375
  <td class="type">
4996
5376
 
4997
5377
 
4998
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4999
5383
 
5000
5384
 
5001
5385
 
@@ -5033,7 +5417,11 @@
5033
5417
  <td class="type">
5034
5418
 
5035
5419
 
5036
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5037
5425
 
5038
5426
 
5039
5427
 
@@ -5071,7 +5459,11 @@
5071
5459
  <td class="type">
5072
5460
 
5073
5461
 
5074
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5075
5467
 
5076
5468
 
5077
5469
 
@@ -5109,7 +5501,11 @@
5109
5501
  <td class="type">
5110
5502
 
5111
5503
 
5112
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
5113
5509
 
5114
5510
 
5115
5511
 
@@ -5301,7 +5697,11 @@
5301
5697
  <td class="type">
5302
5698
 
5303
5699
 
5304
- <span class="param-type">Object</span>
5700
+ <span class="param-type">
5701
+
5702
+ Object
5703
+
5704
+ </span>
5305
5705
 
5306
5706
 
5307
5707
 
@@ -5335,7 +5735,11 @@
5335
5735
  <td class="type">
5336
5736
 
5337
5737
 
5338
- <span class="param-type">String</span>
5738
+ <span class="param-type">
5739
+
5740
+ String
5741
+
5742
+ </span>
5339
5743
 
5340
5744
 
5341
5745
 
@@ -5373,7 +5777,11 @@
5373
5777
  <td class="type">
5374
5778
 
5375
5779
 
5376
- <span class="param-type">String</span>
5780
+ <span class="param-type">
5781
+
5782
+ String
5783
+
5784
+ </span>
5377
5785
 
5378
5786
 
5379
5787
 
@@ -5411,7 +5819,11 @@
5411
5819
  <td class="type">
5412
5820
 
5413
5821
 
5414
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5415
5827
 
5416
5828
 
5417
5829
 
@@ -5449,7 +5861,11 @@
5449
5861
  <td class="type">
5450
5862
 
5451
5863
 
5452
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5453
5869
 
5454
5870
 
5455
5871
 
@@ -5487,7 +5903,11 @@
5487
5903
  <td class="type">
5488
5904
 
5489
5905
 
5490
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5491
5911
 
5492
5912
 
5493
5913
 
@@ -5525,7 +5945,11 @@
5525
5945
  <td class="type">
5526
5946
 
5527
5947
 
5528
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5529
5953
 
5530
5954
 
5531
5955
 
@@ -5563,7 +5987,11 @@
5563
5987
  <td class="type">
5564
5988
 
5565
5989
 
5566
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
5567
5995
 
5568
5996
 
5569
5997
 
@@ -5745,7 +6173,11 @@
5745
6173
  <td class="type">
5746
6174
 
5747
6175
 
5748
- <span class="param-type">Object</span>
6176
+ <span class="param-type">
6177
+
6178
+ Object
6179
+
6180
+ </span>
5749
6181
 
5750
6182
 
5751
6183
 
@@ -5779,7 +6211,11 @@
5779
6211
  <td class="type">
5780
6212
 
5781
6213
 
5782
- <span class="param-type">String</span>
6214
+ <span class="param-type">
6215
+
6216
+ String
6217
+
6218
+ </span>
5783
6219
 
5784
6220
 
5785
6221
 
@@ -5817,7 +6253,11 @@
5817
6253
  <td class="type">
5818
6254
 
5819
6255
 
5820
- <span class="param-type">String</span>
6256
+ <span class="param-type">
6257
+
6258
+ String
6259
+
6260
+ </span>
5821
6261
 
5822
6262
 
5823
6263
 
@@ -5855,7 +6295,11 @@
5855
6295
  <td class="type">
5856
6296
 
5857
6297
 
5858
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5859
6303
 
5860
6304
 
5861
6305
 
@@ -5893,7 +6337,11 @@
5893
6337
  <td class="type">
5894
6338
 
5895
6339
 
5896
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5897
6345
 
5898
6346
 
5899
6347
 
@@ -5931,7 +6379,11 @@
5931
6379
  <td class="type">
5932
6380
 
5933
6381
 
5934
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5935
6387
 
5936
6388
 
5937
6389
 
@@ -5969,7 +6421,11 @@
5969
6421
  <td class="type">
5970
6422
 
5971
6423
 
5972
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5973
6429
 
5974
6430
 
5975
6431
 
@@ -6007,7 +6463,11 @@
6007
6463
  <td class="type">
6008
6464
 
6009
6465
 
6010
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6011
6471
 
6012
6472
 
6013
6473
 
@@ -6199,7 +6659,11 @@
6199
6659
  <td class="type">
6200
6660
 
6201
6661
 
6202
- <span class="param-type">Object</span>
6662
+ <span class="param-type">
6663
+
6664
+ Object
6665
+
6666
+ </span>
6203
6667
 
6204
6668
 
6205
6669
 
@@ -6233,7 +6697,11 @@
6233
6697
  <td class="type">
6234
6698
 
6235
6699
 
6236
- <span class="param-type">String</span>
6700
+ <span class="param-type">
6701
+
6702
+ String
6703
+
6704
+ </span>
6237
6705
 
6238
6706
 
6239
6707
 
@@ -6271,7 +6739,11 @@
6271
6739
  <td class="type">
6272
6740
 
6273
6741
 
6274
- <span class="param-type">String</span>
6742
+ <span class="param-type">
6743
+
6744
+ String
6745
+
6746
+ </span>
6275
6747
 
6276
6748
 
6277
6749
 
@@ -6309,7 +6781,11 @@
6309
6781
  <td class="type">
6310
6782
 
6311
6783
 
6312
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
6313
6789
 
6314
6790
 
6315
6791
 
@@ -6347,7 +6823,11 @@
6347
6823
  <td class="type">
6348
6824
 
6349
6825
 
6350
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6351
6831
 
6352
6832
 
6353
6833
 
@@ -6385,7 +6865,11 @@
6385
6865
  <td class="type">
6386
6866
 
6387
6867
 
6388
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6389
6873
 
6390
6874
 
6391
6875
 
@@ -6423,7 +6907,11 @@
6423
6907
  <td class="type">
6424
6908
 
6425
6909
 
6426
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6427
6915
 
6428
6916
 
6429
6917
 
@@ -6461,7 +6949,11 @@
6461
6949
  <td class="type">
6462
6950
 
6463
6951
 
6464
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6465
6957
 
6466
6958
 
6467
6959
 
@@ -6643,7 +7135,11 @@
6643
7135
  <td class="type">
6644
7136
 
6645
7137
 
6646
- <span class="param-type">Object</span>
7138
+ <span class="param-type">
7139
+
7140
+ Object
7141
+
7142
+ </span>
6647
7143
 
6648
7144
 
6649
7145
 
@@ -6677,7 +7173,11 @@
6677
7173
  <td class="type">
6678
7174
 
6679
7175
 
6680
- <span class="param-type">String</span>
7176
+ <span class="param-type">
7177
+
7178
+ String
7179
+
7180
+ </span>
6681
7181
 
6682
7182
 
6683
7183
 
@@ -6715,7 +7215,11 @@
6715
7215
  <td class="type">
6716
7216
 
6717
7217
 
6718
- <span class="param-type">String</span>
7218
+ <span class="param-type">
7219
+
7220
+ String
7221
+
7222
+ </span>
6719
7223
 
6720
7224
 
6721
7225
 
@@ -6753,7 +7257,11 @@
6753
7257
  <td class="type">
6754
7258
 
6755
7259
 
6756
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
6757
7265
 
6758
7266
 
6759
7267
 
@@ -6791,7 +7299,11 @@
6791
7299
  <td class="type">
6792
7300
 
6793
7301
 
6794
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6795
7307
 
6796
7308
 
6797
7309
 
@@ -6829,7 +7341,11 @@
6829
7341
  <td class="type">
6830
7342
 
6831
7343
 
6832
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6833
7349
 
6834
7350
 
6835
7351
 
@@ -6867,7 +7383,11 @@
6867
7383
  <td class="type">
6868
7384
 
6869
7385
 
6870
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6871
7391
 
6872
7392
 
6873
7393
 
@@ -6905,7 +7425,11 @@
6905
7425
  <td class="type">
6906
7426
 
6907
7427
 
6908
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6909
7433
 
6910
7434
 
6911
7435