@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="title"><code>title</code></td>
107
+ <td class="name"><code>title</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
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
138
+ <td class="name"><code>spatialReference</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
144
+ <span class="param-type">
145
+
146
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -154,13 +166,17 @@
154
166
 
155
167
  <tr class="deep-level-1">
156
168
 
157
- <td class="name" id="minScale"><code>minScale</code></td>
169
+ <td class="name"><code>minScale</code></td>
158
170
 
159
171
 
160
172
  <td class="type">
161
173
 
162
174
 
163
- <span class="param-type">Number</span>
175
+ <span class="param-type">
176
+
177
+ Number
178
+
179
+ </span>
164
180
 
165
181
 
166
182
 
@@ -183,13 +199,17 @@
183
199
 
184
200
  <tr class="deep-level-1">
185
201
 
186
- <td class="name" id="maxScale"><code>maxScale</code></td>
202
+ <td class="name"><code>maxScale</code></td>
187
203
 
188
204
 
189
205
  <td class="type">
190
206
 
191
207
 
192
- <span class="param-type">Number</span>
208
+ <span class="param-type">
209
+
210
+ Number
211
+
212
+ </span>
193
213
 
194
214
 
195
215
 
@@ -212,13 +232,17 @@
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
235
+ <td class="name"><code>tokenKey</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">String</span>
241
+ <span class="param-type">
242
+
243
+ String
244
+
245
+ </span>
222
246
 
223
247
 
224
248
 
@@ -241,13 +265,17 @@
241
265
 
242
266
  <tr class="deep-level-1">
243
267
 
244
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
268
+ <td class="name"><code>tokenValue</code></td>
245
269
 
246
270
 
247
271
  <td class="type">
248
272
 
249
273
 
250
- <span class="param-type">String</span>
274
+ <span class="param-type">
275
+
276
+ String
277
+
278
+ </span>
251
279
 
252
280
 
253
281
 
@@ -268,13 +296,17 @@
268
296
 
269
297
  <tr class="deep-level-1">
270
298
 
271
- <td class="name" id="extendProps"><code>extendProps</code></td>
299
+ <td class="name"><code>extendProps</code></td>
272
300
 
273
301
 
274
302
  <td class="type">
275
303
 
276
304
 
277
- <span class="param-type">Object</span>
305
+ <span class="param-type">
306
+
307
+ Object
308
+
309
+ </span>
278
310
 
279
311
 
280
312
 
@@ -347,19 +379,19 @@
347
379
  <div class="column is-2"><label>绑定事件</label></div>
348
380
  <div class="column is-10">
349
381
  <ul>
350
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
382
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
351
383
 
352
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
384
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
353
385
 
354
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
386
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
355
387
 
356
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
388
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
357
389
 
358
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
390
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
359
391
 
360
- <li><a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a></li>
392
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
361
393
 
362
- <li><a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a></li>
394
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
363
395
  </ul>
364
396
  </div>
365
397
  </div>
@@ -433,7 +465,11 @@
433
465
  <td class="name">
434
466
  <code>
435
467
 
436
- <span class="param-type">String</span>
468
+ <span class="param-type">
469
+
470
+ String
471
+
472
+ </span>
437
473
 
438
474
 
439
475
 
@@ -447,7 +483,11 @@
447
483
  <td class="name">
448
484
  <code>
449
485
 
450
- <span class="param-type">String</span>
486
+ <span class="param-type">
487
+
488
+ String
489
+
490
+ </span>
451
491
 
452
492
 
453
493
 
@@ -461,7 +501,11 @@
461
501
  <td class="name">
462
502
  <code>
463
503
 
464
- <span class="param-type">Object</span>
504
+ <span class="param-type">
505
+
506
+ Object
507
+
508
+ </span>
465
509
 
466
510
 
467
511
 
@@ -475,7 +519,11 @@
475
519
  <td class="name">
476
520
  <code>
477
521
 
478
- <span class="param-type">Object</span>
522
+ <span class="param-type">
523
+
524
+ Object
525
+
526
+ </span>
479
527
 
480
528
 
481
529
 
@@ -489,7 +537,11 @@
489
537
  <td class="name">
490
538
  <code>
491
539
 
492
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
540
+ <span class="param-type">
541
+
542
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
543
+
544
+ </span>
493
545
 
494
546
 
495
547
 
@@ -503,7 +555,11 @@
503
555
  <td class="name">
504
556
  <code>
505
557
 
506
- <span class="param-type">String</span>
558
+ <span class="param-type">
559
+
560
+ String
561
+
562
+ </span>
507
563
 
508
564
 
509
565
 
@@ -517,7 +573,11 @@
517
573
  <td class="name">
518
574
  <code>
519
575
 
520
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
521
581
 
522
582
 
523
583
 
@@ -531,7 +591,11 @@
531
591
  <td class="name">
532
592
  <code>
533
593
 
534
- <span class="param-type">String</span>
594
+ <span class="param-type">
595
+
596
+ String
597
+
598
+ </span>
535
599
 
536
600
 
537
601
 
@@ -545,7 +609,11 @@
545
609
  <td class="name">
546
610
  <code>
547
611
 
548
- <span class="param-type">Number</span>
612
+ <span class="param-type">
613
+
614
+ Number
615
+
616
+ </span>
549
617
 
550
618
 
551
619
 
@@ -559,7 +627,11 @@
559
627
  <td class="name">
560
628
  <code>
561
629
 
562
- <span class="param-type">Boolean</span>
630
+ <span class="param-type">
631
+
632
+ Boolean
633
+
634
+ </span>
563
635
 
564
636
 
565
637
 
@@ -573,7 +645,11 @@
573
645
  <td class="name">
574
646
  <code>
575
647
 
576
- <span class="param-type">String</span>
648
+ <span class="param-type">
649
+
650
+ String
651
+
652
+ </span>
577
653
 
578
654
 
579
655
 
@@ -587,7 +663,11 @@
587
663
  <td class="name">
588
664
  <code>
589
665
 
