@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -129,13 +137,17 @@
129
137
 
130
138
  <tr class="deep-level-1">
131
139
 
132
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
140
+ <td class="name"><code>extendOptions</code></td>
133
141
 
134
142
 
135
143
  <td class="type">
136
144
 
137
145
 
138
- <span class="param-type">Object</span>
146
+ <span class="param-type">
147
+
148
+ Object
149
+
150
+ </span>
139
151
 
140
152
 
141
153
 
@@ -156,13 +168,17 @@
156
168
 
157
169
  <tr class="deep-level-1">
158
170
 
159
- <td class="name" id="extendProps"><code>extendProps</code></td>
171
+ <td class="name"><code>extendProps</code></td>
160
172
 
161
173
 
162
174
  <td class="type">
163
175
 
164
176
 
165
- <span class="param-type">Object</span>
177
+ <span class="param-type">
178
+
179
+ Object
180
+
181
+ </span>
166
182
 
167
183
 
168
184
 
@@ -300,7 +316,11 @@
300
316
  <td class="name">
301
317
  <code>
302
318
 
303
- <span class="param-type">Object</span>
319
+ <span class="param-type">
320
+
321
+ Object
322
+
323
+ </span>
304
324
 
305
325
 
306
326
 
@@ -314,7 +334,11 @@
314
334
  <td class="name">
315
335
  <code>
316
336
 
317
- <span class="param-type">String</span>
337
+ <span class="param-type">
338
+
339
+ String
340
+
341
+ </span>
318
342
 
319
343
 
320
344
 
@@ -328,7 +352,11 @@
328
352
  <td class="name">
329
353
  <code>
330
354
 
331
- <span class="param-type">String</span>
355
+ <span class="param-type">
356
+
357
+ String
358
+
359
+ </span>
332
360
 
333
361
 
334
362
 
@@ -342,7 +370,11 @@
342
370
  <td class="name">
343
371
  <code>
344
372
 
345
- <span class="param-type">Object</span>
373
+ <span class="param-type">
374
+
375
+ Object
376
+
377
+ </span>
346
378
 
347
379
 
348
380
 
@@ -356,7 +388,11 @@
356
388
  <td class="name">
357
389
  <code>
358
390
 
359
- <span class="param-type">Object</span>
391
+ <span class="param-type">
392
+
393
+ Object
394
+
395
+ </span>
360
396
 
361
397
 
362
398
 
@@ -370,7 +406,11 @@
370
406
  <td class="name">
371
407
  <code>
372
408
 
373
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
409
+ <span class="param-type">
410
+
411
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
412
+
413
+ </span>
374
414
 
375
415
 
376
416
 
@@ -384,7 +424,11 @@
384
424
  <td class="name">
385
425
  <code>
386
426
 
387
- <span class="param-type">String</span>
427
+ <span class="param-type">
428
+
429
+ String
430
+
431
+ </span>
388
432
 
389
433
 
390
434
 
@@ -398,7 +442,11 @@
398
442
  <td class="name">
399
443
  <code>
400
444
 
401
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
402
450
 
403
451
 
404
452
 
@@ -412,7 +460,11 @@
412
460
  <td class="name">
413
461
  <code>
414
462
 
415
- <span class="param-type">String</span>
463
+ <span class="param-type">
464
+
465
+ String
466
+
467
+ </span>
416
468
 
417
469
 
418
470
 
@@ -426,7 +478,11 @@
426
478
  <td class="name">
427
479
  <code>
428
480
 
429
- <span class="param-type">String</span>
481
+ <span class="param-type">
482
+
483
+ String
484
+
485
+ </span>
430
486
 
431
487
 
432
488
 
@@ -440,7 +496,11 @@
440
496
  <td class="name">
441
497
  <code>
442
498
 
443
- <span class="param-type">Number</span>
499
+ <span class="param-type">
500
+
501
+ Number
502
+
503
+ </span>
444
504
 
445
505
 
446
506
 
@@ -454,7 +514,11 @@
454
514
  <td class="name">
455
515
  <code>
456
516
 
457
- <span class="param-type">Boolean</span>
517
+ <span class="param-type">
518
+
519
+ Boolean
520
+
521
+ </span>
458
522
 
459
523
 
460
524
 
@@ -468,7 +532,11 @@
468
532
  <td class="name">
469
533
  <code>
470
534
 
471
- <span class="param-type">String</span>
535
+ <span class="param-type">
536
+
537
+ String
538
+
539
+ </span>
472
540
 
473
541
 
474
542
 
@@ -482,7 +550,11 @@
482
550
  <td class="name">
483
551
  <code>
484
552
 
485
- <span class="param-type">Number</span>
553
+ <span class="param-type">
554
+
555
+ Number
556
+
557
+ </span>
486
558
 
487
559
 
488
560
 
@@ -496,7 +568,11 @@
496
568
  <td class="name">
