@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -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/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -87,13 +87,17 @@ if(layer.loadStatus === 'loaded') {<br/>
87
87
 
88
88
  <tr class="deep-level-0">
89
89
 
90
- <td class="name" id="options"><code>options</code></td>
90
+ <td class="name"><code>options</code></td>
91
91
 
92
92
 
93
93
  <td class="type">
94
94
 
95
95
 
96
- <span class="param-type">Object</span>
96
+ <span class="param-type">
97
+
98
+ Object
99
+
100
+ </span>
97
101
 
98
102
 
99
103
 
@@ -114,13 +118,17 @@ if(layer.loadStatus === 'loaded') {<br/>
114
118
 
115
119
  <tr class="deep-level-1">
116
120
 
117
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
118
122
 
119
123
 
120
124
  <td class="type">
121
125
 
122
126
 
123
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
124
132
 
125
133
 
126
134
 
@@ -143,13 +151,17 @@ if(layer.loadStatus === 'loaded') {<br/>
143
151
 
144
152
  <tr class="deep-level-1">
145
153
 
146
- <td class="name" id="title"><code>title</code></td>
154
+ <td class="name"><code>title</code></td>
147
155
 
148
156
 
149
157
  <td class="type">
150
158
 
151
159
 
152
- <span class="param-type">String</span>
160
+ <span class="param-type">
161
+
162
+ String
163
+
164
+ </span>
153
165
 
154
166
 
155
167
 
@@ -170,13 +182,17 @@ if(layer.loadStatus === 'loaded') {<br/>
170
182
 
171
183
  <tr class="deep-level-1">
172
184
 
173
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
185
+ <td class="name"><code>spatialReference</code></td>
174
186
 
175
187
 
176
188
  <td class="type">
177
189
 
178
190
 
179
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
191
+ <span class="param-type">
192
+
193
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
194
+
195
+ </span>
180
196
 
181
197
 
182
198
 
@@ -198,13 +214,17 @@ if(layer.loadStatus === 'loaded') {<br/>
198
214
 
199
215
  <tr class="deep-level-1">
200
216
 
201
- <td class="name" id="opacity"><code>opacity</code></td>
217
+ <td class="name"><code>opacity</code></td>
202
218
 
203
219
 
204
220
  <td class="type">
205
221
 
206
222
 
207
- <span class="param-type">Number</span>
223
+ <span class="param-type">
224
+
225
+ Number
226
+
227
+ </span>
208
228
 
209
229
 
210
230
 
@@ -227,13 +247,17 @@ if(layer.loadStatus === 'loaded') {<br/>
227
247
 
228
248
  <tr class="deep-level-1">
229
249
 
230
- <td class="name" id="visible"><code>visible</code></td>
250
+ <td class="name"><code>visible</code></td>
231
251
 
232
252
 
233
253
  <td class="type">
234
254
 
235
255
 
236
- <span class="param-type">Boolean</span>
256
+ <span class="param-type">
257
+
258
+ Boolean
259
+
260
+ </span>
237
261
 
238
262
 
239
263
 
@@ -256,13 +280,17 @@ if(layer.loadStatus === 'loaded') {<br/>
256
280
 
257
281
  <tr class="deep-level-1">
258
282
 
259
- <td class="name" id="imageWidth"><code>imageWidth</code></td>
283
+ <td class="name"><code>imageWidth</code></td>
260
284
 
261
285
 
262
286
  <td class="type">
263
287
 
264
288
 
265
- <span class="param-type">Number</span>
289
+ <span class="param-type">
290
+
291
+ Number
292
+
293
+ </span>
266
294
 
267
295
 
268
296
 
@@ -285,13 +313,17 @@ if(layer.loadStatus === 'loaded') {<br/>
285
313
 
286
314
  <tr class="deep-level-1">
287
315
 
288
- <td class="name" id="imageHeight"><code>imageHeight</code></td>
316
+ <td class="name"><code>imageHeight</code></td>
289
317
 
290
318
 
291
319
  <td class="type">
292
320
 
293
321
 
294
- <span class="param-type">Number</span>
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
295
327
 
296
328
 
297
329
 
@@ -314,13 +346,17 @@ if(layer.loadStatus === 'loaded') {<br/>
314
346
 
315
347
  <tr class="deep-level-1">
316
348
 
317
- <td class="name" id="minScale"><code>minScale</code></td>
349
+ <td class="name"><code>minScale</code></td>
318
350
 
319
351
 
320
352
  <td class="type">
321
353
 
322
354
 
323
- <span class="param-type">Number</span>
355
+ <span class="param-type">
356
+
357
+ Number
358
+
359
+ </span>
324
360
 
325
361
 
326
362
 
@@ -343,13 +379,17 @@ if(layer.loadStatus === 'loaded') {<br/>
343
379
 
344
380
  <tr class="deep-level-1">
345
381
 
346
- <td class="name" id="maxScale"><code>maxScale</code></td>
382
+ <td class="name"><code>maxScale</code></td>
347
383
 
348
384
 
349
385
  <td class="type">
350
386
 
351
387
 
352
- <span class="param-type">Number</span>
388
+ <span class="param-type">
389
+
390
+ Number
391
+
392
+ </span>
353
393
 
354
394
 
355
395
 
@@ -372,13 +412,17 @@ if(layer.loadStatus === 'loaded') {<br/>
372
412
 
373
413
  <tr class="deep-level-1">
374
414
 
375
- <td class="name" id="imageTransparency"><code>imageTransparency</code></td>
415
+ <td class="name"><code>imageTransparency</code></td>
376
416
 
377
417
 
378
418
  <td class="type">
379
419
 
380
420
 
381
- <span class="param-type">Boolean</span>
421
+ <span class="param-type">
422
+
423
+ Boolean
424
+
425
+ </span>
382
426
 
383
427
 
384
428
 
@@ -401,25 +445,45 @@ if(layer.loadStatus === 'loaded') {<br/>
401
445
 
402
446
  <tr class="deep-level-1">
403
447
 
404
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
448
+ <td class="name"><code>clippingArea</code></td>
405
449
 
406
450
 
407
451
  <td class="type">
408
452
 
409
453
 
410
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
454
+ <span class="param-type">
455
+
456
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
457
+
458
+ </span>
411
459
  |
412
460
 
413
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
461
+ <span class="param-type">
462
+
463
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
464
+
465
+ </span>
414
466
  |
415
467
 
416
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
468
+ <span class="param-type">
469
+
470
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
471
+
472
+ </span>
417
473
  |
418
474
 
419
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
475
+ <span class="param-type">
476
+
477
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
478
+
479
+ </span>
420
480
  |
421
481
 
422
- <span class="param-type">null</span>
482
+ <span class="param-type">
483
+
484
+ null
485
+
486
+ </span>
423
487
 
424
488
 
425
489
 
@@ -442,13 +506,17 @@ if(layer.loadStatus === 'loaded') {<br/>
442
506
 
443
507
  <tr class="deep-level-1">
444
508
 
445
- <td class="name" id="sublayers"><code>sublayers</code></td>
509
+ <td class="name"><code>sublayers</code></td>
446
510
 
447
511
 
448
512
  <td class="type">
449
513
 
450
514
 
451
- <span class="param-type">Array</span>
515
+ <span class="param-type">
516
+
517
+ Array
518
+
519
+ </span>
452
520
 
453
521
 
454
522
 
@@ -475,13 +543,17 @@ if(layer.loadStatus === 'loaded') {<br/>
475
543
 
476
544
  <tr class="deep-level-1">
477
545
 
478
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
546
+ <td class="name"><code>tokenKey</code></td>
479
547
 
480
548
 
481
549
  <td class="type">
482
550
 
483
551
 
484
- <span class="param-type">String</span>
552
+ <span class="param-type">
553
+
554
+ String
555
+
556
+ </span>
485
557
 
486
558
 
487
559
 
@@ -504,13 +576,17 @@ if(layer.loadStatus === 'loaded') {<br/>
504
576
 
505
577
  <tr class="deep-level-1">
506
578
 
507
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
579
+ <td class="name"><code>tokenValue</code></td>
508
580
 
509
581
 
510
582
  <td class="type">
511
583
 
512
584
 
513
- <span class="param-type">String</span>
585
+ <span class="param-type">
586
+
587
+ String
588
+
589
+ </span>
514
590
 
515
591
 
516
592
 
@@ -583,21 +659,21 @@ if(layer.loadStatus === 'loaded') {<br/>
583
659
  <div class="column is-2"><label>绑定事件</label></div>
584
660
  <div class="column is-10">
585
661
  <ul>
586
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
662
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
587
663
 
588
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
664
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
589
665
 
590
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
666
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
591
667
 
592
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
668
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
593
669
 
594
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
670
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
595
671
 
596
- <li><a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a></li>
672
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
597
673
 
598
- <li><a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a></li>
674
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
599
675
 
600
- <li><a class="mapgis-link-name" title="WMSLayer#event:子图层显隐更新完毕事件" WMSLayer.html#event:%25E5%25AD%2590%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>WMSLayer#event:子图层显隐更新完毕事件</a></li>
676
+ <li><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></li>
601
677
  </ul>
602
678
  </div>
603
679
  </div>
@@ -837,7 +913,11 @@ wmsSubLayer.visible = false</code></pre>
837
913
  <td class="name">
838
914
  <code>
839
915
 
840
- <span class="param-type">Array</span>
916
+ <span class="param-type">
917
+
918
+ Array
919
+
920
+ </span>
841
921
 
842
922
 
843
923
 
@@ -851,19 +931,39 @@ wmsSubLayer.visible = false</code></pre>
851
931
  <td class="name">
852
932
  <code>
853
933
 
854
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
934
+ <span class="param-type">
935
+
936
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
937
+
938
+ </span>
855
939
  |
856
940
 
857
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
941
+ <span class="param-type">
942
+
943
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
944
+
945
+ </span>
858
946
  |
859
947
 
860
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
948
+ <span class="param-type">
949
+
950
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
951
+
952
+ </span>
861
953
  |
862
954
 
863
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
955
+ <span class="param-type">
956
+
957
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
958
+
959
+ </span>
864
960
  |
865
961
 
866
- <span class="param-type">null</span>
962
+ <span class="param-type">
963
+
964
+ null
965
+
966
+ </span>
867
967
 
868
968
 
869
969
 
@@ -877,7 +977,11 @@ wmsSubLayer.visible = false</code></pre>
877
977
  <td class="name">
878
978
  <code>
879
979
 
880
- <span class="param-type">String</span>
980
+ <span class="param-type">
981
+
982
+ String
983
+
984
+ </span>
881
985
 
882
986
 
883
987
 
@@ -891,7 +995,11 @@ wmsSubLayer.visible = false</code></pre>
891
995
  <td class="name">
892
996
  <code>
893
997
 
894
- <span class="param-type">Object</span>
998
+ <span class="param-type">
999
+
1000
+ Object
1001
+
1002
+ </span>
895
1003
 
896
1004
 
897
1005
 
@@ -905,7 +1013,11 @@ wmsSubLayer.visible = false</code></pre>
905
1013
  <td class="name">
906
1014
  <code>
907
1015
 
908
- <span class="param-type">String</span>
1016
+ <span class="param-type">
1017
+
1018
+ String
1019
+
1020
+ </span>
909
1021
 
910
1022
 
911
1023
 
@@ -919,7 +1031,11 @@ wmsSubLayer.visible = false</code></pre>
919
1031
  <td class="name">
920
1032
  <code>
921
1033
 
922
- <span class="param-type">Object</span>
1034
+ <span class="param-type">
1035
+
1036
+ Object
1037
+
1038
+ </span>
923
1039
 
924
1040
 
925
1041
 
@@ -933,7 +1049,11 @@ wmsSubLayer.visible = false</code></pre>
933
1049
  <td class="name">
934
1050
  <code>
935
1051
 
936
- <span class="param-type">Object</span>
1052
+ <span class="param-type">
1053
+
1054
+ Object
1055
+
1056
+ </span>
937
1057
 
938
1058
 
939
1059
 
@@ -947,7 +1067,11 @@ wmsSubLayer.visible = false</code></pre>
947
1067
  <td class="name">
948
1068
  <code>
949
1069
 
950
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1070
+ <span class="param-type">
1071
+
1072
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1073
+
1074
+ </span>
951
1075
 
952
1076
 
953
1077
 
@@ -961,7 +1085,11 @@ wmsSubLayer.visible = false</code></pre>
961
1085
  <td class="name">
962
1086
  <code>
963
1087
 
964
- <span class="param-type">String</span>
1088
+ <span class="param-type">
1089
+
1090
+ String
1091
+
1092
+ </span>
965
1093
 
966
1094
 
967
1095
 
@@ -975,7 +1103,11 @@ wmsSubLayer.visible = false</code></pre>
975
1103
  <td class="name">
976
1104
  <code>
977
1105
 
978
- <span class="param-type">String</span>
1106
+ <span class="param-type">
1107
+
1108
+ String
1109
+
1110
+ </span>
979
1111
 
980
1112
 
981
1113
 
@@ -989,7 +1121,11 @@ wmsSubLayer.visible = false</code></pre>
989
1121
  <td class="name">
990
1122
  <code>
991
1123
 
992
- <span class="param-type">String</span>
1124
+ <span class="param-type">
1125
+
1126
+ String
1127
+
1128
+ </span>
993
1129
 
994
1130
 
995
1131
 
@@ -1003,7 +1139,11 @@ wmsSubLayer.visible = false</code></pre>
1003
1139
  <td class="name">
1004
1140
  <code>
1005
1141
 
1006
- <span class="param-type">String</span>
1142
+ <span class="param-type">
1143
+
1144
+ String
1145
+
1146
+ </span>
1007
1147
 
1008
1148
 
1009
1149
 
@@ -1017,7 +1157,11 @@ wmsSubLayer.visible = false</code></pre>
1017
1157
  <td class="name">
1018
1158
  <code>
1019
1159
 
1020
- <span class="param-type">Array</span>
1160
+ <span class="param-type">
1161
+
1162
+ Array
1163
+
1164
+ </span>
1021
1165
 
1022
1166
 
1023
1167
 
@@ -1031,7 +1175,11 @@ wmsSubLayer.visible = false</code></pre>
1031
1175
  <td class="name">
1032
1176
  <code>
1033
1177
 
1034
- <span class="param-type">Number</span>
1178
+ <span class="param-type">
1179
+
1180
+ Number
1181
+
1182
+ </span>
1035
1183
 
1036
1184
 
1037
1185
 
@@ -1045,7 +1193,11 @@ wmsSubLayer.visible = false</code></pre>
1045
1193
  <td class="name">
1046
1194
  <code>
1047
1195
 
1048
- <span class="param-type">Boolean</span>
1196
+ <span class="param-type">
1197
+
1198
+ Boolean
1199
+
1200
+ </span>
1049
1201
 
1050
1202
 
1051
1203
 
@@ -1059,7 +1211,11 @@ wmsSubLayer.visible = false</code></pre>
1059
1211
  <td class="name">
1060
1212
  <code>
1061
1213
 
1062
- <span class="param-type">Number</span>
1214
+ <span class="param-type">
1215
+
1216
+ Number
1217
+
1218
+ </span>
1063
1219
 
1064
1220
 
1065
1221
 
@@ -1073,7 +1229,11 @@ wmsSubLayer.visible = false</code></pre>
1073
1229
  <td class="name">
1074
1230
  <code>
1075
1231
 
1076
- <span class="param-type">Number</span>
1232
+ <span class="param-type">
1233
+
1234
+ Number
1235
+
1236
+ </span>
1077
1237
 
1078
1238
 
1079
1239
 
@@ -1087,7 +1247,11 @@ wmsSubLayer.visible = false</code></pre>
1087
1247
  <td class="name">
1088
1248
  <code>
1089
1249
 
1090
- <span class="param-type">String</span>
1250
+ <span class="param-type">
1251
+
1252
+ String
1253
+
1254
+ </span>
1091
1255
 
1092
1256
 
1093
1257
 
@@ -1101,7 +1265,11 @@ wmsSubLayer.visible = false</code></pre>
1101
1265
  <td class="name">
1102
1266
  <code>
1103
1267
 
1104
- <span class="param-type">Boolean</span>
1268
+ <span class="param-type">
1269
+
1270
+ Boolean
1271
+
1272
+ </span>
1105
1273
 
1106
1274
 
1107
1275
 
@@ -1115,7 +1283,11 @@ wmsSubLayer.visible = false</code></pre>
1115
1283
  <td class="name">
1116
1284
  <code>
1117
1285
 
1118
- <span class="param-type">String</span>
1286
+ <span class="param-type">
1287
+
1288
+ String
1289
+
1290
+ </span>
1119
1291
 
1120
1292
 
1121
1293
 
@@ -1129,7 +1301,11 @@ wmsSubLayer.visible = false</code></pre>
1129
1301
  <td class="name">
1130
1302
  <code>
1131
1303
 
1132
- <span class="param-type">Number</span>
1304
+ <span class="param-type">
1305
+
1306
+ Number
1307
+
1308
+ </span>
1133
1309
 
1134
1310
 
1135
1311
 
@@ -1143,7 +1319,11 @@ wmsSubLayer.visible = false</code></pre>
1143
1319
  <td class="name">
1144
1320
  <code>
1145
1321
 
1146
- <span class="param-type">Number</span>
1322
+ <span class="param-type">
1323
+
1324
+ Number
1325
+
1326
+ </span>
1147
1327
 
1148
1328
 
1149
1329
 
@@ -1157,7 +1337,11 @@ wmsSubLayer.visible = false</code></pre>
1157
1337
  <td class="name">
1158
1338
  <code>
1159
1339
 
1160
- <span class="param-type">Number</span>
1340
+ <span class="param-type">
1341
+
1342
+ Number
1343
+
1344
+ </span>
1161
1345
 
1162
1346
 
1163
1347
 
@@ -1171,7 +1355,11 @@ wmsSubLayer.visible = false</code></pre>
1171
1355
  <td class="name">
1172
1356
  <code>
1173
1357
 
1174
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1358
+ <span class="param-type">
1359
+
1360
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1361
+
1362
+ </span>
1175
1363
 
1176
1364
 
1177
1365
 
@@ -1185,7 +1373,11 @@ wmsSubLayer.visible = false</code></pre>
1185
1373
  <td class="name">
1186
1374
  <code>
1187
1375
 
1188
- <span class="param-type">Array.&lt;<a link="Array.<SpatialReference>.html" onclick="getTypeHTML(event)" href="SpatialReference.html">SpatialReference</a>></span>
1376
+ <span class="param-type">
1377
+
1378
+ Array.&lt;<a onclick="getTypeHTML(event)" link="SpatialReference.html">SpatialReference</a>>
1379
+
1380
+ </span>
1189
1381
 
1190
1382
 
1191
1383
 
@@ -1199,7 +1391,11 @@ wmsSubLayer.visible = false</code></pre>
1199
1391
  <td class="name">
1200
1392
  <code>
1201
1393
 
1202
- <span class="param-type">Array</span>
1394
+ <span class="param-type">
1395
+
1396
+ Array
1397
+
1398
+ </span>
1203
1399
 
1204
1400
 
1205
1401
 
@@ -1213,7 +1409,11 @@ wmsSubLayer.visible = false</code></pre>
1213
1409
  <td class="name">
1214
1410
  <code>
1215
1411
 
1216
- <span class="param-type">Array</span>
1412
+ <span class="param-type">
1413
+
1414
+ Array
1415
+
1416
+ </span>
1217
1417
 
1218
1418
 
1219
1419
 
@@ -1227,7 +1427,11 @@ wmsSubLayer.visible = false</code></pre>
1227
1427
  <td class="name">
1228
1428
  <code>
1229
1429
 
1230
- <span class="param-type">String</span>
1430
+ <span class="param-type">
1431
+
1432
+ String
1433
+
1434
+ </span>
1231
1435
 
1232
1436
 
1233
1437
 
@@ -1241,7 +1445,11 @@ wmsSubLayer.visible = false</code></pre>
1241
1445
  <td class="name">
1242
1446
  <code>
1243
1447
 
1244
- <span class="param-type">String</span>
1448
+ <span class="param-type">
1449
+
1450
+ String
1451
+
1452
+ </span>
1245
1453
 
1246
1454
 
1247
1455
 
@@ -1255,7 +1463,11 @@ wmsSubLayer.visible = false</code></pre>
1255
1463
  <td class="name">
1256
1464
  <code>
1257
1465
 
1258
- <span class="param-type">String</span>
1466
+ <span class="param-type">
1467
+
1468
+ String
1469
+
1470
+ </span>
1259
1471
 
1260
1472
 
1261
1473
 
@@ -1269,7 +1481,11 @@ wmsSubLayer.visible = false</code></pre>
1269
1481
  <td class="name">
1270
1482
  <code>
1271
1483
 
1272
- <span class="param-type">String</span>
1484
+ <span class="param-type">
1485
+
1486
+ String
1487
+
1488
+ </span>
1273
1489
 
1274
1490
 
1275
1491
 
@@ -1283,7 +1499,11 @@ wmsSubLayer.visible = false</code></pre>
1283
1499
  <td class="name">
1284
1500
  <code>
1285
1501
 
1286
- <span class="param-type">String</span>
1502
+ <span class="param-type">
1503
+
1504
+ String
1505
+
1506
+ </span>
1287
1507
 
1288
1508
 
1289
1509
 
@@ -1297,7 +1517,11 @@ wmsSubLayer.visible = false</code></pre>
1297
1517
  <td class="name">
1298
1518
  <code>
1299
1519
 
1300
- <span class="param-type">String</span>
1520
+ <span class="param-type">
1521
+
1522
+ String
1523
+
1524
+ </span>
1301
1525
 
1302
1526
 
1303
1527
 
@@ -1311,7 +1535,11 @@ wmsSubLayer.visible = false</code></pre>
1311
1535
  <td class="name">
1312
1536
  <code>
1313
1537
 
1314
- <span class="param-type">Number</span>
1538
+ <span class="param-type">
1539
+
1540
+ Number
1541
+
1542
+ </span>
1315
1543
 
1316
1544
 
1317
1545
 
@@ -1331,7 +1559,11 @@ wmsSubLayer.visible = false</code></pre>
1331
1559
  <span class="method-parameter is-pulled-right">
1332
1560
  <label>类型:</label>
1333
1561
 
1334
- <span class="param-type">Array</span>
1562
+ <span class="param-type">
1563
+
1564
+ Array
1565
+
1566
+ </span>
1335
1567
 
1336
1568
 
1337
1569
 
@@ -1402,19 +1634,39 @@ wmsSubLayer.visible = false</code></pre>
1402
1634
  <span class="method-parameter is-pulled-right">
1403
1635
  <label>类型:</label>
1404
1636
 
1405
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1637
+ <span class="param-type">
1638
+
1639
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1640
+
1641
+ </span>
1406
1642
  |
1407
1643
 
1408
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1644
+ <span class="param-type">
1645
+
1646
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1647
+
1648
+ </span>
1409
1649
  |
1410
1650
 
1411
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1651
+ <span class="param-type">
1652
+
1653
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1654
+
1655
+ </span>
1412
1656
  |
1413
1657
 
1414
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1658
+ <span class="param-type">
1659
+
1660
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1661
+
1662
+ </span>
1415
1663
  |
1416
1664
 
1417
- <span class="param-type">null</span>
1665
+ <span class="param-type">
1666
+
1667
+ null
1668
+
1669
+ </span>
1418
1670
 
1419
1671
 
1420
1672
 
@@ -1485,7 +1737,11 @@ wmsSubLayer.visible = false</code></pre>
1485
1737
  <span class="method-parameter is-pulled-right">
1486
1738
  <label>类型:</label>
1487
1739
 
1488
- <span class="param-type">String</span>
1740
+ <span class="param-type">
1741
+
1742
+ String
1743
+
1744
+ </span>
1489
1745
 
1490
1746
 
1491
1747
 
@@ -1565,7 +1821,11 @@ wmsSubLayer.visible = false</code></pre>
1565
1821
  <span class="method-parameter is-pulled-right">
1566
1822
  <label>类型:</label>
1567
1823
 
1568
- <span class="param-type">Object</span>
1824
+ <span class="param-type">
1825
+
1826
+ Object
1827
+
1828
+ </span>
1569
1829
 
1570
1830
 
1571
1831
 
@@ -1641,7 +1901,11 @@ wmsSubLayer.visible = false</code></pre>
1641
1901
  <span class="method-parameter is-pulled-right">
1642
1902
  <label>类型:</label>
1643
1903
 
1644
- <span class="param-type">String</span>
1904
+ <span class="param-type">
1905
+
1906
+ String
1907
+
1908
+ </span>
1645
1909
 
1646
1910
 
1647
1911
 
@@ -1721,7 +1985,11 @@ wmsSubLayer.visible = false</code></pre>
1721
1985
  <span class="method-parameter is-pulled-right">
1722
1986
  <label>类型:</label>
1723
1987
 
1724
- <span class="param-type">Object</span>
1988
+ <span class="param-type">
1989
+
1990
+ Object
1991
+
1992
+ </span>
1725
1993
 
1726
1994
 
1727
1995
 
@@ -1797,7 +2065,11 @@ wmsSubLayer.visible = false</code></pre>
1797
2065
  <span class="method-parameter is-pulled-right">
1798
2066
  <label>类型:</label>
1799
2067
 
1800
- <span class="param-type">Object</span>
2068
+ <span class="param-type">
2069
+
2070
+ Object
2071
+
2072
+ </span>
1801
2073
 
1802
2074
 
1803
2075
 
@@ -1873,7 +2145,11 @@ wmsSubLayer.visible = false</code></pre>
1873
2145
  <span class="method-parameter is-pulled-right">
1874
2146
  <label>类型:</label>
1875
2147
 
1876
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2148
+ <span class="param-type">
2149
+
2150
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2151
+
2152
+ </span>
1877
2153
 
1878
2154
 
1879
2155
 
@@ -1953,7 +2229,11 @@ wmsSubLayer.visible = false</code></pre>
1953
2229
  <span class="method-parameter is-pulled-right">
1954
2230
  <label>类型:</label>
1955
2231
 
1956
- <span class="param-type">String</span>
2232
+ <span class="param-type">
2233
+
2234
+ String
2235
+
2236
+ </span>
1957
2237
 
1958
2238
 
1959
2239
 
@@ -2029,7 +2309,11 @@ wmsSubLayer.visible = false</code></pre>
2029
2309
  <span class="method-parameter is-pulled-right">
2030
2310
  <label>类型:</label>
2031
2311
 
2032
- <span class="param-type">String</span>
2312
+ <span class="param-type">
2313
+
2314
+ String
2315
+
2316
+ </span>
2033
2317
 
2034
2318
 
2035
2319
 
@@ -2105,7 +2389,11 @@ wmsSubLayer.visible = false</code></pre>
2105
2389
  <span class="method-parameter is-pulled-right">
2106
2390
  <label>类型:</label>
2107
2391
 
2108
- <span class="param-type">String</span>
2392
+ <span class="param-type">
2393
+
2394
+ String
2395
+
2396
+ </span>
2109
2397
 
2110
2398
 
2111
2399
 
@@ -2185,7 +2473,11 @@ wmsSubLayer.visible = false</code></pre>
2185
2473
  <span class="method-parameter is-pulled-right">
2186
2474
  <label>类型:</label>
2187
2475
 
2188
- <span class="param-type">String</span>
2476
+ <span class="param-type">
2477
+
2478
+ String
2479
+
2480
+ </span>
2189
2481
 
2190
2482
 
2191
2483
 
@@ -2256,7 +2548,11 @@ wmsSubLayer.visible = false</code></pre>
2256
2548
  <span class="method-parameter is-pulled-right">
2257
2549
  <label>类型:</label>
2258
2550
 
2259
- <span class="param-type">Array</span>
2551
+ <span class="param-type">
2552
+
2553
+ Array
2554
+
2555
+ </span>
2260
2556
 
2261
2557
 
2262
2558
 
@@ -2331,7 +2627,11 @@ wmsSubLayer.visible = false</code></pre>
2331
2627
  <span class="method-parameter is-pulled-right">
2332
2628
  <label>类型:</label>
2333
2629
 
2334
- <span class="param-type">Number</span>
2630
+ <span class="param-type">
2631
+
2632
+ Number
2633
+
2634
+ </span>
2335
2635
 
2336
2636
 
2337
2637
 
@@ -2402,7 +2702,11 @@ wmsSubLayer.visible = false</code></pre>
2402
2702
  <span class="method-parameter is-pulled-right">
2403
2703
  <label>类型:</label>
2404
2704
 
2405
- <span class="param-type">Boolean</span>
2705
+ <span class="param-type">
2706
+
2707
+ Boolean
2708
+
2709
+ </span>
2406
2710
 
2407
2711
 
2408
2712
 
@@ -2473,7 +2777,11 @@ wmsSubLayer.visible = false</code></pre>
2473
2777
  <span class="method-parameter is-pulled-right">
2474
2778
  <label>类型:</label>
2475
2779
 
2476
- <span class="param-type">Number</span>
2780
+ <span class="param-type">
2781
+
2782
+ Number
2783
+
2784
+ </span>
2477
2785
 
2478
2786
 
2479
2787
 
@@ -2544,7 +2852,11 @@ wmsSubLayer.visible = false</code></pre>
2544
2852
  <span class="method-parameter is-pulled-right">
2545
2853
  <label>类型:</label>
2546
2854
 
2547
- <span class="param-type">Number</span>
2855
+ <span class="param-type">
2856
+
2857
+ Number
2858
+
2859
+ </span>
2548
2860
 
2549
2861
 
2550
2862
 
@@ -2620,7 +2932,11 @@ wmsSubLayer.visible = false</code></pre>
2620
2932
  <span class="method-parameter is-pulled-right">
2621
2933
  <label>类型:</label>
2622
2934
 
2623
- <span class="param-type">String</span>
2935
+ <span class="param-type">
2936
+
2937
+ String
2938
+
2939
+ </span>
2624
2940
 
2625
2941
 
2626
2942
 
@@ -2695,7 +3011,11 @@ wmsSubLayer.visible = false</code></pre>
2695
3011
  <span class="method-parameter is-pulled-right">
2696
3012
  <label>类型:</label>
2697
3013
 
2698
- <span class="param-type">Boolean</span>
3014
+ <span class="param-type">
3015
+
3016
+ Boolean
3017
+
3018
+ </span>
2699
3019
 
2700
3020
 
2701
3021
 
@@ -2780,7 +3100,11 @@ wmsSubLayer.visible = false</code></pre>
2780
3100
  <span class="method-parameter is-pulled-right">
2781
3101
  <label>类型:</label>
2782
3102
 
2783
- <span class="param-type">String</span>
3103
+ <span class="param-type">
3104
+
3105
+ String
3106
+
3107
+ </span>
2784
3108
 
2785
3109
 
2786
3110
 
@@ -2865,7 +3189,11 @@ wmsSubLayer.visible = false</code></pre>
2865
3189
  <span class="method-parameter is-pulled-right">
2866
3190
  <label>类型:</label>
2867
3191
 
2868
- <span class="param-type">Number</span>
3192
+ <span class="param-type">
3193
+
3194
+ Number
3195
+
3196
+ </span>
2869
3197
 
2870
3198
 
2871
3199
 
@@ -2946,7 +3274,11 @@ wmsSubLayer.visible = false</code></pre>
2946
3274
  <span class="method-parameter is-pulled-right">
2947
3275
  <label>类型:</label>
2948
3276
 
2949
- <span class="param-type">Number</span>
3277
+ <span class="param-type">
3278
+
3279
+ Number
3280
+
3281
+ </span>
2950
3282
 
2951
3283
 
2952
3284
 
@@ -3027,7 +3359,11 @@ wmsSubLayer.visible = false</code></pre>
3027
3359
  <span class="method-parameter is-pulled-right">
3028
3360
  <label>类型:</label>
3029
3361
 
3030
- <span class="param-type">Number</span>
3362
+ <span class="param-type">
3363
+
3364
+ Number
3365
+
3366
+ </span>
3031
3367
 
3032
3368
 
3033
3369
 
@@ -3103,7 +3439,11 @@ wmsSubLayer.visible = false</code></pre>
3103
3439
  <span class="method-parameter is-pulled-right">
3104
3440
  <label>类型:</label>
3105
3441
 
3106
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3442
+ <span class="param-type">
3443
+
3444
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3445
+
3446
+ </span>
3107
3447
 
3108
3448
 
3109
3449
 
@@ -3179,7 +3519,11 @@ wmsSubLayer.visible = false</code></pre>
3179
3519
  <span class="method-parameter is-pulled-right">
3180
3520
  <label>类型:</label>
3181
3521
 
3182
- <span class="param-type">Array.&lt;<a link="Array.<SpatialReference>.html" onclick="getTypeHTML(event)" href="SpatialReference.html">SpatialReference</a>></span>
3522
+ <span class="param-type">
3523
+
3524
+ Array.&lt;<a onclick="getTypeHTML(event)" link="SpatialReference.html">SpatialReference</a>>
3525
+
3526
+ </span>
3183
3527
 
3184
3528
 
3185
3529
 
@@ -3250,7 +3594,11 @@ wmsSubLayer.visible = false</code></pre>
3250
3594
  <span class="method-parameter is-pulled-right">
3251
3595
  <label>类型:</label>
3252
3596
 
3253
- <span class="param-type">Array</span>
3597
+ <span class="param-type">
3598
+
3599
+ Array
3600
+
3601
+ </span>
3254
3602
 
3255
3603
 
3256
3604
 
@@ -3321,7 +3669,11 @@ wmsSubLayer.visible = false</code></pre>
3321
3669
  <span class="method-parameter is-pulled-right">
3322
3670
  <label>类型:</label>
3323
3671
 
3324
- <span class="param-type">Array</span>
3672
+ <span class="param-type">
3673
+
3674
+ Array
3675
+
3676
+ </span>
3325
3677
 
3326
3678
 
3327
3679
 
@@ -3392,7 +3744,11 @@ wmsSubLayer.visible = false</code></pre>
3392
3744
  <span class="method-parameter is-pulled-right">
3393
3745
  <label>类型:</label>
3394
3746
 
3395
- <span class="param-type">String</span>
3747
+ <span class="param-type">
3748
+
3749
+ String
3750
+
3751
+ </span>
3396
3752
 
3397
3753
 
3398
3754
 
@@ -3468,7 +3824,11 @@ wmsSubLayer.visible = false</code></pre>
3468
3824
  <span class="method-parameter is-pulled-right">
3469
3825
  <label>类型:</label>
3470
3826
 
3471
- <span class="param-type">String</span>
3827
+ <span class="param-type">
3828
+
3829
+ String
3830
+
3831
+ </span>
3472
3832
 
3473
3833
 
3474
3834
 
@@ -3549,7 +3909,11 @@ wmsSubLayer.visible = false</code></pre>
3549
3909
  <span class="method-parameter is-pulled-right">
3550
3910
  <label>类型:</label>
3551
3911
 
3552
- <span class="param-type">String</span>
3912
+ <span class="param-type">
3913
+
3914
+ String
3915
+
3916
+ </span>
3553
3917
 
3554
3918
 
3555
3919
 
@@ -3625,7 +3989,11 @@ wmsSubLayer.visible = false</code></pre>
3625
3989
  <span class="method-parameter is-pulled-right">
3626
3990
  <label>类型:</label>
3627
3991
 
3628
- <span class="param-type">String</span>
3992
+ <span class="param-type">
3993
+
3994
+ String
3995
+
3996
+ </span>
3629
3997
 
3630
3998
 
3631
3999
 
@@ -3705,7 +4073,11 @@ wmsSubLayer.visible = false</code></pre>
3705
4073
  <span class="method-parameter is-pulled-right">
3706
4074
  <label>类型:</label>
3707
4075
 
3708
- <span class="param-type">String</span>
4076
+ <span class="param-type">
4077
+
4078
+ String
4079
+
4080
+ </span>
3709
4081
 
3710
4082
 
3711
4083
 
@@ -3780,7 +4152,11 @@ wmsSubLayer.visible = false</code></pre>
3780
4152
  <span class="method-parameter is-pulled-right">
3781
4153
  <label>类型:</label>
3782
4154
 
3783
- <span class="param-type">String</span>
4155
+ <span class="param-type">
4156
+
4157
+ String
4158
+
4159
+ </span>
3784
4160
 
3785
4161
 
3786
4162
 
@@ -3860,7 +4236,11 @@ wmsSubLayer.visible = false</code></pre>
3860
4236
  <span class="method-parameter is-pulled-right">
3861
4237
  <label>类型:</label>
3862
4238
 
3863
- <span class="param-type">Number</span>
4239
+ <span class="param-type">
4240
+
4241
+ Number
4242
+
4243
+ </span>
3864
4244
 
3865
4245
 
3866
4246
 
@@ -3958,7 +4338,7 @@ wmsSubLayer.visible = false</code></pre>
3958
4338
 
3959
4339
  </code>
3960
4340
  </td>
3961
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
4341
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3962
4342
  </tr>
3963
4343
 
3964
4344
  <tr class="deep-level-0">
@@ -3967,7 +4347,11 @@ wmsSubLayer.visible = false</code></pre>
3967
4347
  <code>
3968
4348
 
3969
4349
 
3970
- <span class="param-type"><a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
4350
+ <span class="param-type">
4351
+
4352
+ <a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a>
4353
+
4354
+ </span>
3971
4355
 
3972
4356
 
3973
4357
 
@@ -3983,7 +4367,11 @@ wmsSubLayer.visible = false</code></pre>
3983
4367
  <code>
3984
4368
 
3985
4369
 
3986
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4370
+ <span class="param-type">
4371
+
4372
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4373
+
4374
+ </span>
3987
4375
 
3988
4376
 
3989
4377
 
@@ -3999,7 +4387,11 @@ wmsSubLayer.visible = false</code></pre>
3999
4387
  <code>
4000
4388
 
4001
4389
 
4002
- <span class="param-type">*</span>
4390
+ <span class="param-type">
4391
+
4392
+ *
4393
+
4394
+ </span>
4003
4395
 
4004
4396
 
4005
4397
 
@@ -4015,14 +4407,18 @@ wmsSubLayer.visible = false</code></pre>
4015
4407
  <code>
4016
4408
 
4017
4409
 
4018
- <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
4410
+ <span class="param-type">
4411
+
4412
+ <a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a>
4413
+
4414
+ </span>
4019
4415
 
4020
4416
 
4021
4417
 
4022
4418
 
4023
4419
  </code>
4024
4420
  </td>
4025
- <td class="name"><code><p>根据子图层id查询图层<a id='findSublayerById'></a></p></code></td>
4421
+ <td class="name"><code><p>根据子图层id查询图层</code></td>
4026
4422
  </tr>
4027
4423
 
4028
4424
  <tr class="deep-level-0">
@@ -4031,7 +4427,11 @@ wmsSubLayer.visible = false</code></pre>
4031
4427
  <code>
4032
4428
 
4033
4429
 
4034
- <span class="param-type">Boolean</span>
4430
+ <span class="param-type">
4431
+
4432
+ Boolean
4433
+
4434
+ </span>
4035
4435
 
4036
4436
 
4037
4437
 
@@ -4048,7 +4448,7 @@ wmsSubLayer.visible = false</code></pre>
4048
4448
 
4049
4449
  </code>
4050
4450
  </td>
4051
- <td class="name"><code><p>加载图层资源<a id='load'></a></p></code></td>
4451
+ <td class="name"><code><p>加载图层资源</code></td>
4052
4452
  </tr>
4053
4453
 
4054
4454
  <tr class="deep-level-0">
@@ -4068,7 +4468,7 @@ wmsSubLayer.visible = false</code></pre>
4068
4468
 
4069
4469
  </code>
4070
4470
  </td>
4071
- <td class="name"><code><p>通过图层名称或id来设置子图层,若找到相同图层仅会覆盖相同名称的参数,若没有则在最后新增一个<a id='setSubLayer'></a></p></code></td>
4471
+ <td class="name"><code><p>通过图层名称或id来设置子图层,若找到相同图层仅会覆盖相同名称的参数,若没有则在最后新增一个</code></td>
4072
4472
  </tr>
4073
4473
 
4074
4474
  <tr class="deep-level-0">
@@ -4077,7 +4477,11 @@ wmsSubLayer.visible = false</code></pre>
4077
4477
  <code>
4078
4478
 
4079
4479
 
4080
- <span class="param-type">Object</span>
4480
+ <span class="param-type">
4481
+
4482
+ Object
4483
+
4484
+ </span>
4081
4485
 
4082
4486
 
4083
4487
 
@@ -4149,13 +4553,17 @@ wmsSubLayer.visible = false</code></pre>
4149
4553
 
4150
4554
  <tr class="deep-level-0">
4151
4555
 
4152
- <td class="name" id="json"><code>json</code></td>
4556
+ <td class="name"><code>json</code></td>
4153
4557
 
4154
4558
 
4155
4559
  <td class="type">
4156
4560
 
4157
4561
 
4158
- <span class="param-type">Object</span>
4562
+ <span class="param-type">
4563
+
4564
+ Object
4565
+
4566
+ </span>
4159
4567
 
4160
4568
 
4161
4569
 
@@ -4311,13 +4719,17 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4311
4719
 
4312
4720
  <tr class="deep-level-0">
4313
4721
 
4314
- <td class="name" id="url"><code>url</code></td>
4722
+ <td class="name"><code>url</code></td>
4315
4723
 
4316
4724
 
4317
4725
  <td class="type">
4318
4726
 
4319
4727
 
4320
- <span class="param-type">String</span>
4728
+ <span class="param-type">
4729
+
4730
+ String
4731
+
4732
+ </span>
4321
4733
 
4322
4734
 
4323
4735
 
@@ -4406,7 +4818,11 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4406
4818
  <div class='column is-5 has-text-left'>
4407
4819
  <label>类型: </label>
4408
4820
 
4409
- <span class="param-type"><a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a></span>
4821
+ <span class="param-type">
4822
+
4823
+ <a link="WMSLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSLayer" WMSLayer.html>WMSLayer</a>
4824
+
4825
+ </span>
4410
4826
 
4411
4827
 
4412
4828
 
@@ -4528,7 +4944,11 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4528
4944
  <div class='column is-5 has-text-left'>
4529
4945
  <label>类型: </label>
4530
4946
 
4531
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4947
+ <span class="param-type">
4948
+
4949
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4950
+
4951
+ </span>
4532
4952
 
4533
4953
 
4534
4954
 
@@ -4644,7 +5064,11 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4644
5064
  <div class='column is-5 has-text-left'>
4645
5065
  <label>类型: </label>
4646
5066
 
4647
- <span class="param-type">*</span>
5067
+ <span class="param-type">
5068
+
5069
+ *
5070
+
5071
+ </span>
4648
5072
 
4649
5073
 
4650
5074
 
@@ -4716,13 +5140,17 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4716
5140
 
4717
5141
  <tr class="deep-level-0">
4718
5142
 
4719
- <td class="name" id="sublayerID"><code>sublayerID</code></td>
5143
+ <td class="name"><code>sublayerID</code></td>
4720
5144
 
4721
5145
 
4722
5146
  <td class="type">
4723
5147
 
4724
5148
 
4725
- <span class="param-type">String</span>
5149
+ <span class="param-type">
5150
+
5151
+ String
5152
+
5153
+ </span>
4726
5154
 
4727
5155
 
4728
5156
 
@@ -4811,7 +5239,11 @@ const wmsLayer = new WMSLayer.fromJSON(json)</code></pre>
4811
5239
  <div class='column is-5 has-text-left'>
4812
5240
  <label>类型: </label>
4813
5241
 
4814
- <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
5242
+ <span class="param-type">
5243
+
5244
+ <a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a>
5245
+
5246
+ </span>
4815
5247
 
4816
5248
 
4817
5249
 
@@ -4953,7 +5385,11 @@ const wmsSubLayer = wmsLayer.findSublayerById(0)</code></pre>
4953
5385
  <div class='column is-5 has-text-left'>
4954
5386
  <label>类型: </label>
4955
5387
 
4956
- <span class="param-type">Boolean</span>
5388
+ <span class="param-type">
5389
+
5390
+ Boolean
5391
+
5392
+ </span>
4957
5393
 
4958
5394
 
4959
5395
 
@@ -5233,16 +5669,24 @@ wmsLayer.load().then((result) => {
5233
5669
 
5234
5670
  <tr class="deep-level-0">
5235
5671
 
5236
- <td class="name" id="wmsSublayer"><code>wmsSublayer</code></td>
5672
+ <td class="name"><code>wmsSublayer</code></td>
5237
5673
 
5238
5674
 
5239
5675
  <td class="type">
5240
5676
 
5241
5677
 
5242
- <span class="param-type"><a link="WMSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSSubLayer" WMSSubLayer.html>WMSSubLayer</a></span>
5678
+ <span class="param-type">
5679
+
5680
+ <a link="WMSSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WMSSubLayer" WMSSubLayer.html>WMSSubLayer</a>
5681
+
5682
+ </span>
5243
5683
  |
5244
5684
 
5245
- <span class="param-type">Object</span>
5685
+ <span class="param-type">
5686
+
5687
+ Object
5688
+
5689
+ </span>
5246
5690
 
5247
5691
 
5248
5692
 
@@ -5456,7 +5900,11 @@ wmsLayer.setSubLayer({
5456
5900
  <div class='column is-5 has-text-left'>
5457
5901
  <label>类型: </label>
5458
5902
 
5459
- <span class="param-type">Object</span>
5903
+ <span class="param-type">
5904
+
5905
+ Object
5906
+
5907
+ </span>
5460
5908
 
5461
5909
 
5462
5910
 
@@ -5496,42 +5944,42 @@ wmsLayer.setSubLayer({
5496
5944
  <tbody>
5497
5945
 
5498
5946
  <tr class="deep-level-0">
5499
- <td class="name"><code><a href="WMSLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5947
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5500
5948
  <td class="name"><code>图层刷新完毕事件</code></td>
5501
5949
  </tr>
5502
5950
 
5503
5951
  <tr class="deep-level-0">
5504
- <td class="name"><code><a href="WMSLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5952
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
5505
5953
  <td class="name"><code>图层加载完毕事件</code></td>
5506
5954
  </tr>
5507
5955
 
5508
5956
  <tr class="deep-level-0">
5509
- <td class="name"><code><a href="WMSLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5957
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5510
5958
  <td class="name"><code>图层显隐更新完毕事件</code></td>
5511
5959
  </tr>
5512
5960
 
5513
5961
  <tr class="deep-level-0">
5514
- <td class="name"><code><a href="WMSLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5962
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
5515
5963
  <td class="name"><code>图层更新完毕事件</code></td>
5516
5964
  </tr>
5517
5965
 
5518
5966
  <tr class="deep-level-0">
5519
- <td class="name"><code><a href="WMSLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5967
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5520
5968
  <td class="name"><code>图层透明度更新完毕事件</code></td>
5521
5969
  </tr>
5522
5970
 
5523
5971
  <tr class="deep-level-0">
5524
- <td class="name"><code><a href="WMSLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5972
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5525
5973
  <td class="name"><code>图层销毁完毕事件</code></td>
5526
5974
  </tr>
5527
5975
 
5528
5976
  <tr class="deep-level-0">
5529
- <td class="name"><code><a href="WMSLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5977
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5530
5978
  <td class="name"><code>图层顺序更新完毕事件</code></td>
5531
5979
  </tr>
5532
5980
 
5533
5981
  <tr class="deep-level-0">
5534
- <td class="name"><code><a href="WMSLayer.html#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
5982
+ <td class="name"><code><a href="#子图层显隐更新完毕事件">子图层显隐更新完毕事件</a></code></td>
5535
5983
  <td class="name"><code>子图层显隐更新完毕事件</code></td>
5536
5984
  </tr>
5537
5985
 
@@ -5611,7 +6059,11 @@ wmsLayer.setSubLayer({
5611
6059
  <td class="type">
5612
6060
 
5613
6061
 
5614
- <span class="param-type">Object</span>
6062
+ <span class="param-type">
6063
+
6064
+ Object
6065
+
6066
+ </span>
5615
6067
 
5616
6068
 
5617
6069
 
@@ -5645,7 +6097,11 @@ wmsLayer.setSubLayer({
5645
6097
  <td class="type">
5646
6098
 
5647
6099
 
5648
- <span class="param-type">String</span>
6100
+ <span class="param-type">
6101
+
6102
+ String
6103
+
6104
+ </span>
5649
6105
 
5650
6106
 
5651
6107
 
@@ -5683,7 +6139,11 @@ wmsLayer.setSubLayer({
5683
6139
  <td class="type">
5684
6140
 
5685
6141
 
5686
- <span class="param-type">String</span>
6142
+ <span class="param-type">
6143
+
6144
+ String
6145
+
6146
+ </span>
5687
6147
 
5688
6148
 
5689
6149
 
@@ -5721,7 +6181,11 @@ wmsLayer.setSubLayer({
5721
6181
  <td class="type">
5722
6182
 
5723
6183
 
5724
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6184
+ <span class="param-type">
6185
+
6186
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6187
+
6188
+ </span>
5725
6189
 
5726
6190
 
5727
6191
 
@@ -5759,7 +6223,11 @@ wmsLayer.setSubLayer({
5759
6223
  <td class="type">
5760
6224
 
5761
6225
 
5762
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6226
+ <span class="param-type">
6227
+
6228
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6229
+
6230
+ </span>
5763
6231
 
5764
6232
 
5765
6233
 
@@ -5797,7 +6265,11 @@ wmsLayer.setSubLayer({
5797
6265
  <td class="type">
5798
6266
 
5799
6267
 
5800
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6268
+ <span class="param-type">
6269
+
6270
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6271
+
6272
+ </span>
5801
6273
 
5802
6274
 
5803
6275
 
@@ -5835,7 +6307,11 @@ wmsLayer.setSubLayer({
5835
6307
  <td class="type">
5836
6308
 
5837
6309
 
5838
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6310
+ <span class="param-type">
6311
+
6312
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6313
+
6314
+ </span>
5839
6315
 
5840
6316
 
5841
6317
 
@@ -5873,7 +6349,11 @@ wmsLayer.setSubLayer({
5873
6349
  <td class="type">
5874
6350
 
5875
6351
 
5876
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6352
+ <span class="param-type">
6353
+
6354
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6355
+
6356
+ </span>
5877
6357
 
5878
6358
 
5879
6359
 
@@ -6065,7 +6545,11 @@ wmsLayer.setSubLayer({
6065
6545
  <td class="type">
6066
6546
 
6067
6547
 
6068
- <span class="param-type">Object</span>
6548
+ <span class="param-type">
6549
+
6550
+ Object
6551
+
6552
+ </span>
6069
6553
 
6070
6554
 
6071
6555
 
@@ -6099,7 +6583,11 @@ wmsLayer.setSubLayer({
6099
6583
  <td class="type">
6100
6584
 
6101
6585
 
6102
- <span class="param-type">String</span>
6586
+ <span class="param-type">
6587
+
6588
+ String
6589
+
6590
+ </span>
6103
6591
 
6104
6592
 
6105
6593
 
@@ -6137,7 +6625,11 @@ wmsLayer.setSubLayer({
6137
6625
  <td class="type">
6138
6626
 
6139
6627
 
6140
- <span class="param-type">String</span>
6628
+ <span class="param-type">
6629
+
6630
+ String
6631
+
6632
+ </span>
6141
6633
 
6142
6634
 
6143
6635
 
@@ -6175,7 +6667,11 @@ wmsLayer.setSubLayer({
6175
6667
  <td class="type">
6176
6668
 
6177
6669
 
6178
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6670
+ <span class="param-type">
6671
+
6672
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6673
+
6674
+ </span>
6179
6675
 
6180
6676
 
6181
6677
 
@@ -6213,7 +6709,11 @@ wmsLayer.setSubLayer({
6213
6709
  <td class="type">
6214
6710
 
6215
6711
 
6216
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6712
+ <span class="param-type">
6713
+
6714
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6715
+
6716
+ </span>
6217
6717
 
6218
6718
 
6219
6719
 
@@ -6251,7 +6751,11 @@ wmsLayer.setSubLayer({
6251
6751
  <td class="type">
6252
6752
 
6253
6753
 
6254
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6754
+ <span class="param-type">
6755
+
6756
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6757
+
6758
+ </span>
6255
6759
 
6256
6760
 
6257
6761
 
@@ -6289,7 +6793,11 @@ wmsLayer.setSubLayer({
6289
6793
  <td class="type">
6290
6794
 
6291
6795
 
6292
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6796
+ <span class="param-type">
6797
+
6798
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6799
+
6800
+ </span>
6293
6801
 
6294
6802
 
6295
6803
 
@@ -6327,7 +6835,11 @@ wmsLayer.setSubLayer({
6327
6835
  <td class="type">
6328
6836
 
6329
6837
 
6330
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6838
+ <span class="param-type">
6839
+
6840
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6841
+
6842
+ </span>
6331
6843
 
6332
6844
 
6333
6845
 
@@ -6509,7 +7021,11 @@ wmsLayer.setSubLayer({
6509
7021
  <td class="type">
6510
7022
 
6511
7023
 
6512
- <span class="param-type">Object</span>
7024
+ <span class="param-type">
7025
+
7026
+ Object
7027
+
7028
+ </span>
6513
7029
 
6514
7030
 
6515
7031
 
@@ -6543,7 +7059,11 @@ wmsLayer.setSubLayer({
6543
7059
  <td class="type">
6544
7060
 
6545
7061
 
6546
- <span class="param-type">String</span>
7062
+ <span class="param-type">
7063
+
7064
+ String
7065
+
7066
+ </span>
6547
7067
 
6548
7068
 
6549
7069
 
@@ -6581,7 +7101,11 @@ wmsLayer.setSubLayer({
6581
7101
  <td class="type">
6582
7102
 
6583
7103
 
6584
- <span class="param-type">String</span>
7104
+ <span class="param-type">
7105
+
7106
+ String
7107
+
7108
+ </span>
6585
7109
 
6586
7110
 
6587
7111
 
@@ -6619,7 +7143,11 @@ wmsLayer.setSubLayer({
6619
7143
  <td class="type">
6620
7144
 
6621
7145
 
6622
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7146
+ <span class="param-type">
7147
+
7148
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7149
+
7150
+ </span>
6623
7151
 
6624
7152
 
6625
7153
 
@@ -6657,7 +7185,11 @@ wmsLayer.setSubLayer({
6657
7185
  <td class="type">
6658
7186
 
6659
7187
 
6660
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7188
+ <span class="param-type">
7189
+
7190
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7191
+
7192
+ </span>
6661
7193
 
6662
7194
 
6663
7195
 
@@ -6695,7 +7227,11 @@ wmsLayer.setSubLayer({
6695
7227
  <td class="type">
6696
7228
 
6697
7229
 
6698
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7230
+ <span class="param-type">
7231
+
7232
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7233
+
7234
+ </span>
6699
7235
 
6700
7236
 
6701
7237
 
@@ -6733,7 +7269,11 @@ wmsLayer.setSubLayer({
6733
7269
  <td class="type">
6734
7270
 
6735
7271
 
6736
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7272
+ <span class="param-type">
7273
+
7274
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7275
+
7276
+ </span>
6737
7277
 
6738
7278
 
6739
7279
 
@@ -6771,7 +7311,11 @@ wmsLayer.setSubLayer({
6771
7311
  <td class="type">
6772
7312
 
6773
7313
 
6774
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7314
+ <span class="param-type">
7315
+
7316
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7317
+
7318
+ </span>
6775
7319
 
6776
7320
 
6777
7321
 
@@ -6963,7 +7507,11 @@ wmsLayer.setSubLayer({
6963
7507
  <td class="type">
6964
7508
 
6965
7509
 
6966
- <span class="param-type">Object</span>
7510
+ <span class="param-type">
7511
+
7512
+ Object
7513
+
7514
+ </span>
6967
7515
 
6968
7516
 
6969
7517
 
@@ -6997,7 +7545,11 @@ wmsLayer.setSubLayer({
6997
7545
  <td class="type">
6998
7546
 
6999
7547
 
7000
- <span class="param-type">String</span>
7548
+ <span class="param-type">
7549
+
7550
+ String
7551
+
7552
+ </span>
7001
7553
 
7002
7554
 
7003
7555
 
@@ -7035,7 +7587,11 @@ wmsLayer.setSubLayer({
7035
7587
  <td class="type">
7036
7588
 
7037
7589
 
7038
- <span class="param-type">String</span>
7590
+ <span class="param-type">
7591
+
7592
+ String
7593
+
7594
+ </span>
7039
7595
 
7040
7596
 
7041
7597
 
@@ -7073,7 +7629,11 @@ wmsLayer.setSubLayer({
7073
7629
  <td class="type">
7074
7630
 
7075
7631
 
7076
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7632
+ <span class="param-type">
7633
+
7634
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7635
+
7636
+ </span>
7077
7637
 
7078
7638
 
7079
7639
 
@@ -7111,7 +7671,11 @@ wmsLayer.setSubLayer({
7111
7671
  <td class="type">
7112
7672
 
7113
7673
 
7114
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7674
+ <span class="param-type">
7675
+
7676
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7677
+
7678
+ </span>
7115
7679
 
7116
7680
 
7117
7681
 
@@ -7149,7 +7713,11 @@ wmsLayer.setSubLayer({
7149
7713
  <td class="type">
7150
7714
 
7151
7715
 
7152
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7716
+ <span class="param-type">
7717
+
7718
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7719
+
7720
+ </span>
7153
7721
 
7154
7722
 
7155
7723
 
@@ -7187,7 +7755,11 @@ wmsLayer.setSubLayer({
7187
7755
  <td class="type">
7188
7756
 
7189
7757
 
7190
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7758
+ <span class="param-type">
7759
+
7760
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7761
+
7762
+ </span>
7191
7763
 
7192
7764
 
7193
7765
 
@@ -7225,7 +7797,11 @@ wmsLayer.setSubLayer({
7225
7797
  <td class="type">
7226
7798
 
7227
7799
 
7228
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7800
+ <span class="param-type">
7801
+
7802
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7803
+
7804
+ </span>
7229
7805
 
7230
7806
 
7231
7807
 
@@ -7407,7 +7983,11 @@ wmsLayer.setSubLayer({
7407
7983
  <td class="type">
7408
7984
 
7409
7985
 
7410
- <span class="param-type">Object</span>
7986
+ <span class="param-type">
7987
+
7988
+ Object
7989
+
7990
+ </span>
7411
7991
 
7412
7992
 
7413
7993
 
@@ -7441,7 +8021,11 @@ wmsLayer.setSubLayer({
7441
8021
  <td class="type">
7442
8022
 
7443
8023
 
7444
- <span class="param-type">String</span>
8024
+ <span class="param-type">
8025
+
8026
+ String
8027
+
8028
+ </span>
7445
8029
 
7446
8030
 
7447
8031
 
@@ -7479,7 +8063,11 @@ wmsLayer.setSubLayer({
7479
8063
  <td class="type">
7480
8064
 
7481
8065
 
7482
- <span class="param-type">String</span>
8066
+ <span class="param-type">
8067
+
8068
+ String
8069
+
8070
+ </span>
7483
8071
 
7484
8072
 
7485
8073
 
@@ -7517,7 +8105,11 @@ wmsLayer.setSubLayer({
7517
8105
  <td class="type">
7518
8106
 
7519
8107
 
7520
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8108
+ <span class="param-type">
8109
+
8110
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8111
+
8112
+ </span>
7521
8113
 
7522
8114
 
7523
8115
 
@@ -7555,7 +8147,11 @@ wmsLayer.setSubLayer({
7555
8147
  <td class="type">
7556
8148
 
7557
8149
 
7558
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8150
+ <span class="param-type">
8151
+
8152
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8153
+
8154
+ </span>
7559
8155
 
7560
8156
 
7561
8157
 
@@ -7593,7 +8189,11 @@ wmsLayer.setSubLayer({
7593
8189
  <td class="type">
7594
8190
 
7595
8191
 
7596
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8192
+ <span class="param-type">
8193
+
8194
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8195
+
8196
+ </span>
7597
8197
 
7598
8198
 
7599
8199
 
@@ -7631,7 +8231,11 @@ wmsLayer.setSubLayer({
7631
8231
  <td class="type">
7632
8232
 
7633
8233
 
7634
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8234
+ <span class="param-type">
8235
+
8236
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8237
+
8238
+ </span>
7635
8239
 
7636
8240
 
7637
8241
 
@@ -7669,7 +8273,11 @@ wmsLayer.setSubLayer({
7669
8273
  <td class="type">
7670
8274
 
7671
8275
 
7672
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8276
+ <span class="param-type">
8277
+
8278
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8279
+
8280
+ </span>
7673
8281
 
7674
8282
 
7675
8283
 
@@ -7861,7 +8469,11 @@ wmsLayer.setSubLayer({
7861
8469
  <td class="type">
7862
8470
 
7863
8471
 
7864
- <span class="param-type">Object</span>
8472
+ <span class="param-type">
8473
+
8474
+ Object
8475
+
8476
+ </span>
7865
8477
 
7866
8478
 
7867
8479
 
@@ -7895,7 +8507,11 @@ wmsLayer.setSubLayer({
7895
8507
  <td class="type">
7896
8508
 
7897
8509
 
7898
- <span class="param-type">String</span>
8510
+ <span class="param-type">
8511
+
8512
+ String
8513
+
8514
+ </span>
7899
8515
 
7900
8516
 
7901
8517
 
@@ -7933,7 +8549,11 @@ wmsLayer.setSubLayer({
7933
8549
  <td class="type">
7934
8550
 
7935
8551
 
7936
- <span class="param-type">String</span>
8552
+ <span class="param-type">
8553
+
8554
+ String
8555
+
8556
+ </span>
7937
8557
 
7938
8558
 
7939
8559
 
@@ -7971,7 +8591,11 @@ wmsLayer.setSubLayer({
7971
8591
  <td class="type">
7972
8592
 
7973
8593
 
7974
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8594
+ <span class="param-type">
8595
+
8596
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8597
+
8598
+ </span>
7975
8599
 
7976
8600
 
7977
8601
 
@@ -8009,7 +8633,11 @@ wmsLayer.setSubLayer({
8009
8633
  <td class="type">
8010
8634
 
8011
8635
 
8012
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8636
+ <span class="param-type">
8637
+
8638
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8639
+
8640
+ </span>
8013
8641
 
8014
8642
 
8015
8643
 
@@ -8047,7 +8675,11 @@ wmsLayer.setSubLayer({
8047
8675
  <td class="type">
8048
8676
 
8049
8677
 
8050
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8678
+ <span class="param-type">
8679
+
8680
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8681
+
8682
+ </span>
8051
8683
 
8052
8684
 
8053
8685
 
@@ -8085,7 +8717,11 @@ wmsLayer.setSubLayer({
8085
8717
  <td class="type">
8086
8718
 
8087
8719
 
8088
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8720
+ <span class="param-type">
8721
+
8722
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8723
+
8724
+ </span>
8089
8725
 
8090
8726
 
8091
8727
 
@@ -8123,7 +8759,11 @@ wmsLayer.setSubLayer({
8123
8759
  <td class="type">
8124
8760
 
8125
8761
 
8126
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8762
+ <span class="param-type">
8763
+
8764
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8765
+
8766
+ </span>
8127
8767
 
8128
8768
 
8129
8769
 
@@ -8305,7 +8945,11 @@ wmsLayer.setSubLayer({
8305
8945
  <td class="type">
8306
8946
 
8307
8947
 
8308
- <span class="param-type">Object</span>
8948
+ <span class="param-type">
8949
+
8950
+ Object
8951
+
8952
+ </span>
8309
8953
 
8310
8954
 
8311
8955
 
@@ -8339,7 +8983,11 @@ wmsLayer.setSubLayer({
8339
8983
  <td class="type">
8340
8984
 
8341
8985
 
8342
- <span class="param-type">String</span>
8986
+ <span class="param-type">
8987
+
8988
+ String
8989
+
8990
+ </span>
8343
8991
 
8344
8992
 
8345
8993
 
@@ -8377,7 +9025,11 @@ wmsLayer.setSubLayer({
8377
9025
  <td class="type">
8378
9026
 
8379
9027
 
8380
- <span class="param-type">String</span>
9028
+ <span class="param-type">
9029
+
9030
+ String
9031
+
9032
+ </span>
8381
9033
 
8382
9034
 
8383
9035
 
@@ -8415,7 +9067,11 @@ wmsLayer.setSubLayer({
8415
9067
  <td class="type">
8416
9068
 
8417
9069
 
8418
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9070
+ <span class="param-type">
9071
+
9072
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9073
+
9074
+ </span>
8419
9075
 
8420
9076
 
8421
9077
 
@@ -8453,7 +9109,11 @@ wmsLayer.setSubLayer({
8453
9109
  <td class="type">
8454
9110
 
8455
9111
 
8456
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9112
+ <span class="param-type">
9113
+
9114
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9115
+
9116
+ </span>
8457
9117
 
8458
9118
 
8459
9119
 
@@ -8491,7 +9151,11 @@ wmsLayer.setSubLayer({
8491
9151
  <td class="type">
8492
9152
 
8493
9153
 
8494
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9154
+ <span class="param-type">
9155
+
9156
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9157
+
9158
+ </span>
8495
9159
 
8496
9160
 
8497
9161
 
@@ -8529,7 +9193,11 @@ wmsLayer.setSubLayer({
8529
9193
  <td class="type">
8530
9194
 
8531
9195
 
8532
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9196
+ <span class="param-type">
9197
+
9198
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9199
+
9200
+ </span>
8533
9201
 
8534
9202
 
8535
9203
 
@@ -8567,7 +9235,11 @@ wmsLayer.setSubLayer({
8567
9235
  <td class="type">
8568
9236
 
8569
9237
 
8570
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9238
+ <span class="param-type">
9239
+
9240
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9241
+
9242
+ </span>
8571
9243
 
8572
9244
 
8573
9245
 
@@ -8759,7 +9431,11 @@ wmsLayer.setSubLayer({
8759
9431
  <td class="type">
8760
9432
 
8761
9433
 
8762
- <span class="param-type">Object</span>
9434
+ <span class="param-type">
9435
+
9436
+ Object
9437
+
9438
+ </span>
8763
9439
 
8764
9440
 
8765
9441
 
@@ -8793,7 +9469,11 @@ wmsLayer.setSubLayer({
8793
9469
  <td class="type">
8794
9470
 
8795
9471
 
8796
- <span class="param-type">String</span>
9472
+ <span class="param-type">
9473
+
9474
+ String
9475
+
9476
+ </span>
8797
9477
 
8798
9478
 
8799
9479
 
@@ -8831,7 +9511,11 @@ wmsLayer.setSubLayer({
8831
9511
  <td class="type">
8832
9512
 
8833
9513
 
8834
- <span class="param-type">String</span>
9514
+ <span class="param-type">
9515
+
9516
+ String
9517
+
9518
+ </span>
8835
9519
 
8836
9520
 
8837
9521
 
@@ -8869,7 +9553,11 @@ wmsLayer.setSubLayer({
8869
9553
  <td class="type">
8870
9554
 
8871
9555
 
8872
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9556
+ <span class="param-type">
9557
+
9558
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9559
+
9560
+ </span>
8873
9561
 
8874
9562
 
8875
9563
 
@@ -8907,7 +9595,11 @@ wmsLayer.setSubLayer({
8907
9595
  <td class="type">
8908
9596
 
8909
9597
 
8910
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9598
+ <span class="param-type">
9599
+
9600
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9601
+
9602
+ </span>
8911
9603
 
8912
9604
 
8913
9605
 
@@ -8945,7 +9637,11 @@ wmsLayer.setSubLayer({
8945
9637
  <td class="type">
8946
9638
 
8947
9639
 
8948
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9640
+ <span class="param-type">
9641
+
9642
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9643
+
9644
+ </span>
8949
9645
 
8950
9646
 
8951
9647
 
@@ -8983,7 +9679,11 @@ wmsLayer.setSubLayer({
8983
9679
  <td class="type">
8984
9680
 
8985
9681
 
8986
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9682
+ <span class="param-type">
9683
+
9684
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9685
+
9686
+ </span>
8987
9687
 
8988
9688
 
8989
9689
 
@@ -9021,7 +9721,11 @@ wmsLayer.setSubLayer({
9021
9721
  <td class="type">
9022
9722
 
9023
9723
 
9024
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9724
+ <span class="param-type">
9725
+
9726
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9727
+
9728
+ </span>
9025
9729
 
9026
9730
 
9027
9731