@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"><a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
2251
+ <span class="param-type">
2252
+
2253
+ <a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a>
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">*</span>
2271
+ <span class="param-type">
2272
+
2273
+ *
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">Boolean</span>
2291
+ <span class="param-type">
2292
+
2293
+ Boolean
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">Object</span>
2311
+ <span class="param-type">
2312
+
2313
+ Object
2314
+
2315
+ </span>
2136
2316
 
2137
2317
 
2138
2318
 
@@ -2141,12 +2321,7 @@
2141
2321
  </td>
2142
2322
  <td class="name"><code><p>移除事件<br/>
2143
2323
  示例如下:<br/>
2144
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2145
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2146
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2147
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2148
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2149
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2324
+ </code></td>
2150
2325
  </tr>
2151
2326
 
2152
2327
  <tr class="deep-level-0">
@@ -2155,7 +2330,11 @@
2155
2330
  <code>
2156
2331
 
2157
2332
 
2158
- <span class="param-type">Object</span>
2333
+ <span class="param-type">
2334
+
2335
+ Object
2336
+
2337
+ </span>
2159
2338
 
2160
2339
 
2161
2340
 
@@ -2164,11 +2343,7 @@
2164
2343
  </td>
2165
2344
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2166
2345
  示例如下:<br/>
2167
- <a href='#event1'>[1、注册一个事件]</a><br/>
2168
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2169
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2170
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2171
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2346
+ </code></td>
2172
2347
  </tr>
2173
2348
 
2174
2349
  <tr class="deep-level-0">
@@ -2187,7 +2362,11 @@
2187
2362
  <code>
2188
2363
 
2189
2364
 
2190
- <span class="param-type">Object</span>
2365
+ <span class="param-type">
2366
+
2367
+ Object
2368
+
2369
+ </span>
2191
2370
 
2192
2371
 
2193
2372
 
@@ -2305,7 +2484,11 @@
2305
2484
  <div class='column is-5 has-text-left'>
2306
2485
  <label>类型: </label>
2307
2486
 
2308
- <span class="param-type"><a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
2487
+ <span class="param-type">
2488
+
2489
+ <a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a>
2490
+
2491
+ </span>
2309
2492
 
2310
2493
 
2311
2494
 
@@ -2421,7 +2604,11 @@
2421
2604
  <div class='column is-5 has-text-left'>
2422
2605
  <label>类型: </label>
2423
2606
 
2424
- <span class="param-type">*</span>
2607
+ <span class="param-type">
2608
+
2609
+ *
2610
+
2611
+ </span>
2425
2612
 
2426
2613
 
2427
2614
 
@@ -2543,7 +2730,11 @@
2543
2730
  <div class='column is-5 has-text-left'>
2544
2731
  <label>类型: </label>
2545
2732
 
2546
- <span class="param-type">Boolean</span>
2733
+ <span class="param-type">
2734
+
2735
+ Boolean
2736
+
2737
+ </span>
2547
2738
 
2548
2739
 
2549
2740
 
@@ -2622,13 +2813,17 @@
2622
2813
 
2623
2814
  <tr class="deep-level-0">
2624
2815
 
2625
- <td class="name" id="types"><code>types</code></td>
2816
+ <td class="name"><code>types</code></td>
2626
2817
 
2627
2818
 
2628
2819
  <td class="type">
2629
2820
 
2630
2821
 
2631
- <span class="param-type">string</span>
2822
+ <span class="param-type">
2823
+
2824
+ string
2825
+
2826
+ </span>
2632
2827
 
2633
2828
 
2634
2829
 
@@ -2649,13 +2844,17 @@
2649
2844
 
2650
2845
  <tr class="deep-level-0">
2651
2846
 
2652
- <td class="name" id="fn"><code>fn</code></td>
2847
+ <td class="name"><code>fn</code></td>
2653
2848
 
2654
2849
 
2655
2850
  <td class="type">
2656
2851
 
2657
2852
 
2658
- <span class="param-type">function</span>
2853
+ <span class="param-type">
2854
+
2855
+ function
2856
+
2857
+ </span>
2659
2858
 
2660
2859
 
2661
2860
 
@@ -2674,13 +2873,17 @@
2674
2873
 
2675
2874
  <tr class="deep-level-0">
2676
2875
 
2677
- <td class="name" id="context"><code>context</code></td>
2876
+ <td class="name"><code>context</code></td>
2678
2877
 
2679
2878
 
2680
2879
  <td class="type">
2681
2880
 
2682
2881
 
