@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
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -208,7 +212,11 @@
208
212
  <td class="name">
209
213
  <code>
210
214
 
211
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
212
220
 
213
221
 
214
222
 
@@ -222,7 +230,11 @@
222
230
  <td class="name">
223
231
  <code>
224
232
 
225
- <span class="param-type">String</span>
233
+ <span class="param-type">
234
+
235
+ String
236
+
237
+ </span>
226
238
 
227
239
 
228
240
 
@@ -236,7 +248,11 @@
236
248
  <td class="name">
237
249
  <code>
238
250
 
239
- <span class="param-type">Object</span>
251
+ <span class="param-type">
252
+
253
+ Object
254
+
255
+ </span>
240
256
 
241
257
 
242
258
 
@@ -250,7 +266,11 @@
250
266
  <td class="name">
251
267
  <code>
252
268
 
253
- <span class="param-type">Object</span>
269
+ <span class="param-type">
270
+
271
+ Object
272
+
273
+ </span>
254
274
 
255
275
 
256
276
 
@@ -264,7 +284,11 @@
264
284
  <td class="name">
265
285
  <code>
266
286
 
267
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
287
+ <span class="param-type">
288
+
289
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
290
+
291
+ </span>
268
292
 
269
293
 
270
294
 
@@ -278,7 +302,11 @@
278
302
  <td class="name">
279
303
  <code>
280
304
 
281
- <span class="param-type">String</span>
305
+ <span class="param-type">
306
+
307
+ String
308
+
309
+ </span>
282
310
 
283
311
 
284
312
 
@@ -292,7 +320,11 @@
292
320
  <td class="name">
293
321
  <code>
294
322
 
295
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
296
328
 
297
329
 
298
330
 
@@ -306,7 +338,11 @@
306
338
  <td class="name">
307
339
  <code>
308
340
 
309
- <span class="param-type">String</span>
341
+ <span class="param-type">
342
+
343
+ String
344
+
345
+ </span>
310
346
 
311
347
 
312
348
 
@@ -320,7 +356,11 @@
320
356
  <td class="name">
321
357
  <code>
322
358
 
323
- <span class="param-type">Number</span>
359
+ <span class="param-type">
360
+
361
+ Number
362
+
363
+ </span>
324
364
 
325
365
 
326
366
 
@@ -334,7 +374,11 @@
334
374
  <td class="name">
335
375
  <code>
336
376
 
337
- <span class="param-type">Boolean</span>
377
+ <span class="param-type">
378
+
379
+ Boolean
380
+
381
+ </span>
338
382
 
339
383
 
340
384
 
@@ -348,7 +392,11 @@
348
392
  <td class="name">
349
393
  <code>
350
394
 
351
- <span class="param-type">String</span>
395
+ <span class="param-type">
396
+
397
+ String
398
+
399
+ </span>
352
400
 
353
401
 
354
402
 
@@ -362,7 +410,11 @@
362
410
  <td class="name">
363
411
  <code>
364
412
 
365
- <span class="param-type">Number</span>
413
+ <span class="param-type">
414
+
415
+ Number
416
+
417
+ </span>
366
418
 
367
419
 
368
420
 
@@ -376,7 +428,11 @@
376
428
  <td class="name">
377
429
  <code>
378
430
 
379
- <span class="param-type">Number</span>
431
+ <span class="param-type">
432
+
433
+ Number
434
+
435
+ </span>
380
436
 
381
437
 
382
438
 
@@ -390,7 +446,11 @@
390
446
  <td class="name">
391
447
  <code>
392
448
 
393
- <span class="param-type">Number</span>
449
+ <span class="param-type">
450
+
451
+ Number
452
+
453
+ </span>
394
454
 
395
455
 
396
456
 
@@ -404,7 +464,11 @@
404
464
  <td class="name">
405
465
  <code>
406
466
 
407
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
467
+ <span class="param-type">
468
+
469
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
470
+
471
+ </span>
408
472
 
409
473
 
410
474
 
@@ -418,7 +482,11 @@
418
482
  <td class="name">
419
483
  <code>
420
484
 
421
- <span class="param-type">String</span>
485
+ <span class="param-type">
486
+
487
+ String
488
+
489
+ </span>
422
490
 
423
491
 
424
492
 
@@ -432,7 +500,11 @@
432
500
  <td class="name">
433
501
  <code>
434
502
 
435
- <span class="param-type">String</span>
503
+ <span class="param-type">
504
+
505
+ String
506
+
507
+ </span>
436
508
 
437
509
 
438
510
 
@@ -446,7 +518,11 @@
446
518
  <td class="name">
447
519
  <code>
448
520
 
449
- <span class="param-type">String</span>
521
+ <span class="param-type">
522
+
523
+ String
524
+
525
+ </span>
450
526
 
451
527
 
452
528
 
@@ -460,7 +536,11 @@
460
536
  <td class="name">
461
537
  <code>
462
538
 
463
- <span class="param-type">String</span>
539
+ <span class="param-type">
540
+
541
+ String
542
+
543
+ </span>
464
544
 
465
545
 
466
546
 
@@ -474,7 +554,11 @@
474
554
  <td class="name">
475
555
  <code>