590
- <span class="param-type">Number</span>
666
+ <span class="param-type">
667
+
668
+ Number
669
+
670
+ </span>
591
671
 
592
672
 
593
673
 
@@ -601,7 +681,11 @@
601
681
  <td class="name">
602
682
  <code>
603
683
 
604
- <span class="param-type">Number</span>
684
+ <span class="param-type">
685
+
686
+ Number
687
+
688
+ </span>
605
689
 
606
690
 
607
691
 
@@ -615,7 +699,11 @@
615
699
  <td class="name">
616
700
  <code>
617
701
 
618
- <span class="param-type">Number</span>
702
+ <span class="param-type">
703
+
704
+ Number
705
+
706
+ </span>
619
707
 
620
708
 
621
709
 
@@ -629,7 +717,11 @@
629
717
  <td class="name">
630
718
  <code>
631
719
 
632
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
720
+ <span class="param-type">
721
+
722
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
723
+
724
+ </span>
633
725
 
634
726
 
635
727
 
@@ -643,7 +735,11 @@
643
735
  <td class="name">
644
736
  <code>
645
737
 
646
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
738
+ <span class="param-type">
739
+
740
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
741
+
742
+ </span>
647
743
 
648
744
 
649
745
 
@@ -657,7 +753,11 @@
657
753
  <td class="name">
658
754
  <code>
659
755
 
660
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
756
+ <span class="param-type">
757
+
758
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
759
+
760
+ </span>
661
761
 
662
762
 
663
763
 
@@ -671,7 +771,11 @@
671
771
  <td class="name">
672
772
  <code>
673
773
 
674
- <span class="param-type">String</span>
774
+ <span class="param-type">
775
+
776
+ String
777
+
778
+ </span>
675
779
 
676
780
 
677
781
 
@@ -685,7 +789,11 @@
685
789
  <td class="name">
686
790
  <code>
687
791
 
688
- <span class="param-type">String</span>
792
+ <span class="param-type">
793
+
794
+ String
795
+
796
+ </span>
689
797
 
690
798
 
691
799
 
@@ -699,7 +807,11 @@
699
807
  <td class="name">
700
808
  <code>
701
809
 
702
- <span class="param-type">String</span>
810
+ <span class="param-type">
811
+
812
+ String
813
+
814
+ </span>
703
815
 
704
816
 
705
817
 
@@ -713,7 +825,11 @@
713
825
  <td class="name">
714
826
  <code>
715
827
 
716
- <span class="param-type">String</span>
828
+ <span class="param-type">
829
+
830
+ String
831
+
832
+ </span>
717
833
 
718
834
 
719
835
 
@@ -727,7 +843,11 @@
727
843
  <td class="name">
728
844
  <code>
729
845
 
730
- <span class="param-type">Number</span>
846
+ <span class="param-type">
847
+
848
+ Number
849
+
850
+ </span>
731
851
 
732
852
 
733
853
 
@@ -747,7 +867,11 @@
747
867
  <span class="method-parameter is-pulled-right">
748
868
  <label>类型:</label>
749
869
 
750
- <span class="param-type">String</span>
870
+ <span class="param-type">
871
+
872
+ String
873
+
874
+ </span>
751
875
 
752
876
 
753
877
 
@@ -822,7 +946,11 @@
822
946
  <span class="method-parameter is-pulled-right">
823
947
  <label>类型:</label>
824
948
 
825
- <span class="param-type">String</span>
949
+ <span class="param-type">
950
+
951
+ String
952
+
953
+ </span>
826
954
 
827
955
 
828
956
 
@@ -897,7 +1025,11 @@
897
1025
  <span class="method-parameter is-pulled-right">
898
1026
  <label>类型:</label>
899
1027
 
900
- <span class="param-type">Object</span>
1028
+ <span class="param-type">
1029
+
1030
+ Object
1031
+
1032
+ </span>
901
1033
 
902
1034
 
903
1035
 
@@ -968,7 +1100,11 @@
968
1100
  <span class="method-parameter is-pulled-right">
969
1101
  <label>类型:</label>
970
1102
 
971
- <span class="param-type">Object</span>
1103
+ <span class="param-type">
1104
+
1105
+ Object
1106
+
1107
+ </span>
972
1108
 
973
1109
 
974
1110
 
@@ -1039,7 +1175,11 @@
1039
1175
  <span class="method-parameter is-pulled-right">
1040
1176
  <label>类型:</label>
1041
1177
 
1042
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1178
+ <span class="param-type">
1179
+
1180
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1181
+
1182
+ </span>
1043
1183
 
1044
1184
 
1045
1185
 
@@ -1114,7 +1254,11 @@
1114
1254
  <span class="method-parameter is-pulled-right">
1115
1255
  <label>类型:</label>
1116
1256
 
1117
- <span class="param-type">String</span>
1257
+ <span class="param-type">
1258
+
1259
+ String
1260
+
1261
+ </span>
1118
1262
 
1119
1263
 
1120
1264
 
@@ -1185,7 +1329,11 @@
1185
1329
  <span class="method-parameter is-pulled-right">
1186
1330
  <label>类型:</label>
1187
1331
 
1188
- <span class="param-type">String</span>
1332
+ <span class="param-type">
1333
+
1334
+ String
1335
+
1336
+ </span>
1189
1337
 
1190
1338
 
1191
1339
 
@@ -1256,7 +1404,11 @@
1256
1404
  <span class="method-parameter is-pulled-right">
1257
1405
  <label>类型:</label>
1258
1406
 
1259
- <span class="param-type">String</span>
1407
+ <span class="param-type">
1408
+
1409
+ String
1410
+
1411
+ </span>
1260
1412
 
1261
1413
 
1262
1414
 
@@ -1331,7 +1483,11 @@
1331
1483
  <span class="method-parameter is-pulled-right">
1332
1484
  <label>类型:</label>
1333
1485
 
1334
- <span class="param-type">Number</span>
1486
+ <span class="param-type">
1487
+
1488
+ Number
1489
+
1490
+ </span>
1335
1491
 
