@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
@@ -75,13 +75,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
75
75
 
76
76
  <tr class="deep-level-0">
77
77
 
78
- <td class="name" id="options"><code>options</code></td>
78
+ <td class="name"><code>options</code></td>
79
79
 
80
80
 
81
81
  <td class="type">
82
82
 
83
83
 
84
- <span class="param-type">Object</span>
84
+ <span class="param-type">
85
+
86
+ Object
87
+
88
+ </span>
85
89
 
86
90
 
87
91
 
@@ -98,13 +102,17 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
98
102
 
99
103
  <tr class="deep-level-1">
100
104
 
101
- <td class="name" id="basemap"><code>basemap</code></td>
105
+ <td class="name"><code>basemap</code></td>
102
106
 
103
107
 
104
108
  <td class="type">
105
109
 
106
110
 
107
- <span class="param-type"><a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
111
+ <span class="param-type">
112
+
113
+ <a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a>
114
+
115
+ </span>
108
116
 
109
117
 
110
118
 
@@ -176,15 +184,15 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
176
184
  <div class="column is-2"><label>绑定事件</label></div>
177
185
  <div class="column is-10">
178
186
  <ul>
179
- <li><a class="mapgis-link-name" title="Map#event:添加图层事件" Map.html#event:%25E6%25B7%25BB%25E5%258A%25A0%25E5%259B%25BE%25E5%25B1%2582%25E4%25BA%258B%25E4%25BB%25B6>Map#event:添加图层事件</a></li>
187
+ <li><a href="#添加图层事件">添加图层事件</a></li>
180
188
 
181
- <li><a class="mapgis-link-name" title="Map#event:添加多个图层事件" Map.html#event:%25E6%25B7%25BB%25E5%258A%25A0%25E5%25A4%259A%25E4%25B8%25AA%25E5%259B%25BE%25E5%25B1%2582%25E4%25BA%258B%25E4%25BB%25B6>Map#event:添加多个图层事件</a></li>
189
+ <li><a href="#添加多个图层事件">添加多个图层事件</a></li>
182
190
 
183
- <li><a class="mapgis-link-name" title="Map#event:删除图层事件" Map.html#event:%25E5%2588%25A0%25E9%2599%25A4%25E5%259B%25BE%25E5%25B1%2582%25E4%25BA%258B%25E4%25BB%25B6>Map#event:删除图层事件</a></li>
191
+ <li><a href="#删除图层事件">删除图层事件</a></li>
184
192
 
185
- <li><a class="mapgis-link-name" title="Map#event:移除多个图层事件" Map.html#event:%25E7%25A7%25BB%25E9%2599%25A4%25E5%25A4%259A%25E4%25B8%25AA%25E5%259B%25BE%25E5%25B1%2582%25E4%25BA%258B%25E4%25BB%25B6>Map#event:移除多个图层事件</a></li>
193
+ <li><a href="#移除多个图层事件">移除多个图层事件</a></li>
186
194
 
187
- <li><a class="mapgis-link-name" title="Map#event:移除所有图层事件" Map.html#event:%25E7%25A7%25BB%25E9%2599%25A4%25E6%2589%2580%25E6%259C%2589%25E5%259B%25BE%25E5%25B1%2582%25E4%25BA%258B%25E4%25BB%25B6>Map#event:移除所有图层事件</a></li>
195
+ <li><a href="#移除所有图层事件">移除所有图层事件</a></li>
188
196
  </ul>
189
197
  </div>
190
198
  </div>
