@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
 
@@ -145,13 +153,17 @@ if(layer.loadStatus === 'loaded') {<br/>
145
153
 
146
154
  <tr class="deep-level-1">
147
155
 
148
- <td class="name" id="sublayerId"><code>sublayerId</code></td>
156
+ <td class="name"><code>sublayerId</code></td>
149
157
 
150
158
 
151
159
  <td class="type">
152
160
 
153
161
 
154
- <span class="param-type">String</span>
162
+ <span class="param-type">
163
+
164
+ String
165
+
166
+ </span>
155
167
 
156
168
 
157
169
 
@@ -172,13 +184,17 @@ if(layer.loadStatus === 'loaded') {<br/>
172
184
 
173
185
  <tr class="deep-level-1">
174
186
 
175
- <td class="name" id="id"><code>id</code></td>
187
+ <td class="name"><code>id</code></td>
176
188
 
177
189
 
178
190
  <td class="type">
179
191
 
180
192
 
181
- <span class="param-type">String</span>
193
+ <span class="param-type">
194
+
195
+ String
196
+
197
+ </span>
182
198
 
183
199
 
184
200
 
@@ -199,13 +215,17 @@ if(layer.loadStatus === 'loaded') {<br/>
199
215
 
200
216
  <tr class="deep-level-1">
201
217
 
202
- <td class="name" id="index"><code>index</code></td>
218
+ <td class="name"><code>index</code></td>
203
219
 
204
220
 
205
221
  <td class="type">
206
222
 
207
223
 
208
- <span class="param-type">Number</span>
224
+ <span class="param-type">
225
+
226
+ Number
227
+
228
+ </span>
209
229
 
210
230
 
211
231
 
@@ -226,13 +246,17 @@ if(layer.loadStatus === 'loaded') {<br/>
226
246
 
227
247
  <tr class="deep-level-1">
228
248
 
229
- <td class="name" id="opacity"><code>opacity</code></td>
249
+ <td class="name"><code>opacity</code></td>
230
250
 
231
251
 
232
252
  <td class="type">
233
253
 
234
254
 
235
- <span class="param-type">Number</span>
255
+ <span class="param-type">
256
+
257
+ Number
258
+
259
+ </span>
236
260
 
237
261
 
238
262
 
@@ -255,13 +279,17 @@ if(layer.loadStatus === 'loaded') {<br/>
255
279
 
256
280
  <tr class="deep-level-1">
257
281
 
258
- <td class="name" id="visible"><code>visible</code></td>
282
+ <td class="name"><code>visible</code></td>
259
283
 
260
284
 
261
285
  <td class="type">
262
286
 
263
287
 
264
- <span class="param-type">Boolean</span>
288
+ <span class="param-type">
289
+
290
+ Boolean
291
+
292
+ </span>
265
293
 
266
294
 
267
295
 
@@ -284,13 +312,17 @@ if(layer.loadStatus === 'loaded') {<br/>
284
312
 
285
313
  <tr class="deep-level-1">
286
314
 
287
- <td class="name" id="renderer"><code>renderer</code></td>
315
+ <td class="name"><code>renderer</code></td>
288
316
 
289
317
 
290
318
  <td class="type">
291
319
 
292
320
 
293
- <span class="param-type">Object</span>
321
+ <span class="param-type">
322
+
323
+ Object
324
+
325
+ </span>
294
326
 
295
327
 
296
328
 
@@ -318,13 +350,17 @@ if(layer.loadStatus === 'loaded') {<br/>
318
350
 
319
351
  <tr class="deep-level-1">
320
352
 
321
- <td class="name" id="labelsVisible"><code>labelsVisible</code></td>
353
+ <td class="name"><code>labelsVisible</code></td>
322
354
 
323
355
 
324
356
  <td class="type">
325
357
 
326
358
 
327
- <span class="param-type">Boolean</span>
359
+ <span class="param-type">
360
+
361
+ Boolean
362
+
363
+ </span>
328
364
 
329
365
 
330
366
 
@@ -347,13 +383,17 @@ if(layer.loadStatus === 'loaded') {<br/>
347
383
 
348
384
  <tr class="deep-level-1">
349
385
 
350
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
386
+ <td class="name"><code>labelingInfo</code></td>
351
387
 
352
388
 
353
389
  <td class="type">
354
390
 
355
391
 
356
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
392
+ <span class="param-type">
393
+
394
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
395
+
396
+ </span>
357
397
 
358
398
 
359
399
 
@@ -377,13 +417,17 @@ if(layer.loadStatus === 'loaded') {<br/>
377
417
 
378
418
  <tr class="deep-level-1">
379
419
 
380
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
420
+ <td class="name"><code>elevationInfo</code></td>
381
421
 
382
422
 
383
423
  <td class="type">
384
424
 
385
425
 
386
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
426
+ <span class="param-type">
427
+
428
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
429
+
430
+ </span>
387
431
 
388
432
 
389
433
 
@@ -456,17 +500,17 @@ if(layer.loadStatus === 'loaded') {<br/>
456
500
  <div class="column is-2"><label>绑定事件</label></div>
457
501
  <div class="column is-10">
458
502
  <ul>
459
- <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>
503
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
460
504
 
461
- <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>
505
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
462
506
 
463
- <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>
507
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
464
508
 
465
- <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>
509
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
466
510
 
467
- <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>
511
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
468
512
 
469
- <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>
513
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
470
514
  </ul>
471
515
  </div>
472
516
  </div>
@@ -895,7 +939,11 @@ wfsLayer.visible = false</code></pre>
895
939
  <td class="name">
896
940
  <code>
897
941
 
898
- <span class="param-type">String</span>
942
+ <span class="param-type">
943
+
944
+ String
945
+
946
+ </span>
899
947
 
900
948
 
901
949
 
@@ -909,7 +957,11 @@ wfsLayer.visible = false</code></pre>
909
957
  <td class="name">
910
958
  <code>
911
959
 
912
- <span class="param-type">Object</span>
960
+ <span class="param-type">
961
+
962
+ Object
963
+
964
+ </span>
913
965
 
914
966
 
915
967
 
@@ -923,7 +975,11 @@ wfsLayer.visible = false</code></pre>
923
975
  <td class="name">
924
976
  <code>
925
977
 
926
- <span class="param-type">String</span>
978
+ <span class="param-type">
979
+
980
+ String
981
+
982
+ </span>
927
983
 
928
984
 
929
985
 
@@ -937,7 +993,11 @@ wfsLayer.visible = false</code></pre>
937
993
  <td class="name">
938
994
  <code>
939
995
 
940
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
996
+ <span class="param-type">
997
+
998
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
999
+
1000
+ </span>
941
1001
 
942
1002
 
943
1003
 
@@ -951,7 +1011,11 @@ wfsLayer.visible = false</code></pre>
951
1011
  <td class="name">
952
1012
  <code>
953
1013
 
954
- <span class="param-type">Object</span>
1014
+ <span class="param-type">
1015
+
1016
+ Object
1017
+
1018
+ </span>
955
1019
 
956
1020
 
957
1021
 
@@ -965,7 +1029,11 @@ wfsLayer.visible = false</code></pre>
965
1029
  <td class="name">
966
1030
  <code>
967
1031
 
968
- <span class="param-type">Object</span>
1032
+ <span class="param-type">
1033
+
1034
+ Object
1035
+
1036
+ </span>
969
1037
 
970
1038
 
971
1039
 
@@ -979,7 +1047,11 @@ wfsLayer.visible = false</code></pre>
979
1047
  <td class="name">
980
1048
  <code>
981
1049
 
982
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1050
+ <span class="param-type">
1051
+
1052
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1053
+
1054
+ </span>
983
1055
 
984
1056
 
985
1057
 
@@ -993,7 +1065,11 @@ wfsLayer.visible = false</code></pre>
993
1065
  <td class="name">
994
1066
  <code>
995
1067
 
996
- <span class="param-type">String</span>
1068
+ <span class="param-type">
1069
+
1070
+ String
1071
+
1072
+ </span>
997
1073
 
998
1074
 
999
1075
 
@@ -1007,7 +1083,11 @@ wfsLayer.visible = false</code></pre>
1007
1083
  <td class="name">
1008
1084
  <code>
1009
1085
 
1010
- <span class="param-type">String</span>
1086
+ <span class="param-type">
1087
+
1088
+ String
1089
+
1090
+ </span>
1011
1091
 
1012
1092
 
1013
1093
 
@@ -1021,7 +1101,11 @@ wfsLayer.visible = false</code></pre>
1021
1101
  <td class="name">
1022
1102
  <code>
1023
1103
 
1024
- <span class="param-type">String</span>
1104
+ <span class="param-type">
1105
+
1106
+ String
1107
+
1108
+ </span>
1025
1109
 
1026
1110
 
1027
1111
 
@@ -1035,7 +1119,11 @@ wfsLayer.visible = false</code></pre>
1035
1119
  <td class="name">
1036
1120
  <code>
1037
1121
 
1038
- <span class="param-type">String</span>
1122
+ <span class="param-type">
1123
+
1124
+ String
1125
+
1126
+ </span>
1039
1127
 
1040
1128
 
1041
1129
 
@@ -1049,7 +1137,11 @@ wfsLayer.visible = false</code></pre>
1049
1137
  <td class="name">
1050
1138
  <code>
1051
1139
 
1052
- <span class="param-type">Number</span>
1140
+ <span class="param-type">
1141
+
1142
+ Number
1143
+
1144
+ </span>
1053
1145
 
1054
1146
 
1055
1147
 
@@ -1063,7 +1155,11 @@ wfsLayer.visible = false</code></pre>
1063
1155
  <td class="name">
1064
1156
  <code>
1065
1157
 
1066
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1158
+ <span class="param-type">
1159
+
1160
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1161
+
1162
+ </span>
1067
1163
 
1068
1164
 
1069
1165
 
@@ -1077,7 +1173,11 @@ wfsLayer.visible = false</code></pre>
1077
1173
  <td class="name">
1078
1174
  <code>
1079
1175
 
1080
- <span class="param-type">Boolean</span>
1176
+ <span class="param-type">
1177
+
1178
+ Boolean
1179
+
1180
+ </span>
1081
1181
 
1082
1182
 
1083
1183
 
@@ -1091,7 +1191,11 @@ wfsLayer.visible = false</code></pre>
1091
1191
  <td class="name">
1092
1192
  <code>
1093
1193
 
1094
- <span class="param-type">Boolean</span>
1194
+ <span class="param-type">
1195
+
1196
+ Boolean
1197
+
1198
+ </span>
1095
1199
 
1096
1200
 
1097
1201
 
@@ -1105,7 +1209,11 @@ wfsLayer.visible = false</code></pre>
1105
1209
  <td class="name">
1106
1210
  <code>
1107
1211
 
1108
- <span class="param-type">String</span>
1212
+ <span class="param-type">
1213
+
1214
+ String
1215
+
1216
+ </span>
1109
1217
 
1110
1218
 
1111
1219
 
@@ -1119,7 +1227,11 @@ wfsLayer.visible = false</code></pre>
1119
1227
  <td class="name">
1120
1228
  <code>
1121
1229
 
1122
- <span class="param-type">Number</span>
1230
+ <span class="param-type">
1231
+
1232
+ Number
1233
+
1234
+ </span>
1123
1235
 
1124
1236
 
1125
1237
 
@@ -1133,7 +1245,11 @@ wfsLayer.visible = false</code></pre>
1133
1245
  <td class="name">
1134
1246
  <code>
1135
1247
 
1136
- <span class="param-type">Number</span>
1248
+ <span class="param-type">
1249
+
1250
+ Number
1251
+
1252
+ </span>
1137
1253
 
1138
1254
 
1139
1255
 
@@ -1147,7 +1263,11 @@ wfsLayer.visible = false</code></pre>
1147
1263
  <td class="name">
1148
1264
  <code>
1149
1265
 
1150
- <span class="param-type">Number</span>
1266
+ <span class="param-type">
1267
+
1268
+ Number
1269
+
1270
+ </span>
1151
1271
 
1152
1272
 
1153
1273
 
@@ -1161,7 +1281,11 @@ wfsLayer.visible = false</code></pre>
1161
1281
  <td class="name">
1162
1282
  <code>
1163
1283
 
1164
- <span class="param-type">Array.&lt;String></span>
1284
+ <span class="param-type">
1285
+
1286
+ Array.&lt;String>
1287
+
1288
+ </span>
1165
1289
 
1166
1290
 
1167
1291
 
@@ -1175,7 +1299,11 @@ wfsLayer.visible = false</code></pre>
1175
1299
  <td class="name">
1176
1300
  <code>
1177
1301
 
1178
- <span class="param-type">String</span>
1302
+ <span class="param-type">
1303
+
1304
+ String
1305
+
1306
+ </span>
1179
1307
 
1180
1308
 
1181
1309
 
@@ -1189,7 +1317,11 @@ wfsLayer.visible = false</code></pre>
1189
1317
  <td class="name">
1190
1318
  <code>
1191
1319
 
1192
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1320
+ <span class="param-type">
1321
+
1322
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1323
+
1324
+ </span>
1193
1325
 
1194
1326
 
1195
1327
 
@@ -1203,7 +1335,11 @@ wfsLayer.visible = false</code></pre>
1203
1335
  <td class="name">
1204
1336
  <code>
1205
1337
 
1206
- <span class="param-type">String</span>
1338
+ <span class="param-type">
1339
+
1340
+ String
1341
+
1342
+ </span>
1207
1343
 
1208
1344
 
1209
1345
 
@@ -1217,7 +1353,11 @@ wfsLayer.visible = false</code></pre>
1217
1353
  <td class="name">
1218
1354
  <code>
1219
1355
 
1220
- <span class="param-type">String</span>
1356
+ <span class="param-type">
1357
+
1358
+ String
1359
+
1360
+ </span>
1221
1361
 
1222
1362
 
1223
1363
 
@@ -1231,7 +1371,11 @@ wfsLayer.visible = false</code></pre>
1231
1371
  <td class="name">
1232
1372
  <code>
1233
1373
 
1234
- <span class="param-type">String</span>
1374
+ <span class="param-type">
1375
+
1376
+ String
1377
+
1378
+ </span>
1235
1379
 
1236
1380
 
1237
1381
 
@@ -1245,7 +1389,11 @@ wfsLayer.visible = false</code></pre>
1245
1389
  <td class="name">
1246
1390
  <code>
1247
1391
 
1248
- <span class="param-type">String</span>
1392
+ <span class="param-type">
1393
+
1394
+ String
1395
+
1396
+ </span>
1249
1397
 
1250
1398
 
1251
1399
 
@@ -1259,7 +1407,11 @@ wfsLayer.visible = false</code></pre>
1259
1407
  <td class="name">
1260
1408
  <code>
1261
1409
 
1262
- <span class="param-type">String</span>
1410
+ <span class="param-type">
1411
+
1412
+ String
1413
+
1414
+ </span>
1263
1415
 
1264
1416
 
1265
1417
 
@@ -1273,7 +1425,11 @@ wfsLayer.visible = false</code></pre>
1273
1425
  <td class="name">
1274
1426
  <code>
1275
1427
 
1276
- <span class="param-type">String</span>
1428
+ <span class="param-type">
1429
+
1430
+ String
1431
+
1432
+ </span>
1277
1433
 
1278
1434
 
1279
1435
 
@@ -1287,7 +1443,11 @@ wfsLayer.visible = false</code></pre>
1287
1443
  <td class="name">
1288
1444
  <code>
1289
1445
 
1290
- <span class="param-type">Number</span>
1446
+ <span class="param-type">
1447
+
1448
+ Number
1449
+
1450
+ </span>
1291
1451
 
1292
1452
 
1293
1453
 
@@ -1301,7 +1461,11 @@ wfsLayer.visible = false</code></pre>
1301
1461
  <td class="name">
1302
1462
  <code>
1303
1463
 
1304
- <span class="param-type">String</span>
1464
+ <span class="param-type">
1465
+
1466
+ String
1467
+
1468
+ </span>
1305
1469
 
1306
1470
 
1307
1471
 
@@ -1321,7 +1485,11 @@ wfsLayer.visible = false</code></pre>
1321
1485
  <span class="method-parameter is-pulled-right">
1322
1486
  <label>类型:</label>
1323
1487
 
1324
- <span class="param-type">String</span>
1488
+ <span class="param-type">
1489
+
1490
+ String
1491
+
1492
+ </span>
1325
1493
 
1326
1494
 
1327
1495
 
@@ -1401,7 +1569,11 @@ wfsLayer.visible = false</code></pre>
1401
1569
  <span class="method-parameter is-pulled-right">
1402
1570
  <label>类型:</label>
1403
1571
 
1404
- <span class="param-type">Object</span>
1572
+ <span class="param-type">
1573
+
1574
+ Object
1575
+
1576
+ </span>
1405
1577
 
1406
1578
 
1407
1579
 
@@ -1477,7 +1649,11 @@ wfsLayer.visible = false</code></pre>
1477
1649
  <span class="method-parameter is-pulled-right">
1478
1650
  <label>类型:</label>
1479
1651
 
1480
- <span class="param-type">String</span>
1652
+ <span class="param-type">
1653
+
1654
+ String
1655
+
1656
+ </span>
1481
1657
 
1482
1658
 
1483
1659
 
@@ -1557,7 +1733,11 @@ wfsLayer.visible = false</code></pre>
1557
1733
  <span class="method-parameter is-pulled-right">
1558
1734
  <label>类型:</label>
1559
1735
 
1560
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1736
+ <span class="param-type">
1737
+
1738
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1739
+
1740
+ </span>
1561
1741
 
1562
1742
 
1563
1743
 
@@ -1628,7 +1808,11 @@ wfsLayer.visible = false</code></pre>
1628
1808
  <span class="method-parameter is-pulled-right">
1629
1809
  <label>类型:</label>
1630
1810
 
1631
- <span class="param-type">Object</span>
1811
+ <span class="param-type">
1812
+
1813
+ Object
1814
+
1815
+ </span>
1632
1816
 
1633
1817
 
1634
1818
 
@@ -1704,7 +1888,11 @@ wfsLayer.visible = false</code></pre>
1704
1888
  <span class="method-parameter is-pulled-right">
1705
1889
  <label>类型:</label>
1706
1890
 
1707
- <span class="param-type">Object</span>
1891
+ <span class="param-type">
1892
+
1893
+ Object
1894
+
1895
+ </span>
1708
1896
 
1709
1897
 
1710
1898
 
@@ -1780,7 +1968,11 @@ wfsLayer.visible = false</code></pre>
1780
1968
  <span class="method-parameter is-pulled-right">
1781
1969
  <label>类型:</label>
1782
1970
 
1783
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1971
+ <span class="param-type">
1972
+
1973
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1974
+
1975
+ </span>
1784
1976
 
1785
1977
 
1786
1978
 
@@ -1860,7 +2052,11 @@ wfsLayer.visible = false</code></pre>
1860
2052
  <span class="method-parameter is-pulled-right">
1861
2053
  <label>类型:</label>
1862
2054
 
1863
- <span class="param-type">String</span>
2055
+ <span class="param-type">
2056
+
2057
+ String
2058
+
2059
+ </span>
1864
2060
 
1865
2061
 
1866
2062
 
@@ -1935,7 +2131,11 @@ wfsLayer.visible = false</code></pre>
1935
2131
  <span class="method-parameter is-pulled-right">
1936
2132
  <label>类型:</label>
1937
2133
 
1938
- <span class="param-type">String</span>
2134
+ <span class="param-type">
2135
+
2136
+ String
2137
+
2138
+ </span>
1939
2139
 
1940
2140
 
1941
2141
 
@@ -2011,7 +2211,11 @@ wfsLayer.visible = false</code></pre>
2011
2211
  <span class="method-parameter is-pulled-right">
2012
2212
  <label>类型:</label>
2013
2213
 
2014
- <span class="param-type">String</span>
2214
+ <span class="param-type">
2215
+
2216
+ String
2217
+
2218
+ </span>
2015
2219
 
2016
2220
 
2017
2221
 
@@ -2087,7 +2291,11 @@ wfsLayer.visible = false</code></pre>
2087
2291
  <span class="method-parameter is-pulled-right">
2088
2292
  <label>类型:</label>
2089
2293
 
2090
- <span class="param-type">String</span>
2294
+ <span class="param-type">
2295
+
2296
+ String
2297
+
2298
+ </span>
2091
2299
 
2092
2300
 
2093
2301
 
@@ -2167,7 +2375,11 @@ wfsLayer.visible = false</code></pre>
2167
2375
  <span class="method-parameter is-pulled-right">
2168
2376
  <label>类型:</label>
2169
2377
 
2170
- <span class="param-type">Number</span>
2378
+ <span class="param-type">
2379
+
2380
+ Number
2381
+
2382
+ </span>
2171
2383
 
2172
2384
 
2173
2385
 
@@ -2243,7 +2455,11 @@ wfsLayer.visible = false</code></pre>
2243
2455
  <span class="method-parameter is-pulled-right">
2244
2456
  <label>类型:</label>
2245
2457
 
2246
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
2458
+ <span class="param-type">
2459
+
2460
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
2461
+
2462
+ </span>
2247
2463
 
2248
2464
 
2249
2465
 
@@ -2314,7 +2530,11 @@ wfsLayer.visible = false</code></pre>
2314
2530
  <span class="method-parameter is-pulled-right">
2315
2531
  <label>类型:</label>
2316
2532
 
2317
- <span class="param-type">Boolean</span>
2533
+ <span class="param-type">
2534
+
2535
+ Boolean
2536
+
2537
+ </span>
2318
2538
 
2319
2539
 
2320
2540
 
@@ -2385,7 +2605,11 @@ wfsLayer.visible = false</code></pre>
2385
2605
  <span class="method-parameter is-pulled-right">
2386
2606
  <label>类型:</label>
2387
2607
 
2388
- <span class="param-type">Boolean</span>
2608
+ <span class="param-type">
2609
+
2610
+ Boolean
2611
+
2612
+ </span>
2389
2613
 
2390
2614
 
2391
2615
 
@@ -2470,7 +2694,11 @@ wfsLayer.visible = false</code></pre>
2470
2694
  <span class="method-parameter is-pulled-right">
2471
2695
  <label>类型:</label>
2472
2696
 
2473
- <span class="param-type">String</span>
2697
+ <span class="param-type">
2698
+
2699
+ String
2700
+
2701
+ </span>
2474
2702
 
2475
2703
 
2476
2704
 
@@ -2555,7 +2783,11 @@ wfsLayer.visible = false</code></pre>
2555
2783
  <span class="method-parameter is-pulled-right">
2556
2784
  <label>类型:</label>
2557
2785
 
2558
- <span class="param-type">Number</span>
2786
+ <span class="param-type">
2787
+
2788
+ Number
2789
+
2790
+ </span>
2559
2791
 
2560
2792
 
2561
2793
 
@@ -2636,7 +2868,11 @@ wfsLayer.visible = false</code></pre>
2636
2868
  <span class="method-parameter is-pulled-right">
2637
2869
  <label>类型:</label>
2638
2870
 
2639
- <span class="param-type">Number</span>
2871
+ <span class="param-type">
2872
+
2873
+ Number
2874
+
2875
+ </span>
2640
2876
 
2641
2877
 
2642
2878
 
@@ -2717,7 +2953,11 @@ wfsLayer.visible = false</code></pre>
2717
2953
  <span class="method-parameter is-pulled-right">
2718
2954
  <label>类型:</label>
2719
2955
 
2720
- <span class="param-type">Number</span>
2956
+ <span class="param-type">
2957
+
2958
+ Number
2959
+
2960
+ </span>
2721
2961
 
2722
2962
 
2723
2963
 
@@ -2793,7 +3033,11 @@ wfsLayer.visible = false</code></pre>
2793
3033
  <span class="method-parameter is-pulled-right">
2794
3034
  <label>类型:</label>
2795
3035
 
2796
- <span class="param-type">Array.&lt;String></span>
3036
+ <span class="param-type">
3037
+
3038
+ Array.&lt;String>
3039
+
3040
+ </span>
2797
3041
 
2798
3042
 
2799
3043
 
@@ -2868,7 +3112,11 @@ wfsLayer.visible = false</code></pre>
2868
3112
  <span class="method-parameter is-pulled-right">
2869
3113
  <label>类型:</label>
2870
3114
 
2871
- <span class="param-type">String</span>
3115
+ <span class="param-type">
3116
+
3117
+ String
3118
+
3119
+ </span>
2872
3120
 
2873
3121
 
2874
3122
 
@@ -2939,7 +3187,11 @@ wfsLayer.visible = false</code></pre>
2939
3187
  <span class="method-parameter is-pulled-right">
2940
3188
  <label>类型:</label>
2941
3189
 
2942
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3190
+ <span class="param-type">
3191
+
3192
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3193
+
3194
+ </span>
2943
3195
 
2944
3196
 
2945
3197
 
@@ -3015,7 +3267,11 @@ wfsLayer.visible = false</code></pre>
3015
3267
  <span class="method-parameter is-pulled-right">
3016
3268
  <label>类型:</label>
3017
3269
 
3018
- <span class="param-type">String</span>
3270
+ <span class="param-type">
3271
+
3272
+ String
3273
+
3274
+ </span>
3019
3275
 
3020
3276
 
3021
3277
 
@@ -3086,7 +3342,11 @@ wfsLayer.visible = false</code></pre>
3086
3342
  <span class="method-parameter is-pulled-right">
3087
3343
  <label>类型:</label>
3088
3344
 
3089
- <span class="param-type">String</span>
3345
+ <span class="param-type">
3346
+
3347
+ String
3348
+
3349
+ </span>
3090
3350
 
3091
3351
 
3092
3352
 
@@ -3162,7 +3422,11 @@ wfsLayer.visible = false</code></pre>
3162
3422
  <span class="method-parameter is-pulled-right">
3163
3423
  <label>类型:</label>
3164
3424
 
3165
- <span class="param-type">String</span>
3425
+ <span class="param-type">
3426
+
3427
+ String
3428
+
3429
+ </span>
3166
3430
 
3167
3431
 
3168
3432
 
@@ -3243,7 +3507,11 @@ wfsLayer.visible = false</code></pre>
3243
3507
  <span class="method-parameter is-pulled-right">
3244
3508
  <label>类型:</label>
3245
3509
 
3246
- <span class="param-type">String</span>
3510
+ <span class="param-type">
3511
+
3512
+ String
3513
+
3514
+ </span>
3247
3515
 
3248
3516
 
3249
3517
 
@@ -3319,7 +3587,11 @@ wfsLayer.visible = false</code></pre>
3319
3587
  <span class="method-parameter is-pulled-right">
3320
3588
  <label>类型:</label>
3321
3589
 
3322
- <span class="param-type">String</span>
3590
+ <span class="param-type">
3591
+
3592
+ String
3593
+
3594
+ </span>
3323
3595
 
3324
3596
 
3325
3597
 
@@ -3399,7 +3671,11 @@ wfsLayer.visible = false</code></pre>
3399
3671
  <span class="method-parameter is-pulled-right">
3400
3672
  <label>类型:</label>
3401
3673
 
3402
- <span class="param-type">String</span>
3674
+ <span class="param-type">
3675
+
3676
+ String
3677
+
3678
+ </span>
3403
3679
 
3404
3680
 
3405
3681
 
@@ -3475,7 +3751,11 @@ wfsLayer.visible = false</code></pre>
3475
3751
  <span class="method-parameter is-pulled-right">
3476
3752
  <label>类型:</label>
3477
3753
 
3478
- <span class="param-type">Number</span>
3754
+ <span class="param-type">
3755
+
3756
+ Number
3757
+
3758
+ </span>
3479
3759
 
3480
3760
 
3481
3761
 
@@ -3551,7 +3831,11 @@ wfsLayer.visible = false</code></pre>
3551
3831
  <span class="method-parameter is-pulled-right">
3552
3832
  <label>类型:</label>
3553
3833
 
3554
- <span class="param-type">String</span>
3834
+ <span class="param-type">
3835
+
3836
+ String
3837
+
3838
+ </span>
3555
3839
 
3556
3840
 
3557
3841
 
@@ -3648,7 +3932,7 @@ wfsLayer.visible = false</code></pre>
3648
3932
 
3649
3933
  </code>
3650
3934
  </td>
3651
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3935
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3652
3936
  </tr>
3653
3937
 
3654
3938
  <tr class="deep-level-0">
@@ -3657,7 +3941,11 @@ wfsLayer.visible = false</code></pre>
3657
3941
  <code>
3658
3942
 
3659
3943
 
3660
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3944
+ <span class="param-type">
3945
+
3946
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3947
+
3948
+ </span>
3661
3949
 
3662
3950
 
3663
3951
 
@@ -3673,7 +3961,11 @@ wfsLayer.visible = false</code></pre>
3673
3961
  <code>
3674
3962
 
3675
3963
 
3676
- <span class="param-type">*</span>
3964
+ <span class="param-type">
3965
+
3966
+ *
3967
+
3968
+ </span>
3677
3969
 
3678
3970
 
3679
3971
 
@@ -3689,7 +3981,11 @@ wfsLayer.visible = false</code></pre>
3689
3981
  <code>
3690
3982
 
3691
3983
 
3692
- <span class="param-type">Boolean</span>
3984
+ <span class="param-type">
3985
+
3986
+ Boolean
3987
+
3988
+ </span>
3693
3989
 
3694
3990
 
3695
3991
 
@@ -3706,7 +4002,7 @@ wfsLayer.visible = false</code></pre>
3706
4002
 
3707
4003
  </code>
3708
4004
  </td>
3709
- <td class="name"><code><p>加载图层资源<a id='load'></a></p></code></td>
4005
+ <td class="name"><code><p>加载图层资源</code></td>
3710
4006
  </tr>
3711
4007
 
3712
4008
  <tr class="deep-level-0">
@@ -3715,14 +4011,18 @@ wfsLayer.visible = false</code></pre>
3715
4011
  <code>
3716
4012
 
3717
4013
 
3718
- <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
4014
+ <span class="param-type">
4015
+
4016
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
4017
+
4018
+ </span>
3719
4019
 
3720
4020
 
3721
4021
 
3722
4022
 
3723
4023
  </code>
3724
4024
  </td>
3725
- <td class="name"><code><p>指定图层的要素查询<a id='queryFeatures'></a></p></code></td>
4025
+ <td class="name"><code><p>指定图层的要素查询</code></td>
3726
4026
  </tr>
3727
4027
 
3728
4028
  <tr class="deep-level-0">
@@ -3731,14 +4031,18 @@ wfsLayer.visible = false</code></pre>
3731
4031
  <code>
3732
4032
 
3733
4033
 
3734
- <span class="param-type">Promise.&lt;Number></span>
4034
+ <span class="param-type">
4035
+
4036
+ Promise.&lt;Number>
4037
+
4038
+ </span>
3735
4039
 
3736
4040
 
3737
4041
 
3738
4042
 
3739
4043
  </code>
3740
4044
  </td>
3741
- <td class="name"><code><p>查询要素数量<a id='queryFeaturesCount'></a></p></code></td>
4045
+ <td class="name"><code><p>查询要素数量</code></td>
3742
4046
  </tr>
3743
4047
 
3744
4048
  <tr class="deep-level-0">
@@ -3757,7 +4061,11 @@ wfsLayer.visible = false</code></pre>
3757
4061
  <code>
3758
4062
 
3759
4063
 
3760
- <span class="param-type">Object</span>
4064
+ <span class="param-type">
4065
+
4066
+ Object
4067
+
4068
+ </span>
3761
4069
 
3762
4070
 
3763
4071
 
@@ -3829,13 +4137,17 @@ wfsLayer.visible = false</code></pre>
3829
4137
 
3830
4138
  <tr class="deep-level-0">
3831
4139
 
3832
- <td class="name" id="json"><code>json</code></td>
4140
+ <td class="name"><code>json</code></td>
3833
4141
 
3834
4142
 
3835
4143
  <td class="type">
3836
4144
 
3837
4145
 
3838
- <span class="param-type">Object</span>
4146
+ <span class="param-type">
4147
+
4148
+ Object
4149
+
4150
+ </span>
3839
4151
 
3840
4152
 
3841
4153
 
@@ -4033,7 +4345,11 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4033
4345
  <div class='column is-5 has-text-left'>
4034
4346
  <label>类型: </label>
4035
4347
 
4036
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4348
+ <span class="param-type">
4349
+
4350
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4351
+
4352
+ </span>
4037
4353
 
4038
4354
 
4039
4355
 
@@ -4149,7 +4465,11 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4149
4465
  <div class='column is-5 has-text-left'>
4150
4466
  <label>类型: </label>
4151
4467
 
4152
- <span class="param-type">*</span>
4468
+ <span class="param-type">
4469
+
4470
+ *
4471
+
4472
+ </span>
4153
4473
 
4154
4474
 
4155
4475
 
@@ -4271,7 +4591,11 @@ const wfsLayer = new Zondy.Layer.WFSLayer.fromJSON(json)</code></pre>
4271
4591
  <div class='column is-5 has-text-left'>
4272
4592
  <label>类型: </label>
4273
4593
 
4274
- <span class="param-type">Boolean</span>
4594
+ <span class="param-type">
4595
+
4596
+ Boolean
4597
+
4598
+ </span>
4275
4599
 
4276
4600
 
4277
4601
 
@@ -4455,13 +4779,17 @@ wfsLayer.load().then((result) => {
4455
4779
 
4456
4780
  <tr class="deep-level-0">
4457
4781
 
4458
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
4782
+ <td class="name"><code>queryOptions</code></td>
4459
4783
 
4460
4784
 
4461
4785
  <td class="type">
4462
4786
 
4463
4787
 
4464
- <span class="param-type">Object</span>
4788
+ <span class="param-type">
4789
+
4790
+ Object
4791
+
4792
+ </span>
4465
4793
 
4466
4794
 
4467
4795
 
@@ -4548,7 +4876,11 @@ wfsLayer.load().then((result) => {
4548
4876
  <div class='column is-5 has-text-left'>
4549
4877
  <label>类型: </label>
4550
4878
 
4551
- <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
4879
+ <span class="param-type">
4880
+
4881
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
4882
+
4883
+ </span>
4552
4884
 
4553
4885
 
4554
4886
 
@@ -4636,13 +4968,17 @@ wfsLayer.load().then((result) => {
4636
4968
 
4637
4969
  <tr class="deep-level-0">
4638
4970
 
4639
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
4971
+ <td class="name"><code>queryOptions</code></td>
4640
4972
 
4641
4973
 
4642
4974
  <td class="type">
4643
4975
 
4644
4976
 
4645
- <span class="param-type">Object</span>
4977
+ <span class="param-type">
4978
+
4979
+ Object
4980
+
4981
+ </span>
4646
4982
 
4647
4983
 
4648
4984
 
@@ -4729,7 +5065,11 @@ wfsLayer.load().then((result) => {
4729
5065
  <div class='column is-5 has-text-left'>
4730
5066
  <label>类型: </label>
4731
5067
 
4732
- <span class="param-type">Promise.&lt;Number></span>
5068
+ <span class="param-type">
5069
+
5070
+ Promise.&lt;Number>
5071
+
5072
+ </span>
4733
5073
 
4734
5074
 
4735
5075
 
@@ -4963,7 +5303,11 @@ wfsLayer.load().then((result) => {
4963
5303
  <div class='column is-5 has-text-left'>
4964
5304
  <label>类型: </label>
4965
5305
 
4966
- <span class="param-type">Object</span>
5306
+ <span class="param-type">
5307
+
5308
+ Object
5309
+
5310
+ </span>
4967
5311
 
4968
5312
 
4969
5313
 
@@ -5003,37 +5347,37 @@ wfsLayer.load().then((result) => {
5003
5347
  <tbody>
5004
5348
 
5005
5349
  <tr class="deep-level-0">
5006
- <td class="name"><code><a href="WFSLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5350
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5007
5351
  <td class="name"><code>图层刷新完毕事件</code></td>
5008
5352
  </tr>
5009
5353
 
5010
5354
  <tr class="deep-level-0">
5011
- <td class="name"><code><a href="WFSLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
5355
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
5012
5356
  <td class="name"><code>图层加载完毕事件</code></td>
5013
5357
  </tr>
5014
5358
 
5015
5359
  <tr class="deep-level-0">
5016
- <td class="name"><code><a href="WFSLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5360
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5017
5361
  <td class="name"><code>图层显隐更新完毕事件</code></td>
5018
5362
  </tr>
5019
5363
 
5020
5364
  <tr class="deep-level-0">
5021
- <td class="name"><code><a href="WFSLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
5365
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
5022
5366
  <td class="name"><code>图层更新完毕事件</code></td>
5023
5367
  </tr>
5024
5368
 
5025
5369
  <tr class="deep-level-0">
5026
- <td class="name"><code><a href="WFSLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5370
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5027
5371
  <td class="name"><code>图层透明度更新完毕事件</code></td>
5028
5372
  </tr>
5029
5373
 
5030
5374
  <tr class="deep-level-0">
5031
- <td class="name"><code><a href="WFSLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5375
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5032
5376
  <td class="name"><code>图层销毁完毕事件</code></td>
5033
5377
  </tr>
5034
5378
 
5035
5379
  <tr class="deep-level-0">
5036
- <td class="name"><code><a href="WFSLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5380
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5037
5381
  <td class="name"><code>图层顺序更新完毕事件</code></td>
5038
5382
  </tr>
5039
5383
 
@@ -5113,7 +5457,11 @@ wfsLayer.load().then((result) => {
5113
5457
  <td class="type">
5114
5458
 
5115
5459
 
5116
- <span class="param-type">Object</span>
5460
+ <span class="param-type">
5461
+
5462
+ Object
5463
+
5464
+ </span>
5117
5465
 
5118
5466
 
5119
5467
 
@@ -5147,7 +5495,11 @@ wfsLayer.load().then((result) => {
5147
5495
  <td class="type">
5148
5496
 
5149
5497
 
5150
- <span class="param-type">String</span>
5498
+ <span class="param-type">
5499
+
5500
+ String
5501
+
5502
+ </span>
5151
5503
 
5152
5504
 
5153
5505
 
@@ -5185,7 +5537,11 @@ wfsLayer.load().then((result) => {
5185
5537
  <td class="type">
5186
5538
 
5187
5539
 
5188
- <span class="param-type">String</span>
5540
+ <span class="param-type">
5541
+
5542
+ String
5543
+
5544
+ </span>
5189
5545
 
5190
5546
 
5191
5547
 
@@ -5223,7 +5579,11 @@ wfsLayer.load().then((result) => {
5223
5579
  <td class="type">
5224
5580
 
5225
5581
 
5226
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5582
+ <span class="param-type">
5583
+
5584
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5585
+
5586
+ </span>
5227
5587
 
5228
5588
 
5229
5589
 
@@ -5261,7 +5621,11 @@ wfsLayer.load().then((result) => {
5261
5621
  <td class="type">
5262
5622
 
5263
5623
 
5264
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5624
+ <span class="param-type">
5625
+
5626
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5627
+
5628
+ </span>
5265
5629
 
5266
5630
 
5267
5631
 
@@ -5299,7 +5663,11 @@ wfsLayer.load().then((result) => {
5299
5663
  <td class="type">
5300
5664
 
5301
5665
 
5302
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5666
+ <span class="param-type">
5667
+
5668
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5669
+
5670
+ </span>
5303
5671
 
5304
5672
 
5305
5673
 
@@ -5337,7 +5705,11 @@ wfsLayer.load().then((result) => {
5337
5705
  <td class="type">
5338
5706
 
5339
5707
 
5340
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5708
+ <span class="param-type">
5709
+
5710
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5711
+
5712
+ </span>
5341
5713
 
5342
5714
 
5343
5715
 
@@ -5375,7 +5747,11 @@ wfsLayer.load().then((result) => {
5375
5747
  <td class="type">
5376
5748
 
5377
5749
 
5378
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5750
+ <span class="param-type">
5751
+
5752
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5753
+
5754
+ </span>
5379
5755
 
5380
5756
 
5381
5757
 
@@ -5567,7 +5943,11 @@ wfsLayer.load().then((result) => {
5567
5943
  <td class="type">
5568
5944
 
5569
5945
 
5570
- <span class="param-type">Object</span>
5946
+ <span class="param-type">
5947
+
5948
+ Object
5949
+
5950
+ </span>
5571
5951
 
5572
5952
 
5573
5953
 
@@ -5601,7 +5981,11 @@ wfsLayer.load().then((result) => {
5601
5981
  <td class="type">
5602
5982
 
5603
5983
 
5604
- <span class="param-type">String</span>
5984
+ <span class="param-type">
5985
+
5986
+ String
5987
+
5988
+ </span>
5605
5989
 
5606
5990
 
5607
5991
 
@@ -5639,7 +6023,11 @@ wfsLayer.load().then((result) => {
5639
6023
  <td class="type">
5640
6024
 
5641
6025
 
5642
- <span class="param-type">String</span>
6026
+ <span class="param-type">
6027
+
6028
+ String
6029
+
6030
+ </span>
5643
6031
 
5644
6032
 
5645
6033
 
@@ -5677,7 +6065,11 @@ wfsLayer.load().then((result) => {
5677
6065
  <td class="type">
5678
6066
 
5679
6067
 
5680
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6068
+ <span class="param-type">
6069
+
6070
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6071
+
6072
+ </span>
5681
6073
 
5682
6074
 
5683
6075
 
@@ -5715,7 +6107,11 @@ wfsLayer.load().then((result) => {
5715
6107
  <td class="type">
5716
6108
 
5717
6109
 
5718
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6110
+ <span class="param-type">
6111
+
6112
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6113
+
6114
+ </span>
5719
6115
 
5720
6116
 
5721
6117
 
@@ -5753,7 +6149,11 @@ wfsLayer.load().then((result) => {
5753
6149
  <td class="type">
5754
6150
 
5755
6151
 
5756
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6152
+ <span class="param-type">
6153
+
6154
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6155
+
6156
+ </span>
5757
6157
 
5758
6158
 
5759
6159
 
@@ -5791,7 +6191,11 @@ wfsLayer.load().then((result) => {
5791
6191
  <td class="type">
5792
6192
 
5793
6193
 
5794
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6194
+ <span class="param-type">
6195
+
6196
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6197
+
6198
+ </span>
5795
6199
 
5796
6200
 
5797
6201
 
@@ -5829,7 +6233,11 @@ wfsLayer.load().then((result) => {
5829
6233
  <td class="type">
5830
6234
 
5831
6235
 
5832
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6236
+ <span class="param-type">
6237
+
6238
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6239
+
6240
+ </span>
5833
6241
 
5834
6242
 
5835
6243
 
@@ -6011,7 +6419,11 @@ wfsLayer.load().then((result) => {
6011
6419
  <td class="type">
6012
6420
 
6013
6421
 
6014
- <span class="param-type">Object</span>
6422
+ <span class="param-type">
6423
+
6424
+ Object
6425
+
6426
+ </span>
6015
6427
 
6016
6428
 
6017
6429
 
@@ -6045,7 +6457,11 @@ wfsLayer.load().then((result) => {
6045
6457
  <td class="type">
6046
6458
 
6047
6459
 
6048
- <span class="param-type">String</span>
6460
+ <span class="param-type">
6461
+
6462
+ String
6463
+
6464
+ </span>
6049
6465
 
6050
6466
 
6051
6467
 
@@ -6083,7 +6499,11 @@ wfsLayer.load().then((result) => {
6083
6499
  <td class="type">
6084
6500
 
6085
6501
 
6086
- <span class="param-type">String</span>
6502
+ <span class="param-type">
6503
+
6504
+ String
6505
+
6506
+ </span>
6087
6507
 
6088
6508
 
6089
6509
 
@@ -6121,7 +6541,11 @@ wfsLayer.load().then((result) => {
6121
6541
  <td class="type">
6122
6542
 
6123
6543
 
6124
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6544
+ <span class="param-type">
6545
+
6546
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6547
+
6548
+ </span>
6125
6549
 
6126
6550
 
6127
6551
 
@@ -6159,7 +6583,11 @@ wfsLayer.load().then((result) => {
6159
6583
  <td class="type">
6160
6584
 
6161
6585
 
6162
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6586
+ <span class="param-type">
6587
+
6588
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6589
+
6590
+ </span>
6163
6591
 
6164
6592
 
6165
6593
 
@@ -6197,7 +6625,11 @@ wfsLayer.load().then((result) => {
6197
6625
  <td class="type">
6198
6626
 
6199
6627
 
6200
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6628
+ <span class="param-type">
6629
+
6630
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6631
+
6632
+ </span>
6201
6633
 
6202
6634
 
6203
6635
 
@@ -6235,7 +6667,11 @@ wfsLayer.load().then((result) => {
6235
6667
  <td class="type">
6236
6668
 
6237
6669
 
6238
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6670
+ <span class="param-type">
6671
+
6672
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6673
+
6674
+ </span>
6239
6675
 
6240
6676
 
6241
6677
 
@@ -6273,7 +6709,11 @@ wfsLayer.load().then((result) => {
6273
6709
  <td class="type">
6274
6710
 
6275
6711
 
6276
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6712
+ <span class="param-type">
6713
+
6714
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6715
+
6716
+ </span>
6277
6717
 
6278
6718
 
6279
6719
 
@@ -6465,7 +6905,11 @@ wfsLayer.load().then((result) => {
6465
6905
  <td class="type">
6466
6906
 
6467
6907
 
6468
- <span class="param-type">Object</span>
6908
+ <span class="param-type">
6909
+
6910
+ Object
6911
+
6912
+ </span>
6469
6913
 
6470
6914
 
6471
6915
 
@@ -6499,7 +6943,11 @@ wfsLayer.load().then((result) => {
6499
6943
  <td class="type">
6500
6944
 
6501
6945
 
6502
- <span class="param-type">String</span>
6946
+ <span class="param-type">
6947
+
6948
+ String
6949
+
6950
+ </span>
6503
6951
 
6504
6952
 
6505
6953
 
@@ -6537,7 +6985,11 @@ wfsLayer.load().then((result) => {
6537
6985
  <td class="type">
6538
6986
 
6539
6987
 
6540
- <span class="param-type">String</span>
6988
+ <span class="param-type">
6989
+
6990
+ String
6991
+
6992
+ </span>
6541
6993
 
6542
6994
 
6543
6995
 
@@ -6575,7 +7027,11 @@ wfsLayer.load().then((result) => {
6575
7027
  <td class="type">
6576
7028
 
6577
7029
 
6578
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7030
+ <span class="param-type">
7031
+
7032
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7033
+
7034
+ </span>
6579
7035
 
6580
7036
 
6581
7037
 
@@ -6613,7 +7069,11 @@ wfsLayer.load().then((result) => {
6613
7069
  <td class="type">
6614
7070
 
6615
7071
 
6616
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7072
+ <span class="param-type">
7073
+
7074
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7075
+
7076
+ </span>
6617
7077
 
6618
7078
 
6619
7079
 
@@ -6651,7 +7111,11 @@ wfsLayer.load().then((result) => {
6651
7111
  <td class="type">
6652
7112
 
6653
7113
 
6654
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7114
+ <span class="param-type">
7115
+
7116
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7117
+
7118
+ </span>
6655
7119
 
6656
7120
 
6657
7121
 
@@ -6689,7 +7153,11 @@ wfsLayer.load().then((result) => {
6689
7153
  <td class="type">
6690
7154
 
6691
7155
 
6692
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7156
+ <span class="param-type">
7157
+
7158
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7159
+
7160
+ </span>
6693
7161
 
6694
7162
 
6695
7163
 
@@ -6727,7 +7195,11 @@ wfsLayer.load().then((result) => {
6727
7195
  <td class="type">
6728
7196
 
6729
7197
 
6730
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7198
+ <span class="param-type">
7199
+
7200
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7201
+
7202
+ </span>
6731
7203
 
6732
7204
 
6733
7205
 
@@ -6909,7 +7381,11 @@ wfsLayer.load().then((result) => {
6909
7381
  <td class="type">
6910
7382
 
6911
7383
 
6912
- <span class="param-type">Object</span>
7384
+ <span class="param-type">
7385
+
7386
+ Object
7387
+
7388
+ </span>
6913
7389
 
6914
7390
 
6915
7391
 
@@ -6943,7 +7419,11 @@ wfsLayer.load().then((result) => {
6943
7419
  <td class="type">
6944
7420
 
6945
7421
 
6946
- <span class="param-type">String</span>
7422
+ <span class="param-type">
7423
+
7424
+ String
7425
+
7426
+ </span>
6947
7427
 
6948
7428
 
6949
7429
 
@@ -6981,7 +7461,11 @@ wfsLayer.load().then((result) => {
6981
7461
  <td class="type">
6982
7462
 
6983
7463
 
6984
- <span class="param-type">String</span>
7464
+ <span class="param-type">
7465
+
7466
+ String
7467
+
7468
+ </span>
6985
7469
 
6986
7470
 
6987
7471
 
@@ -7019,7 +7503,11 @@ wfsLayer.load().then((result) => {
7019
7503
  <td class="type">
7020
7504
 
7021
7505
 
7022
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7506
+ <span class="param-type">
7507
+
7508
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7509
+
7510
+ </span>
7023
7511
 
7024
7512
 
7025
7513
 
@@ -7057,7 +7545,11 @@ wfsLayer.load().then((result) => {
7057
7545
  <td class="type">
7058
7546
 
7059
7547
 
7060
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7548
+ <span class="param-type">
7549
+
7550
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7551
+
7552
+ </span>
7061
7553
 
7062
7554
 
7063
7555
 
@@ -7095,7 +7587,11 @@ wfsLayer.load().then((result) => {
7095
7587
  <td class="type">
7096
7588
 
7097
7589
 
7098
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7590
+ <span class="param-type">
7591
+
7592
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7593
+
7594
+ </span>
7099
7595
 
7100
7596
 
7101
7597
 
@@ -7133,7 +7629,11 @@ wfsLayer.load().then((result) => {
7133
7629
  <td class="type">
7134
7630
 
7135
7631
 
7136
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7632
+ <span class="param-type">
7633
+
7634
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7635
+
7636
+ </span>
7137
7637
 
7138
7638
 
7139
7639
 
@@ -7171,7 +7671,11 @@ wfsLayer.load().then((result) => {
7171
7671
  <td class="type">
7172
7672
 
7173
7673
 
7174
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7674
+ <span class="param-type">
7675
+
7676
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7677
+
7678
+ </span>
7175
7679
 
7176
7680
 
7177
7681
 
@@ -7363,7 +7867,11 @@ wfsLayer.load().then((result) => {
7363
7867
  <td class="type">
7364
7868
 
7365
7869
 
7366
- <span class="param-type">Object</span>
7870
+ <span class="param-type">
7871
+
7872
+ Object
7873
+
7874
+ </span>
7367
7875
 
7368
7876
 
7369
7877
 
@@ -7397,7 +7905,11 @@ wfsLayer.load().then((result) => {
7397
7905
  <td class="type">
7398
7906
 
7399
7907
 
7400
- <span class="param-type">String</span>
7908
+ <span class="param-type">
7909
+
7910
+ String
7911
+
7912
+ </span>
7401
7913
 
7402
7914
 
7403
7915
 
@@ -7435,7 +7947,11 @@ wfsLayer.load().then((result) => {
7435
7947
  <td class="type">
7436
7948
 
7437
7949
 
7438
- <span class="param-type">String</span>
7950
+ <span class="param-type">
7951
+
7952
+ String
7953
+
7954
+ </span>
7439
7955
 
7440
7956
 
7441
7957
 
@@ -7473,7 +7989,11 @@ wfsLayer.load().then((result) => {
7473
7989
  <td class="type">
7474
7990
 
7475
7991
 
7476
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7992
+ <span class="param-type">
7993
+
7994
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7995
+
7996
+ </span>
7477
7997
 
7478
7998
 
7479
7999
 
@@ -7511,7 +8031,11 @@ wfsLayer.load().then((result) => {
7511
8031
  <td class="type">
7512
8032
 
7513
8033
 
7514
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8034
+ <span class="param-type">
8035
+
8036
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8037
+
8038
+ </span>
7515
8039
 
7516
8040
 
7517
8041
 
@@ -7549,7 +8073,11 @@ wfsLayer.load().then((result) => {
7549
8073
  <td class="type">
7550
8074
 
7551
8075
 
7552
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8076
+ <span class="param-type">
8077
+
8078
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8079
+
8080
+ </span>
7553
8081
 
7554
8082
 
7555
8083
 
@@ -7587,7 +8115,11 @@ wfsLayer.load().then((result) => {
7587
8115
  <td class="type">
7588
8116
 
7589
8117
 
7590
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8118
+ <span class="param-type">
8119
+
8120
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8121
+
8122
+ </span>
7591
8123
 
7592
8124
 
7593
8125
 
@@ -7625,7 +8157,11 @@ wfsLayer.load().then((result) => {
7625
8157
  <td class="type">
7626
8158
 
7627
8159
 
7628
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8160
+ <span class="param-type">
8161
+
8162
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8163
+
8164
+ </span>
7629
8165
 
7630
8166
 
7631
8167
 
@@ -7807,7 +8343,11 @@ wfsLayer.load().then((result) => {
7807
8343
  <td class="type">
7808
8344
 
7809
8345
 
7810
- <span class="param-type">Object</span>
8346
+ <span class="param-type">
8347
+
8348
+ Object
8349
+
8350
+ </span>
7811
8351
 
7812
8352
 
7813
8353
 
@@ -7841,7 +8381,11 @@ wfsLayer.load().then((result) => {
7841
8381
  <td class="type">
7842
8382
 
7843
8383
 
7844
- <span class="param-type">String</span>
8384
+ <span class="param-type">
8385
+
8386
+ String
8387
+
8388
+ </span>
7845
8389
 
7846
8390
 
7847
8391
 
@@ -7879,7 +8423,11 @@ wfsLayer.load().then((result) => {
7879
8423
  <td class="type">
7880
8424
 
7881
8425
 
7882
- <span class="param-type">String</span>
8426
+ <span class="param-type">
8427
+
8428
+ String
8429
+
8430
+ </span>
7883
8431
 
7884
8432
 
7885
8433
 
@@ -7917,7 +8465,11 @@ wfsLayer.load().then((result) => {
7917
8465
  <td class="type">
7918
8466
 
7919
8467
 
7920
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8468
+ <span class="param-type">
8469
+
8470
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8471
+
8472
+ </span>
7921
8473
 
7922
8474
 
7923
8475
 
@@ -7955,7 +8507,11 @@ wfsLayer.load().then((result) => {
7955
8507
  <td class="type">
7956
8508
 
7957
8509
 
7958
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8510
+ <span class="param-type">
8511
+
8512
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8513
+
8514
+ </span>
7959
8515
 
7960
8516
 
7961
8517
 
@@ -7993,7 +8549,11 @@ wfsLayer.load().then((result) => {
7993
8549
  <td class="type">
7994
8550
 
7995
8551
 
7996
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8552
+ <span class="param-type">
8553
+
8554
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8555
+
8556
+ </span>
7997
8557
 
7998
8558
 
7999
8559
 
@@ -8031,7 +8591,11 @@ wfsLayer.load().then((result) => {
8031
8591
  <td class="type">
8032
8592
 
8033
8593
 
8034
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8594
+ <span class="param-type">
8595
+
8596
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8597
+
8598
+ </span>
8035
8599
 
8036
8600
 
8037
8601
 
@@ -8069,7 +8633,11 @@ wfsLayer.load().then((result) => {
8069
8633
  <td class="type">
8070
8634
 
8071
8635
 
8072
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8636
+ <span class="param-type">
8637
+
8638
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8639
+
8640
+ </span>
8073
8641
 
8074
8642
 
8075
8643