497
569
  <code>
498
570
 
499
- <span class="param-type">Number</span>
571
+ <span class="param-type">
572
+
573
+ Number
574
+
575
+ </span>
500
576
 
501
577
 
502
578
 
@@ -510,7 +586,11 @@
510
586
  <td class="name">
511
587
  <code>
512
588
 
513
- <span class="param-type">Number</span>
589
+ <span class="param-type">
590
+
591
+ Number
592
+
593
+ </span>
514
594
 
515
595
 
516
596
 
@@ -524,7 +604,11 @@
524
604
  <td class="name">
525
605
  <code>
526
606
 
527
- <span class="param-type">Object</span>
607
+ <span class="param-type">
608
+
609
+ Object
610
+
611
+ </span>
528
612
 
529
613
 
530
614
 
@@ -538,7 +622,11 @@
538
622
  <td class="name">
539
623
  <code>
540
624
 
541
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
542
630
 
543
631
 
544
632
 
@@ -552,7 +640,11 @@
552
640
  <td class="name">
553
641
  <code>
554
642
 
555
- <span class="param-type">Object</span>
643
+ <span class="param-type">
644
+
645
+ Object
646
+
647
+ </span>
556
648
 
557
649
 
558
650
 
@@ -566,7 +658,11 @@
566
658
  <td class="name">
567
659
  <code>
568
660
 
569
- <span class="param-type">String</span>
661
+ <span class="param-type">
662
+
663
+ String
664
+
665
+ </span>
570
666
 
571
667
 
572
668
 
@@ -580,7 +676,11 @@
580
676
  <td class="name">
581
677
  <code>
582
678
 
583
- <span class="param-type">String</span>
679
+ <span class="param-type">
680
+
681
+ String
682
+
683
+ </span>
584
684
 
585
685
 
586
686
 
@@ -594,7 +694,11 @@
594
694
  <td class="name">
595
695
  <code>
596
696
 
597
- <span class="param-type">String</span>
697
+ <span class="param-type">
698
+
699
+ String
700
+
701
+ </span>
598
702
 
599
703
 
600
704
 
@@ -608,7 +712,11 @@
608
712
  <td class="name">
609
713
  <code>
610
714
 
611
- <span class="param-type">String</span>
715
+ <span class="param-type">
716
+
717
+ String
718
+
719
+ </span>
612
720
 
613
721
 
614
722
 
@@ -622,7 +730,11 @@
622
730
  <td class="name">
623
731
  <code>
624
732
 
625
- <span class="param-type">String</span>
733
+ <span class="param-type">
734
+
735
+ String
736
+
737
+ </span>
626
738
 
627
739
 
628
740
 
@@ -636,7 +748,11 @@
636
748
  <td class="name">
637
749
  <code>
638
750
 
639
- <span class="param-type">String</span>
751
+ <span class="param-type">
752
+
753
+ String
754
+
755
+ </span>
640
756
 
641
757
 
642
758
 
@@ -650,7 +766,11 @@
650
766
  <td class="name">
651
767
  <code>
652
768
 
653
- <span class="param-type">Number</span>
769
+ <span class="param-type">
770
+
771
+ Number
772
+
773
+ </span>
654
774
 
655
775
 
656
776
 
@@ -670,7 +790,11 @@
670
790
  <span class="method-parameter is-pulled-right">
671
791
  <label>类型:</label>
672
792
 
673
- <span class="param-type">Object</span>
793
+ <span class="param-type">
794
+
795
+ Object
796
+
797
+ </span>
674
798
 
675
799
 
676
800
 
@@ -741,7 +865,11 @@
741
865
  <span class="method-parameter is-pulled-right">
742
866
  <label>类型:</label>
743
867
 
744
- <span class="param-type">String</span>
868
+ <span class="param-type">
869
+
870
+ String
871
+
872
+ </span>
745
873
 
746
874
 
747
875
 
@@ -821,7 +949,11 @@
821
949
  <span class="method-parameter is-pulled-right">
822
950
  <label>类型:</label>
823
951
 
824
- <span class="param-type">String</span>
952
+ <span class="param-type">
953
+
954
+ String
955
+
956
+ </span>
825
957
 
826
958
 
827
959
 
@@ -897,7 +1029,11 @@
897
1029
  <span class="method-parameter is-pulled-right">
898
1030
  <label>类型:</label>
899
1031
 
900
- <span class="param-type">Object</span>
1032
+ <span class="param-type">
1033
+
1034
+ Object
1035
+
1036
+ </span>
901
1037
 
902
1038
 
903
1039
 
@@ -973,7 +1109,11 @@
973
1109
  <span class="method-parameter is-pulled-right">
974
1110
  <label>类型:</label>
975
1111
 
976
- <span class="param-type">Object</span>
1112
+ <span class="param-type">
1113
+
1114
+ Object
1115
+
1116
+ </span>
977
1117
 
