@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="minScale"><code>minScale</code></td>
107
+ <td class="name"><code>minScale</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">Number</span>
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -129,13 +137,17 @@
129
137
 
130
138
  <tr class="deep-level-1">
131
139
 
132
- <td class="name" id="maxScale"><code>maxScale</code></td>
140
+ <td class="name"><code>maxScale</code></td>
133
141
 
134
142
 
135
143
  <td class="type">
136
144
 
137
145
 
138
- <span class="param-type">Number</span>
146
+ <span class="param-type">
147
+
148
+ Number
149
+
150
+ </span>
139
151
 
140
152
 
141
153
 
@@ -158,13 +170,17 @@
158
170
 
159
171
  <tr class="deep-level-1">
160
172
 
161
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
173
+ <td class="name"><code>tokenKey</code></td>
162
174
 
163
175
 
164
176
  <td class="type">
165
177
 
166
178
 
167
- <span class="param-type">String</span>
179
+ <span class="param-type">
180
+
181
+ String
182
+
183
+ </span>
168
184
 
169
185
 
170
186
 
@@ -187,13 +203,17 @@
187
203
 
188
204
  <tr class="deep-level-1">
189
205
 
190
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
206
+ <td class="name"><code>tokenValue</code></td>
191
207
 
192
208
 
193
209
  <td class="type">
194
210
 
195
211
 
196
- <span class="param-type">String</span>
212
+ <span class="param-type">
213
+
214
+ String
215
+
216
+ </span>
197
217
 
198
218
 
199
219
 
@@ -214,13 +234,17 @@
214
234
 
215
235
  <tr class="deep-level-1">
216
236
 
217
- <td class="name" id="version"><code>version</code></td>
237
+ <td class="name"><code>version</code></td>
218
238
 
219
239
 
220
240
  <td class="type">
221
241
 
222
242
 
223
- <span class="param-type">String</span>
243
+ <span class="param-type">
244
+
245
+ String
246
+
247
+ </span>
224
248
 
225
249
 
226
250
 
@@ -243,13 +267,17 @@
243
267
 
244
268
  <tr class="deep-level-1">
245
269
 
246
- <td class="name" id="customParameters"><code>customParameters</code></td>
270
+ <td class="name"><code>customParameters</code></td>
247
271
 
248
272
 
249
273
  <td class="type">
250
274
 
251
275
 
252
- <span class="param-type">Object</span>
276
+ <span class="param-type">
277
+
278
+ Object
279
+
280
+ </span>
253
281
 
254
282
 
255
283
 
@@ -272,13 +300,17 @@
272
300
 
273
301
  <tr class="deep-level-1">
274
302
 
275
- <td class="name" id="customLayerParameters"><code>customLayerParameters</code></td>
303
+ <td class="name"><code>customLayerParameters</code></td>
276
304
 
277
305
 
278
306
  <td class="type">
279
307
 
280
308
 
281
- <span class="param-type">Object</span>
309
+ <span class="param-type">
310
+
311
+ Object
312
+
313
+ </span>
282
314
 
283
315
 
284
316
 
@@ -418,7 +450,11 @@
418
450
  <td class="name">
419
451
  <code>
420
452
 
421
- <span class="param-type">String</span>
453
+ <span class="param-type">
454
+
455
+ String
456
+
457
+ </span>
422
458
 
423
459
 
424
460
 
@@ -432,7 +468,11 @@
432
468
  <td class="name">
433
469
  <code>
434
470
 
435
- <span class="param-type">Object</span>
471
+ <span class="param-type">
472
+
473
+ Object
474
+
475
+ </span>
436
476
 
437
477
 
438
478
 
@@ -446,7 +486,11 @@
446
486
  <td class="name">
447
487
  <code>
448
488
 
449
- <span class="param-type">String</span>
489
+ <span class="param-type">
490
+
491
+ String
492
+
493
+ </span>
450
494
 
451
495
 
452
496
 
@@ -460,7 +504,11 @@
460
504
  <td class="name">
461
505
  <code>
462
506
 
463
- <span class="param-type">Object</span>
507
+ <span class="param-type">
508
+
509
+ Object
510
+
511
+ </span>
464
512
 
465
513
 
466
514
 
@@ -474,7 +522,11 @@
474
522
  <td class="name">
475
523
  <code>
476
524
 
477
- <span class="param-type">Object</span>
525
+ <span class="param-type">
526
+
527
+ Object
528
+
529
+ </span>
478
530
 
479
531
 
480
532
 
@@ -488,7 +540,11 @@
488
540
  <td class="name">
489
541
  <code>
490
542
 
491
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
543
+ <span class="param-type">
544
+
545
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
546
+
547
+ </span>
492
548
 
493
549
 
494
550
 
@@ -502,7 +558,11 @@
502
558
  <td class="name">