2683
- <span class="param-type">Object</span>
2882
+ <span class="param-type">
2883
+
2884
+ Object
2885
+
2886
+ </span>
2684
2887
 
2685
2888
 
2686
2889
 
@@ -2774,7 +2977,11 @@
2774
2977
  <div class='column is-5 has-text-left'>
2775
2978
  <label>类型: </label>
2776
2979
 
2777
- <span class="param-type">Object</span>
2980
+ <span class="param-type">
2981
+
2982
+ Object
2983
+
2984
+ </span>
2778
2985
 
2779
2986
 
2780
2987
 
@@ -2942,16 +3149,24 @@ view.off({
2942
3149
 
2943
3150
  <tr class="deep-level-0">
2944
3151
 
2945
- <td class="name" id="types"><code>types</code></td>
3152
+ <td class="name"><code>types</code></td>
2946
3153
 
2947
3154
 
2948
3155
  <td class="type">
2949
3156
 
2950
3157
 
2951
- <span class="param-type">String</span>
3158
+ <span class="param-type">
3159
+
3160
+ String
3161
+
3162
+ </span>
2952
3163
  |
2953
3164
 
2954
- <span class="param-type">Object</span>
3165
+ <span class="param-type">
3166
+
3167
+ Object
3168
+
3169
+ </span>
2955
3170
 
2956
3171
 
2957
3172
 
@@ -2978,13 +3193,17 @@ view.off({
2978
3193
 
2979
3194
  <tr class="deep-level-0">
2980
3195
 
2981
- <td class="name" id="fn"><code>fn</code></td>
3196
+ <td class="name"><code>fn</code></td>
2982
3197
 
2983
3198
 
2984
3199
  <td class="type">
2985
3200
 
2986
3201
 
2987
- <span class="param-type">function</span>
3202
+ <span class="param-type">
3203
+
3204
+ function
3205
+
3206
+ </span>
2988
3207
 
2989
3208
 
2990
3209
 
@@ -3009,13 +3228,17 @@ view.off({
3009
3228
 
3010
3229
  <tr class="deep-level-0">
3011
3230
 
3012
- <td class="name" id="context"><code>context</code></td>
3231
+ <td class="name"><code>context</code></td>
3013
3232
 
3014
3233
 
3015
3234
  <td class="type">
3016
3235
 
3017
3236
 
3018
- <span class="param-type">Object</span>
3237
+ <span class="param-type">
3238
+
3239
+ Object
3240
+
3241
+ </span>
3019
3242
 
3020
3243
 
3021
3244
 
@@ -3115,7 +3338,11 @@ view.off({
3115
3338
  <div class='column is-5 has-text-left'>
3116
3339
  <label>类型: </label>
3117
3340
 
3118
- <span class="param-type">Object</span>
3341
+ <span class="param-type">
3342
+
3343
+ Object
3344
+
3345
+ </span>
3119
3346
 
3120
3347
 
3121
3348
 
@@ -3411,7 +3638,11 @@ view.on({
3411
3638
  <div class='column is-5 has-text-left'>
3412
3639
  <label>类型: </label>
3413
3640
 
3414
- <span class="param-type">Object</span>
3641
+ <span class="param-type">
3642
+
3643
+ Object
3644
+
3645
+ </span>
3415
3646
 
3416
3647
 
3417
3648
 
@@ -3451,37 +3682,37 @@ view.on({
3451
3682
  <tbody>
3452
3683
 
3453
3684
  <tr class="deep-level-0">
3454
- <td class="name"><code><a href="OverlayLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3685
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3455
3686
  <td class="name"><code>图层刷新完毕事件</code></td>
3456
3687
  </tr>
3457
3688
 
3458
3689
  <tr class="deep-level-0">
3459
- <td class="name"><code><a href="OverlayLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3690
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3460
3691
  <td class="name"><code>图层加载完毕事件</code></td>
3461
3692
  </tr>
3462
3693
 
3463
3694
  <tr class="deep-level-0">
3464
- <td class="name"><code><a href="OverlayLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3695
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3465
3696
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3466
3697
  </tr>
3467
3698
 
3468
3699
  <tr class="deep-level-0">
3469
- <td class="name"><code><a href="OverlayLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3700
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3470
3701
  <td class="name"><code>图层更新完毕事件</code></td>
3471
3702
  </tr>
3472
3703
 
3473
3704
  <tr class="deep-level-0">
3474
- <td class="name"><code><a href="OverlayLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3705
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3475
3706
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3476
3707
  </tr>
3477
3708
 
3478
3709
  <tr class="deep-level-0">
3479
- <td class="name"><code><a href="OverlayLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3710
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3480
3711
  <td class="name"><code>图层销毁完毕事件</code></td>
3481
3712
  </tr>
3482
3713
 
3483
3714
  <tr class="deep-level-0">
3484
- <td class="name"><code><a href="OverlayLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3715
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3485
3716
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3486
3717
  </tr>
3487
3718
 
@@ -3561,7 +3792,11 @@ view.on({
3561
3792
  <td class="type">
3562
3793
 
3563
3794
 
3564
- <span class="param-type">Object</span>
3795
+ <span class="param-type">
3796
+
3797
+ Object
3798
+
3799
+ </span>
3565
3800
 
3566
3801
 
3567
3802
 
@@ -3595,7 +3830,11 @@ view.on({
3595
3830
  <td class="type">
3596
3831
 
3597
3832
 
3598
- <span class="param-type">String</span>
3833
+ <span class="param-type">
3834
+
3835
+ String
3836
+
3837
+ </span>
3599
3838
 
3600
3839
 
3601
3840
 
@@ -3633,7 +3872,11 @@ view.on({
3633
3872
  <td class="type">
3634
3873
 
3635
3874
 
3636
- <span class="param-type">String</span>
3875
+ <span class="param-type">
3876
+
3877
+ String
3878
+
3879
+ </span>
3637
3880
 
3638
3881
 
3639
3882
 
@@ -3671,7 +3914,11 @@ view.on({
3671
3914
  <td class="type">
3672
3915
 
3673
3916
 
3674
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3917
+ <span class="param-type">
3918
+
3919
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3920
+
3921
+ </span>
3675
3922
 
3676
3923
 
3677
3924
 
@@ -3709,7 +3956,11 @@ view.on({
3709
3956
  <td class="type">
3710
3957
 
3711
3958
 
3712
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3959
+ <span class="param-type">
3960
+
3961
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3962
+
3963
+ </span>
3713
3964
 
3714
3965
 
3715
3966
 
@@ -3747,7 +3998,11 @@ view.on({
3747
3998
  <td class="type">
3748
3999
 
3749
4000
 
3750
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4001
+ <span class="param-type">
4002
+
4003
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4004
+
4005
+ </span>
3751
4006
 
3752
4007
 
3753
4008
 
@@ -3785,7 +4040,11 @@ view.on({
3785
4040
  <td class="type">
3786
4041
 
3787
4042
 
3788
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4043
+ <span class="param-type">
4044
+
4045
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4046
+
4047
+ </span>
3789
4048
 
3790
4049
 
3791
4050
 
@@ -3823,7 +4082,11 @@ view.on({
3823
4082
  <td class="type">
3824
4083
 
3825
4084
 
3826
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4085
+ <span class="param-type">
4086
+
4087
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4088
+
4089
+ </span>
3827
4090
 
3828
4091
 
3829
4092
 
@@ -4015,7 +4278,11 @@ view.on({
4015
4278
  <td class="type">
4016
4279
 
4017
4280
 
4018
- <span class="param-type">Object</span>
4281
+ <span class="param-type">
4282
+
4283
+ Object
4284
+
4285
+ </span>
4019
4286
 
4020
4287
 
4021
4288
 
@@ -4049,7 +4316,11 @@ view.on({
4049
4316
  <td class="type">
4050
4317
 
4051
4318
 
4052
- <span class="param-type">String</span>
4319
+ <span class="param-type">
4320
+
4321
+ String
4322
+
4323
+ </span>
4053
4324
 
4054
4325
 
4055
4326
 
@@ -4087,7 +4358,11 @@ view.on({
4087
4358
  <td class="type">
4088
4359
 
4089
4360
 
4090
- <span class="param-type">String</span>
4361
+ <span class="param-type">
4362
+
4363
+ String
4364
+
4365
+ </span>
4091
4366
 
4092
4367
 
4093
4368
 
@@ -4125,7 +4400,11 @@ view.on({
4125
4400
  <td class="type">
4126
4401
 
4127
4402
 
4128
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4403
+ <span class="param-type">
4404
+
4405
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4406
+
4407
+ </span>
4129
4408
 
4130
4409
 
4131
4410
 
@@ -4163,7 +4442,11 @@ view.on({
4163
4442
  <td class="type">
4164
4443
 
4165
4444
 
4166
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4445
+ <span class="param-type">
4446
+
4447
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4448
+
4449
+ </span>
4167
4450
 
4168
4451
 
4169
4452
 
@@ -4201,7 +4484,11 @@ view.on({
4201
4484
  <td class="type">
4202
4485
 
4203
4486
 
4204
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4487
+ <span class="param-type">
4488
+
4489
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4490
+
4491
+ </span>
4205
4492
 
4206
4493
 
4207
4494
 
@@ -4239,7 +4526,11 @@ view.on({
4239
4526
  <td class="type">
4240
4527
 
4241
4528
 
4242
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4529
+ <span class="param-type">
4530
+
4531
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4532
+
4533
+ </span>
4243
4534
 
4244
4535
 
4245
4536
 
@@ -4277,7 +4568,11 @@ view.on({
4277
4568
  <td class="type">
4278
4569
 
4279
4570
 
4280
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4571
+ <span class="param-type">
4572
+
4573
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4574
+
4575
+ </span>
4281
4576
 
4282
4577
 
4283
4578
 
@@ -4459,7 +4754,11 @@ view.on({
4459
4754
  <td class="type">
4460
4755
 
4461
4756
 
4462
- <span class="param-type">Object</span>
4757
+ <span class="param-type">
4758
+
4759
+ Object
4760
+
4761
+ </span>
4463
4762
 
4464
4763
 
4465
4764
 
@@ -4493,7 +4792,11 @@ view.on({
4493
4792
  <td class="type">
4494
4793
 
4495
4794
 
4496
- <span class="param-type">String</span>
4795
+ <span class="param-type">
4796
+
4797
+ String
4798
+
4799
+ </span>
4497
4800
 
4498
4801
 
4499
4802
 
@@ -4531,7 +4834,11 @@ view.on({
4531
4834
  <td class="type">
4532
4835
 
4533
4836
 
4534
- <span class="param-type">String</span>
4837
+ <span class="param-type">
4838
+
4839
+ String
4840
+
4841
+ </span>
4535
4842
 
4536
4843
 
4537
4844
 
@@ -4569,7 +4876,11 @@ view.on({
4569
4876
  <td class="type">
4570
4877
 
4571
4878
 
4572
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4879
+ <span class="param-type">
4880
+
4881
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4882
+
4883
+ </span>
4573
4884
 
4574
4885
 
4575
4886
 
@@ -4607,7 +4918,11 @@ view.on({
4607
4918
  <td class="type">
4608
4919
 
4609
4920
 
4610
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4921
+ <span class="param-type">
4922
+
4923
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4924
+
4925
+ </span>
4611
4926
 
4612
4927
 
4613
4928
 
@@ -4645,7 +4960,11 @@ view.on({
4645
4960
  <td class="type">
4646
4961
 
4647
4962
 
4648
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4963
+ <span class="param-type">
4964
+
4965
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4966
+
4967
+ </span>
4649
4968
 
4650
4969
 
4651
4970
 
@@ -4683,7 +5002,11 @@ view.on({
4683
5002
  <td class="type">
4684
5003
 
4685
5004
 
4686
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5005
+ <span class="param-type">
5006
+
5007
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5008
+
5009
+ </span>
4687
5010
 
4688
5011
 
4689
5012
 
@@ -4721,7 +5044,11 @@ view.on({
4721
5044
  <td class="type">
4722
5045
 
4723
5046
 
4724
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5047
+ <span class="param-type">
5048
+
5049
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5050
+
5051
+ </span>
4725
5052
 
4726
5053
 
4727
5054
 
@@ -4913,7 +5240,11 @@ view.on({
4913
5240
  <td class="type">
4914
5241
 
4915
5242
 
4916
- <span class="param-type">Object</span>
5243
+ <span class="param-type">
5244
+
5245
+ Object
5246
+
5247
+ </span>
4917
5248
 
4918
5249
 
4919
5250
 
@@ -4947,7 +5278,11 @@ view.on({
4947
5278
  <td class="type">
4948
5279
 
4949
5280
 
4950
- <span class="param-type">String</span>
5281
+ <span class="param-type">
5282
+
5283
+ String
5284
+
5285
+ </span>
4951
5286
 
4952
5287
 
4953
5288
 
@@ -4985,7 +5320,11 @@ view.on({
4985
5320
  <td class="type">
4986
5321
 
4987
5322
 
4988
- <span class="param-type">String</span>
5323
+ <span class="param-type">
5324
+
5325
+ String
5326
+
5327
+ </span>
4989
5328
 
4990
5329
 
4991
5330
 
@@ -5023,7 +5362,11 @@ view.on({
5023
5362
  <td class="type">
5024
5363
 
5025
5364
 
5026
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5365
+ <span class="param-type">
5366
+
5367
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5368
+
5369
+ </span>
5027
5370
 
5028
5371
 
5029
5372
 
@@ -5061,7 +5404,11 @@ view.on({
5061
5404
  <td class="type">
5062
5405
 
5063
5406
 
5064
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5407
+ <span class="param-type">
5408
+
5409
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5410
+
5411
+ </span>
5065
5412
 
5066
5413
 
5067
5414
 
@@ -5099,7 +5446,11 @@ view.on({
5099
5446
  <td class="type">
5100
5447
 
5101
5448
 
5102
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5449
+ <span class="param-type">
5450
+
5451
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5452
+
5453
+ </span>
5103
5454
 
5104
5455
 
5105
5456
 
@@ -5137,7 +5488,11 @@ view.on({
5137
5488
  <td class="type">
5138
5489
 
5139
5490
 
5140
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5491
+ <span class="param-type">
5492
+
5493
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5494
+
5495
+ </span>
5141
5496
 
5142
5497
 
5143
5498
 
@@ -5175,7 +5530,11 @@ view.on({
5175
5530
  <td class="type">
5176
5531
 
5177
5532
 
5178
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5533
+ <span class="param-type">
5534
+
5535
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5536
+
5537
+ </span>
5179
5538
 
5180
5539
 
5181
5540
 
@@ -5357,7 +5716,11 @@ view.on({
5357
5716
  <td class="type">
5358
5717
 
5359
5718
 
5360
- <span class="param-type">Object</span>
5719
+ <span class="param-type">
5720
+
5721
+ Object
5722
+
5723
+ </span>
5361
5724
 
5362
5725
 
5363
5726
 
@@ -5391,7 +5754,11 @@ view.on({
5391
5754
  <td class="type">
5392
5755
 
5393
5756
 
5394
- <span class="param-type">String</span>
5757
+ <span class="param-type">
5758
+
5759
+ String
5760
+
5761
+ </span>
5395
5762
 
5396
5763
 
5397
5764
 
@@ -5429,7 +5796,11 @@ view.on({
5429
5796
  <td class="type">
5430
5797
 
5431
5798
 
5432
- <span class="param-type">String</span>
5799
+ <span class="param-type">
5800
+
5801
+ String
5802
+
5803
+ </span>
5433
5804
 
5434
5805
 
5435
5806
 
@@ -5467,7 +5838,11 @@ view.on({
5467
5838
  <td class="type">
5468
5839
 
5469
5840
 
5470
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5841
+ <span class="param-type">
5842
+
5843
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5844
+
5845
+ </span>
5471
5846
 
5472
5847
 
5473
5848
 
@@ -5505,7 +5880,11 @@ view.on({
5505
5880
  <td class="type">
5506
5881
 
5507
5882
 
5508
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5883
+ <span class="param-type">
5884
+
5885
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5886
+
5887
+ </span>
5509
5888
 
5510
5889
 
5511
5890
 
@@ -5543,7 +5922,11 @@ view.on({
5543
5922
  <td class="type">
5544
5923
 
5545
5924
 
5546
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5925
+ <span class="param-type">
5926
+
5927
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5928
+
5929
+ </span>
5547
5930
 
5548
5931
 
5549
5932
 
@@ -5581,7 +5964,11 @@ view.on({
5581
5964
  <td class="type">
5582
5965
 
5583
5966
 
5584
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5967
+ <span class="param-type">
5968
+
5969
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5970
+
5971
+ </span>
5585
5972
 
5586
5973
 
5587
5974
 
@@ -5619,7 +6006,11 @@ view.on({
5619
6006
  <td class="type">
5620
6007
 
5621
6008
 
5622
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6009
+ <span class="param-type">
6010
+
6011
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6012
+
6013
+ </span>
5623
6014
 
5624
6015
 
5625
6016
 
@@ -5811,7 +6202,11 @@ view.on({
5811
6202
  <td class="type">
5812
6203
 
5813
6204
 
5814
- <span class="param-type">Object</span>
6205
+ <span class="param-type">
6206
+
6207
+ Object
6208
+
6209
+ </span>
5815
6210
 
5816
6211
 
5817
6212
 
@@ -5845,7 +6240,11 @@ view.on({
5845
6240
  <td class="type">
5846
6241
 
5847
6242
 
5848
- <span class="param-type">String</span>
6243
+ <span class="param-type">
6244
+
6245
+ String
6246
+
6247
+ </span>
5849
6248
 
5850
6249
 
5851
6250
 
@@ -5883,7 +6282,11 @@ view.on({
5883
6282
  <td class="type">
5884
6283
 
5885
6284
 
5886
- <span class="param-type">String</span>
6285
+ <span class="param-type">
6286
+
6287
+ String
6288
+
6289
+ </span>
5887
6290
 
5888
6291
 
5889
6292
 
@@ -5921,7 +6324,11 @@ view.on({
5921
6324
  <td class="type">
5922
6325
 
5923
6326
 
5924
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6327
+ <span class="param-type">
6328
+
6329
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6330
+
6331
+ </span>
5925
6332
 
5926
6333
 
5927
6334
 
@@ -5959,7 +6366,11 @@ view.on({
5959
6366
  <td class="type">
5960
6367
 
5961
6368
 
5962
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6369
+ <span class="param-type">
6370
+
6371
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6372
+
6373
+ </span>
5963
6374
 
5964
6375
 
5965
6376
 
@@ -5997,7 +6408,11 @@ view.on({
5997
6408
  <td class="type">
5998
6409
 
5999
6410
 
6000
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6411
+ <span class="param-type">
6412
+
6413
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6414
+
6415
+ </span>
6001
6416
 
6002
6417
 
6003
6418
 
@@ -6035,7 +6450,11 @@ view.on({
6035
6450
  <td class="type">
6036
6451
 
6037
6452
 
6038
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6453
+ <span class="param-type">
6454
+
6455
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6456
+
6457
+ </span>
6039
6458
 
6040
6459
 
6041
6460
 
@@ -6073,7 +6492,11 @@ view.on({
6073
6492
  <td class="type">
6074
6493
 
6075
6494
 
6076
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6495
+ <span class="param-type">
6496
+
6497
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6498
+
6499
+ </span>
6077
6500
 
6078
6501
 
6079
6502
 
@@ -6255,7 +6678,11 @@ view.on({
6255
6678
  <td class="type">
6256
6679
 
6257
6680
 
6258
- <span class="param-type">Object</span>
6681
+ <span class="param-type">
6682
+
6683
+ Object
6684
+
6685
+ </span>
6259
6686
 
6260
6687
 
6261
6688
 
@@ -6289,7 +6716,11 @@ view.on({
6289
6716
  <td class="type">
6290
6717
 
6291
6718
 
6292
- <span class="param-type">String</span>
6719
+ <span class="param-type">
6720
+
6721
+ String
6722
+
6723
+ </span>
6293
6724
 
6294
6725
 
6295
6726
 
@@ -6327,7 +6758,11 @@ view.on({
6327
6758
  <td class="type">
6328
6759
 
6329
6760
 
6330
- <span class="param-type">String</span>
6761
+ <span class="param-type">
6762
+
6763
+ String
6764
+
6765
+ </span>
6331
6766
 
6332
6767
 
6333
6768
 
@@ -6365,7 +6800,11 @@ view.on({
6365
6800
  <td class="type">
6366
6801
 
6367
6802
 
6368
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6803
+ <span class="param-type">
6804
+
6805
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6806
+
6807
+ </span>
6369
6808
 
6370
6809
 
6371
6810
 
@@ -6403,7 +6842,11 @@ view.on({
6403
6842
  <td class="type">
6404
6843
 
6405
6844
 
6406
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6845
+ <span class="param-type">
6846
+
6847
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6848
+
6849
+ </span>
6407
6850
 
6408
6851
 
6409
6852
 
@@ -6441,7 +6884,11 @@ view.on({
6441
6884
  <td class="type">
6442
6885
 
6443
6886
 
6444
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6887
+ <span class="param-type">
6888
+
6889
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6890
+
6891
+ </span>
6445
6892
 
6446
6893
 
6447
6894
 
@@ -6479,7 +6926,11 @@ view.on({
6479
6926
  <td class="type">
6480
6927
 
6481
6928
 
6482
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6929
+ <span class="param-type">
6930
+
6931
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6932
+
6933
+ </span>
6483
6934
 
6484
6935
 
6485
6936
 
@@ -6517,7 +6968,11 @@ view.on({
6517
6968
  <td class="type">
6518
6969
 
6519
6970
 
6520
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6971
+ <span class="param-type">
6972
+
6973
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6974
+
6975
+ </span>
6521
6976
 
6522
6977
 
6523
6978