@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
@@ -77,13 +77,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
77
77
 
78
78
  <tr class="deep-level-0">
79
79
 
80
- <td class="name" id="options"><code>options</code></td>
80
+ <td class="name"><code>options</code></td>
81
81
 
82
82
 
83
83
  <td class="type">
84
84
 
85
85
 
86
- <span class="param-type">Object</span>
86
+ <span class="param-type">
87
+
88
+ Object
89
+
90
+ </span>
87
91
 
88
92
 
89
93
 
@@ -104,13 +108,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
104
108
 
105
109
  <tr class="deep-level-1">
106
110
 
107
- <td class="name" id="baseLayers"><code>baseLayers</code></td>
111
+ <td class="name"><code>baseLayers</code></td>
108
112
 
109
113
 
110
114
  <td class="type">
111
115
 
112
116
 
113
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
117
+ <span class="param-type">
118
+
119
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
120
+
121
+ </span>
114
122
 
115
123
 
116
124
 
@@ -133,13 +141,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
133
141
 
134
142
  <tr class="deep-level-1">
135
143
 
136
- <td class="name" id="id"><code>id</code></td>
144
+ <td class="name"><code>id</code></td>
137
145
 
138
146
 
139
147
  <td class="type">
140
148
 
141
149
 
142
- <span class="param-type">String</span>
150
+ <span class="param-type">
151
+
152
+ String
153
+
154
+ </span>
143
155
 
144
156
 
145
157
 
@@ -162,13 +174,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
162
174
 
163
175
  <tr class="deep-level-1">
164
176
 
165
- <td class="name" id="title"><code>title</code></td>
177
+ <td class="name"><code>title</code></td>
166
178
 
167
179
 
168
180
  <td class="type">
169
181
 
170
182
 
171
- <span class="param-type">String</span>
183
+ <span class="param-type">
184
+
185
+ String
186
+
187
+ </span>
172
188
 
173
189
 
174
190
 
@@ -191,13 +207,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
191
207
 
192
208
  <tr class="deep-level-1">
193
209
 
194
- <td class="name" id="thumbnailUrl"><code>thumbnailUrl</code></td>
210
+ <td class="name"><code>thumbnailUrl</code></td>
195
211
 
196
212
 
197
213
  <td class="type">
198
214
 
199
215
 
200
- <span class="param-type">String</span>
216
+ <span class="param-type">
217
+
218
+ String
219
+
220
+ </span>
201
221
 
202
222
 
203
223
 
@@ -272,7 +292,7 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
272
292
  <div class="column is-2"><label>绑定事件</label></div>
273
293
  <div class="column is-10">
274
294
  <ul>
275
- <li>Map#event:添加基础图层事件</li>
295
+ <li><a href="#添加基础图层事件">添加基础图层事件</a></li>
276
296
  </ul>
277
297
  </div>
278
298
  </div>