503
559
  <code>
504
560
 
505
- <span class="param-type">String</span>
561
+ <span class="param-type">
562
+
563
+ String
564
+
565
+ </span>
506
566
 
507
567
 
508
568
 
@@ -516,7 +576,11 @@
516
576
  <td class="name">
517
577
  <code>
518
578
 
519
- <span class="param-type">String</span>
579
+ <span class="param-type">
580
+
581
+ String
582
+
583
+ </span>
520
584
 
521
585
 
522
586
 
@@ -530,7 +594,11 @@
530
594
  <td class="name">
531
595
  <code>
532
596
 
533
- <span class="param-type">String</span>
597
+ <span class="param-type">
598
+
599
+ String
600
+
601
+ </span>
534
602
 
535
603
 
536
604
 
@@ -544,7 +612,11 @@
544
612
  <td class="name">
545
613
  <code>
546
614
 
547
- <span class="param-type">Number</span>
615
+ <span class="param-type">
616
+
617
+ Number
618
+
619
+ </span>
548
620
 
549
621
 
550
622
 
@@ -558,7 +630,11 @@
558
630
  <td class="name">
559
631
  <code>
560
632
 
561
- <span class="param-type">Boolean</span>
633
+ <span class="param-type">
634
+
635
+ Boolean
636
+
637
+ </span>
562
638
 
563
639
 
564
640
 
@@ -572,7 +648,11 @@
572
648
  <td class="name">
573
649
  <code>
574
650
 
575
- <span class="param-type">String</span>
651
+ <span class="param-type">
652
+
653
+ String
654
+
655
+ </span>
576
656
 
577
657
 
578
658
 
@@ -586,7 +666,11 @@
586
666
  <td class="name">
587
667
  <code>
588
668
 
589
- <span class="param-type">Number</span>
669
+ <span class="param-type">
670
+
671
+ Number
672
+
673
+ </span>
590
674
 
591
675
 
592
676
 
@@ -600,7 +684,11 @@
600
684
  <td class="name">
601
685
  <code>
602
686
 
603
- <span class="param-type">Number</span>
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
604
692
 
605
693
 
606
694
 
@@ -614,7 +702,11 @@
614
702
  <td class="name">
615
703
  <code>
616
704
 
617
- <span class="param-type">Number</span>
705
+ <span class="param-type">
706
+
707
+ Number
708
+
709
+ </span>
618
710
 
619
711
 
620
712
 
@@ -628,7 +720,11 @@
628
720
  <td class="name">
629
721
  <code>
630
722
 
631
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
723
+ <span class="param-type">
724
+
725
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
726
+
727
+ </span>
632
728
 
633
729
 
634
730
 
@@ -642,7 +738,11 @@
642
738
  <td class="name">
643
739
  <code>
644
740
 
645
- <span class="param-type">String</span>
741
+ <span class="param-type">
742
+
743
+ String
744
+
745
+ </span>
646
746
 
647
747
 
648
748
 
@@ -656,7 +756,11 @@
656
756
  <td class="name">
657
757
  <code>
658
758
 
659
- <span class="param-type">String</span>
759
+ <span class="param-type">
760
+
761
+ String
762
+
763
+ </span>
660
764
 
661
765
 
662
766
 
@@ -670,7 +774,11 @@
670
774
  <td class="name">
671
775
  <code>
672
776
 
673
- <span class="param-type">String</span>
777
+ <span class="param-type">
778
+
779
+ String
780
+
781
+ </span>
674
782
 
675
783
 
676
784
 
@@ -684,7 +792,11 @@
684
792
  <td class="name">
685
793
  <code>
686
794
 
687
- <span class="param-type">String</span>
795
+ <span class="param-type">
796
+
797
+ String
798
+
799
+ </span>
688
800
 
689
801
 
690
802
 
@@ -698,7 +810,11 @@
698
810
  <td class="name">
699
811
  <code>
700
812
 
701
- <span class="param-type">String</span>
813
+ <span class="param-type">
814
+
815
+ String
816
+
817
+ </span>
702
818
 
703
819
 
704
820
 
@@ -712,7 +828,11 @@
712
828
  <td class="name">
713
829
  <code>
714
830
 
715
- <span class="param-type">Number</span>
831
+ <span class="param-type">
832
+
833
+ Number
834
+
835
+ </span>
716
836
 
717
837
 
718
838
 
@@ -732,7 +852,11 @@
732
852
  <span class="method-parameter is-pulled-right">
733
853
  <label>类型:</label>
734
854
 
735
- <span class="param-type">String</span>
855
+ <span class="param-type">
856
+
857
+ String
858
+
859
+ </span>
736
860
 
737
861
 
738
862
 
@@ -812,7 +936,11 @@
812
936
  <span class="method-parameter is-pulled-right">