476
556
 
477
- <span class="param-type">Number</span>
557
+ <span class="param-type">
558
+
559
+ Number
560
+
561
+ </span>
478
562
 
479
563
 
480
564
 
@@ -494,7 +578,11 @@
494
578
  <span class="method-parameter is-pulled-right">
495
579
  <label>类型:</label>
496
580
 
497
- <span class="param-type">String</span>
581
+ <span class="param-type">
582
+
583
+ String
584
+
585
+ </span>
498
586
 
499
587
 
500
588
 
@@ -574,7 +662,11 @@
574
662
  <span class="method-parameter is-pulled-right">
575
663
  <label>类型:</label>
576
664
 
577
- <span class="param-type">String</span>
665
+ <span class="param-type">
666
+
667
+ String
668
+
669
+ </span>
578
670
 
579
671
 
580
672
 
@@ -654,7 +746,11 @@
654
746
  <span class="method-parameter is-pulled-right">
655
747
  <label>类型:</label>
656
748
 
657
- <span class="param-type">Object</span>
749
+ <span class="param-type">
750
+
751
+ Object
752
+
753
+ </span>
658
754
 
659
755
 
660
756
 
@@ -730,7 +826,11 @@
730
826
  <span class="method-parameter is-pulled-right">
731
827
  <label>类型:</label>
732
828
 
733
- <span class="param-type">Object</span>
829
+ <span class="param-type">
830
+
831
+ Object
832
+
833
+ </span>
734
834
 
735
835
 
736
836
 
@@ -806,7 +906,11 @@
806
906
  <span class="method-parameter is-pulled-right">
807
907
  <label>类型:</label>
808
908
 
809
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
909
+ <span class="param-type">
910
+
911
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
912
+
913
+ </span>
810
914
 
811
915
 
812
916
 
@@ -886,7 +990,11 @@
886
990
  <span class="method-parameter is-pulled-right">
887
991
  <label>类型:</label>
888
992
 
889
- <span class="param-type">String</span>
993
+ <span class="param-type">
994
+
995
+ String
996
+
997
+ </span>
890
998
 
891
999
 
892
1000
 
@@ -962,7 +1070,11 @@
962
1070
  <span class="method-parameter is-pulled-right">
963
1071
  <label>类型:</label>
964
1072
 
965
- <span class="param-type">String</span>
1073
+ <span class="param-type">
1074
+
1075
+ String
1076
+
1077
+ </span>
966
1078
 
967
1079
 
968
1080
 
@@ -1038,7 +1150,11 @@
1038
1150
  <span class="method-parameter is-pulled-right">
1039
1151
  <label>类型:</label>
1040
1152
 
1041
- <span class="param-type">String</span>
1153
+ <span class="param-type">
1154
+
1155
+ String
1156
+
1157
+ </span>
1042
1158
 
1043
1159
 
1044
1160
 
@@ -1118,7 +1234,11 @@
1118
1234
  <span class="method-parameter is-pulled-right">
1119
1235
  <label>类型:</label>
1120
1236
 
1121
- <span class="param-type">Number</span>
1237
+ <span class="param-type">
1238
+
1239
+ Number
1240
+
1241
+ </span>
1122
1242
 
1123
1243
 
1124
1244
 
@@ -1194,7 +1314,11 @@
1194
1314
  <span class="method-parameter is-pulled-right">
1195
1315
  <label>类型:</label>
1196
1316
 
1197
- <span class="param-type">Boolean</span>
1317
+ <span class="param-type">
1318
+
1319
+ Boolean
1320
+
1321
+ </span>
1198
1322
 
1199
1323
 
1200
1324
 
@@ -1279,7 +1403,11 @@
1279
1403
  <span class="method-parameter is-pulled-right">
1280
1404
  <label>类型:</label>
1281
1405
 
1282
- <span class="param-type">String</span>
1406
+ <span class="param-type">
1407
+
1408
+ String
1409
+
1410
+ </span>
1283
1411
 
1284
1412
 
1285
1413
 
@@ -1364,7 +1492,11 @@
1364
1492
  <span class="method-parameter is-pulled-right">
1365
1493
  <label>类型:</label>
1366
1494
 
1367
- <span class="param-type">Number</span>
1495
+ <span class="param-type">
1496
+
1497
+ Number
1498
+
1499
+ </span>
1368
1500
 
1369
1501
 
1370
1502
 
@@ -1445,7 +1577,11 @@
1445
1577
  <span class="method-parameter is-pulled-right">
1446
1578
  <label>类型:</label>
1447
1579
 
1448
- <span class="param-type">Number</span>
1580
+ <span class="param-type">
1581
+
1582
+ Number
1583
+
1584
+ </span>
1449
1585
 
1450
1586
 
1451
1587
 
@@ -1526,7 +1662,11 @@
1526
1662
  <span class="method-parameter is-pulled-right">
1527
1663
  <label>类型:</label>
1528
1664
 
1529
- <span class="param-type">Number</span>
1665
+ <span class="param-type">
1666
+
1667
+ Number
1668
+
1669
+ </span>
1530
1670
 
1531
1671
 
1532
1672
 