978
1118
 
979
1119
 
@@ -1049,7 +1189,11 @@
1049
1189
  <span class="method-parameter is-pulled-right">
1050
1190
  <label>类型:</label>
1051
1191
 
1052
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1192
+ <span class="param-type">
1193
+
1194
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1195
+
1196
+ </span>
1053
1197
 
1054
1198
 
1055
1199
 
@@ -1129,7 +1273,11 @@
1129
1273
  <span class="method-parameter is-pulled-right">
1130
1274
  <label>类型:</label>
1131
1275
 
1132
- <span class="param-type">String</span>
1276
+ <span class="param-type">
1277
+
1278
+ String
1279
+
1280
+ </span>
1133
1281
 
1134
1282
 
1135
1283
 
@@ -1200,7 +1348,11 @@
1200
1348
  <span class="method-parameter is-pulled-right">
1201
1349
  <label>类型:</label>
1202
1350
 
1203
- <span class="param-type">String</span>
1351
+ <span class="param-type">
1352
+
1353
+ String
1354
+
1355
+ </span>
1204
1356
 
1205
1357
 
1206
1358
 
@@ -1276,7 +1428,11 @@
1276
1428
  <span class="method-parameter is-pulled-right">
1277
1429
  <label>类型:</label>
1278
1430
 
1279
- <span class="param-type">String</span>
1431
+ <span class="param-type">
1432
+
1433
+ String
1434
+
1435
+ </span>
1280
1436
 
1281
1437
 
1282
1438
 
@@ -1352,7 +1508,11 @@
1352
1508
  <span class="method-parameter is-pulled-right">
1353
1509
  <label>类型:</label>
1354
1510
 
1355
- <span class="param-type">String</span>
1511
+ <span class="param-type">
1512
+
1513
+ String
1514
+
1515
+ </span>
1356
1516
 
1357
1517
 
1358
1518
 
@@ -1432,7 +1592,11 @@
1432
1592
  <span class="method-parameter is-pulled-right">
1433
1593
  <label>类型:</label>
1434
1594
 
1435
- <span class="param-type">Number</span>
1595
+ <span class="param-type">
1596
+
1597
+ Number
1598
+
1599
+ </span>
1436
1600
 
1437
1601
 
1438
1602
 
@@ -1508,7 +1672,11 @@
1508
1672
  <span class="method-parameter is-pulled-right">
1509
1673
  <label>类型:</label>
1510
1674
 
1511
- <span class="param-type">Boolean</span>
1675
+ <span class="param-type">
1676
+
1677
+ Boolean
1678
+
1679
+ </span>
1512
1680
 
1513
1681
 
1514
1682
 
@@ -1593,7 +1761,11 @@
1593
1761
  <span class="method-parameter is-pulled-right">
1594
1762
  <label>类型:</label>
1595
1763
 
1596
- <span class="param-type">String</span>
1764
+ <span class="param-type">
1765
+
1766
+ String
1767
+
1768
+ </span>
1597
1769
 
1598
1770
 
1599
1771
 
@@ -1678,7 +1850,11 @@
1678
1850
  <span class="method-parameter is-pulled-right">
1679
1851
  <label>类型:</label>
1680
1852
 
1681
- <span class="param-type">Number</span>
1853
+ <span class="param-type">
1854
+
1855
+ Number
1856
+
1857
+ </span>
1682
1858
 
1683
1859
 
1684
1860
 
@@ -1759,7 +1935,11 @@
1759
1935
  <span class="method-parameter is-pulled-right">
1760
1936
  <label>类型:</label>
1761
1937
 
1762
- <span class="param-type">Number</span>
1938
+ <span class="param-type">
1939
+
1940
+ Number
1941
+
1942
+ </span>
1763
1943
 
1764
1944
 
1765
1945
 
@@ -1840,7 +2020,11 @@
1840
2020
  <span class="method-parameter is-pulled-right">
1841
2021
  <label>类型:</label>
1842
2022
 
1843
- <span class="param-type">Number</span>
2023
+ <span class="param-type">
2024
+
2025
+ Number
2026
+
2027
+ </span>
1844
2028
 
1845
2029
 
1846
2030
 
@@ -1916,7 +2100,11 @@
1916
2100
  <span class="method-parameter is-pulled-right">
1917
2101
  <label>类型:</label>
1918
2102
 
1919
- <span class="param-type">Object</span>
2103
+ <span class="param-type">
2104
+
2105
+ Object
2106
+
2107
+ </span>
1920
2108
 
1921
2109
 
1922
2110
 
@@ -1987,7 +2175,11 @@
1987
2175
  <span class="method-parameter is-pulled-right">
1988
2176
  <label>类型:</label>
1989
2177
 
1990
- <span class="param-type">String</span>
2178
+ <span class="param-type">
2179
+
2180
+ String
2181
+
2182
+ </span>
1991
2183
 