813
937
  <label>类型:</label>
814
938
 
815
- <span class="param-type">Object</span>
939
+ <span class="param-type">
940
+
941
+ Object
942
+
943
+ </span>
816
944
 
817
945
 
818
946
 
@@ -883,7 +1011,11 @@
883
1011
  <span class="method-parameter is-pulled-right">
884
1012
  <label>类型:</label>
885
1013
 
886
- <span class="param-type">String</span>
1014
+ <span class="param-type">
1015
+
1016
+ String
1017
+
1018
+ </span>
887
1019
 
888
1020
 
889
1021
 
@@ -963,7 +1095,11 @@
963
1095
  <span class="method-parameter is-pulled-right">
964
1096
  <label>类型:</label>
965
1097
 
966
- <span class="param-type">Object</span>
1098
+ <span class="param-type">
1099
+
1100
+ Object
1101
+
1102
+ </span>
967
1103
 
968
1104
 
969
1105
 
@@ -1039,7 +1175,11 @@
1039
1175
  <span class="method-parameter is-pulled-right">
1040
1176
  <label>类型:</label>
1041
1177
 
1042
- <span class="param-type">Object</span>
1178
+ <span class="param-type">
1179
+
1180
+ Object
1181
+
1182
+ </span>
1043
1183
 
1044
1184
 
1045
1185
 
@@ -1115,7 +1255,11 @@
1115
1255
  <span class="method-parameter is-pulled-right">
1116
1256
  <label>类型:</label>
1117
1257
 
1118
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1258
+ <span class="param-type">
1259
+
1260
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1261
+
1262
+ </span>
1119
1263
 
1120
1264
 
1121
1265
 
@@ -1195,7 +1339,11 @@
1195
1339
  <span class="method-parameter is-pulled-right">
1196
1340
  <label>类型:</label>
1197
1341
 
1198
- <span class="param-type">String</span>
1342
+ <span class="param-type">
1343
+
1344
+ String
1345
+
1346
+ </span>
1199
1347
 
1200
1348
 
1201
1349
 
@@ -1271,7 +1419,11 @@
1271
1419
  <span class="method-parameter is-pulled-right">
1272
1420
  <label>类型:</label>
1273
1421
 
1274
- <span class="param-type">String</span>
1422
+ <span class="param-type">
1423
+
1424
+ String
1425
+
1426
+ </span>
1275
1427
 
1276
1428
 
1277
1429
 
@@ -1347,7 +1499,11 @@
1347
1499
  <span class="method-parameter is-pulled-right">
1348
1500
  <label>类型:</label>
1349
1501
 
1350
- <span class="param-type">String</span>
1502
+ <span class="param-type">
1503
+
1504
+ String
1505
+
1506
+ </span>
1351
1507
 
1352
1508
 
1353
1509
 
@@ -1427,7 +1583,11 @@
1427
1583
  <span class="method-parameter is-pulled-right">
1428
1584
  <label>类型:</label>
1429
1585
 
1430
- <span class="param-type">Number</span>
1586
+ <span class="param-type">
1587
+
1588
+ Number
1589
+
1590
+ </span>
1431
1591
 
1432
1592
 
1433
1593
 
@@ -1503,7 +1663,11 @@
1503
1663
  <span class="method-parameter is-pulled-right">
1504
1664
  <label>类型:</label>
1505
1665
 
1506
- <span class="param-type">Boolean</span>
1666
+ <span class="param-type">
1667
+
1668
+ Boolean
1669
+
1670
+ </span>
1507
1671
 
1508
1672
 
1509
1673
 
@@ -1588,7 +1752,11 @@
1588
1752
  <span class="method-parameter is-pulled-right">
1589
1753
  <label>类型:</label>
1590
1754
 
1591
- <span class="param-type">String</span>
1755
+ <span class="param-type">
1756
+
1757
+ String
1758
+
1759
+ </span>
1592
1760
 
1593
1761
 
1594
1762
 
@@ -1673,7 +1841,11 @@
1673
1841
  <span class="method-parameter is-pulled-right">
1674
1842
  <label>类型:</label>
1675
1843
 
1676
- <span class="param-type">Number</span>
1844
+ <span class="param-type">
1845
+
1846
+ Number
1847
+
1848
+ </span>
1677
1849
 
1678
1850
 
1679
1851
 
@@ -1754,7 +1926,11 @@
1754
1926
  <span class="method-parameter is-pulled-right">
1755
1927
  <label>类型:</label>
1756
1928
 
1757
- <span class="param-type">Number</span>
1929
+ <span class="param-type">
1930
+
1931
+ Number
1932
+
1933
+ </span>
1758
1934
 
1759
1935
 
1760
1936
 
@@ -1835,7 +2011,11 @@
1835
2011
  <span class="method-parameter is-pulled-right">
