@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="id"><code>id</code></td>
107
+ <td class="name"><code>id</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="features"><code>features</code></td>
140
+ <td class="name"><code>features</code></td>
133
141
 
134
142
 
135
143
  <td class="type">
136
144
 
137
145
 
138
- <span class="param-type">Array</span>
146
+ <span class="param-type">
147
+
148
+ Array
149
+
150
+ </span>
139
151
 
140
152
 
141
153
 
@@ -158,13 +170,17 @@
158
170
 
159
171
  <tr class="deep-level-1">
160
172
 
161
- <td class="name" id="renderer"><code>renderer</code></td>
173
+ <td class="name"><code>renderer</code></td>
162
174
 
163
175
 
164
176
  <td class="type">
165
177
 
166
178
 
167
- <span class="param-type">Object</span>
179
+ <span class="param-type">
180
+
181
+ Object
182
+
183
+ </span>
168
184
 
169
185
 
170
186
 
@@ -185,13 +201,17 @@
185
201
 
186
202
  <tr class="deep-level-1">
187
203
 
188
- <td class="name" id="minScale"><code>minScale</code></td>
204
+ <td class="name"><code>minScale</code></td>
189
205
 
190
206
 
191
207
  <td class="type">
192
208
 
193
209
 
194
- <span class="param-type">Number</span>
210
+ <span class="param-type">
211
+
212
+ Number
213
+
214
+ </span>
195
215
 
196
216
 
197
217
 
@@ -214,13 +234,17 @@
214
234
 
215
235
  <tr class="deep-level-1">
216
236
 
217
- <td class="name" id="maxScale"><code>maxScale</code></td>
237
+ <td class="name"><code>maxScale</code></td>
218
238
 
219
239
 
220
240
  <td class="type">
221
241
 
222
242
 
223
- <span class="param-type">Number</span>
243
+ <span class="param-type">
244
+
245
+ Number
246
+
247
+ </span>
224
248
 
225
249
 
226
250
 
@@ -243,13 +267,17 @@
243
267
 
244
268
  <tr class="deep-level-1">
245
269
 
246
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
270
+ <td class="name"><code>tokenKey</code></td>
247
271
 
248
272
 
249
273
  <td class="type">
250
274
 
251
275
 
252
- <span class="param-type">String</span>
276
+ <span class="param-type">
277
+
278
+ String
279
+
280
+ </span>
253
281
 
254
282
 
255
283
 
@@ -272,13 +300,17 @@
272
300
 
273
301
  <tr class="deep-level-1">
274
302
 
275
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
303
+ <td class="name"><code>tokenValue</code></td>
276
304
 
277
305
 
278
306
  <td class="type">
279
307
 
280
308
 
281
- <span class="param-type">String</span>
309
+ <span class="param-type">
310
+
311
+ String
312
+
313
+ </span>
282
314
 
283
315
 
284
316
 
@@ -301,13 +333,17 @@
301
333
 
302
334
  <tr class="deep-level-1">
303
335
 
304
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
336
+ <td class="name"><code>elevationInfo</code></td>
305
337
 
306
338
 
307
339
  <td class="type">
308
340
 
309
341
 
310
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
342
+ <span class="param-type">
343
+
344
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
345
+
346
+ </span>
311
347
 
312
348
 
313
349
 
@@ -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">String</span>
504
+ <span class="param-type">
505
+
506
+ String
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"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
522
+ <span class="param-type">
523
+
524
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
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">Object</span>
540
+ <span class="param-type">
541
+
542
+ Object
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">Object</span>
558
+ <span class="param-type">
559
+
560
+ Object
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"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
576
+ <span class="param-type">
577
+
578
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
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">String</span>
612
+ <span class="param-type">
613
+
614
+ String
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">String</span>
630
+ <span class="param-type">
631
+
632
+ String
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">Boolean</span>
684
+ <span class="param-type">
685
+
686
+ Boolean
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">String</span>
702
+ <span class="param-type">
703
+
704
+ String
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">Number</span>
720
+ <span class="param-type">
721
+
722
+ Number
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">Number</span>
738
+ <span class="param-type">
739
+
740
+ Number
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">Number</span>
756
+ <span class="param-type">
757
+
758
+ Number
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"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
774
+ <span class="param-type">
775
+
776
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
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"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
792
+ <span class="param-type">
793
+
794
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
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">String</span>
846
+ <span class="param-type">
847
+
848
+ String
849
+
850
+ </span>
731
851
 
732
852
 
733
853
 
@@ -741,7 +861,11 @@
741
861
  <td class="name">
742
862
  <code>
743
863
 
744
- <span class="param-type">String</span>
864
+ <span class="param-type">
865
+
866
+ String
867
+
868
+ </span>
745
869
 
746
870
 
747
871
 
@@ -755,7 +879,11 @@
755
879
  <td class="name">
756
880
  <code>
757
881
 
758
- <span class="param-type">Number</span>
882
+ <span class="param-type">
883
+
884
+ Number
885
+
886
+ </span>
759
887
 
760
888
 
761
889
 
@@ -775,7 +903,11 @@
775
903
  <span class="method-parameter is-pulled-right">