1992
2184
 
1993
2185
 
@@ -2058,7 +2250,11 @@
2058
2250
  <span class="method-parameter is-pulled-right">
2059
2251
  <label>类型:</label>
2060
2252
 
2061
- <span class="param-type">Object</span>
2253
+ <span class="param-type">
2254
+
2255
+ Object
2256
+
2257
+ </span>
2062
2258
 
2063
2259
 
2064
2260
 
@@ -2134,7 +2330,11 @@
2134
2330
  <span class="method-parameter is-pulled-right">
2135
2331
  <label>类型:</label>
2136
2332
 
2137
- <span class="param-type">String</span>
2333
+ <span class="param-type">
2334
+
2335
+ String
2336
+
2337
+ </span>
2138
2338
 
2139
2339
 
2140
2340
 
@@ -2210,7 +2410,11 @@
2210
2410
  <span class="method-parameter is-pulled-right">
2211
2411
  <label>类型:</label>
2212
2412
 
2213
- <span class="param-type">String</span>
2413
+ <span class="param-type">
2414
+
2415
+ String
2416
+
2417
+ </span>
2214
2418
 
2215
2419
 
2216
2420
 
@@ -2291,7 +2495,11 @@
2291
2495
  <span class="method-parameter is-pulled-right">
2292
2496
  <label>类型:</label>
2293
2497
 
2294
- <span class="param-type">String</span>
2498
+ <span class="param-type">
2499
+
2500
+ String
2501
+
2502
+ </span>
2295
2503
 
2296
2504
 
2297
2505
 
@@ -2367,7 +2575,11 @@
2367
2575
  <span class="method-parameter is-pulled-right">
2368
2576
  <label>类型:</label>
2369
2577
 
2370
- <span class="param-type">String</span>
2578
+ <span class="param-type">
2579
+
2580
+ String
2581
+
2582
+ </span>
2371
2583
 
2372
2584
 
2373
2585
 
@@ -2443,7 +2655,11 @@
2443
2655
  <span class="method-parameter is-pulled-right">
2444
2656
  <label>类型:</label>
2445
2657
 
2446
- <span class="param-type">String</span>
2658
+ <span class="param-type">
2659
+
2660
+ String
2661
+
2662
+ </span>
2447
2663
 
2448
2664
 
2449
2665
 
@@ -2514,7 +2730,11 @@
2514
2730
  <span class="method-parameter is-pulled-right">
2515
2731
  <label>类型:</label>
2516
2732
 
2517
- <span class="param-type">String</span>
2733
+ <span class="param-type">
2734
+
2735
+ String
2736
+
2737
+ </span>
2518
2738
 
2519
2739
 
2520
2740
 
@@ -2585,7 +2805,11 @@
2585
2805
  <span class="method-parameter is-pulled-right">
2586
2806
  <label>类型:</label>
2587
2807
 
2588
- <span class="param-type">Number</span>
2808
+ <span class="param-type">
2809
+
2810
+ Number
2811
+
2812
+ </span>
2589
2813
 
2590
2814
 
2591
2815
 
@@ -2682,7 +2906,11 @@
2682
2906
  <code>
2683
2907
 
2684
2908
 
2685
- <span class="param-type"><a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
2909
+ <span class="param-type">
2910
+
2911
+ <a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a>
2912
+
2913
+ </span>
2686
2914
 
2687
2915
 
2688
2916
 
@@ -2698,7 +2926,11 @@
2698
2926
  <code>
2699
2927
 
2700
2928
 
2701
- <span class="param-type">*</span>
2929
+ <span class="param-type">
2930
+
2931
+ *
2932
+
2933
+ </span>
2702
2934
 
2703
2935
 
2704
2936
 
@@ -2714,7 +2946,11 @@
2714
2946
  <code>
2715
2947
 
2716
2948
 
2717
- <span class="param-type">Boolean</span>
2949
+ <span class="param-type">
2950
+
2951
+ Boolean
2952
+
2953
+ </span>
2718
2954
 
2719
2955
 
2720
2956
 
@@ -2750,7 +2986,11 @@
2750
2986
  <code>
2751
2987
 
2752
2988
 
2753
- <span class="param-type">Object</span>
2989
+ <span class="param-type">
2990
+
2991
+ Object
2992
+
2993
+ </span>
2754
2994
 
2755
2995
 
2756
2996
 
@@ -2868,7 +3108,11 @@
2868
3108
  <div class='column is-5 has-text-left'>
2869
3109
  <label>类型: </label>
2870
3110
 
2871
- <span class="param-type"><a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a></span>
3111
+ <span class="param-type">
3112
+
3113
+ <a link="Cesium3DTilesCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium3DTilesCacheLayer" Cesium3DTilesCacheLayer.html>Cesium3DTilesCacheLayer</a>
3114
+
3115
+ </span>
2872
3116
 