1836
2012
  <label>类型:</label>
1837
2013
 
1838
- <span class="param-type">Number</span>
2014
+ <span class="param-type">
2015
+
2016
+ Number
2017
+
2018
+ </span>
1839
2019
 
1840
2020
 
1841
2021
 
@@ -1911,7 +2091,11 @@
1911
2091
  <span class="method-parameter is-pulled-right">
1912
2092
  <label>类型:</label>
1913
2093
 
1914
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2094
+ <span class="param-type">
2095
+
2096
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2097
+
2098
+ </span>
1915
2099
 
1916
2100
 
1917
2101
 
@@ -1987,7 +2171,11 @@
1987
2171
  <span class="method-parameter is-pulled-right">
1988
2172
  <label>类型:</label>
1989
2173
 
1990
- <span class="param-type">String</span>
2174
+ <span class="param-type">
2175
+
2176
+ String
2177
+
2178
+ </span>
1991
2179
 
1992
2180
 
1993
2181
 
@@ -2063,7 +2251,11 @@
2063
2251
  <span class="method-parameter is-pulled-right">
2064
2252
  <label>类型:</label>
2065
2253
 
2066
- <span class="param-type">String</span>
2254
+ <span class="param-type">
2255
+
2256
+ String
2257
+
2258
+ </span>
2067
2259
 
2068
2260
 
2069
2261
 
@@ -2144,7 +2336,11 @@
2144
2336
  <span class="method-parameter is-pulled-right">
2145
2337
  <label>类型:</label>
2146
2338
 
2147
- <span class="param-type">String</span>
2339
+ <span class="param-type">
2340
+
2341
+ String
2342
+
2343
+ </span>
2148
2344
 
2149
2345
 
2150
2346
 
@@ -2220,7 +2416,11 @@
2220
2416
  <span class="method-parameter is-pulled-right">
2221
2417
  <label>类型:</label>
2222
2418
 
2223
- <span class="param-type">String</span>
2419
+ <span class="param-type">
2420
+
2421
+ String
2422
+
2423
+ </span>
2224
2424
 
2225
2425
 
2226
2426
 
@@ -2300,7 +2500,11 @@
2300
2500
  <span class="method-parameter is-pulled-right">
2301
2501
  <label>类型:</label>
2302
2502
 
2303
- <span class="param-type">String</span>
2503
+ <span class="param-type">
2504
+
2505
+ String
2506
+
2507
+ </span>
2304
2508
 
2305
2509
 
2306
2510
 
@@ -2371,7 +2575,11 @@
2371
2575
  <span class="method-parameter is-pulled-right">
2372
2576
  <label>类型:</label>
2373
2577
 
2374
- <span class="param-type">Number</span>
2578
+ <span class="param-type">
2579
+
2580
+ Number
2581
+
2582
+ </span>
2375
2583
 
2376
2584
 
2377
2585
 
@@ -2468,7 +2676,11 @@
2468
2676
  <code>
2469
2677
 
2470
2678
 
2471
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2679
+ <span class="param-type">
2680
+
2681
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2682
+
2683
+ </span>
2472
2684
 
2473
2685
 
2474
2686
 
@@ -2484,7 +2696,11 @@
2484
2696
  <code>
2485
2697
 
2486
2698
 
2487
- <span class="param-type">*</span>
2699
+ <span class="param-type">
2700
+
2701
+ *
2702
+
2703
+ </span>
2488
2704
 
2489
2705
 
2490
2706
 
@@ -2500,7 +2716,11 @@
2500
2716
  <code>
2501
2717
 
2502
2718
 
2503
- <span class="param-type">Boolean</span>
2719
+ <span class="param-type">
2720
+
2721
+ Boolean
2722
+
2723
+ </span>
2504
2724
 
2505
2725
 
2506
2726
 
@@ -2526,7 +2746,11 @@
2526
2746
  <code>
2527
2747
 
2528
2748
 
2529
- <span class="param-type">Object</span>
2749
+ <span class="param-type">
2750
+
2751
+ Object
2752
+
2753
+ </span>
2530
2754
 
2531
2755
 
2532
2756
 
@@ -2644,7 +2868,11 @@
2644
2868
  <div class='column is-5 has-text-left'>
2645
2869
  <label>类型: </label>
2646
2870
 
2647
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2871
+ <span class="param-type">
2872
+
2873
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2874
+
2875
+ </span>
2648
2876
 
2649
2877
 
2650
2878
 
@@ -2760,7 +2988,11 @@
2760
2988
  <div class='column is-5 has-text-left'>
2761
2989
  <label>类型: </label>
2762
2990
 
2763
- <span class="param-type">*</span>
2991
+ <span class="param-type">
2992
+
2993
+ *
2994
+
2995
+ </span>
2764
2996
 
2765
2997
 