776
904
  <label>类型:</label>
777
905
 
778
- <span class="param-type">String</span>
906
+ <span class="param-type">
907
+
908
+ String
909
+
910
+ </span>
779
911
 
780
912
 
781
913
 
@@ -855,7 +987,11 @@
855
987
  <span class="method-parameter is-pulled-right">
856
988
  <label>类型:</label>
857
989
 
858
- <span class="param-type">String</span>
990
+ <span class="param-type">
991
+
992
+ String
993
+
994
+ </span>
859
995
 
860
996
 
861
997
 
@@ -935,7 +1071,11 @@
935
1071
  <span class="method-parameter is-pulled-right">
936
1072
  <label>类型:</label>
937
1073
 
938
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1074
+ <span class="param-type">
1075
+
1076
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1077
+
1078
+ </span>
939
1079
 
940
1080
 
941
1081
 
@@ -1006,7 +1146,11 @@
1006
1146
  <span class="method-parameter is-pulled-right">
1007
1147
  <label>类型:</label>
1008
1148
 
1009
- <span class="param-type">Object</span>
1149
+ <span class="param-type">
1150
+
1151
+ Object
1152
+
1153
+ </span>
1010
1154
 
1011
1155
 
1012
1156
 
@@ -1082,7 +1226,11 @@
1082
1226
  <span class="method-parameter is-pulled-right">
1083
1227
  <label>类型:</label>
1084
1228
 
1085
- <span class="param-type">Object</span>
1229
+ <span class="param-type">
1230
+
1231
+ Object
1232
+
1233
+ </span>
1086
1234
 
1087
1235
 
1088
1236
 
@@ -1158,7 +1306,11 @@
1158
1306
  <span class="method-parameter is-pulled-right">
1159
1307
  <label>类型:</label>
1160
1308
 
1161
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1309
+ <span class="param-type">
1310
+
1311
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1312
+
1313
+ </span>
1162
1314
 
1163
1315
 
1164
1316
 
@@ -1238,7 +1390,11 @@
1238
1390
  <span class="method-parameter is-pulled-right">
1239
1391
  <label>类型:</label>
1240
1392
 
1241
- <span class="param-type">String</span>
1393
+ <span class="param-type">
1394
+
1395
+ String
1396
+
1397
+ </span>
1242
1398
 
1243
1399
 
1244
1400
 
@@ -1309,7 +1465,11 @@
1309
1465
  <span class="method-parameter is-pulled-right">
1310
1466
  <label>类型:</label>
1311
1467
 
1312
- <span class="param-type">String</span>
1468
+ <span class="param-type">
1469
+
1470
+ String
1471
+
1472
+ </span>
1313
1473
 
1314
1474
 
1315
1475
 
@@ -1385,7 +1545,11 @@
1385
1545
  <span class="method-parameter is-pulled-right">
1386
1546
  <label>类型:</label>
1387
1547
 
1388
- <span class="param-type">String</span>
1548
+ <span class="param-type">
1549
+
1550
+ String
1551
+
1552
+ </span>
1389
1553
 
1390
1554
 
1391
1555
 
@@ -1461,7 +1625,11 @@
1461
1625
  <span class="method-parameter is-pulled-right">
1462
1626
  <label>类型:</label>
1463
1627
 
1464
- <span class="param-type">String</span>
1628
+ <span class="param-type">
1629
+
1630
+ String
1631
+
1632
+ </span>
1465
1633
 
1466
1634
 
1467
1635
 
@@ -1541,7 +1709,11 @@
1541
1709
  <span class="method-parameter is-pulled-right">
1542
1710
  <label>类型:</label>
1543
1711
 
1544
- <span class="param-type">Number</span>
1712
+ <span class="param-type">
1713
+
1714
+ Number
1715
+
1716
+ </span>
1545
1717
 
1546
1718
 
1547
1719
 
@@ -1617,7 +1789,11 @@
1617
1789
  <span class="method-parameter is-pulled-right">
1618
1790
  <label>类型:</label>
1619
1791
 
1620
- <span class="param-type">Boolean</span>
1792
+ <span class="param-type">
1793
+
1794
+ Boolean
1795
+
1796
+ </span>
1621
1797
 
1622
1798
 
1623
1799
 
@@ -1702,7 +1878,11 @@
1702
1878
  <span class="method-parameter is-pulled-right">
1703
1879
  <label>类型:</label>
1704
1880
 
1705
- <span class="param-type">String</span>
1881
+ <span class="param-type">
1882
+
1883
+ String
1884
+
1885
+ </span>
1706
1886
 
1707
1887
 
1708
1888
 
@@ -1787,7 +1967,11 @@
1787
1967
  <span class="method-parameter is-pulled-right">
1788
1968
  <label>类型:</label>
1789
1969
 
1790
- <span class="param-type">Number</span>
1970
+ <span class="param-type">
1971
+
1972
+ Number
1973
+
1974
+ </span>
1791
1975
 
1792
1976
 
1793
1977
 
@@ -1868,7 +2052,11 @@
1868
2052
  <span class="method-parameter is-pulled-right">
1869
2053
  <label>类型:</label>