@@ -1602,7 +1742,11 @@
1602
1742
  <span class="method-parameter is-pulled-right">
1603
1743
  <label>类型:</label>
1604
1744
 
1605
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1745
+ <span class="param-type">
1746
+
1747
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1748
+
1749
+ </span>
1606
1750
 
1607
1751
 
1608
1752
 
@@ -1678,7 +1822,11 @@
1678
1822
  <span class="method-parameter is-pulled-right">
1679
1823
  <label>类型:</label>
1680
1824
 
1681
- <span class="param-type">String</span>
1825
+ <span class="param-type">
1826
+
1827
+ String
1828
+
1829
+ </span>
1682
1830
 
1683
1831
 
1684
1832
 
@@ -1754,7 +1902,11 @@
1754
1902
  <span class="method-parameter is-pulled-right">
1755
1903
  <label>类型:</label>
1756
1904
 
1757
- <span class="param-type">String</span>
1905
+ <span class="param-type">
1906
+
1907
+ String
1908
+
1909
+ </span>
1758
1910
 
1759
1911
 
1760
1912
 
@@ -1835,7 +1987,11 @@
1835
1987
  <span class="method-parameter is-pulled-right">
1836
1988
  <label>类型:</label>
1837
1989
 
1838
- <span class="param-type">String</span>
1990
+ <span class="param-type">
1991
+
1992
+ String
1993
+
1994
+ </span>
1839
1995
 
1840
1996
 
1841
1997
 
@@ -1911,7 +2067,11 @@
1911
2067
  <span class="method-parameter is-pulled-right">
1912
2068
  <label>类型:</label>
1913
2069
 
1914
- <span class="param-type">String</span>
2070
+ <span class="param-type">
2071
+
2072
+ String
2073
+
2074
+ </span>
1915
2075
 
1916
2076
 
1917
2077
 
@@ -1987,7 +2147,11 @@
1987
2147
  <span class="method-parameter is-pulled-right">
1988
2148
  <label>类型:</label>
1989
2149
 
1990
- <span class="param-type">Number</span>
2150
+ <span class="param-type">
2151
+
2152
+ Number
2153
+
2154
+ </span>
1991
2155
 
1992
2156
 
1993
2157
 
@@ -2084,7 +2248,11 @@
2084
2248
  <code>
2085
2249
 
2086
2250
 
2087
- <span class="param-type">*</span>
2251
+ <span class="param-type">
2252
+
2253
+ *
2254
+
2255
+ </span>
2088
2256
 
2089
2257
 
2090
2258
 
@@ -2100,7 +2268,11 @@
2100
2268
  <code>
2101
2269
 
2102
2270
 
2103
- <span class="param-type"><a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
2271
+ <span class="param-type">
2272
+
2273
+ <a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a>
2274
+
2275
+ </span>
2104
2276
 
2105
2277
 
2106
2278
 
@@ -2116,7 +2288,11 @@
2116
2288
  <code>
2117
2289
 
2118
2290
 
2119
- <span class="param-type">*</span>
2291
+ <span class="param-type">
2292
+
2293
+ *
2294
+
2295
+ </span>
2120
2296
 
2121
2297
 
2122
2298
 
@@ -2132,7 +2308,11 @@
2132
2308
  <code>
2133
2309
 
2134
2310
 
2135
- <span class="param-type">Boolean</span>
2311
+ <span class="param-type">
2312
+
2313
+ Boolean
2314
+
2315
+ </span>
2136
2316
 
2137
2317
 
2138
2318
 
@@ -2148,7 +2328,11 @@
2148
2328
  <code>
2149
2329
 
2150
2330
 
2151
- <span class="param-type">Object</span>
2331
+ <span class="param-type">
2332
+
2333
+ Object
2334
+
2335
+ </span>
2152
2336
 
2153
2337
 
2154
2338
 
@@ -2157,12 +2341,7 @@
2157
2341
  </td>
2158
2342
  <td class="name"><code><p>移除事件<br/>
2159
2343
  示例如下:<br/>
2160
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2161
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2162
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2163
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2164
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2165
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2344
+ </code></td>
2166
2345
  </tr>
2167
2346
 
2168
2347
  <tr class="deep-level-0">
@@ -2171,7 +2350,11 @@
2171
2350
  <code>
2172
2351
 
2173
2352
 
2174
- <span class="param-type">Object</span>
2353
+ <span class="param-type">
2354
+
2355
+ Object
2356
+
2357
+ </span>
2175
2358
 
2176
2359
 
2177
2360
 
@@ -2180,11 +2363,7 @@
2180
2363
  </td>
2181
2364
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2182
2365
  示例如下:<br/>
2183
- <a href='#event1'>[1、注册一个事件]</a><br/>
2184
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2185
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2186
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2187
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2366
+ </code></td>
2188
2367
  </tr>
2189
2368
 
2190
2369
  <tr class="deep-level-0">
@@ -2203,7 +2382,11 @@
2203
2382
  <code>
2204
2383
 
2205
2384
 
2206
- <span class="param-type">Object</span>
2385
+ <span class="param-type">
2386
+
2387
+ Object
2388
+
2389
+ </span>
2207
2390
 
2208
2391
 
2209
2392
 