1336
1492
 
1337
1493
 
@@ -1402,7 +1558,11 @@
1402
1558
  <span class="method-parameter is-pulled-right">
1403
1559
  <label>类型:</label>
1404
1560
 
1405
- <span class="param-type">Boolean</span>
1561
+ <span class="param-type">
1562
+
1563
+ Boolean
1564
+
1565
+ </span>
1406
1566
 
1407
1567
 
1408
1568
 
@@ -1482,7 +1642,11 @@
1482
1642
  <span class="method-parameter is-pulled-right">
1483
1643
  <label>类型:</label>
1484
1644
 
1485
- <span class="param-type">String</span>
1645
+ <span class="param-type">
1646
+
1647
+ String
1648
+
1649
+ </span>
1486
1650
 
1487
1651
 
1488
1652
 
@@ -1562,7 +1726,11 @@
1562
1726
  <span class="method-parameter is-pulled-right">
1563
1727
  <label>类型:</label>
1564
1728
 
1565
- <span class="param-type">Number</span>
1729
+ <span class="param-type">
1730
+
1731
+ Number
1732
+
1733
+ </span>
1566
1734
 
1567
1735
 
1568
1736
 
@@ -1638,7 +1806,11 @@
1638
1806
  <span class="method-parameter is-pulled-right">
1639
1807
  <label>类型:</label>
1640
1808
 
1641
- <span class="param-type">Number</span>
1809
+ <span class="param-type">
1810
+
1811
+ Number
1812
+
1813
+ </span>
1642
1814
 
1643
1815
 
1644
1816
 
@@ -1714,7 +1886,11 @@
1714
1886
  <span class="method-parameter is-pulled-right">
1715
1887
  <label>类型:</label>
1716
1888
 
1717
- <span class="param-type">Number</span>
1889
+ <span class="param-type">
1890
+
1891
+ Number
1892
+
1893
+ </span>
1718
1894
 
1719
1895
 
1720
1896
 
@@ -1785,7 +1961,11 @@
1785
1961
  <span class="method-parameter is-pulled-right">
1786
1962
  <label>类型:</label>
1787
1963
 
1788
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1964
+ <span class="param-type">
1965
+
1966
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1967
+
1968
+ </span>
1789
1969
 
1790
1970
 
1791
1971
 
@@ -1856,7 +2036,11 @@
1856
2036
  <span class="method-parameter is-pulled-right">
1857
2037
  <label>类型:</label>
1858
2038
 
1859
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2039
+ <span class="param-type">
2040
+
2041
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2042
+
2043
+ </span>
1860
2044
 
1861
2045
 
1862
2046
 
@@ -1927,7 +2111,11 @@
1927
2111
  <span class="method-parameter is-pulled-right">
1928
2112
  <label>类型:</label>
1929
2113
 
1930
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2114
+ <span class="param-type">
2115
+
2116
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2117
+
2118
+ </span>
1931
2119
 
1932
2120
 
1933
2121
 
@@ -1998,7 +2186,11 @@
1998
2186
  <span class="method-parameter is-pulled-right">
1999
2187
  <label>类型:</label>
2000
2188
 
2001
- <span class="param-type">String</span>
2189
+ <span class="param-type">
2190
+
2191
+ String
2192
+
2193
+ </span>
2002
2194
 
2003
2195
 
2004
2196
 
@@ -2069,7 +2261,11 @@
2069
2261
  <span class="method-parameter is-pulled-right">
2070
2262
  <label>类型:</label>
2071
2263
 
2072
- <span class="param-type">String</span>
2264
+ <span class="param-type">
2265
+
2266
+ String
2267
+
2268
+ </span>
2073
2269
 
2074
2270
 
2075
2271
 
@@ -2145,7 +2341,11 @@
2145
2341
  <span class="method-parameter is-pulled-right">
2146
2342
  <label>类型:</label>
2147
2343
 
2148
- <span class="param-type">String</span>
2344
+ <span class="param-type">
2345
+
2346
+ String
2347
+
2348
+ </span>
2149
2349
 
2150
2350
 
2151
2351
 
@@ -2216,7 +2416,11 @@
2216
2416
  <span class="method-parameter is-pulled-right">
2217
2417
  <label>类型:</label>
2218
2418
 
2219
- <span class="param-type">String</span>
2419
+ <span class="param-type">
2420
+
2421
+ String
2422
+
2423
+ </span>
2220
2424
 
2221
2425
 
2222
2426
 
@@ -2291,7 +2495,11 @@
2291
2495
  <span class="method-parameter is-pulled-right">
2292
2496
  <label>类型:</label>
2293
2497
 
2294
- <span class="param-type">Number</span>
2498
+ <span class="param-type">
2499
+
2500
+ Number
2501
+
2502
+ </span>
2295
2503
 
2296
2504
 
2297
2505
 
@@ -2383,7 +2591,11 @@
2383
2591
  <code>
2384
2592
 
2385
2593
 
2386
- <span class="param-type">*</span>
2594
+ <span class="param-type">
2595
+
2596
+ *
2597
+
2598
+ </span>
2387
2599
 
2388
2600
 
2389
2601
 
@@ -2399,7 +2611,11 @@
2399
2611
  <code>
2400
2612
 
2401
2613
 
2402
- <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
2614
+ <span class="param-type">
2615
+
2616
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
2617
+
2618
+ </span>
2403
2619
 
2404
2620
 
2405
2621
 
@@ -2415,7 +2631,11 @@
2415
2631
  <code>
2416
2632
 
2417
2633
 
2418
- <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
2634
+ <span class="param-type">
2635
+
2636
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
2637
+
2638
+ </span>
2419
2639
 
2420
2640
 
2421
2641
 
@@ -2431,7 +2651,11 @@
2431
2651
  <code>
2432
2652
 
2433
2653
 
2434
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2654
+ <span class="param-type">
2655
+
2656
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2657
+
2658
+ </span>
2435
2659
 
2436
2660
 
2437
2661
 