2873
3117
 
2874
3118
 
@@ -2984,7 +3228,11 @@
2984
3228
  <div class='column is-5 has-text-left'>
2985
3229
  <label>类型: </label>
2986
3230
 
2987
- <span class="param-type">*</span>
3231
+ <span class="param-type">
3232
+
3233
+ *
3234
+
3235
+ </span>
2988
3236
 
2989
3237
 
2990
3238
 
@@ -3106,7 +3354,11 @@
3106
3354
  <div class='column is-5 has-text-left'>
3107
3355
  <label>类型: </label>
3108
3356
 
3109
- <span class="param-type">Boolean</span>
3357
+ <span class="param-type">
3358
+
3359
+ Boolean
3360
+
3361
+ </span>
3110
3362
 
3111
3363
 
3112
3364
 
@@ -3415,7 +3667,11 @@
3415
3667
  <div class='column is-5 has-text-left'>
3416
3668
  <label>类型: </label>
3417
3669
 
3418
- <span class="param-type">Object</span>
3670
+ <span class="param-type">
3671
+
3672
+ Object
3673
+
3674
+ </span>
3419
3675
 
3420
3676
 
3421
3677
 
@@ -3455,37 +3711,37 @@
3455
3711
  <tbody>
3456
3712
 
3457
3713
  <tr class="deep-level-0">
3458
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3714
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3459
3715
  <td class="name"><code>图层刷新完毕事件</code></td>
3460
3716
  </tr>
3461
3717
 
3462
3718
  <tr class="deep-level-0">
3463
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3719
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3464
3720
  <td class="name"><code>图层加载完毕事件</code></td>
3465
3721
  </tr>
3466
3722
 
3467
3723
  <tr class="deep-level-0">
3468
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3724
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3469
3725
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3470
3726
  </tr>
3471
3727
 
3472
3728
  <tr class="deep-level-0">
3473
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3729
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3474
3730
  <td class="name"><code>图层更新完毕事件</code></td>
3475
3731
  </tr>
3476
3732
 
3477
3733
  <tr class="deep-level-0">
3478
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3734
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3479
3735
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3480
3736
  </tr>
3481
3737
 
3482
3738
  <tr class="deep-level-0">
3483
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3739
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3484
3740
  <td class="name"><code>图层销毁完毕事件</code></td>
3485
3741
  </tr>
3486
3742
 
3487
3743
  <tr class="deep-level-0">
3488
- <td class="name"><code><a href="Cesium3DTilesCacheLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3744
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3489
3745
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3490
3746
  </tr>
3491
3747
 
@@ -3565,7 +3821,11 @@
3565
3821
  <td class="type">
3566
3822
 
3567
3823
 
3568
- <span class="param-type">Object</span>
3824
+ <span class="param-type">
3825
+
3826
+ Object
3827
+
3828
+ </span>
3569
3829
 
3570
3830
 
3571
3831
 
@@ -3599,7 +3859,11 @@
3599
3859
  <td class="type">
3600
3860
 
3601
3861
 
3602
- <span class="param-type">String</span>
3862
+ <span class="param-type">
3863
+
3864
+ String
3865
+
3866
+ </span>
3603
3867
 
3604
3868
 
3605
3869
 
@@ -3637,7 +3901,11 @@
3637
3901
  <td class="type">
3638
3902
 
3639
3903
 
3640
- <span class="param-type">String</span>
3904
+ <span class="param-type">
3905
+
3906
+ String
3907
+
3908
+ </span>
3641
3909
 
3642
3910
 
3643
3911
 
@@ -3675,7 +3943,11 @@
3675
3943
  <td class="type">
3676
3944
 
3677
3945
 
3678
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3946
+ <span class="param-type">
3947
+
3948
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3949
+
3950
+ </span>
3679
3951
 
3680
3952
 
3681
3953
 
@@ -3713,7 +3985,11 @@
3713
3985
  <td class="type">
3714
3986
 
3715
3987
 
3716
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3988
+ <span class="param-type">
3989
+
3990
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3991
+
3992
+ </span>
3717
3993
 
3718
3994
 
3719
3995
 
@@ -3751,7 +4027,11 @@
3751
4027
  <td class="type">
3752
4028
 
3753
4029
 
3754
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4030
+ <span class="param-type">
4031
+
4032
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4033
+
4034
+ </span>
3755
4035
 
3756
4036
 
3757
4037
 
@@ -3789,7 +4069,11 @@
3789
4069
  <td class="type">
3790
4070
 
3791
4071
 
3792
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4072
+ <span class="param-type">
4073
+
4074
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4075
+
4076
+ </span>
3793
4077
 
3794
4078
 
3795
4079
 
@@ -3827,7 +4111,11 @@
3827
4111
  <td class="type">
3828
4112
 
3829
4113
 