@@ -2271,13 +2454,17 @@
2271
2454
 
2272
2455
  <tr class="deep-level-0">
2273
2456
 
2274
- <td class="name" id="json"><code>json</code></td>
2457
+ <td class="name"><code>json</code></td>
2275
2458
 
2276
2459
 
2277
2460
  <td class="type">
2278
2461
 
2279
2462
 
2280
- <span class="param-type">*</span>
2463
+ <span class="param-type">
2464
+
2465
+ *
2466
+
2467
+ </span>
2281
2468
 
2282
2469
 
2283
2470
 
@@ -2364,7 +2551,11 @@
2364
2551
  <div class='column is-5 has-text-left'>
2365
2552
  <label>类型: </label>
2366
2553
 
2367
- <span class="param-type">*</span>
2554
+ <span class="param-type">
2555
+
2556
+ *
2557
+
2558
+ </span>
2368
2559
 
2369
2560
 
2370
2561
 
@@ -2486,7 +2677,11 @@
2486
2677
  <div class='column is-5 has-text-left'>
2487
2678
  <label>类型: </label>
2488
2679
 
2489
- <span class="param-type"><a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
2680
+ <span class="param-type">
2681
+
2682
+ <a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a>
2683
+
2684
+ </span>
2490
2685
 
2491
2686
 
2492
2687
 
@@ -2602,7 +2797,11 @@
2602
2797
  <div class='column is-5 has-text-left'>
2603
2798
  <label>类型: </label>
2604
2799
 
2605
- <span class="param-type">*</span>
2800
+ <span class="param-type">
2801
+
2802
+ *
2803
+
2804
+ </span>
2606
2805
 
2607
2806
 
2608
2807
 
@@ -2724,7 +2923,11 @@
2724
2923
  <div class='column is-5 has-text-left'>
2725
2924
  <label>类型: </label>
2726
2925
 
2727
- <span class="param-type">Boolean</span>
2926
+ <span class="param-type">
2927
+
2928
+ Boolean
2929
+
2930
+ </span>
2728
2931
 
2729
2932
 
2730
2933
 
@@ -2803,13 +3006,17 @@
2803
3006
 
2804
3007
  <tr class="deep-level-0">
2805
3008
 
2806
- <td class="name" id="types"><code>types</code></td>
3009
+ <td class="name"><code>types</code></td>
2807
3010
 
2808
3011
 
2809
3012
  <td class="type">
2810
3013
 
2811
3014
 
2812
- <span class="param-type">string</span>
3015
+ <span class="param-type">
3016
+
3017
+ string
3018
+
3019
+ </span>
2813
3020
 
2814
3021
 
2815
3022
 
@@ -2830,13 +3037,17 @@
2830
3037
 
2831
3038
  <tr class="deep-level-0">
2832
3039
 
2833
- <td class="name" id="fn"><code>fn</code></td>
3040
+ <td class="name"><code>fn</code></td>
2834
3041
 
2835
3042
 
2836
3043
  <td class="type">
2837
3044
 
2838
3045
 
2839
- <span class="param-type">function</span>
3046
+ <span class="param-type">
3047
+
3048
+ function
3049
+
3050
+ </span>
2840
3051
 
2841
3052
 
2842
3053
 
@@ -2855,13 +3066,17 @@
2855
3066
 
2856
3067
  <tr class="deep-level-0">
2857
3068
 
2858
- <td class="name" id="context"><code>context</code></td>
3069
+ <td class="name"><code>context</code></td>
2859
3070
 
2860
3071
 
2861
3072
  <td class="type">
2862
3073
 
2863
3074
 
2864
- <span class="param-type">Object</span>
3075
+ <span class="param-type">
3076
+
3077
+ Object
3078
+
3079
+ </span>
2865
3080
 
2866
3081
 
2867
3082
 
@@ -2955,7 +3170,11 @@
2955
3170
  <div class='column is-5 has-text-left'>
2956
3171
  <label>类型: </label>
2957
3172
 
2958
- <span class="param-type">Object</span>
3173
+ <span class="param-type">
3174
+
3175
+ Object
3176
+
3177
+ </span>
2959
3178
 
2960
3179
 
2961
3180
 