@@ -2447,7 +2671,11 @@
2447
2671
  <code>
2448
2672
 
2449
2673
 
2450
- <span class="param-type">*</span>
2674
+ <span class="param-type">
2675
+
2676
+ *
2677
+
2678
+ </span>
2451
2679
 
2452
2680
 
2453
2681
 
@@ -2463,7 +2691,11 @@
2463
2691
  <code>
2464
2692
 
2465
2693
 
2466
- <span class="param-type">Boolean</span>
2694
+ <span class="param-type">
2695
+
2696
+ Boolean
2697
+
2698
+ </span>
2467
2699
 
2468
2700
 
2469
2701
 
@@ -2479,7 +2711,11 @@
2479
2711
  <code>
2480
2712
 
2481
2713
 
2482
- <span class="param-type">Object</span>
2714
+ <span class="param-type">
2715
+
2716
+ Object
2717
+
2718
+ </span>
2483
2719
 
2484
2720
 
2485
2721
 
@@ -2488,12 +2724,7 @@
2488
2724
  </td>
2489
2725
  <td class="name"><code><p>移除事件<br/>
2490
2726
  示例如下:<br/>
2491
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2492
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2493
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2494
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2495
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2496
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2727
+ </code></td>
2497
2728
  </tr>
2498
2729
 
2499
2730
  <tr class="deep-level-0">
@@ -2502,7 +2733,11 @@
2502
2733
  <code>
2503
2734
 
2504
2735
 
2505
- <span class="param-type">Object</span>
2736
+ <span class="param-type">
2737
+
2738
+ Object
2739
+
2740
+ </span>
2506
2741
 
2507
2742
 
2508
2743
 
@@ -2511,11 +2746,7 @@
2511
2746
  </td>
2512
2747
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2513
2748
  示例如下:<br/>
2514
- <a href='#event1'>[1、注册一个事件]</a><br/>
2515
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2516
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2517
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2518
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2749
+ </code></td>
2519
2750
  </tr>
2520
2751
 
2521
2752
  <tr class="deep-level-0">
@@ -2534,7 +2765,11 @@
2534
2765
  <code>
2535
2766
 
2536
2767
 
2537
- <span class="param-type">Object</span>
2768
+ <span class="param-type">
2769
+
2770
+ Object
2771
+
2772
+ </span>
2538
2773
 
2539
2774
 
2540
2775
 
@@ -2602,13 +2837,17 @@
2602
2837
 
2603
2838
  <tr class="deep-level-0">
2604
2839
 
2605
- <td class="name" id="json"><code>json</code></td>
2840
+ <td class="name"><code>json</code></td>
2606
2841
 
2607
2842
 
2608
2843
  <td class="type">
2609
2844
 
2610
2845
 
2611
- <span class="param-type">*</span>
2846
+ <span class="param-type">
2847
+
2848
+ *
2849
+
2850
+ </span>
2612
2851
 
2613
2852
 
2614
2853
 
@@ -2695,7 +2934,11 @@
2695
2934
  <div class='column is-5 has-text-left'>
2696
2935
  <label>类型: </label>
2697
2936
 
2698
- <span class="param-type">*</span>
2937
+ <span class="param-type">
2938
+
2939
+ *
2940
+
2941
+ </span>
2699
2942
 
2700
2943
 
2701
2944
 
@@ -2771,13 +3014,17 @@
2771
3014
 
2772
3015
  <tr class="deep-level-0">
2773
3016
 
2774
- <td class="name" id="url"><code>url</code></td>
3017
+ <td class="name"><code>url</code></td>
2775
3018
 
2776
3019
 
2777
3020
  <td class="type">
2778
3021
 
2779
3022
 
2780
- <span class="param-type">String</span>
3023
+ <span class="param-type">
3024
+
3025
+ String
3026
+
3027
+ </span>
2781
3028
 
2782
3029
 
2783
3030
 
@@ -2796,13 +3043,17 @@
2796
3043
 
2797
3044
  <tr class="deep-level-0">
2798
3045
 
2799
- <td class="name" id="options"><code>options</code></td>
3046
+ <td class="name"><code>options</code></td>
2800
3047
 
2801
3048
 
2802
3049
  <td class="type">
2803
3050
 
2804
3051
 
2805
- <span class="param-type">Object</span>
3052
+ <span class="param-type">
3053
+
3054
+ Object
3055
+
3056
+ </span>
2806
3057
 
2807
3058
 
2808
3059
 
@@ -2891,7 +3142,11 @@
2891
3142
  <div class='column is-5 has-text-left'>
2892
3143
  <label>类型: </label>
2893
3144
 
2894
- <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
3145
+ <span class="param-type">
3146
+
3147
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
3148
+
3149
+ </span>
2895
3150
 
2896
3151
 
2897
3152
 
@@ -3012,7 +3267,11 @@
3012
3267
  <div class='column is-5 has-text-left'>
3013
3268
  <label>类型: </label>
3014
3269
 
3015
- <span class="param-type">Promise.&lt;<a link="Promise.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
3270
+ <span class="param-type">
3271
+
3272
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
3273
+
3274
+ </span>
3016
3275
 
3017
3276
 
3018
3277
 
@@ -3129,7 +3388,11 @@
3129
3388
  <div class='column is-5 has-text-left'>
3130
3389
  <label>类型: </label>
3131
3390
 
3132
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3391
+ <span class="param-type">
3392
+
3393
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3394
+
3395
+ </span>
3133
3396
 
3134
3397
 
3135
3398
 
@@ -3240,7 +3503,11 @@
3240
3503
  <div class='column is-5 has-text-left'>
3241
3504
  <label>类型: </label>
3242
3505
 
3243
- <span class="param-type">*</span>
3506
+ <span class="param-type">
3507
+
3508
+ *
3509
+
3510
+ </span>
3244
3511
 
3245
3512
 
3246
3513
 
@@ -3357,7 +3624,11 @@
3357
3624
  <div class='column is-5 has-text-left'>
3358
3625
  <label>类型: </label>
3359
3626
 