@@ -310,7 +318,11 @@ const map = new Map({
310
318
  <td class="name">
311
319
  <code>
312
320
 
313
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
321
+ <span class="param-type">
322
+
323
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
324
+
325
+ </span>
314
326
 
315
327
 
316
328
 
@@ -324,7 +336,11 @@ const map = new Map({
324
336
  <td class="name">
325
337
  <code>
326
338
 
327
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
339
+ <span class="param-type">
340
+
341
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
342
+
343
+ </span>
328
344
 
329
345
 
330
346
 
@@ -338,7 +354,11 @@ const map = new Map({
338
354
  <td class="name">
339
355
  <code>
340
356
 
341
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
357
+ <span class="param-type">
358
+
359
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
360
+
361
+ </span>
342
362
 
343
363
 
344
364
 
@@ -352,7 +372,11 @@ const map = new Map({
352
372
  <td class="name">
353
373
  <code>
354
374
 
355
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
375
+ <span class="param-type">
376
+
377
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
378
+
379
+ </span>
356
380
 
357
381
 
358
382
 
@@ -366,7 +390,11 @@ const map = new Map({
366
390
  <td class="name">
367
391
  <code>
368
392
 
369
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
393
+ <span class="param-type">
394
+
395
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
396
+
397
+ </span>
370
398
 
371
399
 
372
400
 
@@ -386,7 +414,11 @@ const map = new Map({
386
414
  <span class="method-parameter is-pulled-right">
387
415
  <label>类型:</label>
388
416
 
389
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
417
+ <span class="param-type">
418
+
419
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
420
+
421
+ </span>
390
422
 
391
423
 
392
424
 
@@ -461,7 +493,11 @@ const map = new Map({
461
493
  <span class="method-parameter is-pulled-right">
462
494
  <label>类型:</label>
463
495
 
464
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
496
+ <span class="param-type">
497
+
498
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
499
+
500
+ </span>
465
501
 
466
502
 
467
503
 
@@ -532,7 +568,11 @@ const map = new Map({
532
568
  <span class="method-parameter is-pulled-right">
533
569
  <label>类型:</label>
534
570
 
535
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
571
+ <span class="param-type">
572
+
573
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
574
+
575
+ </span>
536
576
 
537
577
 
538
578
 
@@ -607,7 +647,11 @@ const map = new Map({
607
647
  <span class="method-parameter is-pulled-right">
608
648
  <label>类型:</label>
609
649
 
610
- <span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="Layer.html">Layer</a>></span>
650
+ <span class="param-type">
651
+
652
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
653
+
654
+ </span>
611
655
 
612
656
 
613
657
 
@@ -678,7 +722,11 @@ const map = new Map({
678
722
  <span class="method-parameter is-pulled-right">
679
723
  <label>类型:</label>
680
724
 
681
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
725
+ <span class="param-type">
726
+
727
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
728
+
729
+ </span>
682
730
 
683
731
 
684
732
 
@@ -774,14 +822,18 @@ const map = new Map({
774
822
  <code>
775
823
 
776
824
 
777
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
825
+ <span class="param-type">
826
+
827
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
828
+
829
+ </span>
778
830
 
779
831
 
780
832
 
781
833
 
782
834
  </code>
783
835
  </td>
784
- <td class="name"><code><p>通过json对象构造并返回一个新的Map对象<a id='fromJSON'></a></p></code></td>
836
+ <td class="name"><code><p>通过json对象构造并返回一个新的Map对象</code></td>
785
837
  </tr>
786
838
 
787
839
  <tr class="deep-level-0">
@@ -791,7 +843,7 @@ const map = new Map({
791
843
 
792
844
  </code>
793
845
  </td>
794
- <td class="name"><code><p>添加图层对象<a id='add'></a></p></code></td>
846
+ <td class="name"><code><p>添加图层对象</code></td>
795
847
  </tr>
796
848
 
797
849
  <tr class="deep-level-0">
@@ -801,7 +853,7 @@ const map = new Map({
801
853
 
802
854
  </code>
803
855
  </td>
804
- <td class="name"><code><p>添加多个图层<a id='addMany'></a></p></code></td>
856
+ <td class="name"><code><p>添加多个图层</code></td>
805
857
  </tr>
806
858
 
807
859
  <tr class="deep-level-0">
@@ -810,14 +862,18 @@ const map = new Map({
810
862
  <code>
811
863
 
812
864
 
813
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
865
+ <span class="param-type">
866
+
867
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
868
+
869
+ </span>
814
870
 
815
871
 
816
872
 
817
873
 
818
874
  </code>
819
875
  </td>
820
- <td class="name"><code><p>克隆并返回一个新的Map对象<a id='clone'></a></p></code></td>
876
+ <td class="name"><code><p>克隆并返回一个新的Map对象</code></td>
821
877
  </tr>
822
878
 
823
879
  <tr class="deep-level-0">
@@ -827,7 +883,7 @@ const map = new Map({
827
883
 
828
884
  </code>
829
885
  </td>
830
- <td class="name"><code><p>销毁Map对象<a id='destroy'></a></p></code></td>
886
+ <td class="name"><code><p>销毁Map对象</code></td>
831
887
  </tr>
832
888
 
833
889
  <tr class="deep-level-0">
@@ -836,7 +892,11 @@ const map = new Map({
836
892
  <code>
837
893
 
838
894
 
839
- <span class="param-type">*</span>
895
+ <span class="param-type">
896
+
897
+ *
898
+
899
+ </span>
840
900
 
841
901
 
842
902
 
@@ -855,7 +915,7 @@ const map = new Map({
855
915
 
856
916
  </code>
857
917
  </td>
858
- <td class="name"><code><p>根据id查询图层<a id='findLayerById'></a></p></code></td>
918
+ <td class="name"><code><p>根据id查询图层</code></td>
859
919
  </tr>
860
920
 
861
921
  <tr class="deep-level-0">
@@ -864,7 +924,11 @@ const map = new Map({
864
924
  <code>
865
925
 
866
926
 
867
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
927
+ <span class="param-type">
928
+
929
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
930
+
931
+ </span>
868
932
 
869
933
 
870
934
 
@@ -880,7 +944,11 @@ const map = new Map({
880
944
  <code>
881
945
 
882
946
 
883
- <span class="param-type">Object</span>
947
+ <span class="param-type">
948
+
949
+ Object
950
+
951
+ </span>
884
952
 
885
953
 
886
954
 
@@ -889,12 +957,7 @@ const map = new Map({
889
957
  </td>
890
958
  <td class="name"><code><p>移除事件<br/>
891
959
  示例如下:<br/>
892
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
893
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
894
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
895
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
896
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
897
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
960
+ </code></td>
898
961
  </tr>
899
962
 
900
963
  <tr class="deep-level-0">
@@ -903,7 +966,11 @@ const map = new Map({
903
966
  <code>
904
967
 
905
968
 
906
- <span class="param-type">Object</span>
969
+ <span class="param-type">
970
+
971
+ Object
972
+
973
+ </span>
907
974
 
908
975
 
909
976
 
@@ -912,11 +979,7 @@ const map = new Map({
912
979
  </td>
913
980
  <td class="name"><code><p>注册一个新的监听事件;<br/>
914
981
  示例如下:<br/>
915
- <a href='#event1'>[1、注册一个事件]</a><br/>
916
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
917
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
918
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
919
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
982
+ </code></td>
920
983
  </tr>
921
984
 
922
985
  <tr class="deep-level-0">
@@ -926,7 +989,7 @@ const map = new Map({
926
989
 
927
990
  </code>
928
991
  </td>
929
- <td class="name"><code><p>删除指定图层,需要传入一个图层对象<a id='remove'></a></p></code></td>
992
+ <td class="name"><code><p>删除指定图层,需要传入一个图层对象</code></td>
930
993
  </tr>
931
994
 
932
995
  <tr class="deep-level-0">
@@ -936,7 +999,7 @@ const map = new Map({
936
999
 
937
1000
  </code>
938
1001
  </td>
939
- <td class="name"><code><p>删除所有图层<a id='removeAll'></a></p></code></td>
1002
+ <td class="name"><code><p>删除所有图层</code></td>
940
1003
  </tr>
941
1004
 
942
1005
  <tr class="deep-level-0">
@@ -946,7 +1009,7 @@ const map = new Map({
946
1009
 
947
1010
  </code>
948
1011
  </td>
949
- <td class="name"><code><p>移除多个图层<a id='removeMany'></a></p></code></td>
1012
+ <td class="name"><code><p>移除多个图层</code></td>
950
1013
  </tr>
951
1014
 
952
1015
  <tr class="deep-level-0">
@@ -956,7 +1019,7 @@ const map = new Map({
956
1019
 
957
1020
  </code>
958
1021
  </td>
959
- <td class="name"><code><p>调整图层顺序<a id='reorder'></a></p></code></td>
1022
+ <td class="name"><code><p>调整图层顺序</code></td>
960
1023
  </tr>
961
1024
 
962
1025
  <tr class="deep-level-0">
@@ -965,14 +1028,18 @@ const map = new Map({
965
1028
  <code>
966
1029
 
967
1030
 
968
- <span class="param-type">Object</span>
1031
+ <span class="param-type">
1032
+
1033
+ Object
1034
+
1035
+ </span>
969
1036
 
970
1037
 
971
1038
 
972
1039
 
973
1040
  </code>
974
1041
  </td>
975
- <td class="name"><code><p>转换为json对象<a id='toJSON'></a></p></code></td>
1042
+ <td class="name"><code><p>转换为json对象</code></td>
976
1043
  </tr>
977
1044
 
978
1045
  </tbody>
@@ -1037,13 +1104,17 @@ const map = new Map({
1037
1104
 
1038
1105
  <tr class="deep-level-0">
1039
1106
 
1040
- <td class="name" id="json"><code>json</code></td>
1107
+ <td class="name"><code>json</code></td>
1041
1108
 
1042
1109
 
1043
1110
  <td class="type">
1044
1111
 
1045
1112
 
1046
- <span class="param-type">Object</span>
1113
+ <span class="param-type">
1114
+
1115
+ Object
1116
+
1117
+ </span>
1047
1118
 
1048
1119
 
1049
1120
 
@@ -1132,7 +1203,11 @@ const map = new Map({
1132
1203
  <div class='column is-5 has-text-left'>
1133
1204
  <label>类型: </label>
1134
1205
 
1135
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
1206
+ <span class="param-type">
1207
+
1208
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
1209
+
1210
+ </span>
1136
1211
 
1137
1212
 
1138
1213
 
@@ -1204,16 +1279,24 @@ const map = new Map({
1204
1279
 
1205
1280
  <tr class="deep-level-0">
1206
1281
 
1207
- <td class="name" id="layer"><code>layer</code></td>
1282
+ <td class="name"><code>layer</code></td>
1208
1283
 
1209
1284
 
1210
1285
  <td class="type">
1211
1286
 
1212
1287
 
1213
- <span class="param-type">Object</span>
1288
+ <span class="param-type">
1289
+
1290
+ Object
1291
+
1292
+ </span>
1214
1293
  |
1215
1294
 
1216
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1295
+ <span class="param-type">
1296
+
1297
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
1298
+
1299
+ </span>
1217
1300
 
1218
1301
 
1219
1302
 
@@ -1232,13 +1315,17 @@ const map = new Map({
1232
1315
 
1233
1316
  <tr class="deep-level-0">
1234
1317
 
1235
- <td class="name" id="index"><code>index</code></td>
1318
+ <td class="name"><code>index</code></td>
1236
1319
 
1237
1320
 
1238
1321
  <td class="type">
1239
1322
 
1240
1323
 
1241
- <span class="param-type">Number</span>
1324
+ <span class="param-type">
1325
+
1326
+ Number
1327
+
1328
+ </span>
1242
1329
 
1243
1330
 
1244
1331
 
@@ -1381,13 +1468,17 @@ map.add(layer);</code></pre>
1381
1468
 
1382
1469
  <tr class="deep-level-0">
1383
1470
 
1384
- <td class="name" id="layers"><code>layers</code></td>
1471
+ <td class="name"><code>layers</code></td>
1385
1472
 
1386
1473
 
1387
1474
  <td class="type">
1388
1475
 
1389
1476
 
1390
- <span class="param-type">Array.&lt;(Object|<a link="Array.<(Object|Layer)>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>)></span>
1477
+ <span class="param-type">
1478
+
1479
+ Array.&lt;(Object|<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>)>
1480
+
1481
+ </span>
1391
1482
 
1392
1483
 
1393
1484
 
@@ -1406,13 +1497,17 @@ map.add(layer);</code></pre>
1406
1497
 
1407
1498
  <tr class="deep-level-0">
1408
1499
 
1409
- <td class="name" id="index"><code>index</code></td>
1500
+ <td class="name"><code>index</code></td>
1410
1501
 
1411
1502
 
1412
1503
  <td class="type">
1413
1504
 
1414
1505
 
1415
- <span class="param-type">Number</span>
1506
+ <span class="param-type">
1507
+
1508
+ Number
1509
+
1510
+ </span>
1416
1511
 
1417
1512
 
1418
1513
 
@@ -1599,7 +1694,11 @@ map.add(layer);</code></pre>
1599
1694
  <div class='column is-5 has-text-left'>
1600
1695
  <label>类型: </label>
1601
1696
 
1602
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
1697
+ <span class="param-type">
1698
+
1699
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
1700
+
1701
+ </span>
1603
1702
 
1604
1703
 
1605
1704
 
@@ -1765,13 +1864,17 @@ map.add(layer);</code></pre>
1765
1864
 
1766
1865
  <tr class="deep-level-0">
1767
1866
 
1768
- <td class="name" id="type"><code>type</code></td>
1867
+ <td class="name"><code>type</code></td>
1769
1868
 
1770
1869
 
1771
1870
  <td class="type">
1772
1871
 
1773
1872
 
1774
- <span class="param-type">*</span>
1873
+ <span class="param-type">
1874
+
1875
+ *
1876
+
1877
+ </span>
1775
1878
 
1776
1879
 
1777
1880
 
@@ -1790,13 +1893,17 @@ map.add(layer);</code></pre>
1790
1893
 
1791
1894
  <tr class="deep-level-0">
1792
1895
 
1793
- <td class="name" id="data"><code>data</code></td>
1896
+ <td class="name"><code>data</code></td>
1794
1897
 
1795
1898
 
1796
1899
  <td class="type">
1797
1900
 
1798
1901
 
1799
- <span class="param-type">*</span>
1902
+ <span class="param-type">
1903
+
1904
+ *
1905
+
1906
+ </span>
1800
1907
 
1801
1908
 
1802
1909
 
@@ -1815,13 +1922,17 @@ map.add(layer);</code></pre>
1815
1922
 
1816
1923
  <tr class="deep-level-0">
1817
1924
 
1818
- <td class="name" id="propagate"><code>propagate</code></td>
1925
+ <td class="name"><code>propagate</code></td>
1819
1926
 
1820
1927
 
1821
1928
  <td class="type">
1822
1929
 
1823
1930
 
1824
- <span class="param-type">*</span>
1931
+ <span class="param-type">
1932
+
1933
+ *
1934
+
1935
+ </span>
1825
1936
 
1826
1937
 
1827
1938
 
@@ -1908,7 +2019,11 @@ map.add(layer);</code></pre>
1908
2019
  <div class='column is-5 has-text-left'>
1909
2020
  <label>类型: </label>
1910
2021
 
1911
- <span class="param-type">*</span>
2022
+ <span class="param-type">
2023
+
2024
+ *
2025
+
2026
+ </span>
1912
2027
 
1913
2028
 
1914
2029
 
@@ -1980,13 +2095,17 @@ map.add(layer);</code></pre>
1980
2095
 
1981
2096
  <tr class="deep-level-0">
1982
2097
 
1983
- <td class="name" id="id"><code>id</code></td>
2098
+ <td class="name"><code>id</code></td>
1984
2099
 
1985
2100
 
1986
2101
  <td class="type">
1987
2102
 
1988
2103
 
1989
- <span class="param-type">String</span>
2104
+ <span class="param-type">
2105
+
2106
+ String
2107
+
2108
+ </span>
1990
2109
 
1991
2110
 
1992
2111
 
@@ -2187,7 +2306,11 @@ map.findLayerById('图层id');</code></pre>
2187
2306
  <div class='column is-5 has-text-left'>
2188
2307
  <label>类型: </label>
2189
2308
 
2190
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2309
+ <span class="param-type">
2310
+
2311
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2312
+
2313
+ </span>
2191
2314
 
2192
2315
 
2193
2316
 
@@ -2266,13 +2389,17 @@ map.findLayerById('图层id');</code></pre>
2266
2389
 
2267
2390
  <tr class="deep-level-0">
2268
2391
 
2269
- <td class="name" id="types"><code>types</code></td>
2392
+ <td class="name"><code>types</code></td>
2270
2393
 
2271
2394
 
2272
2395
  <td class="type">
2273
2396
 
2274
2397
 
2275
- <span class="param-type">string</span>
2398
+ <span class="param-type">
2399
+
2400
+ string
2401
+
2402
+ </span>
2276
2403
 
2277
2404
 
2278
2405
 
@@ -2293,13 +2420,17 @@ map.findLayerById('图层id');</code></pre>
2293
2420
 
2294
2421
  <tr class="deep-level-0">
2295
2422
 
2296
- <td class="name" id="fn"><code>fn</code></td>
2423
+ <td class="name"><code>fn</code></td>
2297
2424
 
2298
2425
 
2299
2426
  <td class="type">
2300
2427
 
2301
2428
 
2302
- <span class="param-type">function</span>
2429
+ <span class="param-type">
2430
+
2431
+ function
2432
+
2433
+ </span>
2303
2434
 
2304
2435
 
2305
2436
 
@@ -2318,13 +2449,17 @@ map.findLayerById('图层id');</code></pre>
2318
2449
 
2319
2450
  <tr class="deep-level-0">
2320
2451
 
2321
- <td class="name" id="context"><code>context</code></td>
2452
+ <td class="name"><code>context</code></td>
2322
2453
 
2323
2454
 
2324
2455
  <td class="type">
2325
2456
 
2326
2457
 
2327
- <span class="param-type">Object</span>
2458
+ <span class="param-type">
2459
+
2460
+ Object
2461
+
2462
+ </span>
2328
2463
 
2329
2464
 
2330
2465
 
@@ -2418,7 +2553,11 @@ map.findLayerById('图层id');</code></pre>
2418
2553
  <div class='column is-5 has-text-left'>
2419
2554
  <label>类型: </label>
2420
2555
 
2421
- <span class="param-type">Object</span>
2556
+ <span class="param-type">
2557
+
2558
+ Object
2559
+
2560
+ </span>
2422
2561
 
2423
2562
 
2424
2563
 
@@ -2586,16 +2725,24 @@ view.off({
2586
2725
 
2587
2726
  <tr class="deep-level-0">
2588
2727
 
2589
- <td class="name" id="types"><code>types</code></td>
2728
+ <td class="name"><code>types</code></td>
2590
2729
 
2591
2730
 
2592
2731
  <td class="type">
2593
2732
 
2594
2733
 
2595
- <span class="param-type">String</span>
2734
+ <span class="param-type">
2735
+
2736
+ String
2737
+
2738
+ </span>
2596
2739
  |
2597
2740
 
2598
- <span class="param-type">Object</span>
2741
+ <span class="param-type">
2742
+
2743
+ Object
2744
+
2745
+ </span>
2599
2746
 
2600
2747
 
2601
2748
 
@@ -2622,13 +2769,17 @@ view.off({
2622
2769
 
2623
2770
  <tr class="deep-level-0">
2624
2771
 
2625
- <td class="name" id="fn"><code>fn</code></td>
2772
+ <td class="name"><code>fn</code></td>
2626
2773
 
2627
2774
 
2628
2775
  <td class="type">
2629
2776
 
2630
2777
 
2631
- <span class="param-type">function</span>
2778
+ <span class="param-type">
2779
+
2780
+ function
2781
+
2782
+ </span>
2632
2783
 
2633
2784
 
2634
2785
 
@@ -2653,13 +2804,17 @@ view.off({
2653
2804
 
2654
2805
  <tr class="deep-level-0">
2655
2806
 
2656
- <td class="name" id="context"><code>context</code></td>
2807
+ <td class="name"><code>context</code></td>
2657
2808
 
2658
2809
 
2659
2810
  <td class="type">
2660
2811
 
2661
2812
 
2662
- <span class="param-type">Object</span>
2813
+ <span class="param-type">
2814
+
2815
+ Object
2816
+
2817
+ </span>
2663
2818
 
2664
2819
 
2665
2820
 
@@ -2759,7 +2914,11 @@ view.off({
2759
2914
  <div class='column is-5 has-text-left'>
2760
2915
  <label>类型: </label>
2761
2916
 
2762
- <span class="param-type">Object</span>
2917
+ <span class="param-type">
2918
+
2919
+ Object
2920
+
2921
+ </span>
2763
2922
 
2764
2923
 
2765
2924
 
@@ -2909,16 +3068,24 @@ view.on({
2909
3068
 
2910
3069
  <tr class="deep-level-0">
2911
3070
 
2912
- <td class="name" id="layer"><code>layer</code></td>
3071
+ <td class="name"><code>layer</code></td>
2913
3072
 
2914
3073
 
2915
3074
  <td class="type">
2916
3075
 
2917
3076
 
2918
- <span class="param-type">Object</span>
3077
+ <span class="param-type">
3078
+
3079
+ Object
3080
+
3081
+ </span>
2919
3082
  |
2920
3083
 
2921
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3084
+ <span class="param-type">
3085
+
3086
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3087
+
3088
+ </span>
2922
3089
 
2923
3090
 
2924
3091
 
@@ -3159,13 +3326,17 @@ map.remove(layer);</code></pre>
3159
3326
 
3160
3327
  <tr class="deep-level-0">
3161
3328
 
3162
- <td class="name" id="layers"><code>layers</code></td>
3329
+ <td class="name"><code>layers</code></td>
3163
3330
 
3164
3331
 
3165
3332
  <td class="type">
3166
3333
 
3167
3334
 
3168
- <span class="param-type">Array</span>
3335
+ <span class="param-type">
3336
+
3337
+ Array
3338
+
3339
+ </span>
3169
3340
 
3170
3341
 
3171
3342
 
@@ -3307,13 +3478,17 @@ map.remove(layer);</code></pre>
3307
3478
 
3308
3479
  <tr class="deep-level-0">
3309
3480
 
3310
- <td class="name" id="layer"><code>layer</code></td>
3481
+ <td class="name"><code>layer</code></td>
3311
3482
 
3312
3483
 
3313
3484
  <td class="type">
3314
3485
 
3315
3486
 
3316
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3487
+ <span class="param-type">
3488
+
3489
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3490
+
3491
+ </span>
3317
3492
 
3318
3493
 
3319
3494
 
@@ -3332,13 +3507,17 @@ map.remove(layer);</code></pre>
3332
3507
 
3333
3508
  <tr class="deep-level-0">
3334
3509
 
3335
- <td class="name" id="index"><code>index</code></td>
3510
+ <td class="name"><code>index</code></td>
3336
3511
 
3337
3512
 
3338
3513
  <td class="type">
3339
3514
 
3340
3515
 
3341
- <span class="param-type">Number</span>
3516
+ <span class="param-type">
3517
+
3518
+ Number
3519
+
3520
+ </span>
3342
3521
 
3343
3522
 
3344
3523
 
@@ -3525,7 +3704,11 @@ map.remove(layer);</code></pre>
3525
3704
  <div class='column is-5 has-text-left'>
3526
3705
  <label>类型: </label>
3527
3706
 
3528
- <span class="param-type">Object</span>
3707
+ <span class="param-type">
3708
+
3709
+ Object
3710
+
3711
+ </span>
3529
3712
 
3530
3713
 
3531
3714
 
@@ -3565,27 +3748,27 @@ map.remove(layer);</code></pre>
3565
3748
  <tbody>
3566
3749
 
3567
3750
  <tr class="deep-level-0">
3568
- <td class="name"><code><a href="Map.html#删除图层事件">删除图层事件</a></code></td>
3751
+ <td class="name"><code><a href="#删除图层事件">删除图层事件</a></code></td>
3569
3752
  <td class="name"><code>删除图层事件</code></td>
3570
3753
  </tr>
3571
3754
 
3572
3755
  <tr class="deep-level-0">
3573
- <td class="name"><code><a href="Map.html#添加图层事件">添加图层事件</a></code></td>
3756
+ <td class="name"><code><a href="#添加图层事件">添加图层事件</a></code></td>
3574
3757
  <td class="name"><code>添加图层事件</code></td>
3575
3758
  </tr>
3576
3759
 
3577
3760
  <tr class="deep-level-0">
3578
- <td class="name"><code><a href="Map.html#添加多个图层事件">添加多个图层事件</a></code></td>
3761
+ <td class="name"><code><a href="#添加多个图层事件">添加多个图层事件</a></code></td>
3579
3762
  <td class="name"><code>添加多个图层事件</code></td>
3580
3763
  </tr>
3581
3764
 
3582
3765
  <tr class="deep-level-0">
3583
- <td class="name"><code><a href="Map.html#移除多个图层事件">移除多个图层事件</a></code></td>
3766
+ <td class="name"><code><a href="#移除多个图层事件">移除多个图层事件</a></code></td>
3584
3767
  <td class="name"><code>移除多个图层事件</code></td>
3585
3768
  </tr>
3586
3769
 
3587
3770
  <tr class="deep-level-0">
3588
- <td class="name"><code><a href="Map.html#移除所有图层事件">移除所有图层事件</a></code></td>
3771
+ <td class="name"><code><a href="#移除所有图层事件">移除所有图层事件</a></code></td>
3589
3772
  <td class="name"><code>移除所有图层事件</code></td>
3590
3773
  </tr>
3591
3774
 
@@ -3665,7 +3848,11 @@ map.remove(layer);</code></pre>
3665
3848
  <td class="type">
3666
3849
 
3667
3850
 
3668
- <span class="param-type">Object</span>
3851
+ <span class="param-type">
3852
+
3853
+ Object
3854
+
3855
+ </span>
3669
3856
 
3670
3857
 
3671
3858
 
@@ -3699,7 +3886,11 @@ map.remove(layer);</code></pre>
3699
3886
  <td class="type">
3700
3887
 
3701
3888
 
3702
- <span class="param-type">String</span>
3889
+ <span class="param-type">
3890
+
3891
+ String
3892
+
3893
+ </span>
3703
3894
 
3704
3895
 
3705
3896
 
@@ -3737,7 +3928,11 @@ map.remove(layer);</code></pre>
3737
3928
  <td class="type">
3738
3929
 
3739
3930
 
3740
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3931
+ <span class="param-type">
3932
+
3933
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3934
+
3935
+ </span>
3741
3936
 
3742
3937
 
3743
3938
 
@@ -3775,7 +3970,11 @@ map.remove(layer);</code></pre>
3775
3970
  <td class="type">
3776
3971
 
3777
3972
 
3778
- <span class="param-type">View</span>
3973
+ <span class="param-type">
3974
+
3975
+ View
3976
+
3977
+ </span>
3779
3978
 
3780
3979
 
3781
3980
 
@@ -3813,7 +4012,11 @@ map.remove(layer);</code></pre>
3813
4012
  <td class="type">
3814
4013
 
3815
4014
 
3816
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4015
+ <span class="param-type">
4016
+
4017
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4018
+
4019
+ </span>
3817
4020
 
3818
4021
 
3819
4022
 
@@ -3851,7 +4054,11 @@ map.remove(layer);</code></pre>
3851
4054
  <td class="type">
3852
4055
 
3853
4056
 
3854
- <span class="param-type">View</span>
4057
+ <span class="param-type">
4058
+
4059
+ View
4060
+
4061
+ </span>
3855
4062
 
3856
4063
 
3857
4064
 
@@ -4029,7 +4236,11 @@ map.remove(layer);</code></pre>
4029
4236
  <td class="type">
4030
4237
 
4031
4238
 
4032
- <span class="param-type">Object</span>
4239
+ <span class="param-type">
4240
+
4241
+ Object
4242
+
4243
+ </span>
4033
4244
 
4034
4245
 
4035
4246
 
@@ -4063,7 +4274,11 @@ map.remove(layer);</code></pre>
4063
4274
  <td class="type">
4064
4275
 
4065
4276
 
4066
- <span class="param-type">String</span>
4277
+ <span class="param-type">
4278
+
4279
+ String
4280
+
4281
+ </span>
4067
4282
 
4068
4283
 
4069
4284
 
@@ -4101,7 +4316,11 @@ map.remove(layer);</code></pre>
4101
4316
  <td class="type">
4102
4317
 
4103
4318
 
4104
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4319
+ <span class="param-type">
4320
+
4321
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4322
+
4323
+ </span>
4105
4324
 
4106
4325
 
4107
4326
 
@@ -4139,7 +4358,11 @@ map.remove(layer);</code></pre>
4139
4358
  <td class="type">
4140
4359
 
4141
4360
 
4142
- <span class="param-type">View</span>
4361
+ <span class="param-type">
4362
+
4363
+ View
4364
+
4365
+ </span>
4143
4366
 
4144
4367
 
4145
4368
 
@@ -4177,7 +4400,11 @@ map.remove(layer);</code></pre>
4177
4400
  <td class="type">
4178
4401
 
4179
4402
 
4180
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4403
+ <span class="param-type">
4404
+
4405
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4406
+
4407
+ </span>
4181
4408
 
4182
4409
 
4183
4410
 
@@ -4215,7 +4442,11 @@ map.remove(layer);</code></pre>
4215
4442
  <td class="type">
4216
4443
 
4217
4444
 
4218
- <span class="param-type">View</span>
4445
+ <span class="param-type">
4446
+
4447
+ View
4448
+
4449
+ </span>
4219
4450
 
4220
4451
 
4221
4452
 
@@ -4393,7 +4624,11 @@ map.remove(layer);</code></pre>
4393
4624
  <td class="type">
4394
4625
 
4395
4626
 
4396
- <span class="param-type">Object</span>
4627
+ <span class="param-type">
4628
+
4629
+ Object
4630
+
4631
+ </span>
4397
4632
 
4398
4633
 
4399
4634
 
@@ -4427,7 +4662,11 @@ map.remove(layer);</code></pre>
4427
4662
  <td class="type">
4428
4663
 
4429
4664
 
4430
- <span class="param-type">String</span>
4665
+ <span class="param-type">
4666
+
4667
+ String
4668
+
4669
+ </span>
4431
4670
 
4432
4671
 
4433
4672
 
@@ -4465,7 +4704,11 @@ map.remove(layer);</code></pre>
4465
4704
  <td class="type">
4466
4705
 
4467
4706
 
4468
- <span class="param-type">Array.&lt;<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
4707
+ <span class="param-type">
4708
+
4709
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
4710
+
4711
+ </span>
4469
4712
 
4470
4713
 
4471
4714
 
@@ -4503,7 +4746,11 @@ map.remove(layer);</code></pre>
4503
4746
  <td class="type">
4504
4747
 
4505
4748
 
4506
- <span class="param-type">View</span>
4749
+ <span class="param-type">
4750
+
4751
+ View
4752
+
4753
+ </span>
4507
4754
 
4508
4755
 
4509
4756
 
@@ -4541,7 +4788,11 @@ map.remove(layer);</code></pre>
4541
4788
  <td class="type">
4542
4789
 
4543
4790
 
4544
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4791
+ <span class="param-type">
4792
+
4793
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4794
+
4795
+ </span>
4545
4796
 
4546
4797
 
4547
4798
 
@@ -4579,7 +4830,11 @@ map.remove(layer);</code></pre>
4579
4830
  <td class="type">
4580
4831
 
4581
4832
 
4582
- <span class="param-type">View</span>
4833
+ <span class="param-type">
4834
+
4835
+ View
4836
+
4837
+ </span>
4583
4838
 
4584
4839
 
4585
4840
 
@@ -4757,7 +5012,11 @@ map.remove(layer);</code></pre>
4757
5012
  <td class="type">
4758
5013
 
4759
5014
 
4760
- <span class="param-type">Object</span>
5015
+ <span class="param-type">
5016
+
5017
+ Object
5018
+
5019
+ </span>
4761
5020
 
4762
5021
 
4763
5022
 
@@ -4791,7 +5050,11 @@ map.remove(layer);</code></pre>
4791
5050
  <td class="type">
4792
5051
 
4793
5052
 
4794
- <span class="param-type">String</span>
5053
+ <span class="param-type">
5054
+
5055
+ String
5056
+
5057
+ </span>
4795
5058
 
4796
5059
 
4797
5060
 
@@ -4829,7 +5092,11 @@ map.remove(layer);</code></pre>
4829
5092
  <td class="type">
4830
5093
 
4831
5094
 
4832
- <span class="param-type">Array.&lt;<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
5095
+ <span class="param-type">
5096
+
5097
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Layer.html">Layer</a>>
5098
+
5099
+ </span>
4833
5100
 
4834
5101
 
4835
5102
 
@@ -4867,7 +5134,11 @@ map.remove(layer);</code></pre>
4867
5134
  <td class="type">
4868
5135
 
4869
5136
 
4870
- <span class="param-type">View</span>
5137
+ <span class="param-type">
5138
+
5139
+ View
5140
+
5141
+ </span>
4871
5142
 
4872
5143
 
4873
5144
 
@@ -4905,7 +5176,11 @@ map.remove(layer);</code></pre>
4905
5176
  <td class="type">
4906
5177
 
4907
5178
 
4908
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5179
+ <span class="param-type">
5180
+
5181
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5182
+
5183
+ </span>
4909
5184
 
4910
5185
 
4911
5186
 
@@ -4943,7 +5218,11 @@ map.remove(layer);</code></pre>
4943
5218
  <td class="type">
4944
5219
 
4945
5220
 
4946
- <span class="param-type">View</span>
5221
+ <span class="param-type">
5222
+
5223
+ View
5224
+
5225
+ </span>
4947
5226
 
4948
5227
 
4949
5228
 
@@ -5121,7 +5400,11 @@ map.remove(layer);</code></pre>
5121
5400
  <td class="type">
5122
5401
 
5123
5402
 
5124
- <span class="param-type">Object</span>
5403
+ <span class="param-type">
5404
+
5405
+ Object
5406
+
5407
+ </span>
5125
5408
 
5126
5409
 
5127
5410
 
@@ -5155,7 +5438,11 @@ map.remove(layer);</code></pre>
5155
5438
  <td class="type">
5156
5439
 
5157
5440
 
5158
- <span class="param-type">String</span>
5441
+ <span class="param-type">
5442
+
5443
+ String
5444
+
5445
+ </span>
5159
5446
 
5160
5447
 
5161
5448
 
@@ -5193,7 +5480,11 @@ map.remove(layer);</code></pre>
5193
5480
  <td class="type">
5194
5481
 
5195
5482
 
5196
- <span class="param-type">View</span>
5483
+ <span class="param-type">
5484
+
5485
+ View
5486
+
5487
+ </span>
5197
5488
 
5198
5489
 
5199
5490
 
@@ -5231,7 +5522,11 @@ map.remove(layer);</code></pre>
5231
5522
  <td class="type">
5232
5523
 
5233
5524
 
5234
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5525
+ <span class="param-type">
5526
+
5527
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5528
+
5529
+ </span>
5235
5530
 
5236
5531
 
5237
5532
 
@@ -5269,7 +5564,11 @@ map.remove(layer);</code></pre>
5269
5564
  <td class="type">
5270
5565
 
5271
5566
 
5272
- <span class="param-type">View</span>
5567
+ <span class="param-type">
5568
+
5569
+ View
5570
+
5571
+ </span>
5273
5572
 
5274
5573
 
5275
5574