2766
2998
 
@@ -2882,7 +3114,11 @@
2882
3114
  <div class='column is-5 has-text-left'>
2883
3115
  <label>类型: </label>
2884
3116
 
2885
- <span class="param-type">Boolean</span>
3117
+ <span class="param-type">
3118
+
3119
+ Boolean
3120
+
3121
+ </span>
2886
3122
 
2887
3123
 
2888
3124
 
@@ -3100,7 +3336,11 @@
3100
3336
  <div class='column is-5 has-text-left'>
3101
3337
  <label>类型: </label>
3102
3338
 
3103
- <span class="param-type">Object</span>
3339
+ <span class="param-type">
3340
+
3341
+ Object
3342
+
3343
+ </span>
3104
3344
 
3105
3345
 
3106
3346
 
@@ -3140,37 +3380,37 @@
3140
3380
  <tbody>
3141
3381
 
3142
3382
  <tr class="deep-level-0">
3143
- <td class="name"><code><a href="OGCLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3383
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3144
3384
  <td class="name"><code>图层刷新完毕事件</code></td>
3145
3385
  </tr>
3146
3386
 
3147
3387
  <tr class="deep-level-0">
3148
- <td class="name"><code><a href="OGCLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3388
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3149
3389
  <td class="name"><code>图层加载完毕事件</code></td>
3150
3390
  </tr>
3151
3391
 
3152
3392
  <tr class="deep-level-0">
3153
- <td class="name"><code><a href="OGCLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3393
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3154
3394
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3155
3395
  </tr>
3156
3396
 
3157
3397
  <tr class="deep-level-0">
3158
- <td class="name"><code><a href="OGCLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3398
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3159
3399
  <td class="name"><code>图层更新完毕事件</code></td>
3160
3400
  </tr>
3161
3401
 
3162
3402
  <tr class="deep-level-0">
3163
- <td class="name"><code><a href="OGCLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3403
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3164
3404
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3165
3405
  </tr>
3166
3406
 
3167
3407
  <tr class="deep-level-0">
3168
- <td class="name"><code><a href="OGCLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3408
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3169
3409
  <td class="name"><code>图层销毁完毕事件</code></td>
3170
3410
  </tr>
3171
3411
 
3172
3412
  <tr class="deep-level-0">
3173
- <td class="name"><code><a href="OGCLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3413
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3174
3414
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3175
3415
  </tr>
3176
3416
 
@@ -3250,7 +3490,11 @@
3250
3490
  <td class="type">
3251
3491
 
3252
3492
 
3253
- <span class="param-type">Object</span>
3493
+ <span class="param-type">
3494
+
3495
+ Object
3496
+
3497
+ </span>
3254
3498
 
3255
3499
 
3256
3500
 
@@ -3284,7 +3528,11 @@
3284
3528
  <td class="type">
3285
3529
 
3286
3530
 
3287
- <span class="param-type">String</span>
3531
+ <span class="param-type">
3532
+
3533
+ String
3534
+
3535
+ </span>
3288
3536
 
3289
3537
 
3290
3538
 
@@ -3322,7 +3570,11 @@
3322
3570
  <td class="type">
3323
3571
 
3324
3572
 
3325
- <span class="param-type">String</span>
3573
+ <span class="param-type">
3574
+
3575
+ String
3576
+
3577
+ </span>
3326
3578
 
3327
3579
 
3328
3580
 
@@ -3360,7 +3612,11 @@
3360
3612
  <td class="type">
3361
3613
 
3362
3614
 
3363
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3615
+ <span class="param-type">
3616
+
3617
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3618
+
3619
+ </span>
3364
3620
 
3365
3621
 
3366
3622
 
@@ -3398,7 +3654,11 @@
3398
3654
  <td class="type">
3399
3655
 
3400
3656
 
3401
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3657
+ <span class="param-type">
3658
+
3659
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3660
+
3661
+ </span>
3402
3662
 
3403
3663
 
3404
3664
 
@@ -3436,7 +3696,11 @@
3436
3696
  <td class="type">
3437
3697
 
3438
3698
 
3439
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3699
+ <span class="param-type">
3700
+
3701
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
3702
+
3703
+ </span>
3440
3704
 
3441
3705
 
3442
3706
 
@@ -3474,7 +3738,11 @@
3474
3738
  <td class="type">
3475
3739
 
3476
3740
 
3477
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3741
+ <span class="param-type">
3742
+
3743
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3744
+
3745
+ </span>
3478
3746
 
3479
3747
 
3480
3748
 
@@ -3512,7 +3780,11 @@
3512
3780
  <td class="type">
3513
3781
 
3514
3782
 
3515
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3783
+ <span class="param-type">
3784
+
3785
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
3786
+
3787
+ </span>
3516
3788
 
3517
3789
 
3518
3790
 