3360
- <span class="param-type">Boolean</span>
3627
+ <span class="param-type">
3628
+
3629
+ Boolean
3630
+
3631
+ </span>
3361
3632
 
3362
3633
 
3363
3634
 
@@ -3436,13 +3707,17 @@
3436
3707
 
3437
3708
  <tr class="deep-level-0">
3438
3709
 
3439
- <td class="name" id="types"><code>types</code></td>
3710
+ <td class="name"><code>types</code></td>
3440
3711
 
3441
3712
 
3442
3713
  <td class="type">
3443
3714
 
3444
3715
 
3445
- <span class="param-type">string</span>
3716
+ <span class="param-type">
3717
+
3718
+ string
3719
+
3720
+ </span>
3446
3721
 
3447
3722
 
3448
3723
 
@@ -3463,13 +3738,17 @@
3463
3738
 
3464
3739
  <tr class="deep-level-0">
3465
3740
 
3466
- <td class="name" id="fn"><code>fn</code></td>
3741
+ <td class="name"><code>fn</code></td>
3467
3742
 
3468
3743
 
3469
3744
  <td class="type">
3470
3745
 
3471
3746
 
3472
- <span class="param-type">function</span>
3747
+ <span class="param-type">
3748
+
3749
+ function
3750
+
3751
+ </span>
3473
3752
 
3474
3753
 
3475
3754
 
@@ -3488,13 +3767,17 @@
3488
3767
 
3489
3768
  <tr class="deep-level-0">
3490
3769
 
3491
- <td class="name" id="context"><code>context</code></td>
3770
+ <td class="name"><code>context</code></td>
3492
3771
 
3493
3772
 
3494
3773
  <td class="type">
3495
3774
 
3496
3775
 
3497
- <span class="param-type">Object</span>
3776
+ <span class="param-type">
3777
+
3778
+ Object
3779
+
3780
+ </span>
3498
3781
 
3499
3782
 
3500
3783
 
@@ -3588,7 +3871,11 @@
3588
3871
  <div class='column is-5 has-text-left'>
3589
3872
  <label>类型: </label>
3590
3873
 
3591
- <span class="param-type">Object</span>
3874
+ <span class="param-type">
3875
+
3876
+ Object
3877
+
3878
+ </span>
3592
3879
 
3593
3880
 
3594
3881
 