@@ -3123,16 +3342,24 @@ view.off({
3123
3342
 
3124
3343
  <tr class="deep-level-0">
3125
3344
 
3126
- <td class="name" id="types"><code>types</code></td>
3345
+ <td class="name"><code>types</code></td>
3127
3346
 
3128
3347
 
3129
3348
  <td class="type">
3130
3349
 
3131
3350
 
3132
- <span class="param-type">String</span>
3351
+ <span class="param-type">
3352
+
3353
+ String
3354
+
3355
+ </span>
3133
3356
  |
3134
3357
 
3135
- <span class="param-type">Object</span>
3358
+ <span class="param-type">
3359
+
3360
+ Object
3361
+
3362
+ </span>
3136
3363
 
3137
3364
 
3138
3365
 
@@ -3159,13 +3386,17 @@ view.off({
3159
3386
 
3160
3387
  <tr class="deep-level-0">
3161
3388
 
3162
- <td class="name" id="fn"><code>fn</code></td>
3389
+ <td class="name"><code>fn</code></td>
3163
3390
 
3164
3391
 
3165
3392
  <td class="type">
3166
3393
 
3167
3394
 
3168
- <span class="param-type">function</span>
3395
+ <span class="param-type">
3396
+
3397
+ function
3398
+
3399
+ </span>
3169
3400
 
3170
3401
 
3171
3402
 
@@ -3190,13 +3421,17 @@ view.off({
3190
3421
 
3191
3422
  <tr class="deep-level-0">
3192
3423
 
3193
- <td class="name" id="context"><code>context</code></td>
3424
+ <td class="name"><code>context</code></td>
3194
3425
 
3195
3426
 
3196
3427
  <td class="type">
3197
3428
 
3198
3429
 
3199
- <span class="param-type">Object</span>
3430
+ <span class="param-type">
3431
+
3432
+ Object
3433
+
3434
+ </span>
3200
3435
 
3201
3436
 
3202
3437
 
@@ -3296,7 +3531,11 @@ view.off({
3296
3531
  <div class='column is-5 has-text-left'>
3297
3532
  <label>类型: </label>
3298
3533
 
3299
- <span class="param-type">Object</span>
3534
+ <span class="param-type">
3535
+
3536
+ Object
3537
+
3538
+ </span>
3300
3539
 
3301
3540
 
3302
3541
 
@@ -3592,7 +3831,11 @@ view.on({
3592
3831
  <div class='column is-5 has-text-left'>
3593
3832
  <label>类型: </label>
3594
3833
 
3595
- <span class="param-type">Object</span>
3834
+ <span class="param-type">
3835
+
3836
+ Object
3837
+
3838
+ </span>
3596
3839
 
3597
3840
 
3598
3841
 
@@ -3632,37 +3875,37 @@ view.on({
3632
3875
  <tbody>
3633
3876
 
3634
3877
  <tr class="deep-level-0">
3635
- <td class="name"><code><a href="UnknownLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3878
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3636
3879
  <td class="name"><code>图层刷新完毕事件</code></td>
3637
3880
  </tr>
3638
3881
 
3639
3882
  <tr class="deep-level-0">
3640
- <td class="name"><code><a href="UnknownLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3883
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3641
3884
  <td class="name"><code>图层加载完毕事件</code></td>
3642
3885
  </tr>
3643
3886
 
3644
3887
  <tr class="deep-level-0">
3645
- <td class="name"><code><a href="UnknownLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3888
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3646
3889
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3647
3890
  </tr>
3648
3891
 
3649
3892
  <tr class="deep-level-0">
3650
- <td class="name"><code><a href="UnknownLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3893
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3651
3894
  <td class="name"><code>图层更新完毕事件</code></td>
3652
3895
  </tr>
3653
3896
 
3654
3897
  <tr class="deep-level-0">
3655
- <td class="name"><code><a href="UnknownLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3898
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3656
3899
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3657
3900
  </tr>
3658
3901
 
3659
3902
  <tr class="deep-level-0">
3660
- <td class="name"><code><a href="UnknownLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3903
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3661
3904
  <td class="name"><code>图层销毁完毕事件</code></td>
3662
3905
  </tr>
3663
3906
 
3664
3907
  <tr class="deep-level-0">
3665
- <td class="name"><code><a href="UnknownLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3908
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3666
3909
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3667
3910
  </tr>
3668
3911
 
@@ -3742,7 +3985,11 @@ view.on({
3742
3985
  <td class="type">
3743
3986
 
3744
3987
 
3745
- <span class="param-type">Object</span>
3988
+ <span class="param-type">
3989
+
3990
+ Object
3991
+
3992
+ </span>
3746
3993
 
3747
3994
 
3748
3995
 
@@ -3776,7 +4023,11 @@ view.on({
3776
4023
  <td class="type">
3777
4024
 
3778
4025
 
3779
- <span class="param-type">String</span>
4026
+ <span class="param-type">
4027
+
4028
+ String
4029
+
4030
+ </span>
3780
4031
 
3781
4032
 
3782
4033
 
@@ -3814,7 +4065,11 @@ view.on({
3814
4065
  <td class="type">
3815
4066
 
3816
4067
 
3817
- <span class="param-type">String</span>
4068
+ <span class="param-type">
4069
+
4070
+ String
4071
+
4072
+ </span>
3818
4073
 
3819
4074
 
3820
4075
 
@@ -3852,7 +4107,11 @@ view.on({
3852
4107
  <td class="type">
3853
4108
 
3854
4109
 
3855
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4110
+ <span class="param-type">
4111
+
4112
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4113
+
4114
+ </span>
3856
4115
 
3857
4116
 
3858
4117
 
@@ -3890,7 +4149,11 @@ view.on({
3890
4149
  <td class="type">
3891
4150
 
3892
4151
 
3893
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4152
+ <span class="param-type">
4153
+
4154
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4155
+
4156
+ </span>
3894
4157
 
3895
4158
 
3896
4159
 
@@ -3928,7 +4191,11 @@ view.on({
3928
4191
  <td class="type">
3929
4192
 
3930
4193
 
3931
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4194
+ <span class="param-type">
4195
+
4196
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4197
+
4198
+ </span>
3932
4199
 
3933
4200
 
3934
4201
 
@@ -3966,7 +4233,11 @@ view.on({
3966
4233
  <td class="type">
3967
4234
 
3968
4235
 
3969
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4236
+ <span class="param-type">
4237
+
4238
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4239
+
4240
+ </span>
3970
4241
 
3971
4242
 
3972
4243
 
@@ -4004,7 +4275,11 @@ view.on({
4004
4275
  <td class="type">
4005
4276
 
4006
4277
 
4007
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4278
+ <span class="param-type">
4279
+
4280
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4281
+
4282
+ </span>
4008
4283
 
4009
4284
 
4010
4285
 
@@ -4196,7 +4471,11 @@ view.on({
4196
4471
  <td class="type">
4197
4472
 
4198
4473
 
4199
- <span class="param-type">Object</span>
4474
+ <span class="param-type">
4475
+
4476
+ Object
4477
+
4478
+ </span>
4200
4479
 
4201
4480
 
4202
4481
 
@@ -4230,7 +4509,11 @@ view.on({
4230
4509
  <td class="type">
4231
4510
 
4232
4511
 
4233
- <span class="param-type">String</span>
4512
+ <span class="param-type">
4513
+
4514
+ String
4515
+
4516
+ </span>
4234
4517
 
4235
4518
 
4236
4519
 
@@ -4268,7 +4551,11 @@ view.on({
4268
4551
  <td class="type">
4269
4552
 
4270
4553
 
4271
- <span class="param-type">String</span>
4554
+ <span class="param-type">
4555
+
4556
+ String
4557
+
4558
+ </span>
4272
4559
 
4273
4560
 
4274
4561
 
@@ -4306,7 +4593,11 @@ view.on({
4306
4593
  <td class="type">
4307
4594
 
4308
4595
 
4309
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4596
+ <span class="param-type">
4597
+
4598
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4599
+
4600
+ </span>
4310
4601
 
4311
4602
 
4312
4603
 
@@ -4344,7 +4635,11 @@ view.on({
4344
4635
  <td class="type">
4345
4636
 
4346
4637
 
4347
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4638
+ <span class="param-type">
4639
+
4640
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4641
+
4642
+ </span>
4348
4643
 
4349
4644
 
4350
4645
 
@@ -4382,7 +4677,11 @@ view.on({
4382
4677
  <td class="type">
4383
4678
 
4384
4679
 
4385
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4680
+ <span class="param-type">
4681
+
4682
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4683
+
4684
+ </span>
4386
4685
 
4387
4686
 
4388
4687
 
@@ -4420,7 +4719,11 @@ view.on({
4420
4719
  <td class="type">
4421
4720
 
4422
4721
 
4423
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4722
+ <span class="param-type">
4723
+
4724
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4725
+
4726
+ </span>
4424
4727
 
4425
4728
 
4426
4729
 
@@ -4458,7 +4761,11 @@ view.on({
4458
4761
  <td class="type">
4459
4762
 
4460
4763
 
4461
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4764
+ <span class="param-type">
4765
+
4766
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4767
+
4768
+ </span>
4462
4769
 
4463
4770
 
4464
4771
 
@@ -4640,7 +4947,11 @@ view.on({
4640
4947
  <td class="type">
4641
4948
 
4642
4949
 
4643
- <span class="param-type">Object</span>
4950
+ <span class="param-type">
4951
+
4952
+ Object
4953
+
4954
+ </span>
4644
4955
 
4645
4956
 
4646
4957
 
@@ -4674,7 +4985,11 @@ view.on({
4674
4985
  <td class="type">
4675
4986
 
4676
4987
 
4677
- <span class="param-type">String</span>
4988
+ <span class="param-type">
4989
+
4990
+ String
4991
+
4992
+ </span>
4678
4993
 
4679
4994
 
4680
4995
 
@@ -4712,7 +5027,11 @@ view.on({
4712
5027
  <td class="type">
4713
5028
 
4714
5029
 
4715
- <span class="param-type">String</span>
5030
+ <span class="param-type">
5031
+
5032
+ String
5033
+
5034
+ </span>
4716
5035
 
4717
5036
 
4718
5037
 
@@ -4750,7 +5069,11 @@ view.on({
4750
5069
  <td class="type">
4751
5070
 
4752
5071
 
4753
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5072
+ <span class="param-type">
5073
+
5074
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5075
+
5076
+ </span>
4754
5077
 
4755
5078
 
4756
5079
 
@@ -4788,7 +5111,11 @@ view.on({
4788
5111
  <td class="type">
4789
5112
 
4790
5113
 
4791
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5114
+ <span class="param-type">
5115
+
5116
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5117
+
5118
+ </span>
4792
5119
 
4793
5120
 
4794
5121
 
@@ -4826,7 +5153,11 @@ view.on({
4826
5153
  <td class="type">
4827
5154
 
4828
5155
 
4829
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5156
+ <span class="param-type">
5157
+
5158
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5159
+
5160
+ </span>
4830
5161
 
4831
5162
 
4832
5163
 
@@ -4864,7 +5195,11 @@ view.on({
4864
5195
  <td class="type">
4865
5196
 
4866
5197
 
4867
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5198
+ <span class="param-type">
5199
+
5200
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5201
+
5202
+ </span>
4868
5203
 
4869
5204
 
4870
5205
 
@@ -4902,7 +5237,11 @@ view.on({
4902
5237
  <td class="type">
4903
5238
 
4904
5239
 
4905
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5240
+ <span class="param-type">
5241
+
5242
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5243
+
5244
+ </span>
4906
5245
 
4907
5246
 
4908
5247
 
@@ -5094,7 +5433,11 @@ view.on({
5094
5433
  <td class="type">
5095
5434
 
5096
5435
 
5097
- <span class="param-type">Object</span>
5436
+ <span class="param-type">
5437
+
5438
+ Object
5439
+
5440
+ </span>
5098
5441
 
5099
5442
 
5100
5443
 
@@ -5128,7 +5471,11 @@ view.on({
5128
5471
  <td class="type">
5129
5472
 
5130
5473
 
5131
- <span class="param-type">String</span>
5474
+ <span class="param-type">
5475
+
5476
+ String
5477
+
5478
+ </span>
5132
5479
 
5133
5480
 
5134
5481
 
@@ -5166,7 +5513,11 @@ view.on({
5166
5513
  <td class="type">
5167
5514
 
5168
5515
 
5169
- <span class="param-type">String</span>
5516
+ <span class="param-type">
5517
+
5518
+ String
5519
+
5520
+ </span>
5170
5521
 
5171
5522
 
5172
5523
 
@@ -5204,7 +5555,11 @@ view.on({
5204
5555
  <td class="type">
5205
5556
 
5206
5557
 
5207
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5558
+ <span class="param-type">
5559
+
5560
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5561
+
5562
+ </span>
5208
5563
 
5209
5564
 
5210
5565
 
@@ -5242,7 +5597,11 @@ view.on({
5242
5597
  <td class="type">
5243
5598
 
5244
5599
 
5245
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5600
+ <span class="param-type">
5601
+
5602
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5603
+
5604
+ </span>
5246
5605
 
5247
5606
 
5248
5607
 
@@ -5280,7 +5639,11 @@ view.on({
5280
5639
  <td class="type">
5281
5640
 
5282
5641
 
5283
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5642
+ <span class="param-type">
5643
+
5644
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5645
+
5646
+ </span>
5284
5647
 
5285
5648
 
5286
5649
 
@@ -5318,7 +5681,11 @@ view.on({
5318
5681
  <td class="type">
5319
5682
 
5320
5683
 
5321
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5684
+ <span class="param-type">
5685
+
5686
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5687
+
5688
+ </span>
5322
5689
 
5323
5690
 
5324
5691
 
@@ -5356,7 +5723,11 @@ view.on({
5356
5723
  <td class="type">
5357
5724
 
5358
5725
 
5359
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5726
+ <span class="param-type">
5727
+
5728
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5729
+
5730
+ </span>
5360
5731
 
5361
5732
 
5362
5733
 
@@ -5538,7 +5909,11 @@ view.on({
5538
5909
  <td class="type">
5539
5910
 
5540
5911
 
5541
- <span class="param-type">Object</span>
5912
+ <span class="param-type">
5913
+
5914
+ Object
5915
+
5916
+ </span>
5542
5917
 
5543
5918
 
5544
5919
 
@@ -5572,7 +5947,11 @@ view.on({
5572
5947
  <td class="type">
5573
5948
 
5574
5949
 
5575
- <span class="param-type">String</span>
5950
+ <span class="param-type">
5951
+
5952
+ String
5953
+
5954
+ </span>
5576
5955
 
5577
5956
 
5578
5957
 
@@ -5610,7 +5989,11 @@ view.on({
5610
5989
  <td class="type">
5611
5990
 
5612
5991
 
5613
- <span class="param-type">String</span>
5992
+ <span class="param-type">
5993
+
5994
+ String
5995
+
5996
+ </span>
5614
5997
 
5615
5998
 
5616
5999
 
@@ -5648,7 +6031,11 @@ view.on({
5648
6031
  <td class="type">
5649
6032
 
5650
6033
 
5651
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6034
+ <span class="param-type">
6035
+
6036
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6037
+
6038
+ </span>
5652
6039
 
5653
6040
 
5654
6041
 
@@ -5686,7 +6073,11 @@ view.on({
5686
6073
  <td class="type">
5687
6074
 
5688
6075
 
5689
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6076
+ <span class="param-type">
6077
+
6078
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6079
+
6080
+ </span>
5690
6081
 
5691
6082
 
5692
6083
 
@@ -5724,7 +6115,11 @@ view.on({
5724
6115
  <td class="type">
5725
6116
 
5726
6117
 
5727
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6118
+ <span class="param-type">
6119
+
6120
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6121
+
6122
+ </span>
5728
6123
 
5729
6124
 
5730
6125
 
@@ -5762,7 +6157,11 @@ view.on({
5762
6157
  <td class="type">
5763
6158
 
5764
6159
 
5765
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6160
+ <span class="param-type">
6161
+
6162
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6163
+
6164
+ </span>
5766
6165
 
5767
6166
 
5768
6167
 
@@ -5800,7 +6199,11 @@ view.on({
5800
6199
  <td class="type">
5801
6200
 
5802
6201
 
5803
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6202
+ <span class="param-type">
6203
+
6204
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6205
+
6206
+ </span>
5804
6207
 
5805
6208
 
5806
6209
 
@@ -5992,7 +6395,11 @@ view.on({
5992
6395
  <td class="type">
5993
6396
 
5994
6397
 
5995
- <span class="param-type">Object</span>
6398
+ <span class="param-type">
6399
+
6400
+ Object
6401
+
6402
+ </span>
5996
6403
 
5997
6404
 
5998
6405
 
@@ -6026,7 +6433,11 @@ view.on({
6026
6433
  <td class="type">
6027
6434
 
6028
6435
 
6029
- <span class="param-type">String</span>
6436
+ <span class="param-type">
6437
+
6438
+ String
6439
+
6440
+ </span>
6030
6441
 
6031
6442
 
6032
6443
 
@@ -6064,7 +6475,11 @@ view.on({
6064
6475
  <td class="type">
6065
6476
 
6066
6477
 
6067
- <span class="param-type">String</span>
6478
+ <span class="param-type">
6479
+
6480
+ String
6481
+
6482
+ </span>
6068
6483
 
6069
6484
 
6070
6485
 
@@ -6102,7 +6517,11 @@ view.on({
6102
6517
  <td class="type">
6103
6518
 
6104
6519
 
6105
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6520
+ <span class="param-type">
6521
+
6522
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6523
+
6524
+ </span>
6106
6525
 
6107
6526
 
6108
6527
 
@@ -6140,7 +6559,11 @@ view.on({
6140
6559
  <td class="type">
6141
6560
 
6142
6561
 
6143
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6562
+ <span class="param-type">
6563
+
6564
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6565
+
6566
+ </span>
6144
6567
 
6145
6568
 
6146
6569
 
@@ -6178,7 +6601,11 @@ view.on({
6178
6601
  <td class="type">
6179
6602
 
6180
6603
 
6181
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6607
+
6608
+ </span>
6182
6609
 
6183
6610
 
6184
6611
 
@@ -6216,7 +6643,11 @@ view.on({
6216
6643
  <td class="type">
6217
6644
 
6218
6645
 
6219
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6646
+ <span class="param-type">
6647
+
6648
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6649
+
6650
+ </span>
6220
6651
 
6221
6652
 
6222
6653
 
@@ -6254,7 +6685,11 @@ view.on({
6254
6685
  <td class="type">
6255
6686
 
6256
6687
 
6257
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6688
+ <span class="param-type">
6689
+
6690
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6691
+
6692
+ </span>
6258
6693
 
6259
6694
 
6260
6695
 
@@ -6436,7 +6871,11 @@ view.on({
6436
6871
  <td class="type">
6437
6872
 
6438
6873
 
6439
- <span class="param-type">Object</span>
6874
+ <span class="param-type">
6875
+
6876
+ Object
6877
+
6878
+ </span>
6440
6879
 
6441
6880
 
6442
6881
 
@@ -6470,7 +6909,11 @@ view.on({
6470
6909
  <td class="type">
6471
6910
 
6472
6911
 
6473
- <span class="param-type">String</span>
6912
+ <span class="param-type">
6913
+
6914
+ String
6915
+
6916
+ </span>
6474
6917
 
6475
6918
 
6476
6919
 
@@ -6508,7 +6951,11 @@ view.on({
6508
6951
  <td class="type">
6509
6952
 
6510
6953
 
6511
- <span class="param-type">String</span>
6954
+ <span class="param-type">
6955
+
6956
+ String
6957
+
6958
+ </span>
6512
6959
 
6513
6960
 
6514
6961
 
@@ -6546,7 +6993,11 @@ view.on({
6546
6993
  <td class="type">
6547
6994
 
6548
6995
 
6549
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6996
+ <span class="param-type">
6997
+
6998
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6999
+
7000
+ </span>
6550
7001
 
6551
7002
 
6552
7003
 
@@ -6584,7 +7035,11 @@ view.on({
6584
7035
  <td class="type">
6585
7036
 
6586
7037
 
6587
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7038
+ <span class="param-type">
7039
+
7040
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7041
+
7042
+ </span>
6588
7043
 
6589
7044
 
6590
7045
 
@@ -6622,7 +7077,11 @@ view.on({
6622
7077
  <td class="type">
6623
7078
 
6624
7079
 
6625
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7080
+ <span class="param-type">
7081
+
7082
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7083
+
7084
+ </span>
6626
7085
 
6627
7086
 
6628
7087
 
@@ -6660,7 +7119,11 @@ view.on({
6660
7119
  <td class="type">
6661
7120
 
6662
7121
 
6663
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7122
+ <span class="param-type">
7123
+
7124
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7125
+
7126
+ </span>
6664
7127
 
6665
7128
 
6666
7129
 
@@ -6698,7 +7161,11 @@ view.on({
6698
7161
  <td class="type">
6699
7162
 
6700
7163
 
6701
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7167
+
7168
+ </span>
6702
7169
 
6703
7170
 
6704
7171