1870
2054
 
1871
- <span class="param-type">Number</span>
2055
+ <span class="param-type">
2056
+
2057
+ Number
2058
+
2059
+ </span>
1872
2060
 
1873
2061
 
1874
2062
 
@@ -1949,7 +2137,11 @@
1949
2137
  <span class="method-parameter is-pulled-right">
1950
2138
  <label>类型:</label>
1951
2139
 
1952
- <span class="param-type">Number</span>
2140
+ <span class="param-type">
2141
+
2142
+ Number
2143
+
2144
+ </span>
1953
2145
 
1954
2146
 
1955
2147
 
@@ -2025,7 +2217,11 @@
2025
2217
  <span class="method-parameter is-pulled-right">
2026
2218
  <label>类型:</label>
2027
2219
 
2028
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2220
+ <span class="param-type">
2221
+
2222
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
2223
+
2224
+ </span>
2029
2225
 
2030
2226
 
2031
2227
 
@@ -2096,7 +2292,11 @@
2096
2292
  <span class="method-parameter is-pulled-right">
2097
2293
  <label>类型:</label>
2098
2294
 
2099
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2295
+ <span class="param-type">
2296
+
2297
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2298
+
2299
+ </span>
2100
2300
 
2101
2301
 
2102
2302
 
@@ -2172,7 +2372,11 @@
2172
2372
  <span class="method-parameter is-pulled-right">
2173
2373
  <label>类型:</label>
2174
2374
 
2175
- <span class="param-type">String</span>
2375
+ <span class="param-type">
2376
+
2377
+ String
2378
+
2379
+ </span>
2176
2380
 
2177
2381
 
2178
2382
 
@@ -2248,7 +2452,11 @@
2248
2452
  <span class="method-parameter is-pulled-right">
2249
2453
  <label>类型:</label>
2250
2454
 
2251
- <span class="param-type">String</span>
2455
+ <span class="param-type">
2456
+
2457
+ String
2458
+
2459
+ </span>
2252
2460
 
2253
2461
 
2254
2462
 
@@ -2329,7 +2537,11 @@
2329
2537
  <span class="method-parameter is-pulled-right">
2330
2538
  <label>类型:</label>
2331
2539
 
2332
- <span class="param-type">String</span>
2540
+ <span class="param-type">
2541
+
2542
+ String
2543
+
2544
+ </span>
2333
2545
 
2334
2546
 
2335
2547
 
@@ -2405,7 +2617,11 @@
2405
2617
  <span class="method-parameter is-pulled-right">
2406
2618
  <label>类型:</label>
2407
2619
 
2408
- <span class="param-type">String</span>
2620
+ <span class="param-type">
2621
+
2622
+ String
2623
+
2624
+ </span>
2409
2625
 
2410
2626
 
2411
2627
 
@@ -2485,7 +2701,11 @@
2485
2701
  <span class="method-parameter is-pulled-right">
2486
2702
  <label>类型:</label>
2487
2703
 
2488
- <span class="param-type">Number</span>
2704
+ <span class="param-type">
2705
+
2706
+ Number
2707
+
2708
+ </span>
2489
2709
 
2490
2710
 
2491
2711
 
@@ -2582,7 +2802,11 @@
2582
2802
  <code>
2583
2803
 
2584
2804
 
2585
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2805
+ <span class="param-type">
2806
+
2807
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2808
+
2809
+ </span>
2586
2810
 
2587
2811
 
2588
2812
 
@@ -2598,7 +2822,11 @@
2598
2822
  <code>
2599
2823
 
2600
2824
 
2601
- <span class="param-type">*</span>
2825
+ <span class="param-type">
2826
+
2827
+ *
2828
+
2829
+ </span>
2602
2830
 
2603
2831
 
2604
2832
 
@@ -2614,7 +2842,11 @@
2614
2842
  <code>
2615
2843
 
2616
2844
 
2617
- <span class="param-type">Boolean</span>
2845
+ <span class="param-type">
2846
+
2847
+ Boolean
2848
+
2849
+ </span>
2618
2850
 
2619
2851
 
2620
2852
 
@@ -2630,7 +2862,11 @@
2630
2862
  <code>
2631
2863
 
2632
2864
 
2633
- <span class="param-type">Object</span>
2865
+ <span class="param-type">
2866
+
2867
+ Object
2868
+
2869
+ </span>
2634
2870
 
2635
2871
 
2636
2872
 
@@ -2639,12 +2875,7 @@
2639
2875
  </td>
2640
2876
  <td class="name"><code><p>移除事件<br/>
2641
2877
  示例如下:<br/>
2642
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2643
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2644
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2645
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2646
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2647
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2878
+ </code></td>
2648
2879
  </tr>
2649
2880
 
2650
2881
  <tr class="deep-level-0">
@@ -2653,7 +2884,11 @@
2653
2884
  <code>
2654
2885
 
2655
2886
 
2656
- <span class="param-type">Object</span>
2887
+ <span class="param-type">
2888
+
2889
+ Object
2890
+
2891
+ </span>
2657
2892
 
2658
2893
 
2659
2894
 
@@ -2662,11 +2897,7 @@
2662
2897
  </td>