@@ -3704,7 +3976,11 @@
3704
3976
  <td class="type">
3705
3977
 
3706
3978
 
3707
- <span class="param-type">Object</span>
3979
+ <span class="param-type">
3980
+
3981
+ Object
3982
+
3983
+ </span>
3708
3984
 
3709
3985
 
3710
3986
 
@@ -3738,7 +4014,11 @@
3738
4014
  <td class="type">
3739
4015
 
3740
4016
 
3741
- <span class="param-type">String</span>
4017
+ <span class="param-type">
4018
+
4019
+ String
4020
+
4021
+ </span>
3742
4022
 
3743
4023
 
3744
4024
 
@@ -3776,7 +4056,11 @@
3776
4056
  <td class="type">
3777
4057
 
3778
4058
 
3779
- <span class="param-type">String</span>
4059
+ <span class="param-type">
4060
+
4061
+ String
4062
+
4063
+ </span>
3780
4064
 
3781
4065
 
3782
4066
 
@@ -3814,7 +4098,11 @@
3814
4098
  <td class="type">
3815
4099
 
3816
4100
 
3817
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4101
+ <span class="param-type">
4102
+
4103
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4104
+
4105
+ </span>
3818
4106
 
3819
4107
 
3820
4108
 
@@ -3852,7 +4140,11 @@
3852
4140
  <td class="type">
3853
4141
 
3854
4142
 
3855
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4143
+ <span class="param-type">
4144
+
4145
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4146
+
4147
+ </span>
3856
4148
 
3857
4149
 
3858
4150
 
@@ -3890,7 +4182,11 @@
3890
4182
  <td class="type">
3891
4183
 
3892
4184
 
3893
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4185
+ <span class="param-type">
4186
+
4187
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4188
+
4189
+ </span>
3894
4190
 
3895
4191
 
3896
4192
 
@@ -3928,7 +4224,11 @@
3928
4224
  <td class="type">
3929
4225
 
3930
4226
 
3931
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4227
+ <span class="param-type">
4228
+
4229
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4230
+
4231
+ </span>
3932
4232
 
3933
4233
 
3934
4234
 
@@ -3966,7 +4266,11 @@
3966
4266
  <td class="type">
3967
4267
 
3968
4268
 
3969
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4269
+ <span class="param-type">
4270
+
4271
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4272
+
4273
+ </span>
3970
4274
 
3971
4275
 
3972
4276
 
@@ -4148,7 +4452,11 @@
4148
4452
  <td class="type">
4149
4453
 
4150
4454
 
4151
- <span class="param-type">Object</span>
4455
+ <span class="param-type">
4456
+
4457
+ Object
4458
+
4459
+ </span>
4152
4460
 
4153
4461
 
4154
4462
 
@@ -4182,7 +4490,11 @@
4182
4490
  <td class="type">
4183
4491
 
4184
4492
 
4185
- <span class="param-type">String</span>
4493
+ <span class="param-type">
4494
+
4495
+ String
4496
+
4497
+ </span>
4186
4498
 
4187
4499
 
4188
4500
 
@@ -4220,7 +4532,11 @@
4220
4532
  <td class="type">
4221
4533
 
4222
4534
 
4223
- <span class="param-type">String</span>
4535
+ <span class="param-type">
4536
+
4537
+ String
4538
+
4539
+ </span>
4224
4540
 
4225
4541
 
4226
4542
 
@@ -4258,7 +4574,11 @@
4258
4574
  <td class="type">
4259
4575
 
4260
4576
 
4261
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4577
+ <span class="param-type">
4578
+
4579
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4580
+
4581
+ </span>
4262
4582
 
4263
4583
 
4264
4584
 
@@ -4296,7 +4616,11 @@
4296
4616
  <td class="type">
4297
4617
 
4298
4618
 
4299
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4619
+ <span class="param-type">
4620
+
4621
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4622
+
4623
+ </span>
4300
4624
 
4301
4625
 
4302
4626
 
@@ -4334,7 +4658,11 @@
4334
4658
  <td class="type">
4335
4659
 
4336
4660
 
4337
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4661
+ <span class="param-type">
4662
+
4663
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4664
+
4665
+ </span>
4338
4666
 
4339
4667
 
4340
4668
 
@@ -4372,7 +4700,11 @@
4372
4700
  <td class="type">
4373
4701
 
4374
4702
 
4375
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4703
+ <span class="param-type">
4704
+
4705
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4706
+
4707
+ </span>
4376
4708
 
4377
4709
 
4378
4710
 
@@ -4410,7 +4742,11 @@
4410
4742
  <td class="type">
4411
4743
 
4412
4744
 
4413
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4745
+ <span class="param-type">
4746
+
4747
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4748
+
4749
+ </span>
4414
4750
 
4415
4751
 
4416
4752
 