3830
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4114
+ <span class="param-type">
4115
+
4116
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4117
+
4118
+ </span>
3831
4119
 
3832
4120
 
3833
4121
 
@@ -4019,7 +4307,11 @@
4019
4307
  <td class="type">
4020
4308
 
4021
4309
 
4022
- <span class="param-type">Object</span>
4310
+ <span class="param-type">
4311
+
4312
+ Object
4313
+
4314
+ </span>
4023
4315
 
4024
4316
 
4025
4317
 
@@ -4053,7 +4345,11 @@
4053
4345
  <td class="type">
4054
4346
 
4055
4347
 
4056
- <span class="param-type">String</span>
4348
+ <span class="param-type">
4349
+
4350
+ String
4351
+
4352
+ </span>
4057
4353
 
4058
4354
 
4059
4355
 
@@ -4091,7 +4387,11 @@
4091
4387
  <td class="type">
4092
4388
 
4093
4389
 
4094
- <span class="param-type">String</span>
4390
+ <span class="param-type">
4391
+
4392
+ String
4393
+
4394
+ </span>
4095
4395
 
4096
4396
 
4097
4397
 
@@ -4129,7 +4429,11 @@
4129
4429
  <td class="type">
4130
4430
 
4131
4431
 
4132
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4432
+ <span class="param-type">
4433
+
4434
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4435
+
4436
+ </span>
4133
4437
 
4134
4438
 
4135
4439
 
@@ -4167,7 +4471,11 @@
4167
4471
  <td class="type">
4168
4472
 
4169
4473
 
4170
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4474
+ <span class="param-type">
4475
+
4476
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4477
+
4478
+ </span>
4171
4479
 
4172
4480
 
4173
4481
 
@@ -4205,7 +4513,11 @@
4205
4513
  <td class="type">
4206
4514
 
4207
4515
 
4208
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4516
+ <span class="param-type">
4517
+
4518
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4519
+
4520
+ </span>
4209
4521
 
4210
4522
 
4211
4523
 
@@ -4243,7 +4555,11 @@
4243
4555
  <td class="type">
4244
4556
 
4245
4557
 
4246
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4558
+ <span class="param-type">
4559
+
4560
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4561
+
4562
+ </span>
4247
4563
 
4248
4564
 
4249
4565
 
@@ -4281,7 +4597,11 @@
4281
4597
  <td class="type">
4282
4598
 
4283
4599
 
4284
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4600
+ <span class="param-type">
4601
+
4602
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4603
+
4604
+ </span>
4285
4605
 
4286
4606
 
4287
4607
 
@@ -4463,7 +4783,11 @@
4463
4783
  <td class="type">
4464
4784
 
4465
4785
 
4466
- <span class="param-type">Object</span>
4786
+ <span class="param-type">
4787
+
4788
+ Object
4789
+
4790
+ </span>
4467
4791
 
4468
4792
 
4469
4793
 
@@ -4497,7 +4821,11 @@
4497
4821
  <td class="type">
4498
4822
 
4499
4823
 
4500
- <span class="param-type">String</span>
4824
+ <span class="param-type">
4825
+
4826
+ String
4827
+
4828
+ </span>
4501
4829
 
4502
4830
 
4503
4831
 
@@ -4535,7 +4863,11 @@
4535
4863
  <td class="type">
4536
4864
 
4537
4865
 
4538
- <span class="param-type">String</span>
4866
+ <span class="param-type">
4867
+
4868
+ String
4869
+
4870
+ </span>
4539
4871
 
4540
4872
 
4541
4873
 
@@ -4573,7 +4905,11 @@
4573
4905
  <td class="type">
4574
4906
 
4575
4907
 
4576
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4908
+ <span class="param-type">
4909
+
4910
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4911
+
4912
+ </span>
4577
4913
 
4578
4914
 
4579
4915
 
@@ -4611,7 +4947,11 @@
4611
4947
  <td class="type">
4612
4948
 
4613
4949
 
4614
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4950
+ <span class="param-type">
4951
+
4952
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4953
+
4954
+ </span>
4615
4955
 
4616
4956
 
4617
4957
 
@@ -4649,7 +4989,11 @@
4649
4989
  <td class="type">
4650
4990
 
4651
4991
 
4652
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4992
+ <span class="param-type">
4993
+
4994
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4995
+
4996
+ </span>
4653
4997
 
4654
4998
 
4655
4999
 
@@ -4687,7 +5031,11 @@
4687
5031
  <td class="type">
4688
5032
 
4689
5033
 
4690
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5034
+ <span class="param-type">
5035
+
5036
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5037
+
5038
+ </span>
4691
5039
 
4692
5040
 
4693
5041
 
@@ -4725,7 +5073,11 @@
4725
5073
  <td class="type">
4726
5074
 
4727
5075
 