2663
2898
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2664
2899
  示例如下:<br/>
2665
- <a href='#event1'>[1、注册一个事件]</a><br/>
2666
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2667
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2668
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2669
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2900
+ </code></td>
2670
2901
  </tr>
2671
2902
 
2672
2903
  <tr class="deep-level-0">
@@ -2685,7 +2916,11 @@
2685
2916
  <code>
2686
2917
 
2687
2918
 
2688
- <span class="param-type">Object</span>
2919
+ <span class="param-type">
2920
+
2921
+ Object
2922
+
2923
+ </span>
2689
2924
 
2690
2925
 
2691
2926
 
@@ -2803,7 +3038,11 @@
2803
3038
  <div class='column is-5 has-text-left'>
2804
3039
  <label>类型: </label>
2805
3040
 
2806
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
3041
+ <span class="param-type">
3042
+
3043
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
3044
+
3045
+ </span>
2807
3046
 
2808
3047
 
2809
3048
 
@@ -2919,7 +3158,11 @@
2919
3158
  <div class='column is-5 has-text-left'>
2920
3159
  <label>类型: </label>
2921
3160
 
2922
- <span class="param-type">*</span>
3161
+ <span class="param-type">
3162
+
3163
+ *
3164
+
3165
+ </span>
2923
3166
 
2924
3167
 
2925
3168
 
@@ -3041,7 +3284,11 @@
3041
3284
  <div class='column is-5 has-text-left'>
3042
3285
  <label>类型: </label>
3043
3286
 
3044
- <span class="param-type">Boolean</span>
3287
+ <span class="param-type">
3288
+
3289
+ Boolean
3290
+
3291
+ </span>
3045
3292
 
3046
3293
 
3047
3294
 
@@ -3120,13 +3367,17 @@
3120
3367
 
3121
3368
  <tr class="deep-level-0">
3122
3369
 
3123
- <td class="name" id="types"><code>types</code></td>
3370
+ <td class="name"><code>types</code></td>
3124
3371
 
3125
3372
 
3126
3373
  <td class="type">
3127
3374
 
3128
3375
 
3129
- <span class="param-type">string</span>
3376
+ <span class="param-type">
3377
+
3378
+ string
3379
+
3380
+ </span>
3130
3381
 
3131
3382
 
3132
3383
 
@@ -3147,13 +3398,17 @@
3147
3398
 
3148
3399
  <tr class="deep-level-0">
3149
3400
 
3150
- <td class="name" id="fn"><code>fn</code></td>
3401
+ <td class="name"><code>fn</code></td>
3151
3402
 
3152
3403
 
3153
3404
  <td class="type">
3154
3405
 
3155
3406
 
3156
- <span class="param-type">function</span>
3407
+ <span class="param-type">
3408
+
3409
+ function
3410
+
3411
+ </span>
3157
3412
 
3158
3413
 
3159
3414
 
@@ -3172,13 +3427,17 @@
3172
3427
 
3173
3428
  <tr class="deep-level-0">
3174
3429
 
3175
- <td class="name" id="context"><code>context</code></td>
3430
+ <td class="name"><code>context</code></td>
3176
3431
 
3177
3432
 
3178
3433
  <td class="type">
3179
3434
 
3180
3435
 
3181
- <span class="param-type">Object</span>
3436
+ <span class="param-type">
3437
+
3438
+ Object
3439
+
3440
+ </span>
3182
3441
 
3183
3442
 
3184
3443
 
@@ -3272,7 +3531,11 @@
3272
3531
  <div class='column is-5 has-text-left'>
3273
3532
  <label>类型: </label>
3274
3533
 
3275
- <span class="param-type">Object</span>
3534
+ <span class="param-type">
3535
+
3536
+ Object
3537
+
3538
+ </span>
3276
3539
 
3277
3540
 
3278
3541
 