@@ -380,7 +400,11 @@ const map = new Map({
380
400
  <td class="name">
381
401
  <code>
382
402
 
383
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
403
+ <span class="param-type">
404
+
405
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
406
+
407
+ </span>
384
408
 
385
409
 
386
410
 
@@ -394,7 +418,11 @@ const map = new Map({
394
418
  <td class="name">
395
419
  <code>
396
420
 
397
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
421
+ <span class="param-type">
422
+
423
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
424
+
425
+ </span>
398
426
 
399
427
 
400
428
 
@@ -408,7 +436,11 @@ const map = new Map({
408
436
  <td class="name">
409
437
  <code>
410
438
 
411
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
439
+ <span class="param-type">
440
+
441
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
442
+
443
+ </span>
412
444
 
413
445
 
414
446
 
@@ -422,7 +454,11 @@ const map = new Map({
422
454
  <td class="name">
423
455
  <code>
424
456
 
425
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
457
+ <span class="param-type">
458
+
459
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
460
+
461
+ </span>
426
462
 
427
463
 
428
464
 
@@ -436,7 +472,11 @@ const map = new Map({
436
472
  <td class="name">
437
473
  <code>
438
474
 
439
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
475
+ <span class="param-type">
476
+
477
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
478
+
479
+ </span>
440
480
 
441
481
 
442
482
 
@@ -456,7 +496,11 @@ const map = new Map({
456
496
  <span class="method-parameter is-pulled-right">
457
497
  <label>类型:</label>
458
498
 
459
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
499
+ <span class="param-type">
500
+
501
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
502
+
503
+ </span>
460
504
 
461
505
 
462
506
 
@@ -527,7 +571,11 @@ const map = new Map({
527
571
  <span class="method-parameter is-pulled-right">
528
572
  <label>类型:</label>
529
573
 
530
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
574
+ <span class="param-type">
575
+
576
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
577
+
578
+ </span>
531
579
 
532
580
 
533
581
 
@@ -598,7 +646,11 @@ const map = new Map({
598
646
  <span class="method-parameter is-pulled-right">
599
647
  <label>类型:</label>
600
648
 
601
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
649
+ <span class="param-type">
650
+
651
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
652
+
653
+ </span>
602
654
 
603
655
 
604
656
 
@@ -673,7 +725,11 @@ const map = new Map({
673
725
  <span class="method-parameter is-pulled-right">
674
726
  <label>类型:</label>
675
727
 
676
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
728
+ <span class="param-type">
729
+
730
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
731
+
732
+ </span>
677
733
 
678
734
 
679
735
 
@@ -744,7 +800,11 @@ const map = new Map({
744
800
  <span class="method-parameter is-pulled-right">
745
801
  <label>类型:</label>
746
802
 
747
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
803
+ <span class="param-type">
804
+
805
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
806
+
807
+ </span>
748
808
 
749
809
 
750
810
 
@@ -836,14 +896,18 @@ const map = new Map({
836
896
  <code>
837
897
 
838
898
 
839
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
899
+ <span class="param-type">
900
+
901
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
902
+
903
+ </span>
840
904
 
841
905
 
842
906
 
843
907
 
844
908
  </code>
845
909
  </td>
846
- <td class="name"><code><p>通过json对象构造并返回一个新的Map对象<a id='fromJSON'></a></p></code></td>
910
+ <td class="name"><code><p>通过json对象构造并返回一个新的Map对象</code></td>
847
911
  </tr>
848
912
 
849
913
  <tr class="deep-level-0">
@@ -852,14 +916,18 @@ const map = new Map({
852
916
  <code>
853
917
 
854
918
 
855
- <span class="param-type"><a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
919
+ <span class="param-type">
920
+
921
+ <a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a>
922
+
923
+ </span>
856
924
 
857
925
 
858
926
 
859
927
 
860
928
  </code>
861
929
  </td>
862
- <td class="name"><code><p>克隆并返回一个新的Map对象<a id='clone'></a></p></code></td>
930
+ <td class="name"><code><p>克隆并返回一个新的Map对象</code></td>
863
931
  </tr>
864
932
 
865
933
  <tr class="deep-level-0">
@@ -869,7 +937,7 @@ const map = new Map({
869
937
 
870
938
  </code>
871
939
  </td>
872
- <td class="name"><code><p>销毁Map对象<a id='destroy'></a></p></code></td>
940
+ <td class="name"><code><p>销毁Map对象</code></td>
873
941
  </tr>
874
942
 
875
943
  <tr class="deep-level-0">
@@ -878,7 +946,11 @@ const map = new Map({
878
946
  <code>
879
947
 
880
948
 
881
- <span class="param-type">Object</span>
949
+ <span class="param-type">
950
+
951
+ Object
952
+
953
+ </span>
882
954
 
883
955
 
884
956
 
@@ -887,12 +959,7 @@ const map = new Map({
887
959
  </td>
888
960
  <td class="name"><code><p>移除事件<br/>
889
961
  示例如下:<br/>
890
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
891
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
892
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
893
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
894
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
895
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
962
+ </code></td>
896
963
  </tr>
897
964
 
898
965
  <tr class="deep-level-0">
@@ -901,7 +968,11 @@ const map = new Map({
901
968
  <code>
902
969
 
903
970
 
904
- <span class="param-type">Object</span>
971
+ <span class="param-type">
972
+
973
+ Object
974
+
975
+ </span>
905
976
 
906
977
 
907
978
 
@@ -910,11 +981,7 @@ const map = new Map({
910
981
  </td>
911
982
  <td class="name"><code><p>注册一个新的监听事件;<br/>
912
983
  示例如下:<br/>
913
- <a href='#event1'>[1、注册一个事件]</a><br/>
914
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
915
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
916
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
917
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
984
+ </code></td>
918
985
  </tr>
919
986
 
920
987
  <tr class="deep-level-0">
@@ -923,14 +990,18 @@ const map = new Map({
923
990
  <code>
924
991
 
925
992
 
926
- <span class="param-type">Object</span>
993
+ <span class="param-type">
994
+
995
+ Object
996
+
997
+ </span>
927
998
 
928
999
 
929
1000
 
930
1001
 
931
1002
  </code>
932
1003
  </td>
933
- <td class="name"><code><p>转换为json对象<a id='toJSON'></a></p></code></td>
1004
+ <td class="name"><code><p>转换为json对象</code></td>
934
1005
  </tr>
935
1006
 
936
1007
  </tbody>
@@ -995,13 +1066,17 @@ const map = new Map({
995
1066
 
996
1067
  <tr class="deep-level-0">
997
1068
 
998
- <td class="name" id="json"><code>json</code></td>
1069
+ <td class="name"><code>json</code></td>
999
1070
 
1000
1071
 
1001
1072
  <td class="type">
1002
1073
 
1003
1074
 
1004
- <span class="param-type">Object</span>
1075
+ <span class="param-type">
1076
+
1077
+ Object
1078
+
1079
+ </span>
1005
1080
 
1006
1081
 
1007
1082
 
@@ -1090,7 +1165,11 @@ const map = new Map({
1090
1165
  <div class='column is-5 has-text-left'>
1091
1166
  <label>类型: </label>
1092
1167
 
1093
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
1168
+ <span class="param-type">
1169
+
1170
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
1171
+
1172
+ </span>
1094
1173
 
1095
1174
 
1096
1175
 
@@ -1207,7 +1286,11 @@ const map = new Map({
1207
1286
  <div class='column is-5 has-text-left'>
1208
1287
  <label>类型: </label>
1209
1288
 
1210
- <span class="param-type"><a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
1289
+ <span class="param-type">
1290
+
1291
+ <a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a>
1292
+
1293
+ </span>
1211
1294
 
1212
1295
 
1213
1296
 
@@ -1377,13 +1460,17 @@ const map = new Map({
1377
1460
 
1378
1461
  <tr class="deep-level-0">
1379
1462
 
1380
- <td class="name" id="types"><code>types</code></td>
1463
+ <td class="name"><code>types</code></td>
1381
1464
 
1382
1465
 
1383
1466
  <td class="type">
1384
1467
 
1385
1468
 
1386
- <span class="param-type">string</span>
1469
+ <span class="param-type">
1470
+
1471
+ string
1472
+
1473
+ </span>
1387
1474
 
1388
1475
 
1389
1476
 
@@ -1404,13 +1491,17 @@ const map = new Map({
1404
1491
 
1405
1492
  <tr class="deep-level-0">
1406
1493
 
1407
- <td class="name" id="fn"><code>fn</code></td>
1494
+ <td class="name"><code>fn</code></td>
1408
1495
 
1409
1496
 
1410
1497
  <td class="type">
1411
1498
 
1412
1499
 
1413
- <span class="param-type">function</span>
1500
+ <span class="param-type">
1501
+
1502
+ function
1503
+
1504
+ </span>
1414
1505
 
1415
1506
 
1416
1507
 
@@ -1429,13 +1520,17 @@ const map = new Map({
1429
1520
 
1430
1521
  <tr class="deep-level-0">
1431
1522
 
1432
- <td class="name" id="context"><code>context</code></td>
1523
+ <td class="name"><code>context</code></td>
1433
1524
 
1434
1525
 
1435
1526
  <td class="type">
1436
1527
 
1437
1528
 
1438
- <span class="param-type">Object</span>
1529
+ <span class="param-type">
1530
+
1531
+ Object
1532
+
1533
+ </span>
1439
1534
 
1440
1535
 
1441
1536
 
@@ -1529,7 +1624,11 @@ const map = new Map({
1529
1624
  <div class='column is-5 has-text-left'>
1530
1625
  <label>类型: </label>
1531
1626
 
1532
- <span class="param-type">Object</span>
1627
+ <span class="param-type">
1628
+
1629
+ Object
1630
+
1631
+ </span>
1533
1632
 
1534
1633
 
1535
1634
 
@@ -1697,16 +1796,24 @@ view.off({
1697
1796
 
1698
1797
  <tr class="deep-level-0">
1699
1798
 
1700
- <td class="name" id="types"><code>types</code></td>
1799
+ <td class="name"><code>types</code></td>
1701
1800
 
1702
1801
 
1703
1802
  <td class="type">
1704
1803
 
1705
1804
 
1706
- <span class="param-type">String</span>
1805
+ <span class="param-type">
1806
+
1807
+ String
1808
+
1809
+ </span>
1707
1810
  |
1708
1811
 
1709
- <span class="param-type">Object</span>
1812
+ <span class="param-type">
1813
+
1814
+ Object
1815
+
1816
+ </span>
1710
1817
 
1711
1818
 
1712
1819
 
@@ -1733,13 +1840,17 @@ view.off({
1733
1840
 
1734
1841
  <tr class="deep-level-0">
1735
1842
 
1736
- <td class="name" id="fn"><code>fn</code></td>
1843
+ <td class="name"><code>fn</code></td>
1737
1844
 
1738
1845
 
1739
1846
  <td class="type">
1740
1847
 
1741
1848
 
1742
- <span class="param-type">function</span>
1849
+ <span class="param-type">
1850
+
1851
+ function
1852
+
1853
+ </span>
1743
1854
 
1744
1855
 
1745
1856
 
@@ -1764,13 +1875,17 @@ view.off({
1764
1875
 
1765
1876
  <tr class="deep-level-0">
1766
1877
 
1767
- <td class="name" id="context"><code>context</code></td>
1878
+ <td class="name"><code>context</code></td>
1768
1879
 
1769
1880
 
1770
1881
  <td class="type">
1771
1882
 
1772
1883
 
1773
- <span class="param-type">Object</span>
1884
+ <span class="param-type">
1885
+
1886
+ Object
1887
+
1888
+ </span>
1774
1889
 
1775
1890
 
1776
1891
 
@@ -1870,7 +1985,11 @@ view.off({
1870
1985
  <div class='column is-5 has-text-left'>
1871
1986
  <label>类型: </label>
1872
1987
 
1873
- <span class="param-type">Object</span>
1988
+ <span class="param-type">
1989
+
1990
+ Object
1991
+
1992
+ </span>
1874
1993
 
1875
1994
 
1876
1995
 
@@ -2065,7 +2184,11 @@ view.on({
2065
2184
  <div class='column is-5 has-text-left'>
2066
2185
  <label>类型: </label>
2067
2186
 
2068
- <span class="param-type">Object</span>
2187
+ <span class="param-type">
2188
+
2189
+ Object
2190
+
2191
+ </span>
2069
2192
 
2070
2193
 
2071
2194
 
@@ -2105,17 +2228,17 @@ view.on({
2105
2228
  <tbody>
2106
2229
 
2107
2230
  <tr class="deep-level-0">
2108
- <td class="name"><code><a href="Basemap.html#底图图层创建事件(已废弃)">底图图层创建事件(已废弃)</a></code></td>
2231
+ <td class="name"><code><a href="#底图图层创建事件(已废弃)">底图图层创建事件(已废弃)</a></code></td>
2109
2232
  <td class="name"><code>底图图层创建事件(已废弃)</code></td>
2110
2233
  </tr>
2111
2234
 
2112
2235
  <tr class="deep-level-0">
2113
- <td class="name"><code><a href="Basemap.html#底图图层更新事件(已废弃)">底图图层更新事件(已废弃)</a></code></td>
2236
+ <td class="name"><code><a href="#底图图层更新事件(已废弃)">底图图层更新事件(已废弃)</a></code></td>
2114
2237
  <td class="name"><code>底图图层更新事件(已废弃)</code></td>
2115
2238
  </tr>
2116
2239
 
2117
2240
  <tr class="deep-level-0">
2118
- <td class="name"><code><a href="Basemap.html#底图图层移除事件(已废弃)">底图图层移除事件(已废弃)</a></code></td>
2241
+ <td class="name"><code><a href="#底图图层移除事件(已废弃)">底图图层移除事件(已废弃)</a></code></td>
2119
2242
  <td class="name"><code>底图图层移除事件(已废弃)</code></td>
2120
2243
  </tr>
2121
2244
 
@@ -2191,7 +2314,11 @@ view.on({
2191
2314
  <td class="type">
2192
2315
 
2193
2316
 
2194
- <span class="param-type">Object</span>
2317
+ <span class="param-type">
2318
+
2319
+ Object
2320
+
2321
+ </span>
2195
2322
 
2196
2323
 
2197
2324
 
@@ -2225,7 +2352,11 @@ view.on({
2225
2352
  <td class="type">
2226
2353
 
2227
2354
 
2228
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2355
+ <span class="param-type">
2356
+
2357
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
2358
+
2359
+ </span>
2229
2360
 
2230
2361
 
2231
2362
 
@@ -2263,7 +2394,11 @@ view.on({
2263
2394
  <td class="type">
2264
2395
 
2265
2396
 
2266
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2397
+ <span class="param-type">
2398
+
2399
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2400
+
2401
+ </span>
2267
2402
 
2268
2403
 
2269
2404
 
@@ -2299,7 +2434,11 @@ view.on({
2299
2434
  <td class="type">
2300
2435
 
2301
2436
 
2302
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
2437
+ <span class="param-type">
2438
+
2439
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
2440
+
2441
+ </span>
2303
2442
 
2304
2443
 
2305
2444
 
@@ -2335,7 +2474,11 @@ view.on({
2335
2474
  <td class="type">
2336
2475
 
2337
2476
 
2338
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
2477
+ <span class="param-type">
2478
+
2479
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
2480
+
2481
+ </span>
2339
2482
 
2340
2483
 
2341
2484
 
@@ -2506,7 +2649,11 @@ view.on({
2506
2649
  <td class="type">
2507
2650
 
2508
2651
 
2509
- <span class="param-type">Object</span>
2652
+ <span class="param-type">
2653
+
2654
+ Object
2655
+
2656
+ </span>
2510
2657
 
2511
2658
 
2512
2659
 
@@ -2540,7 +2687,11 @@ view.on({
2540
2687
  <td class="type">
2541
2688
 
2542
2689
 
2543
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
2690
+ <span class="param-type">
2691
+
2692
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
2693
+
2694
+ </span>
2544
2695
 
2545
2696
 
2546
2697
 
@@ -2578,7 +2729,11 @@ view.on({
2578
2729
  <td class="type">
2579
2730
 
2580
2731
 
2581
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2732
+ <span class="param-type">
2733
+
2734
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2735
+
2736
+ </span>
2582
2737
 
2583
2738
 
2584
2739
 
@@ -2614,7 +2769,11 @@ view.on({
2614
2769
  <td class="type">
2615
2770
 
2616
2771
 
2617
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
2772
+ <span class="param-type">
2773
+
2774
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
2775
+
2776
+ </span>
2618
2777
 
2619
2778
 
2620
2779
 
@@ -2650,7 +2809,11 @@ view.on({
2650
2809
  <td class="type">
2651
2810
 
2652
2811
 
2653
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
2812
+ <span class="param-type">
2813
+
2814
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
2815
+
2816
+ </span>
2654
2817
 
2655
2818
 
2656
2819
 
@@ -2821,7 +2984,11 @@ view.on({
2821
2984
  <td class="type">
2822
2985
 
2823
2986
 
2824
- <span class="param-type">Object</span>
2987
+ <span class="param-type">
2988
+
2989
+ Object
2990
+
2991
+ </span>
2825
2992
 
2826
2993
 
2827
2994
 
@@ -2855,7 +3022,11 @@ view.on({
2855
3022
  <td class="type">
2856
3023
 
2857
3024
 
2858
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
3025
+ <span class="param-type">
3026
+
3027
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
3028
+
3029
+ </span>
2859
3030
 
2860
3031
 
2861
3032
 
@@ -2893,7 +3064,11 @@ view.on({
2893
3064
  <td class="type">
2894
3065
 
2895
3066
 
2896
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3067
+ <span class="param-type">
3068
+
3069
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3070
+
3071
+ </span>
2897
3072
 
2898
3073
 
2899
3074
 
@@ -2929,7 +3104,11 @@ view.on({
2929
3104
  <td class="type">
2930
3105
 
2931
3106
 
2932
- <span class="param-type"><a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a></span>
3107
+ <span class="param-type">
3108
+
3109
+ <a link="LayerView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerView" LayerView.html>LayerView</a>
3110
+
3111
+ </span>
2933
3112
 
2934
3113
 
2935
3114
 
@@ -2965,7 +3144,11 @@ view.on({
2965
3144
  <td class="type">
2966
3145
 
2967
3146
 
2968
- <span class="param-type"><a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a></span>
3147
+ <span class="param-type">
3148
+
3149
+ <a link="BaseView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseView" BaseView.html>BaseView</a>
3150
+
3151
+ </span>
2969
3152
 
2970
3153
 
2971
3154