4728
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5076
+ <span class="param-type">
5077
+
5078
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5079
+
5080
+ </span>
4729
5081
 
4730
5082
 
4731
5083
 
@@ -4917,7 +5269,11 @@
4917
5269
  <td class="type">
4918
5270
 
4919
5271
 
4920
- <span class="param-type">Object</span>
5272
+ <span class="param-type">
5273
+
5274
+ Object
5275
+
5276
+ </span>
4921
5277
 
4922
5278
 
4923
5279
 
@@ -4951,7 +5307,11 @@
4951
5307
  <td class="type">
4952
5308
 
4953
5309
 
4954
- <span class="param-type">String</span>
5310
+ <span class="param-type">
5311
+
5312
+ String
5313
+
5314
+ </span>
4955
5315
 
4956
5316
 
4957
5317
 
@@ -4989,7 +5349,11 @@
4989
5349
  <td class="type">
4990
5350
 
4991
5351
 
4992
- <span class="param-type">String</span>
5352
+ <span class="param-type">
5353
+
5354
+ String
5355
+
5356
+ </span>
4993
5357
 
4994
5358
 
4995
5359
 
@@ -5027,7 +5391,11 @@
5027
5391
  <td class="type">
5028
5392
 
5029
5393
 
5030
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5394
+ <span class="param-type">
5395
+
5396
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5397
+
5398
+ </span>
5031
5399
 
5032
5400
 
5033
5401
 
@@ -5065,7 +5433,11 @@
5065
5433
  <td class="type">
5066
5434
 
5067
5435
 
5068
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5436
+ <span class="param-type">
5437
+
5438
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5439
+
5440
+ </span>
5069
5441
 
5070
5442
 
5071
5443
 
@@ -5103,7 +5475,11 @@
5103
5475
  <td class="type">
5104
5476
 
5105
5477
 
5106
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5478
+ <span class="param-type">
5479
+
5480
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5481
+
5482
+ </span>
5107
5483
 
5108
5484
 
5109
5485
 
@@ -5141,7 +5517,11 @@
5141
5517
  <td class="type">
5142
5518
 
5143
5519
 
5144
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5520
+ <span class="param-type">
5521
+
5522
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5523
+
5524
+ </span>
5145
5525
 
5146
5526
 
5147
5527
 
@@ -5179,7 +5559,11 @@
5179
5559
  <td class="type">
5180
5560
 
5181
5561
 
5182
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5562
+ <span class="param-type">
5563
+
5564
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5565
+
5566
+ </span>
5183
5567
 
5184
5568
 
5185
5569
 
@@ -5361,7 +5745,11 @@
5361
5745
  <td class="type">
5362
5746
 
5363
5747
 
5364
- <span class="param-type">Object</span>
5748
+ <span class="param-type">
5749
+
5750
+ Object
5751
+
5752
+ </span>
5365
5753
 
5366
5754
 
5367
5755
 
@@ -5395,7 +5783,11 @@
5395
5783
  <td class="type">
5396
5784
 
5397
5785
 
5398
- <span class="param-type">String</span>
5786
+ <span class="param-type">
5787
+
5788
+ String
5789
+
5790
+ </span>
5399
5791
 
5400
5792
 
5401
5793
 
@@ -5433,7 +5825,11 @@
5433
5825
  <td class="type">
5434
5826
 
5435
5827
 
5436
- <span class="param-type">String</span>
5828
+ <span class="param-type">
5829
+
5830
+ String
5831
+
5832
+ </span>
5437
5833
 
5438
5834
 
5439
5835
 
@@ -5471,7 +5867,11 @@
5471
5867
  <td class="type">
5472
5868
 
5473
5869
 
5474
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5870
+ <span class="param-type">
5871
+
5872
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5873
+
5874
+ </span>
5475
5875
 
5476
5876
 
5477
5877
 
@@ -5509,7 +5909,11 @@
5509
5909
  <td class="type">
5510
5910
 
5511
5911
 
5512
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5912
+ <span class="param-type">
5913
+
5914
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5915
+
5916
+ </span>
5513
5917
 
5514
5918
 
5515
5919
 
@@ -5547,7 +5951,11 @@
5547
5951
  <td class="type">
5548
5952
 
5549
5953
 
5550
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5954
+ <span class="param-type">
5955
+
5956
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5957
+
5958
+ </span>
5551
5959
 
5552
5960
 
5553
5961
 
@@ -5585,7 +5993,11 @@
5585
5993
  <td class="type">
5586
5994
 
5587
5995
 
5588
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5996
+ <span class="param-type">
5997
+
5998
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5999
+
6000
+ </span>
5589
6001
 
5590
6002
 
5591
6003
 
@@ -5623,7 +6035,11 @@
5623
6035
  <td class="type">
5624
6036
 
5625
6037
 
5626
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6038
+ <span class="param-type">
6039
+
6040
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6041
+
6042
+ </span>
5627
6043
 