@@ -3440,16 +3703,24 @@ view.off({
3440
3703
 
3441
3704
  <tr class="deep-level-0">
3442
3705
 
3443
- <td class="name" id="types"><code>types</code></td>
3706
+ <td class="name"><code>types</code></td>
3444
3707
 
3445
3708
 
3446
3709
  <td class="type">
3447
3710
 
3448
3711
 
3449
- <span class="param-type">String</span>
3712
+ <span class="param-type">
3713
+
3714
+ String
3715
+
3716
+ </span>
3450
3717
  |
3451
3718
 
3452
- <span class="param-type">Object</span>
3719
+ <span class="param-type">
3720
+
3721
+ Object
3722
+
3723
+ </span>
3453
3724
 
3454
3725
 
3455
3726
 
@@ -3476,13 +3747,17 @@ view.off({
3476
3747
 
3477
3748
  <tr class="deep-level-0">
3478
3749
 
3479
- <td class="name" id="fn"><code>fn</code></td>
3750
+ <td class="name"><code>fn</code></td>
3480
3751
 
3481
3752
 
3482
3753
  <td class="type">
3483
3754
 
3484
3755
 
3485
- <span class="param-type">function</span>
3756
+ <span class="param-type">
3757
+
3758
+ function
3759
+
3760
+ </span>
3486
3761
 
3487
3762
 
3488
3763
 
@@ -3507,13 +3782,17 @@ view.off({
3507
3782
 
3508
3783
  <tr class="deep-level-0">
3509
3784
 
3510
- <td class="name" id="context"><code>context</code></td>
3785
+ <td class="name"><code>context</code></td>
3511
3786
 
3512
3787
 
3513
3788
  <td class="type">
3514
3789
 
3515
3790
 
3516
- <span class="param-type">Object</span>
3791
+ <span class="param-type">
3792
+
3793
+ Object
3794
+
3795
+ </span>
3517
3796
 
3518
3797
 
3519
3798
 
@@ -3613,7 +3892,11 @@ view.off({
3613
3892
  <div class='column is-5 has-text-left'>
3614
3893
  <label>类型: </label>
3615
3894
 
3616
- <span class="param-type">Object</span>
3895
+ <span class="param-type">
3896
+
3897
+ Object
3898
+
3899
+ </span>
3617
3900
 
3618
3901
 
3619
3902
 
@@ -3909,7 +4192,11 @@ view.on({
3909
4192
  <div class='column is-5 has-text-left'>
3910
4193
  <label>类型: </label>
3911
4194
 
3912
- <span class="param-type">Object</span>
4195
+ <span class="param-type">
4196
+
4197
+ Object
4198
+
4199
+ </span>
3913
4200
 
3914
4201
 
3915
4202
 
@@ -3949,37 +4236,37 @@ view.on({
3949
4236
  <tbody>
3950
4237
 
3951
4238
  <tr class="deep-level-0">
3952
- <td class="name"><code><a href="FeatureLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4239
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3953
4240
  <td class="name"><code>图层刷新完毕事件</code></td>
3954
4241
  </tr>
3955
4242
 
3956
4243
  <tr class="deep-level-0">
3957
- <td class="name"><code><a href="FeatureLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4244
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3958
4245
  <td class="name"><code>图层加载完毕事件</code></td>
3959
4246
  </tr>
3960
4247
 
3961
4248
  <tr class="deep-level-0">
3962
- <td class="name"><code><a href="FeatureLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4249
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3963
4250
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3964
4251
  </tr>
3965
4252
 
3966
4253
  <tr class="deep-level-0">
3967
- <td class="name"><code><a href="FeatureLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4254
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3968
4255
  <td class="name"><code>图层更新完毕事件</code></td>
3969
4256
  </tr>
3970
4257
 
3971
4258
  <tr class="deep-level-0">
3972
- <td class="name"><code><a href="FeatureLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4259
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3973
4260
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3974
4261
  </tr>
3975
4262
 
3976
4263
  <tr class="deep-level-0">
3977
- <td class="name"><code><a href="FeatureLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4264
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3978
4265
  <td class="name"><code>图层销毁完毕事件</code></td>
3979
4266
  </tr>
3980
4267
 
3981
4268
  <tr class="deep-level-0">
3982
- <td class="name"><code><a href="FeatureLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4269
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3983
4270
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3984
4271
  </tr>
3985
4272
 
@@ -4059,7 +4346,11 @@ view.on({
4059
4346
  <td class="type">
4060
4347
 
4061
4348
 
4062
- <span class="param-type">Object</span>
4349
+ <span class="param-type">
4350
+
4351
+ Object
4352
+
4353
+ </span>
4063
4354
 
4064
4355
 
4065
4356
 
@@ -4093,7 +4384,11 @@ view.on({
4093
4384
  <td class="type">
4094
4385
 
4095
4386
 
4096
- <span class="param-type">String</span>
4387
+ <span class="param-type">
4388
+
4389
+ String
4390
+
4391
+ </span>
4097
4392
 
4098
4393
 
4099
4394
 
@@ -4131,7 +4426,11 @@ view.on({
4131
4426
  <td class="type">
4132
4427
 
4133
4428
 
4134
- <span class="param-type">String</span>
4429
+ <span class="param-type">
4430
+
4431
+ String
4432
+
4433
+ </span>
4135
4434
 
4136
4435
 
4137
4436
 
@@ -4169,7 +4468,11 @@ view.on({
4169
4468
  <td class="type">
4170
4469
 
4171
4470
 
4172
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4471
+ <span class="param-type">
4472
+
4473
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4474
+
4475
+ </span>
4173
4476
 
4174
4477
 
4175
4478
 
@@ -4207,7 +4510,11 @@ view.on({
4207
4510
  <td class="type">
4208
4511
 
4209
4512
 
4210
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4513
+ <span class="param-type">
4514
+
4515
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4516
+
4517
+ </span>
4211
4518
 
4212
4519
 
4213
4520
 
@@ -4245,7 +4552,11 @@ view.on({
4245
4552
  <td class="type">
4246
4553
 
4247
4554
 
4248
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4555
+ <span class="param-type">
4556
+
4557
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4558
+
4559
+ </span>
4249
4560
 
4250
4561
 
4251
4562
 
@@ -4283,7 +4594,11 @@ view.on({
4283
4594
  <td class="type">
4284
4595
 
4285
4596
 
4286
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4597
+ <span class="param-type">
4598
+
4599
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4600
+
4601
+ </span>
4287
4602
 
4288
4603
 
4289
4604
 
@@ -4321,7 +4636,11 @@ view.on({
4321
4636
  <td class="type">
4322
4637
 
4323
4638
 
4324
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4639
+ <span class="param-type">
4640
+
4641
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4642
+
4643
+ </span>
4325
4644
 
4326
4645
 
4327
4646
 
@@ -4513,7 +4832,11 @@ view.on({
4513
4832
  <td class="type">
4514
4833
 
4515
4834
 
4516
- <span class="param-type">Object</span>
4835
+ <span class="param-type">
4836
+
4837
+ Object
4838
+
4839
+ </span>
4517
4840
 
4518
4841
 
4519
4842
 
@@ -4547,7 +4870,11 @@ view.on({
4547
4870
  <td class="type">
4548
4871
 
4549
4872
 
4550
- <span class="param-type">String</span>
4873
+ <span class="param-type">
4874
+
4875
+ String
4876
+
4877
+ </span>
4551
4878
 
4552
4879
 
4553
4880
 
@@ -4585,7 +4912,11 @@ view.on({
4585
4912
  <td class="type">
4586
4913
 
4587
4914
 
4588
- <span class="param-type">String</span>
4915
+ <span class="param-type">
4916
+
4917
+ String
4918
+
4919
+ </span>
4589
4920
 
4590
4921
 
4591
4922
 
@@ -4623,7 +4954,11 @@ view.on({
4623
4954
  <td class="type">
4624
4955
 
4625
4956
 
4626
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4957
+ <span class="param-type">
4958
+
4959
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4960
+
4961
+ </span>
4627
4962
 
4628
4963
 
4629
4964
 
@@ -4661,7 +4996,11 @@ view.on({
4661
4996
  <td class="type">
4662
4997
 
4663
4998
 
4664
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4999
+ <span class="param-type">
5000
+
5001
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5002
+
5003
+ </span>
4665
5004
 
4666
5005
 
4667
5006
 
@@ -4699,7 +5038,11 @@ view.on({
4699
5038
  <td class="type">
4700
5039
 
4701
5040
 
4702
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5041
+ <span class="param-type">
5042
+
5043
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5044
+
5045
+ </span>
4703
5046
 
4704
5047
 
4705
5048
 
@@ -4737,7 +5080,11 @@ view.on({
4737
5080
  <td class="type">
4738
5081
 
4739
5082
 
4740
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5083
+ <span class="param-type">
5084
+
5085
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5086
+
5087
+ </span>
4741
5088
 
4742
5089
 
4743
5090
 
@@ -4775,7 +5122,11 @@ view.on({
4775
5122
  <td class="type">
4776
5123
 
4777
5124
 
4778
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5125
+ <span class="param-type">
5126
+
5127
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5128
+
5129
+ </span>
4779
5130
 
4780
5131
 
4781
5132
 
@@ -4957,7 +5308,11 @@ view.on({
4957
5308
  <td class="type">
4958
5309
 
4959
5310
 
4960
- <span class="param-type">Object</span>
5311
+ <span class="param-type">
5312
+
5313
+ Object
5314
+
5315
+ </span>
4961
5316
 
4962
5317
 
4963
5318
 
@@ -4991,7 +5346,11 @@ view.on({
4991
5346
  <td class="type">
4992
5347
 
4993
5348
 
4994
- <span class="param-type">String</span>
5349
+ <span class="param-type">
5350
+
5351
+ String
5352
+
5353
+ </span>
4995
5354
 
4996
5355
 
4997
5356
 
@@ -5029,7 +5388,11 @@ view.on({
5029
5388
  <td class="type">
5030
5389
 
5031
5390
 
5032
- <span class="param-type">String</span>
5391
+ <span class="param-type">
5392
+
5393
+ String
5394
+
5395
+ </span>
5033
5396
 
5034
5397
 
5035
5398
 
@@ -5067,7 +5430,11 @@ view.on({
5067
5430
  <td class="type">
5068
5431
 
5069
5432
 
5070
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5433
+ <span class="param-type">
5434
+
5435
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5436
+
5437
+ </span>
5071
5438
 
5072
5439
 
5073
5440
 
@@ -5105,7 +5472,11 @@ view.on({
5105
5472
  <td class="type">
5106
5473
 
5107
5474
 
5108
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5475
+ <span class="param-type">
5476
+
5477
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5478
+
5479
+ </span>
5109
5480
 
5110
5481
 
5111
5482
 
@@ -5143,7 +5514,11 @@ view.on({
5143
5514
  <td class="type">
5144
5515
 
5145
5516
 
5146
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5517
+ <span class="param-type">
5518
+
5519
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5520
+
5521
+ </span>
5147
5522
 
5148
5523
 
5149
5524
 
@@ -5181,7 +5556,11 @@ view.on({
5181
5556
  <td class="type">
5182
5557
 
5183
5558
 
5184
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5559
+ <span class="param-type">
5560
+
5561
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5562
+
5563
+ </span>
5185
5564
 
5186
5565
 
5187
5566
 
@@ -5219,7 +5598,11 @@ view.on({
5219
5598
  <td class="type">
5220
5599
 
5221
5600
 
5222
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5601
+ <span class="param-type">
5602
+
5603
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5604
+
5605
+ </span>
5223
5606
 
5224
5607
 
5225
5608
 
@@ -5411,7 +5794,11 @@ view.on({
5411
5794
  <td class="type">
5412
5795
 
5413
5796
 
5414
- <span class="param-type">Object</span>
5797
+ <span class="param-type">
5798
+
5799
+ Object
5800
+
5801
+ </span>
5415
5802
 
5416
5803
 
5417
5804
 
@@ -5445,7 +5832,11 @@ view.on({
5445
5832
  <td class="type">
5446
5833
 
5447
5834
 
5448
- <span class="param-type">String</span>
5835
+ <span class="param-type">
5836
+
5837
+ String
5838
+
5839
+ </span>
5449
5840
 
5450
5841
 
5451
5842
 
@@ -5483,7 +5874,11 @@ view.on({
5483
5874
  <td class="type">
5484
5875
 
5485
5876
 
5486
- <span class="param-type">String</span>
5877
+ <span class="param-type">
5878
+
5879
+ String
5880
+
5881
+ </span>
5487
5882
 
5488
5883
 
5489
5884
 
@@ -5521,7 +5916,11 @@ view.on({
5521
5916
  <td class="type">
5522
5917
 
5523
5918
 
5524
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5919
+ <span class="param-type">
5920
+
5921
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5922
+
5923
+ </span>
5525
5924
 
5526
5925
 
5527
5926
 
@@ -5559,7 +5958,11 @@ view.on({
5559
5958
  <td class="type">
5560
5959
 
5561
5960
 
5562
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5961
+ <span class="param-type">
5962
+
5963
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5964
+
5965
+ </span>
5563
5966
 
5564
5967
 
5565
5968
 
@@ -5597,7 +6000,11 @@ view.on({
5597
6000
  <td class="type">
5598
6001
 
5599
6002
 
5600
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6003
+ <span class="param-type">
6004
+
6005
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6006
+
6007
+ </span>
5601
6008
 
5602
6009
 
5603
6010
 
@@ -5635,7 +6042,11 @@ view.on({
5635
6042
  <td class="type">
5636
6043
 
5637
6044
 
5638
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6045
+ <span class="param-type">
6046
+
6047
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6048
+
6049
+ </span>
5639
6050
 
5640
6051
 
5641
6052
 
@@ -5673,7 +6084,11 @@ view.on({
5673
6084
  <td class="type">
5674
6085
 
5675
6086
 
5676
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6087
+ <span class="param-type">
6088
+
6089
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6090
+
6091
+ </span>
5677
6092
 
5678
6093
 
5679
6094
 
@@ -5855,7 +6270,11 @@ view.on({
5855
6270
  <td class="type">
5856
6271
 
5857
6272
 
5858
- <span class="param-type">Object</span>
6273
+ <span class="param-type">
6274
+
6275
+ Object
6276
+
6277
+ </span>
5859
6278
 
5860
6279
 
5861
6280
 
@@ -5889,7 +6308,11 @@ view.on({
5889
6308
  <td class="type">
5890
6309
 
5891
6310
 
5892
- <span class="param-type">String</span>
6311
+ <span class="param-type">
6312
+
6313
+ String
6314
+
6315
+ </span>
5893
6316
 
5894
6317
 
5895
6318
 
@@ -5927,7 +6350,11 @@ view.on({
5927
6350
  <td class="type">
5928
6351
 
5929
6352
 
5930
- <span class="param-type">String</span>
6353
+ <span class="param-type">
6354
+
6355
+ String
6356
+
6357
+ </span>
5931
6358
 
5932
6359
 
5933
6360
 
@@ -5965,7 +6392,11 @@ view.on({
5965
6392
  <td class="type">
5966
6393
 
5967
6394
 
5968
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6395
+ <span class="param-type">
6396
+
6397
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6398
+
6399
+ </span>
5969
6400
 
5970
6401
 
5971
6402
 
@@ -6003,7 +6434,11 @@ view.on({
6003
6434
  <td class="type">
6004
6435
 
6005
6436
 
6006
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6437
+ <span class="param-type">
6438
+
6439
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6440
+
6441
+ </span>
6007
6442
 
6008
6443
 
6009
6444
 
@@ -6041,7 +6476,11 @@ view.on({
6041
6476
  <td class="type">
6042
6477
 
6043
6478
 
6044
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6479
+ <span class="param-type">
6480
+
6481
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6482
+
6483
+ </span>
6045
6484
 
6046
6485
 
6047
6486
 
@@ -6079,7 +6518,11 @@ view.on({
6079
6518
  <td class="type">
6080
6519
 
6081
6520
 
6082
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6521
+ <span class="param-type">
6522
+
6523
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6524
+
6525
+ </span>
6083
6526
 
6084
6527
 
6085
6528
 
@@ -6117,7 +6560,11 @@ view.on({
6117
6560
  <td class="type">
6118
6561
 
6119
6562
 
6120
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6563
+ <span class="param-type">
6564
+
6565
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6566
+
6567
+ </span>
6121
6568
 
6122
6569
 
6123
6570
 
@@ -6309,7 +6756,11 @@ view.on({
6309
6756
  <td class="type">
6310
6757
 
6311
6758
 
6312
- <span class="param-type">Object</span>
6759
+ <span class="param-type">
6760
+
6761
+ Object
6762
+
6763
+ </span>
6313
6764
 
6314
6765
 
6315
6766
 
@@ -6343,7 +6794,11 @@ view.on({
6343
6794
  <td class="type">
6344
6795
 
6345
6796
 
6346
- <span class="param-type">String</span>
6797
+ <span class="param-type">
6798
+
6799
+ String
6800
+
6801
+ </span>
6347
6802
 
6348
6803
 
6349
6804
 
@@ -6381,7 +6836,11 @@ view.on({
6381
6836
  <td class="type">
6382
6837
 
6383
6838
 
6384
- <span class="param-type">String</span>
6839
+ <span class="param-type">
6840
+
6841
+ String
6842
+
6843
+ </span>
6385
6844
 
6386
6845
 
6387
6846
 
@@ -6419,7 +6878,11 @@ view.on({
6419
6878
  <td class="type">
6420
6879
 
6421
6880
 
6422
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6881
+ <span class="param-type">
6882
+
6883
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6884
+
6885
+ </span>
6423
6886
 
6424
6887
 
6425
6888
 
@@ -6457,7 +6920,11 @@ view.on({
6457
6920
  <td class="type">
6458
6921
 
6459
6922
 
6460
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6923
+ <span class="param-type">
6924
+
6925
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6926
+
6927
+ </span>
6461
6928
 
6462
6929
 
6463
6930
 
@@ -6495,7 +6962,11 @@ view.on({
6495
6962
  <td class="type">
6496
6963
 
6497
6964
 
6498
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6965
+ <span class="param-type">
6966
+
6967
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6968
+
6969
+ </span>
6499
6970
 
6500
6971
 
6501
6972
 
@@ -6533,7 +7004,11 @@ view.on({
6533
7004
  <td class="type">
6534
7005
 
6535
7006
 
6536
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7007
+ <span class="param-type">
7008
+
7009
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7010
+
7011
+ </span>
6537
7012
 
6538
7013
 
6539
7014
 
@@ -6571,7 +7046,11 @@ view.on({
6571
7046
  <td class="type">
6572
7047
 
6573
7048
 
6574
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7049
+ <span class="param-type">
7050
+
7051
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7052
+
7053
+ </span>
6575
7054
 
6576
7055
 
6577
7056
 
@@ -6753,7 +7232,11 @@ view.on({
6753
7232
  <td class="type">
6754
7233
 
6755
7234
 
6756
- <span class="param-type">Object</span>
7235
+ <span class="param-type">
7236
+
7237
+ Object
7238
+
7239
+ </span>
6757
7240
 
6758
7241
 
6759
7242
 
@@ -6787,7 +7270,11 @@ view.on({
6787
7270
  <td class="type">
6788
7271
 
6789
7272
 
6790
- <span class="param-type">String</span>
7273
+ <span class="param-type">
7274
+
7275
+ String
7276
+
7277
+ </span>
6791
7278
 
6792
7279
 
6793
7280
 
@@ -6825,7 +7312,11 @@ view.on({
6825
7312
  <td class="type">
6826
7313
 
6827
7314
 
6828
- <span class="param-type">String</span>
7315
+ <span class="param-type">
7316
+
7317
+ String
7318
+
7319
+ </span>
6829
7320
 
6830
7321
 
6831
7322
 
@@ -6863,7 +7354,11 @@ view.on({
6863
7354
  <td class="type">
6864
7355
 
6865
7356
 
6866
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7357
+ <span class="param-type">
7358
+
7359
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7360
+
7361
+ </span>
6867
7362
 
6868
7363
 
6869
7364
 
@@ -6901,7 +7396,11 @@ view.on({
6901
7396
  <td class="type">
6902
7397
 
6903
7398
 
6904
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7399
+ <span class="param-type">
7400
+
7401
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7402
+
7403
+ </span>
6905
7404
 
6906
7405
 
6907
7406
 
@@ -6939,7 +7438,11 @@ view.on({
6939
7438
  <td class="type">
6940
7439
 
6941
7440
 
6942
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7441
+ <span class="param-type">
7442
+
7443
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7444
+
7445
+ </span>
6943
7446
 
6944
7447
 
6945
7448
 
@@ -6977,7 +7480,11 @@ view.on({
6977
7480
  <td class="type">
6978
7481
 
6979
7482
 
6980
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7483
+ <span class="param-type">
7484
+
7485
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7486
+
7487
+ </span>
6981
7488
 
6982
7489
 
6983
7490
 
@@ -7015,7 +7522,11 @@ view.on({
7015
7522
  <td class="type">
7016
7523
 
7017
7524
 
7018
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7525
+ <span class="param-type">
7526
+
7527
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7528
+
7529
+ </span>
7019
7530
 
7020
7531
 
7021
7532