@@ -4602,7 +4938,11 @@
4602
4938
  <td class="type">
4603
4939
 
4604
4940
 
4605
- <span class="param-type">Object</span>
4941
+ <span class="param-type">
4942
+
4943
+ Object
4944
+
4945
+ </span>
4606
4946
 
4607
4947
 
4608
4948
 
@@ -4636,7 +4976,11 @@
4636
4976
  <td class="type">
4637
4977
 
4638
4978
 
4639
- <span class="param-type">String</span>
4979
+ <span class="param-type">
4980
+
4981
+ String
4982
+
4983
+ </span>
4640
4984
 
4641
4985
 
4642
4986
 
@@ -4674,7 +5018,11 @@
4674
5018
  <td class="type">
4675
5019
 
4676
5020
 
4677
- <span class="param-type">String</span>
5021
+ <span class="param-type">
5022
+
5023
+ String
5024
+
5025
+ </span>
4678
5026
 
4679
5027
 
4680
5028
 
@@ -4712,7 +5060,11 @@
4712
5060
  <td class="type">
4713
5061
 
4714
5062
 
4715
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5063
+ <span class="param-type">
5064
+
5065
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5066
+
5067
+ </span>
4716
5068
 
4717
5069
 
4718
5070
 
@@ -4750,7 +5102,11 @@
4750
5102
  <td class="type">
4751
5103
 
4752
5104
 
4753
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5105
+ <span class="param-type">
5106
+
5107
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5108
+
5109
+ </span>
4754
5110
 
4755
5111
 
4756
5112
 
@@ -4788,7 +5144,11 @@
4788
5144
  <td class="type">
4789
5145
 
4790
5146
 
4791
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5147
+ <span class="param-type">
5148
+
5149
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5150
+
5151
+ </span>
4792
5152
 
4793
5153
 
4794
5154
 
@@ -4826,7 +5186,11 @@
4826
5186
  <td class="type">
4827
5187
 
4828
5188
 
4829
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5189
+ <span class="param-type">
5190
+
5191
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5192
+
5193
+ </span>
4830
5194
 
4831
5195
 
4832
5196
 
@@ -4864,7 +5228,11 @@
4864
5228
  <td class="type">
4865
5229
 
4866
5230
 
4867
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5231
+ <span class="param-type">
5232
+
5233
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5234
+
5235
+ </span>
4868
5236
 
4869
5237
 
4870
5238
 
@@ -5046,7 +5414,11 @@
5046
5414
  <td class="type">
5047
5415
 
5048
5416
 
5049
- <span class="param-type">Object</span>
5417
+ <span class="param-type">
5418
+
5419
+ Object
5420
+
5421
+ </span>
5050
5422
 
5051
5423
 
5052
5424
 
@@ -5080,7 +5452,11 @@
5080
5452
  <td class="type">
5081
5453
 
5082
5454
 
5083
- <span class="param-type">String</span>
5455
+ <span class="param-type">
5456
+
5457
+ String
5458
+
5459
+ </span>
5084
5460
 
5085
5461
 
5086
5462
 
@@ -5118,7 +5494,11 @@
5118
5494
  <td class="type">
5119
5495
 
5120
5496
 
5121
- <span class="param-type">String</span>
5497
+ <span class="param-type">
5498
+
5499
+ String
5500
+
5501
+ </span>
5122
5502
 
5123
5503
 
5124
5504
 
@@ -5156,7 +5536,11 @@
5156
5536
  <td class="type">
5157
5537
 
5158
5538
 
5159
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5539
+ <span class="param-type">
5540
+
5541
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5542
+
5543
+ </span>
5160
5544
 
5161
5545
 
5162
5546
 
@@ -5194,7 +5578,11 @@
5194
5578
  <td class="type">
5195
5579
 
5196
5580
 
5197
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5581
+ <span class="param-type">
5582
+
5583
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5584
+
5585
+ </span>
5198
5586
 
5199
5587
 
5200
5588
 
@@ -5232,7 +5620,11 @@
5232
5620
  <td class="type">
5233
5621
 
5234
5622
 
5235
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5623
+ <span class="param-type">
5624
+
5625
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5626
+
5627
+ </span>
5236
5628
 
5237
5629
 
5238
5630
 
@@ -5270,7 +5662,11 @@
5270
5662
  <td class="type">
5271
5663
 
5272
5664
 
5273
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5665
+ <span class="param-type">
5666
+
5667
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5668
+
5669
+ </span>
5274
5670
 
5275
5671
 
5276
5672
 
@@ -5308,7 +5704,11 @@
5308
5704
  <td class="type">
5309
5705
 
5310
5706
 
5311
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5707
+ <span class="param-type">
5708
+
5709
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5710
+
5711
+ </span>
5312
5712
 
5313
5713
 
5314
5714
 