5628
6044
 
5629
6045
 
@@ -5815,7 +6231,11 @@
5815
6231
  <td class="type">
5816
6232
 
5817
6233
 
5818
- <span class="param-type">Object</span>
6234
+ <span class="param-type">
6235
+
6236
+ Object
6237
+
6238
+ </span>
5819
6239
 
5820
6240
 
5821
6241
 
@@ -5849,7 +6269,11 @@
5849
6269
  <td class="type">
5850
6270
 
5851
6271
 
5852
- <span class="param-type">String</span>
6272
+ <span class="param-type">
6273
+
6274
+ String
6275
+
6276
+ </span>
5853
6277
 
5854
6278
 
5855
6279
 
@@ -5887,7 +6311,11 @@
5887
6311
  <td class="type">
5888
6312
 
5889
6313
 
5890
- <span class="param-type">String</span>
6314
+ <span class="param-type">
6315
+
6316
+ String
6317
+
6318
+ </span>
5891
6319
 
5892
6320
 
5893
6321
 
@@ -5925,7 +6353,11 @@
5925
6353
  <td class="type">
5926
6354
 
5927
6355
 
5928
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6356
+ <span class="param-type">
6357
+
6358
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6359
+
6360
+ </span>
5929
6361
 
5930
6362
 
5931
6363
 
@@ -5963,7 +6395,11 @@
5963
6395
  <td class="type">
5964
6396
 
5965
6397
 
5966
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6398
+ <span class="param-type">
6399
+
6400
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6401
+
6402
+ </span>
5967
6403
 
5968
6404
 
5969
6405
 
@@ -6001,7 +6437,11 @@
6001
6437
  <td class="type">
6002
6438
 
6003
6439
 
6004
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6440
+ <span class="param-type">
6441
+
6442
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6443
+
6444
+ </span>
6005
6445
 
6006
6446
 
6007
6447
 
@@ -6039,7 +6479,11 @@
6039
6479
  <td class="type">
6040
6480
 
6041
6481
 
6042
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6482
+ <span class="param-type">
6483
+
6484
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6485
+
6486
+ </span>
6043
6487
 
6044
6488
 
6045
6489
 
@@ -6077,7 +6521,11 @@
6077
6521
  <td class="type">
6078
6522
 
6079
6523
 
6080
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6524
+ <span class="param-type">
6525
+
6526
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6527
+
6528
+ </span>
6081
6529
 
6082
6530
 
6083
6531
 
@@ -6259,7 +6707,11 @@
6259
6707
  <td class="type">
6260
6708
 
6261
6709
 
6262
- <span class="param-type">Object</span>
6710
+ <span class="param-type">
6711
+
6712
+ Object
6713
+
6714
+ </span>
6263
6715
 
6264
6716
 
6265
6717
 
@@ -6293,7 +6745,11 @@
6293
6745
  <td class="type">
6294
6746
 
6295
6747
 
6296
- <span class="param-type">String</span>
6748
+ <span class="param-type">
6749
+
6750
+ String
6751
+
6752
+ </span>
6297
6753
 
6298
6754
 
6299
6755
 
@@ -6331,7 +6787,11 @@
6331
6787
  <td class="type">
6332
6788
 
6333
6789
 
6334
- <span class="param-type">String</span>
6790
+ <span class="param-type">
6791
+
6792
+ String
6793
+
6794
+ </span>
6335
6795
 
6336
6796
 
6337
6797
 
@@ -6369,7 +6829,11 @@
6369
6829
  <td class="type">
6370
6830
 
6371
6831
 
6372
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6832
+ <span class="param-type">
6833
+
6834
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6835
+
6836
+ </span>
6373
6837
 
6374
6838
 
6375
6839
 
@@ -6407,7 +6871,11 @@
6407
6871
  <td class="type">
6408
6872
 
6409
6873
 
6410
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6874
+ <span class="param-type">
6875
+
6876
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6877
+
6878
+ </span>
6411
6879
 
6412
6880
 
6413
6881
 
@@ -6445,7 +6913,11 @@
6445
6913
  <td class="type">
6446
6914
 
6447
6915
 
6448
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6916
+ <span class="param-type">
6917
+
6918
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6919
+
6920
+ </span>
6449
6921
 
6450
6922
 
6451
6923
 
@@ -6483,7 +6955,11 @@
6483
6955
  <td class="type">
6484
6956
 
6485
6957
 
6486
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6958
+ <span class="param-type">
6959
+
6960
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6961
+
6962
+ </span>
6487
6963
 
6488
6964
 
6489
6965
 
@@ -6521,7 +6997,11 @@
6521
6997
  <td class="type">
6522
6998
 
6523
6999
 
6524
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7000
+ <span class="param-type">
7001
+
7002
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7003
+
7004
+ </span>
6525
7005
 
6526
7006
 
6527
7007