@@ -3756,16 +4043,24 @@ view.off({
3756
4043
 
3757
4044
  <tr class="deep-level-0">
3758
4045
 
3759
- <td class="name" id="types"><code>types</code></td>
4046
+ <td class="name"><code>types</code></td>
3760
4047
 
3761
4048
 
3762
4049
  <td class="type">
3763
4050
 
3764
4051
 
3765
- <span class="param-type">String</span>
4052
+ <span class="param-type">
4053
+
4054
+ String
4055
+
4056
+ </span>
3766
4057
  |
3767
4058
 
3768
- <span class="param-type">Object</span>
4059
+ <span class="param-type">
4060
+
4061
+ Object
4062
+
4063
+ </span>
3769
4064
 
3770
4065
 
3771
4066
 
@@ -3792,13 +4087,17 @@ view.off({
3792
4087
 
3793
4088
  <tr class="deep-level-0">
3794
4089
 
3795
- <td class="name" id="fn"><code>fn</code></td>
4090
+ <td class="name"><code>fn</code></td>
3796
4091
 
3797
4092
 
3798
4093
  <td class="type">
3799
4094
 
3800
4095
 
3801
- <span class="param-type">function</span>
4096
+ <span class="param-type">
4097
+
4098
+ function
4099
+
4100
+ </span>
3802
4101
 
3803
4102
 
3804
4103
 
@@ -3823,13 +4122,17 @@ view.off({
3823
4122
 
3824
4123
  <tr class="deep-level-0">
3825
4124
 
3826
- <td class="name" id="context"><code>context</code></td>
4125
+ <td class="name"><code>context</code></td>
3827
4126
 
3828
4127
 
3829
4128
  <td class="type">
3830
4129
 
3831
4130
 
3832
- <span class="param-type">Object</span>
4131
+ <span class="param-type">
4132
+
4133
+ Object
4134
+
4135
+ </span>
3833
4136
 
3834
4137
 
3835
4138
 
@@ -3929,7 +4232,11 @@ view.off({
3929
4232
  <div class='column is-5 has-text-left'>
3930
4233
  <label>类型: </label>
3931
4234
 
3932
- <span class="param-type">Object</span>
4235
+ <span class="param-type">
4236
+
4237
+ Object
4238
+
4239
+ </span>
3933
4240
 
3934
4241
 
3935
4242
 
@@ -4215,7 +4522,11 @@ view.on({
4215
4522
  <div class='column is-5 has-text-left'>
4216
4523
  <label>类型: </label>
4217
4524
 
4218
- <span class="param-type">Object</span>
4525
+ <span class="param-type">
4526
+
4527
+ Object
4528
+
4529
+ </span>
4219
4530
 
4220
4531
 
4221
4532
 
@@ -4255,37 +4566,37 @@ view.on({
4255
4566
  <tbody>
4256
4567
 
4257
4568
  <tr class="deep-level-0">
4258
- <td class="name"><code><a href="Layer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4569
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4259
4570
  <td class="name"><code>图层刷新完毕事件</code></td>
4260
4571
  </tr>
4261
4572
 
4262
4573
  <tr class="deep-level-0">
4263
- <td class="name"><code><a href="Layer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4574
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4264
4575
  <td class="name"><code>图层加载完毕事件</code></td>
4265
4576
  </tr>
4266
4577
 
4267
4578
  <tr class="deep-level-0">
4268
- <td class="name"><code><a href="Layer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4579
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4269
4580
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4270
4581
  </tr>
4271
4582
 
4272
4583
  <tr class="deep-level-0">
4273
- <td class="name"><code><a href="Layer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4584
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4274
4585
  <td class="name"><code>图层更新完毕事件</code></td>
4275
4586
  </tr>
4276
4587
 
4277
4588
  <tr class="deep-level-0">
4278
- <td class="name"><code><a href="Layer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4589
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4279
4590
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4280
4591
  </tr>
4281
4592
 
4282
4593
  <tr class="deep-level-0">
4283
- <td class="name"><code><a href="Layer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4594
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4284
4595
  <td class="name"><code>图层销毁完毕事件</code></td>
4285
4596
  </tr>
4286
4597
 
4287
4598
  <tr class="deep-level-0">
4288
- <td class="name"><code><a href="Layer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4599
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4289
4600
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4290
4601
  </tr>
4291
4602
 
@@ -4365,7 +4676,11 @@ view.on({
4365
4676
  <td class="type">
4366
4677
 
4367
4678
 
4368
- <span class="param-type">Object</span>
4679
+ <span class="param-type">
4680
+
4681
+ Object
4682
+
4683
+ </span>
4369
4684
 
4370
4685
 
4371
4686
 
@@ -4399,7 +4714,11 @@ view.on({
4399
4714
  <td class="type">
4400
4715
 
4401
4716
 
4402
- <span class="param-type">String</span>
4717
+ <span class="param-type">
4718
+
4719
+ String
4720
+
4721
+ </span>
4403
4722
 
4404
4723
 
4405
4724
 
@@ -4437,7 +4756,11 @@ view.on({
4437
4756
  <td class="type">
4438
4757
 
4439
4758
 
4440
- <span class="param-type">String</span>
4759
+ <span class="param-type">
4760
+
4761
+ String
4762
+
4763
+ </span>
4441
4764
 
4442
4765
 
4443
4766
 
@@ -4475,7 +4798,11 @@ view.on({
4475
4798
  <td class="type">
4476
4799
 
4477
4800
 
4478
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4801
+ <span class="param-type">
4802
+
4803
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4804
+
4805
+ </span>
4479
4806
 
4480
4807
 
4481
4808
 
@@ -4513,7 +4840,11 @@ view.on({
4513
4840
  <td class="type">
4514
4841
 
4515
4842
 
4516
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4843
+ <span class="param-type">
4844
+
4845
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4846
+
4847
+ </span>
4517
4848
 
4518
4849
 
4519
4850
 
@@ -4551,7 +4882,11 @@ view.on({
4551
4882
  <td class="type">
4552
4883
 
4553
4884
 
4554
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4885
+ <span class="param-type">
4886
+
4887
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4888
+
4889
+ </span>
4555
4890
 
4556
4891
 
4557
4892
 
@@ -4589,7 +4924,11 @@ view.on({
4589
4924
  <td class="type">
4590
4925
 
4591
4926
 
4592
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4927
+ <span class="param-type">
4928
+
4929
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4930
+
4931
+ </span>
4593
4932
 
4594
4933
 
4595
4934
 
@@ -4627,7 +4966,11 @@ view.on({
4627
4966
  <td class="type">
4628
4967
 
4629
4968
 
4630
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4969
+ <span class="param-type">
4970
+
4971
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4972
+
4973
+ </span>
4631
4974
 
4632
4975
 
4633
4976
 
@@ -4814,7 +5157,11 @@ view.on({
4814
5157
  <td class="type">
4815
5158
 
4816
5159
 
4817
- <span class="param-type">Object</span>
5160
+ <span class="param-type">
5161
+
5162
+ Object
5163
+
5164
+ </span>
4818
5165
 
4819
5166
 
4820
5167
 
@@ -4848,7 +5195,11 @@ view.on({
4848
5195
  <td class="type">
4849
5196
 
4850
5197
 
4851
- <span class="param-type">String</span>
5198
+ <span class="param-type">
5199
+
5200
+ String
5201
+
5202
+ </span>
4852
5203
 
4853
5204
 
4854
5205
 
@@ -4886,7 +5237,11 @@ view.on({
4886
5237
  <td class="type">
4887
5238
 
4888
5239
 
4889
- <span class="param-type">String</span>
5240
+ <span class="param-type">
5241
+
5242
+ String
5243
+
5244
+ </span>
4890
5245
 
4891
5246
 
4892
5247
 
@@ -4924,7 +5279,11 @@ view.on({
4924
5279
  <td class="type">
4925
5280
 
4926
5281
 
4927
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5282
+ <span class="param-type">
5283
+
5284
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5285
+
5286
+ </span>
4928
5287
 
4929
5288
 
4930
5289
 
@@ -4962,7 +5321,11 @@ view.on({
4962
5321
  <td class="type">
4963
5322
 
4964
5323
 
4965
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5324
+ <span class="param-type">
5325
+
5326
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5327
+
5328
+ </span>
4966
5329
 
4967
5330
 
4968
5331
 
@@ -5000,7 +5363,11 @@ view.on({
5000
5363
  <td class="type">
5001
5364
 
5002
5365
 
5003
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5366
+ <span class="param-type">
5367
+
5368
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5369
+
5370
+ </span>
5004
5371
 
5005
5372
 
5006
5373
 
@@ -5038,7 +5405,11 @@ view.on({
5038
5405
  <td class="type">
5039
5406
 
5040
5407
 
5041
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5408
+ <span class="param-type">
5409
+
5410
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5411
+
5412
+ </span>
5042
5413
 
5043
5414
 
5044
5415
 
@@ -5076,7 +5447,11 @@ view.on({
5076
5447
  <td class="type">
5077
5448
 
5078
5449
 
5079
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5450
+ <span class="param-type">
5451
+
5452
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5453
+
5454
+ </span>
5080
5455
 
5081
5456
 
5082
5457
 
@@ -5253,7 +5628,11 @@ view.on({
5253
5628
  <td class="type">
5254
5629
 
5255
5630
 
5256
- <span class="param-type">Object</span>
5631
+ <span class="param-type">
5632
+
5633
+ Object
5634
+
5635
+ </span>
5257
5636
 
5258
5637
 
5259
5638
 
@@ -5287,7 +5666,11 @@ view.on({
5287
5666
  <td class="type">
5288
5667
 
5289
5668
 
5290
- <span class="param-type">String</span>
5669
+ <span class="param-type">
5670
+
5671
+ String
5672
+
5673
+ </span>
5291
5674
 
5292
5675
 
5293
5676
 
@@ -5325,7 +5708,11 @@ view.on({
5325
5708
  <td class="type">
5326
5709
 
5327
5710
 
5328
- <span class="param-type">String</span>
5711
+ <span class="param-type">
5712
+
5713
+ String
5714
+
5715
+ </span>
5329
5716
 
5330
5717
 
5331
5718
 
@@ -5363,7 +5750,11 @@ view.on({
5363
5750
  <td class="type">
5364
5751
 
5365
5752
 
5366
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5753
+ <span class="param-type">
5754
+
5755
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5756
+
5757
+ </span>
5367
5758
 
5368
5759
 
5369
5760
 
@@ -5401,7 +5792,11 @@ view.on({
5401
5792
  <td class="type">
5402
5793
 
5403
5794
 
5404
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5795
+ <span class="param-type">
5796
+
5797
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5798
+
5799
+ </span>
5405
5800
 
5406
5801
 
5407
5802
 
@@ -5439,7 +5834,11 @@ view.on({
5439
5834
  <td class="type">
5440
5835
 
5441
5836
 
5442
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5837
+ <span class="param-type">
5838
+
5839
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5840
+
5841
+ </span>
5443
5842
 
5444
5843
 
5445
5844
 
@@ -5477,7 +5876,11 @@ view.on({
5477
5876
  <td class="type">
5478
5877
 
5479
5878
 
5480
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5879
+ <span class="param-type">
5880
+
5881
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5882
+
5883
+ </span>
5481
5884
 
5482
5885
 
5483
5886
 
@@ -5515,7 +5918,11 @@ view.on({
5515
5918
  <td class="type">
5516
5919
 
5517
5920
 
5518
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5921
+ <span class="param-type">
5922
+
5923
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5924
+
5925
+ </span>
5519
5926
 
5520
5927
 
5521
5928
 
@@ -5702,7 +6109,11 @@ view.on({
5702
6109
  <td class="type">
5703
6110
 
5704
6111
 
5705
- <span class="param-type">Object</span>
6112
+ <span class="param-type">
6113
+
6114
+ Object
6115
+
6116
+ </span>
5706
6117
 
5707
6118
 
5708
6119
 
@@ -5736,7 +6147,11 @@ view.on({
5736
6147
  <td class="type">
5737
6148
 
5738
6149
 
5739
- <span class="param-type">String</span>
6150
+ <span class="param-type">
6151
+
6152
+ String
6153
+
6154
+ </span>
5740
6155
 
5741
6156
 
5742
6157
 
@@ -5774,7 +6189,11 @@ view.on({
5774
6189
  <td class="type">
5775
6190
 
5776
6191
 
5777
- <span class="param-type">String</span>
6192
+ <span class="param-type">
6193
+
6194
+ String
6195
+
6196
+ </span>
5778
6197
 
5779
6198
 
5780
6199
 
@@ -5812,7 +6231,11 @@ view.on({
5812
6231
  <td class="type">
5813
6232
 
5814
6233
 
5815
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6234
+ <span class="param-type">
6235
+
6236
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6237
+
6238
+ </span>
5816
6239
 
5817
6240
 
5818
6241
 
@@ -5850,7 +6273,11 @@ view.on({
5850
6273
  <td class="type">
5851
6274
 
5852
6275
 
5853
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6276
+ <span class="param-type">
6277
+
6278
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6279
+
6280
+ </span>
5854
6281
 
5855
6282
 
5856
6283
 
@@ -5888,7 +6315,11 @@ view.on({
5888
6315
  <td class="type">
5889
6316
 
5890
6317
 
5891
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6318
+ <span class="param-type">
6319
+
6320
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6321
+
6322
+ </span>
5892
6323
 
5893
6324
 
5894
6325
 
@@ -5926,7 +6357,11 @@ view.on({
5926
6357
  <td class="type">
5927
6358
 
5928
6359
 
5929
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6360
+ <span class="param-type">
6361
+
6362
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6363
+
6364
+ </span>
5930
6365
 
5931
6366
 
5932
6367
 
@@ -5964,7 +6399,11 @@ view.on({
5964
6399
  <td class="type">
5965
6400
 
5966
6401
 
5967
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6402
+ <span class="param-type">
6403
+
6404
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6405
+
6406
+ </span>
5968
6407
 
5969
6408
 
5970
6409
 
@@ -6141,7 +6580,11 @@ view.on({
6141
6580
  <td class="type">
6142
6581
 
6143
6582
 
6144
- <span class="param-type">Object</span>
6583
+ <span class="param-type">
6584
+
6585
+ Object
6586
+
6587
+ </span>
6145
6588
 
6146
6589
 
6147
6590
 
@@ -6175,7 +6618,11 @@ view.on({
6175
6618
  <td class="type">
6176
6619
 
6177
6620
 
6178
- <span class="param-type">String</span>
6621
+ <span class="param-type">
6622
+
6623
+ String
6624
+
6625
+ </span>
6179
6626
 
6180
6627
 
6181
6628
 
@@ -6213,7 +6660,11 @@ view.on({
6213
6660
  <td class="type">
6214
6661
 
6215
6662
 
6216
- <span class="param-type">String</span>
6663
+ <span class="param-type">
6664
+
6665
+ String
6666
+
6667
+ </span>
6217
6668
 
6218
6669
 
6219
6670
 
@@ -6251,7 +6702,11 @@ view.on({
6251
6702
  <td class="type">
6252
6703
 
6253
6704
 
6254
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6705
+ <span class="param-type">
6706
+
6707
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6708
+
6709
+ </span>
6255
6710
 
6256
6711
 
6257
6712
 
@@ -6289,7 +6744,11 @@ view.on({
6289
6744
  <td class="type">
6290
6745
 
6291
6746
 
6292
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6747
+ <span class="param-type">
6748
+
6749
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6750
+
6751
+ </span>
6293
6752
 
6294
6753
 
6295
6754
 
@@ -6327,7 +6786,11 @@ view.on({
6327
6786
  <td class="type">
6328
6787
 
6329
6788
 
6330
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6789
+ <span class="param-type">
6790
+
6791
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6792
+
6793
+ </span>
6331
6794
 
6332
6795
 
6333
6796
 
@@ -6365,7 +6828,11 @@ view.on({
6365
6828
  <td class="type">
6366
6829
 
6367
6830
 
6368
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6831
+ <span class="param-type">
6832
+
6833
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6834
+
6835
+ </span>
6369
6836
 
6370
6837
 
6371
6838
 
@@ -6403,7 +6870,11 @@ view.on({
6403
6870
  <td class="type">
6404
6871
 
6405
6872
 
6406
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6873
+ <span class="param-type">
6874
+
6875
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6876
+
6877
+ </span>
6407
6878
 
6408
6879
 
6409
6880
 
@@ -6590,7 +7061,11 @@ view.on({
6590
7061
  <td class="type">
6591
7062
 
6592
7063
 
6593
- <span class="param-type">Object</span>
7064
+ <span class="param-type">
7065
+
7066
+ Object
7067
+
7068
+ </span>
6594
7069
 
6595
7070
 
6596
7071
 
@@ -6624,7 +7099,11 @@ view.on({
6624
7099
  <td class="type">
6625
7100
 
6626
7101
 
6627
- <span class="param-type">String</span>
7102
+ <span class="param-type">
7103
+
7104
+ String
7105
+
7106
+ </span>
6628
7107
 
6629
7108
 
6630
7109
 
@@ -6662,7 +7141,11 @@ view.on({
6662
7141
  <td class="type">
6663
7142
 
6664
7143
 
6665
- <span class="param-type">String</span>
7144
+ <span class="param-type">
7145
+
7146
+ String
7147
+
7148
+ </span>
6666
7149
 
6667
7150
 
6668
7151
 
@@ -6700,7 +7183,11 @@ view.on({
6700
7183
  <td class="type">
6701
7184
 
6702
7185
 
6703
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7186
+ <span class="param-type">
7187
+
7188
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7189
+
7190
+ </span>
6704
7191
 
6705
7192
 
6706
7193
 
@@ -6738,7 +7225,11 @@ view.on({
6738
7225
  <td class="type">
6739
7226
 
6740
7227
 
6741
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7228
+ <span class="param-type">
7229
+
7230
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7231
+
7232
+ </span>
6742
7233
 
6743
7234
 
6744
7235
 
@@ -6776,7 +7267,11 @@ view.on({
6776
7267
  <td class="type">
6777
7268
 
6778
7269
 
6779
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7270
+ <span class="param-type">
7271
+
7272
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7273
+
7274
+ </span>
6780
7275
 
6781
7276
 
6782
7277
 
@@ -6814,7 +7309,11 @@ view.on({
6814
7309
  <td class="type">
6815
7310
 
6816
7311
 
6817
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7312
+ <span class="param-type">
7313
+
7314
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7315
+
7316
+ </span>
6818
7317
 
6819
7318
 
6820
7319
 
@@ -6852,7 +7351,11 @@ view.on({
6852
7351
  <td class="type">
6853
7352
 
6854
7353
 
6855
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7354
+ <span class="param-type">
7355
+
7356
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7357
+
7358
+ </span>
6856
7359
 
6857
7360
 
6858
7361
 
@@ -7029,7 +7532,11 @@ view.on({
7029
7532
  <td class="type">
7030
7533
 
7031
7534
 
7032
- <span class="param-type">Object</span>
7535
+ <span class="param-type">
7536
+
7537
+ Object
7538
+
7539
+ </span>
7033
7540
 
7034
7541
 
7035
7542
 
@@ -7063,7 +7570,11 @@ view.on({
7063
7570
  <td class="type">
7064
7571
 
7065
7572
 
7066
- <span class="param-type">String</span>
7573
+ <span class="param-type">
7574
+
7575
+ String
7576
+
7577
+ </span>
7067
7578
 
7068
7579
 
7069
7580
 
@@ -7101,7 +7612,11 @@ view.on({
7101
7612
  <td class="type">
7102
7613
 
7103
7614
 
7104
- <span class="param-type">String</span>
7615
+ <span class="param-type">
7616
+
7617
+ String
7618
+
7619
+ </span>
7105
7620
 
7106
7621
 
7107
7622
 
@@ -7139,7 +7654,11 @@ view.on({
7139
7654
  <td class="type">
7140
7655
 
7141
7656
 
7142
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7657
+ <span class="param-type">
7658
+
7659
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7660
+
7661
+ </span>
7143
7662
 
7144
7663
 
7145
7664
 
@@ -7177,7 +7696,11 @@ view.on({
7177
7696
  <td class="type">
7178
7697
 
7179
7698
 
7180
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7699
+ <span class="param-type">
7700
+
7701
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7702
+
7703
+ </span>
7181
7704
 
7182
7705
 
7183
7706
 
@@ -7215,7 +7738,11 @@ view.on({
7215
7738
  <td class="type">
7216
7739
 
7217
7740
 
7218
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7741
+ <span class="param-type">
7742
+
7743
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7744
+
7745
+ </span>
7219
7746
 
7220
7747
 
7221
7748
 
@@ -7253,7 +7780,11 @@ view.on({
7253
7780
  <td class="type">
7254
7781
 
7255
7782
 
7256
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7783
+ <span class="param-type">
7784
+
7785
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7786
+
7787
+ </span>
7257
7788
 
7258
7789
 
7259
7790
 
@@ -7291,7 +7822,11 @@ view.on({
7291
7822
  <td class="type">
7292
7823
 
7293
7824
 
7294
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7825
+ <span class="param-type">
7826
+
7827
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7828
+
7829
+ </span>
7295
7830
 
7296
7831
 
7297
7832