@@ -5500,7 +5900,11 @@
5500
5900
  <td class="type">
5501
5901
 
5502
5902
 
5503
- <span class="param-type">Object</span>
5903
+ <span class="param-type">
5904
+
5905
+ Object
5906
+
5907
+ </span>
5504
5908
 
5505
5909
 
5506
5910
 
@@ -5534,7 +5938,11 @@
5534
5938
  <td class="type">
5535
5939
 
5536
5940
 
5537
- <span class="param-type">String</span>
5941
+ <span class="param-type">
5942
+
5943
+ String
5944
+
5945
+ </span>
5538
5946
 
5539
5947
 
5540
5948
 
@@ -5572,7 +5980,11 @@
5572
5980
  <td class="type">
5573
5981
 
5574
5982
 
5575
- <span class="param-type">String</span>
5983
+ <span class="param-type">
5984
+
5985
+ String
5986
+
5987
+ </span>
5576
5988
 
5577
5989
 
5578
5990
 
@@ -5610,7 +6022,11 @@
5610
6022
  <td class="type">
5611
6023
 
5612
6024
 
5613
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6025
+ <span class="param-type">
6026
+
6027
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6028
+
6029
+ </span>
5614
6030
 
5615
6031
 
5616
6032
 
@@ -5648,7 +6064,11 @@
5648
6064
  <td class="type">
5649
6065
 
5650
6066
 
5651
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6067
+ <span class="param-type">
6068
+
6069
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6070
+
6071
+ </span>
5652
6072
 
5653
6073
 
5654
6074
 
@@ -5686,7 +6106,11 @@
5686
6106
  <td class="type">
5687
6107
 
5688
6108
 
5689
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6109
+ <span class="param-type">
6110
+
6111
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6112
+
6113
+ </span>
5690
6114
 
5691
6115
 
5692
6116
 
@@ -5724,7 +6148,11 @@
5724
6148
  <td class="type">
5725
6149
 
5726
6150
 
5727
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6151
+ <span class="param-type">
6152
+
6153
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6154
+
6155
+ </span>
5728
6156
 
5729
6157
 
5730
6158
 
@@ -5762,7 +6190,11 @@
5762
6190
  <td class="type">
5763
6191
 
5764
6192
 
5765
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6193
+ <span class="param-type">
6194
+
6195
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6196
+
6197
+ </span>
5766
6198
 
5767
6199
 
5768
6200
 
@@ -5944,7 +6376,11 @@
5944
6376
  <td class="type">
5945
6377
 
5946
6378
 
5947
- <span class="param-type">Object</span>
6379
+ <span class="param-type">
6380
+
6381
+ Object
6382
+
6383
+ </span>
5948
6384
 
5949
6385
 
5950
6386
 
@@ -5978,7 +6414,11 @@
5978
6414
  <td class="type">
5979
6415
 
5980
6416
 
5981
- <span class="param-type">String</span>
6417
+ <span class="param-type">
6418
+
6419
+ String
6420
+
6421
+ </span>
5982
6422
 
5983
6423
 
5984
6424
 
@@ -6016,7 +6456,11 @@
6016
6456
  <td class="type">
6017
6457
 
6018
6458
 
6019
- <span class="param-type">String</span>
6459
+ <span class="param-type">
6460
+
6461
+ String
6462
+
6463
+ </span>
6020
6464
 
6021
6465
 
6022
6466
 
@@ -6054,7 +6498,11 @@
6054
6498
  <td class="type">
6055
6499
 
6056
6500
 
6057
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6501
+ <span class="param-type">
6502
+
6503
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6504
+
6505
+ </span>
6058
6506
 
6059
6507
 
6060
6508
 
@@ -6092,7 +6540,11 @@
6092
6540
  <td class="type">
6093
6541
 
6094
6542
 
6095
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6543
+ <span class="param-type">
6544
+
6545
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6546
+
6547
+ </span>
6096
6548
 
6097
6549
 
6098
6550
 
@@ -6130,7 +6582,11 @@
6130
6582
  <td class="type">
6131
6583
 
6132
6584
 
6133
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6585
+ <span class="param-type">
6586
+
6587
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6588
+
6589
+ </span>
6134
6590
 
6135
6591
 
6136
6592
 
@@ -6168,7 +6624,11 @@
6168
6624
  <td class="type">
6169
6625
 
6170
6626
 
6171
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6627
+ <span class="param-type">
6628
+
6629
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6630
+
6631
+ </span>
6172
6632
 
6173
6633
 
6174
6634
 
@@ -6206,7 +6666,11 @@
6206
6666
  <td class="type">
6207
6667
 
6208
6668
 
6209
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6669
+ <span class="param-type">
6670
+
6671
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6672
+
6673
+ </span>
6210
6674
 
6211
6675
 
6212
6676