@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -75,13 +75,18 @@ 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>
89
+
85
90
 
86
91
 
87
92
 
@@ -97,13 +102,18 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
97
102
 
98
103
  <tr class="deep-level-1">
99
104
 
100
- <td class="name" id="basemap"><code>basemap</code></td>
105
+ <td class="name"><code>basemap</code></td>
101
106
 
102
107
 
103
108
  <td class="type">
104
109
 
105
110
 
106
- <span class="param-type"><a 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>
116
+
107
117
 
108
118
 
109
119
 
@@ -174,15 +184,15 @@ import { Map } from &quot;@mapgis/webclient-common&quot; <br/></p>
174
184
  <div class="column is-2"><label>绑定事件</label></div>
175
185
  <div class="column is-10">
176
186
  <ul>
177
- <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>
178
188
 
179
- <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>
180
190
 
181
- <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>
182
192
 
183
- <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>
184
194
 
185
- <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>
186
196
  </ul>
187
197
  </div>
188
198
  </div>
@@ -272,7 +282,7 @@ const map = new Map({
272
282
 
273
283
 
274
284
  <ul>
275
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
285
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
276
286
  </ul>
277
287
 
278
288
 
@@ -304,11 +314,16 @@ const map = new Map({
304
314
  <tbody>
305
315
 
306
316
  <tr class="deep-level-0">
307
- <td class="name"><code><a href="Map.html#allLayers">allLayers</a></code></td>
317
+ <td class="name"><code><a href="#allLayers">allLayers</a></code></td>
308
318
  <td class="name">
309
319
  <code>
310
320
 
311
- <span class="param-type"><a 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>
326
+
312
327
 
313
328
 
314
329
  </code>
@@ -317,11 +332,16 @@ const map = new Map({
317
332
  </tr>
318
333
 
319
334
  <tr class="deep-level-0">
320
- <td class="name"><code><a href="Map.html#basemap">basemap</a></code></td>
335
+ <td class="name"><code><a href="#basemap">basemap</a></code></td>
321
336
  <td class="name">
322
337
  <code>
323
338
 
324
- <span class="param-type"><a 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>
344
+
325
345
 
326
346
 
327
347
  </code>
@@ -330,11 +350,16 @@ const map = new Map({
330
350
  </tr>
331
351
 
332
352
  <tr class="deep-level-0">
333
- <td class="name"><code><a href="Map.html#fullExtent">fullExtent</a></code></td>
353
+ <td class="name"><code><a href="#fullExtent">fullExtent</a></code></td>
334
354
  <td class="name">
335
355
  <code>
336
356
 
337
- <span class="param-type"><a 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>
362
+
338
363
 
339
364
 
340
365
  </code>
@@ -343,11 +368,16 @@ const map = new Map({
343
368
  </tr>
344
369
 
345
370
  <tr class="deep-level-0">
346
- <td class="name"><code><a href="Map.html#layers">layers</a></code></td>
371
+ <td class="name"><code><a href="#layers">layers</a></code></td>
347
372
  <td class="name">
348
373
  <code>
349
374
 
350
- <span class="param-type"><a 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>
380
+
351
381
 
352
382
 
353
383
  </code>
@@ -356,11 +386,16 @@ const map = new Map({
356
386
  </tr>
357
387
 
358
388
  <tr class="deep-level-0">
359
- <td class="name"><code><a href="Map.html#spatialReference">spatialReference</a></code></td>
389
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
360
390
  <td class="name">
361
391
  <code>
362
392
 
363
- <span class="param-type"><a 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>
398
+
364
399
 
365
400
 
366
401
  </code>
@@ -379,7 +414,12 @@ const map = new Map({
379
414
  <span class="method-parameter is-pulled-right">
380
415
  <label>类型:</label>
381
416
 
382
- <span class="param-type"><a 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>
422
+
383
423
 
384
424
 
385
425
  </span>
@@ -453,7 +493,12 @@ const map = new Map({
453
493
  <span class="method-parameter is-pulled-right">
454
494
  <label>类型:</label>
455
495
 
456
- <span class="param-type"><a 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>
501
+
457
502
 
458
503
 
459
504
  </span>
@@ -523,7 +568,12 @@ const map = new Map({
523
568
  <span class="method-parameter is-pulled-right">
524
569
  <label>类型:</label>
525
570
 
526
- <span class="param-type"><a 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>
576
+
527
577
 
528
578
 
529
579
  </span>
@@ -597,7 +647,12 @@ const map = new Map({
597
647
  <span class="method-parameter is-pulled-right">
598
648
  <label>类型:</label>
599
649
 
600
- <span class="param-type"><a 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>
655
+
601
656
 
602
657
 
603
658
  </span>
@@ -667,7 +722,12 @@ const map = new Map({
667
722
  <span class="method-parameter is-pulled-right">
668
723
  <label>类型:</label>
669
724
 
670
- <span class="param-type"><a 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>
730
+
671
731
 
672
732
 
673
733
  </span>
@@ -757,72 +817,87 @@ const map = new Map({
757
817
  <tbody>
758
818
 
759
819
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="Map.html#fromJSON">fromJSON</a></code></td>
820
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
761
821
  <td class="name">
762
822
  <code>
763
823
 
764
824
 
765
- <span class="param-type"><a 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>
830
+
766
831
 
767
832
 
768
833
 
769
834
  </code>
770
835
  </td>
771
- <td class="name"><code><p>通过json对象构造并返回一个新的Map对象<a id='fromJSON'></a></p></code></td>
836
+ <td class="name"><code><p>通过json对象构造并返回一个新的Map对象</code></td>
772
837
  </tr>
773
838
 
774
839
  <tr class="deep-level-0">
775
- <td class="name"><code><a href="Map.html#add">add</a></code></td>
840
+ <td class="name"><code><a href="#add">add</a></code></td>
776
841
  <td class="name">
777
842
  <code>
778
843
 
779
844
  </code>
780
845
  </td>
781
- <td class="name"><code><p>添加图层对象<a id='add'></a></p></code></td>
846
+ <td class="name"><code><p>添加图层对象</code></td>
782
847
  </tr>
783
848
 
784
849
  <tr class="deep-level-0">
785
- <td class="name"><code><a href="Map.html#addMany">addMany</a></code></td>
850
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
786
851
  <td class="name">
787
852
  <code>
788
853
 
789
854
  </code>
790
855
  </td>
791
- <td class="name"><code><p>添加多个图层<a id='addMany'></a></p></code></td>
856
+ <td class="name"><code><p>添加多个图层</code></td>
792
857
  </tr>
793
858
 
794
859
  <tr class="deep-level-0">
795
- <td class="name"><code><a href="Map.html#clone">clone</a></code></td>
860
+ <td class="name"><code><a href="#clone">clone</a></code></td>
796
861
  <td class="name">
797
862
  <code>
798
863
 
799
864
 
800
- <span class="param-type"><a 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>
870
+
801
871
 
802
872
 
803
873
 
804
874
  </code>
805
875
  </td>
806
- <td class="name"><code><p>克隆并返回一个新的Map对象<a id='clone'></a></p></code></td>
876
+ <td class="name"><code><p>克隆并返回一个新的Map对象</code></td>
807
877
  </tr>
808
878
 
809
879
  <tr class="deep-level-0">
810
- <td class="name"><code><a href="Map.html#destroy">destroy</a></code></td>
880
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
811
881
  <td class="name">
812
882
  <code>
813
883
 
814
884
  </code>
815
885
  </td>
816
- <td class="name"><code><p>销毁Map对象<a id='destroy'></a></p></code></td>
886
+ <td class="name"><code><p>销毁Map对象</code></td>
817
887
  </tr>
818
888
 
819
889
  <tr class="deep-level-0">
820
- <td class="name"><code><a href="Map.html#dispatchEvent">dispatchEvent</a></code></td>
890
+ <td class="name"><code><a href="#dispatchEvent">dispatchEvent</a></code></td>
821
891
  <td class="name">
822
892
  <code>
823
893
 
824
894
 
825
- <span class="param-type">*</span>
895
+ <span class="param-type">
896
+
897
+ *
898
+
899
+ </span>
900
+
826
901
 
827
902
 
828
903
 
@@ -832,7 +907,7 @@ const map = new Map({
832
907
  </tr>
833
908
 
834
909
  <tr class="deep-level-0">
835
- <td class="name"><code><a href="Map.html#findLayerById">findLayerById</a></code></td>
910
+ <td class="name"><code><a href="#findLayerById">findLayerById</a></code></td>
836
911
  <td class="name">
837
912
  <code>
838
913
 
@@ -840,16 +915,21 @@ const map = new Map({
840
915
 
841
916
  </code>
842
917
  </td>
843
- <td class="name"><code><p>根据id查询图层<a id='findLayerById'></a></p></code></td>
918
+ <td class="name"><code><p>根据id查询图层</code></td>
844
919
  </tr>
845
920
 
846
921
  <tr class="deep-level-0">
847
- <td class="name"><code><a href="Map.html#getFullExtent">getFullExtent</a></code></td>
922
+ <td class="name"><code><a href="#getFullExtent">getFullExtent</a></code></td>
848
923
  <td class="name">
849
924
  <code>
850
925
 
851
926
 
852
- <span class="param-type"><a 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>
932
+
853
933
 
854
934
 
855
935
 
@@ -859,12 +939,17 @@ const map = new Map({
859
939
  </tr>
860
940
 
861
941
  <tr class="deep-level-0">
862
- <td class="name"><code><a href="Map.html#off">off</a></code></td>
942
+ <td class="name"><code><a href="#off">off</a></code></td>
863
943
  <td class="name">
864
944
  <code>
865
945
 
866
946
 
867
- <span class="param-type">Object</span>
947
+ <span class="param-type">
948
+
949
+ Object
950
+
951
+ </span>
952
+
868
953
 
869
954
 
870
955
 
@@ -872,21 +957,21 @@ const map = new Map({
872
957
  </td>
873
958
  <td class="name"><code><p>移除事件<br/>
874
959
  示例如下:<br/>
875
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
876
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
877
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
878
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
879
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
880
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
960
+ </code></td>
881
961
  </tr>
882
962
 
883
963
  <tr class="deep-level-0">
884
- <td class="name"><code><a href="Map.html#on">on</a></code></td>
964
+ <td class="name"><code><a href="#on">on</a></code></td>
885
965
  <td class="name">
886
966
  <code>
887
967
 
888
968
 
889
- <span class="param-type">Object</span>
969
+ <span class="param-type">
970
+
971
+ Object
972
+
973
+ </span>
974
+
890
975
 
891
976
 
892
977
 
@@ -894,66 +979,67 @@ const map = new Map({
894
979
  </td>
895
980
  <td class="name"><code><p>注册一个新的监听事件;<br/>
896
981
  示例如下:<br/>
897
- <a href='#event1'>[1、注册一个事件]</a><br/>
898
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
899
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
900
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
901
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
982
+ </code></td>
902
983
  </tr>
903
984
 
904
985
  <tr class="deep-level-0">
905
- <td class="name"><code><a href="Map.html#remove">remove</a></code></td>
986
+ <td class="name"><code><a href="#remove">remove</a></code></td>
906
987
  <td class="name">
907
988
  <code>
908
989
 
909
990
  </code>
910
991
  </td>
911
- <td class="name"><code><p>删除指定图层,需要传入一个图层对象<a id='remove'></a></p></code></td>
992
+ <td class="name"><code><p>删除指定图层,需要传入一个图层对象</code></td>
912
993
  </tr>
913
994
 
914
995
  <tr class="deep-level-0">
915
- <td class="name"><code><a href="Map.html#removeAll">removeAll</a></code></td>
996
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
916
997
  <td class="name">
917
998
  <code>
918
999
 
919
1000
  </code>
920
1001
  </td>
921
- <td class="name"><code><p>删除所有图层<a id='removeAll'></a></p></code></td>
1002
+ <td class="name"><code><p>删除所有图层</code></td>
922
1003
  </tr>
923
1004
 
924
1005
  <tr class="deep-level-0">
925
- <td class="name"><code><a href="Map.html#removeMany">removeMany</a></code></td>
1006
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
926
1007
  <td class="name">
927
1008
  <code>
928
1009
 
929
1010
  </code>
930
1011
  </td>
931
- <td class="name"><code><p>移除多个图层<a id='removeMany'></a></p></code></td>
1012
+ <td class="name"><code><p>移除多个图层</code></td>
932
1013
  </tr>
933
1014
 
934
1015
  <tr class="deep-level-0">
935
- <td class="name"><code><a href="Map.html#reorder">reorder</a></code></td>
1016
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
936
1017
  <td class="name">
937
1018
  <code>
938
1019
 
939
1020
  </code>
940
1021
  </td>
941
- <td class="name"><code><p>调整图层顺序<a id='reorder'></a></p></code></td>
1022
+ <td class="name"><code><p>调整图层顺序</code></td>
942
1023
  </tr>
943
1024
 
944
1025
  <tr class="deep-level-0">
945
- <td class="name"><code><a href="Map.html#toJSON">toJSON</a></code></td>
1026
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
946
1027
  <td class="name">
947
1028
  <code>
948
1029
 
949
1030
 
950
- <span class="param-type">Object</span>
1031
+ <span class="param-type">
1032
+
1033
+ Object
1034
+
1035
+ </span>
1036
+
951
1037
 
952
1038
 
953
1039
 
954
1040
  </code>
955
1041
  </td>
956
- <td class="name"><code><p>转换为json对象<a id='toJSON'></a></p></code></td>
1042
+ <td class="name"><code><p>转换为json对象</code></td>
957
1043
  </tr>
958
1044
 
959
1045
  </tbody>
@@ -1018,13 +1104,18 @@ const map = new Map({
1018
1104
 
1019
1105
  <tr class="deep-level-0">
1020
1106
 
1021
- <td class="name" id="json"><code>json</code></td>
1107
+ <td class="name"><code>json</code></td>
1022
1108
 
1023
1109
 
1024
1110
  <td class="type">
1025
1111
 
1026
1112
 
1027
- <span class="param-type">Object</span>
1113
+ <span class="param-type">
1114
+
1115
+ Object
1116
+
1117
+ </span>
1118
+
1028
1119
 
1029
1120
 
1030
1121
 
@@ -1112,7 +1203,12 @@ const map = new Map({
1112
1203
  <div class='column is-5 has-text-left'>
1113
1204
  <label>类型: </label>
1114
1205
 
1115
- <span class="param-type"><a 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>
1211
+
1116
1212
 
1117
1213
 
1118
1214
  </div>
@@ -1183,16 +1279,25 @@ const map = new Map({
1183
1279
 
1184
1280
  <tr class="deep-level-0">
1185
1281
 
1186
- <td class="name" id="layer"><code>layer</code></td>
1282
+ <td class="name"><code>layer</code></td>
1187
1283
 
1188
1284
 
1189
1285
  <td class="type">
1190
1286
 
1191
1287
 
1192
- <span class="param-type">Object</span>
1288
+ <span class="param-type">
1289
+
1290
+ Object
1291
+
1292
+ </span>
1193
1293
  |
1194
1294
 
1195
- <span class="param-type"><a 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>
1300
+
1196
1301
 
1197
1302
 
1198
1303
 
@@ -1210,13 +1315,18 @@ const map = new Map({
1210
1315
 
1211
1316
  <tr class="deep-level-0">
1212
1317
 
1213
- <td class="name" id="index"><code>index</code></td>
1318
+ <td class="name"><code>index</code></td>
1214
1319
 
1215
1320
 
1216
1321
  <td class="type">
1217
1322
 
1218
1323
 
1219
- <span class="param-type">Number</span>
1324
+ <span class="param-type">
1325
+
1326
+ Number
1327
+
1328
+ </span>
1329
+
1220
1330
 
1221
1331
 
1222
1332
 
@@ -1358,13 +1468,18 @@ map.add(layer);</code></pre>
1358
1468
 
1359
1469
  <tr class="deep-level-0">
1360
1470
 
1361
- <td class="name" id="layers"><code>layers</code></td>
1471
+ <td class="name"><code>layers</code></td>
1362
1472
 
1363
1473
 
1364
1474
  <td class="type">
1365
1475
 
1366
1476
 
1367
- <span class="param-type">Array.&lt;(Object|<a 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>
1482
+
1368
1483
 
1369
1484
 
1370
1485
 
@@ -1382,13 +1497,18 @@ map.add(layer);</code></pre>
1382
1497
 
1383
1498
  <tr class="deep-level-0">
1384
1499
 
1385
- <td class="name" id="index"><code>index</code></td>
1500
+ <td class="name"><code>index</code></td>
1386
1501
 
1387
1502
 
1388
1503
  <td class="type">
1389
1504
 
1390
1505
 
1391
- <span class="param-type">Number</span>
1506
+ <span class="param-type">
1507
+
1508
+ Number
1509
+
1510
+ </span>
1511
+
1392
1512
 
1393
1513
 
1394
1514
 
@@ -1574,7 +1694,12 @@ map.add(layer);</code></pre>
1574
1694
  <div class='column is-5 has-text-left'>
1575
1695
  <label>类型: </label>
1576
1696
 
1577
- <span class="param-type"><a 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>
1702
+
1578
1703
 
1579
1704
 
1580
1705
  </div>
@@ -1739,13 +1864,18 @@ map.add(layer);</code></pre>
1739
1864
 
1740
1865
  <tr class="deep-level-0">
1741
1866
 
1742
- <td class="name" id="type"><code>type</code></td>
1867
+ <td class="name"><code>type</code></td>
1743
1868
 
1744
1869
 
1745
1870
  <td class="type">
1746
1871
 
1747
1872
 
1748
- <span class="param-type">*</span>
1873
+ <span class="param-type">
1874
+
1875
+ *
1876
+
1877
+ </span>
1878
+
1749
1879
 
1750
1880
 
1751
1881
 
@@ -1763,13 +1893,18 @@ map.add(layer);</code></pre>
1763
1893
 
1764
1894
  <tr class="deep-level-0">
1765
1895
 
1766
- <td class="name" id="data"><code>data</code></td>
1896
+ <td class="name"><code>data</code></td>
1767
1897
 
1768
1898
 
1769
1899
  <td class="type">
1770
1900
 
1771
1901
 
1772
- <span class="param-type">*</span>
1902
+ <span class="param-type">
1903
+
1904
+ *
1905
+
1906
+ </span>
1907
+
1773
1908
 
1774
1909
 
1775
1910
 
@@ -1787,13 +1922,18 @@ map.add(layer);</code></pre>
1787
1922
 
1788
1923
  <tr class="deep-level-0">
1789
1924
 
1790
- <td class="name" id="propagate"><code>propagate</code></td>
1925
+ <td class="name"><code>propagate</code></td>
1791
1926
 
1792
1927
 
1793
1928
  <td class="type">
1794
1929
 
1795
1930
 
1796
- <span class="param-type">*</span>
1931
+ <span class="param-type">
1932
+
1933
+ *
1934
+
1935
+ </span>
1936
+
1797
1937
 
1798
1938
 
1799
1939
 
@@ -1879,7 +2019,12 @@ map.add(layer);</code></pre>
1879
2019
  <div class='column is-5 has-text-left'>
1880
2020
  <label>类型: </label>
1881
2021
 
1882
- <span class="param-type">*</span>
2022
+ <span class="param-type">
2023
+
2024
+ *
2025
+
2026
+ </span>
2027
+
1883
2028
 
1884
2029
 
1885
2030
  </div>
@@ -1950,13 +2095,18 @@ map.add(layer);</code></pre>
1950
2095
 
1951
2096
  <tr class="deep-level-0">
1952
2097
 
1953
- <td class="name" id="id"><code>id</code></td>
2098
+ <td class="name"><code>id</code></td>
1954
2099
 
1955
2100
 
1956
2101
  <td class="type">
1957
2102
 
1958
2103
 
1959
- <span class="param-type">String</span>
2104
+ <span class="param-type">
2105
+
2106
+ String
2107
+
2108
+ </span>
2109
+
1960
2110
 
1961
2111
 
1962
2112
 
@@ -2156,7 +2306,12 @@ map.findLayerById('图层id');</code></pre>
2156
2306
  <div class='column is-5 has-text-left'>
2157
2307
  <label>类型: </label>
2158
2308
 
2159
- <span class="param-type"><a 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>
2314
+
2160
2315
 
2161
2316
 
2162
2317
  </div>
@@ -2234,13 +2389,18 @@ map.findLayerById('图层id');</code></pre>
2234
2389
 
2235
2390
  <tr class="deep-level-0">
2236
2391
 
2237
- <td class="name" id="types"><code>types</code></td>
2392
+ <td class="name"><code>types</code></td>
2238
2393
 
2239
2394
 
2240
2395
  <td class="type">
2241
2396
 
2242
2397
 
2243
- <span class="param-type">string</span>
2398
+ <span class="param-type">
2399
+
2400
+ string
2401
+
2402
+ </span>
2403
+
2244
2404
 
2245
2405
 
2246
2406
 
@@ -2260,13 +2420,18 @@ map.findLayerById('图层id');</code></pre>
2260
2420
 
2261
2421
  <tr class="deep-level-0">
2262
2422
 
2263
- <td class="name" id="fn"><code>fn</code></td>
2423
+ <td class="name"><code>fn</code></td>
2264
2424
 
2265
2425
 
2266
2426
  <td class="type">
2267
2427
 
2268
2428
 
2269
- <span class="param-type">function</span>
2429
+ <span class="param-type">
2430
+
2431
+ function
2432
+
2433
+ </span>
2434
+
2270
2435
 
2271
2436
 
2272
2437
 
@@ -2284,13 +2449,18 @@ map.findLayerById('图层id');</code></pre>
2284
2449
 
2285
2450
  <tr class="deep-level-0">
2286
2451
 
2287
- <td class="name" id="context"><code>context</code></td>
2452
+ <td class="name"><code>context</code></td>
2288
2453
 
2289
2454
 
2290
2455
  <td class="type">
2291
2456
 
2292
2457
 
2293
- <span class="param-type">Object</span>
2458
+ <span class="param-type">
2459
+
2460
+ Object
2461
+
2462
+ </span>
2463
+
2294
2464
 
2295
2465
 
2296
2466
 
@@ -2322,7 +2492,7 @@ map.findLayerById('图层id');</code></pre>
2322
2492
 
2323
2493
  <dt class="inherited-from">Inherited From:</dt>
2324
2494
  <dd class="inherited-from"><ul class="dummy"><li>
2325
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2495
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2326
2496
  </li></ul></dd>
2327
2497
 
2328
2498
 
@@ -2383,7 +2553,12 @@ map.findLayerById('图层id');</code></pre>
2383
2553
  <div class='column is-5 has-text-left'>
2384
2554
  <label>类型: </label>
2385
2555
 
2386
- <span class="param-type">Object</span>
2556
+ <span class="param-type">
2557
+
2558
+ Object
2559
+
2560
+ </span>
2561
+
2387
2562
 
2388
2563
 
2389
2564
  </div>
@@ -2550,16 +2725,25 @@ view.off({
2550
2725
 
2551
2726
  <tr class="deep-level-0">
2552
2727
 
2553
- <td class="name" id="types"><code>types</code></td>
2728
+ <td class="name"><code>types</code></td>
2554
2729
 
2555
2730
 
2556
2731
  <td class="type">
2557
2732
 
2558
2733
 
2559
- <span class="param-type">String</span>
2734
+ <span class="param-type">
2735
+
2736
+ String
2737
+
2738
+ </span>
2560
2739
  |
2561
2740
 
2562
- <span class="param-type">Object</span>
2741
+ <span class="param-type">
2742
+
2743
+ Object
2744
+
2745
+ </span>
2746
+
2563
2747
 
2564
2748
 
2565
2749
 
@@ -2585,13 +2769,18 @@ view.off({
2585
2769
 
2586
2770
  <tr class="deep-level-0">
2587
2771
 
2588
- <td class="name" id="fn"><code>fn</code></td>
2772
+ <td class="name"><code>fn</code></td>
2589
2773
 
2590
2774
 
2591
2775
  <td class="type">
2592
2776
 
2593
2777
 
2594
- <span class="param-type">function</span>
2778
+ <span class="param-type">
2779
+
2780
+ function
2781
+
2782
+ </span>
2783
+
2595
2784
 
2596
2785
 
2597
2786
 
@@ -2615,13 +2804,18 @@ view.off({
2615
2804
 
2616
2805
  <tr class="deep-level-0">
2617
2806
 
2618
- <td class="name" id="context"><code>context</code></td>
2807
+ <td class="name"><code>context</code></td>
2619
2808
 
2620
2809
 
2621
2810
  <td class="type">
2622
2811
 
2623
2812
 
2624
- <span class="param-type">Object</span>
2813
+ <span class="param-type">
2814
+
2815
+ Object
2816
+
2817
+ </span>
2818
+
2625
2819
 
2626
2820
 
2627
2821
 
@@ -2659,7 +2853,7 @@ view.off({
2659
2853
 
2660
2854
  <dt class="inherited-from">Inherited From:</dt>
2661
2855
  <dd class="inherited-from"><ul class="dummy"><li>
2662
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2856
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2663
2857
  </li></ul></dd>
2664
2858
 
2665
2859
 
@@ -2720,7 +2914,12 @@ view.off({
2720
2914
  <div class='column is-5 has-text-left'>
2721
2915
  <label>类型: </label>
2722
2916
 
2723
- <span class="param-type">Object</span>
2917
+ <span class="param-type">
2918
+
2919
+ Object
2920
+
2921
+ </span>
2922
+
2724
2923
 
2725
2924
 
2726
2925
  </div>
@@ -2869,16 +3068,25 @@ view.on({
2869
3068
 
2870
3069
  <tr class="deep-level-0">
2871
3070
 
2872
- <td class="name" id="layer"><code>layer</code></td>
3071
+ <td class="name"><code>layer</code></td>
2873
3072
 
2874
3073
 
2875
3074
  <td class="type">
2876
3075
 
2877
3076
 
2878
- <span class="param-type">Object</span>
3077
+ <span class="param-type">
3078
+
3079
+ Object
3080
+
3081
+ </span>
2879
3082
  |
2880
3083
 
2881
- <span class="param-type"><a 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>
3089
+
2882
3090
 
2883
3091
 
2884
3092
 
@@ -3118,13 +3326,18 @@ map.remove(layer);</code></pre>
3118
3326
 
3119
3327
  <tr class="deep-level-0">
3120
3328
 
3121
- <td class="name" id="layers"><code>layers</code></td>
3329
+ <td class="name"><code>layers</code></td>
3122
3330
 
3123
3331
 
3124
3332
  <td class="type">
3125
3333
 
3126
3334
 
3127
- <span class="param-type">Array</span>
3335
+ <span class="param-type">
3336
+
3337
+ Array
3338
+
3339
+ </span>
3340
+
3128
3341
 
3129
3342
 
3130
3343
 
@@ -3265,13 +3478,18 @@ map.remove(layer);</code></pre>
3265
3478
 
3266
3479
  <tr class="deep-level-0">
3267
3480
 
3268
- <td class="name" id="layer"><code>layer</code></td>
3481
+ <td class="name"><code>layer</code></td>
3269
3482
 
3270
3483
 
3271
3484
  <td class="type">
3272
3485
 
3273
3486
 
3274
- <span class="param-type"><a 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>
3492
+
3275
3493
 
3276
3494
 
3277
3495
 
@@ -3289,13 +3507,18 @@ map.remove(layer);</code></pre>
3289
3507
 
3290
3508
  <tr class="deep-level-0">
3291
3509
 
3292
- <td class="name" id="index"><code>index</code></td>
3510
+ <td class="name"><code>index</code></td>
3293
3511
 
3294
3512
 
3295
3513
  <td class="type">
3296
3514
 
3297
3515
 
3298
- <span class="param-type">Number</span>
3516
+ <span class="param-type">
3517
+
3518
+ Number
3519
+
3520
+ </span>
3521
+
3299
3522
 
3300
3523
 
3301
3524
 
@@ -3481,7 +3704,12 @@ map.remove(layer);</code></pre>
3481
3704
  <div class='column is-5 has-text-left'>
3482
3705
  <label>类型: </label>
3483
3706
 
3484
- <span class="param-type">Object</span>
3707
+ <span class="param-type">
3708
+
3709
+ Object
3710
+
3711
+ </span>
3712
+
3485
3713
 
3486
3714
 
3487
3715
  </div>
@@ -3520,27 +3748,27 @@ map.remove(layer);</code></pre>
3520
3748
  <tbody>
3521
3749
 
3522
3750
  <tr class="deep-level-0">
3523
- <td class="name"><code><a href="Map.html#删除图层事件">删除图层事件</a></code></td>
3751
+ <td class="name"><code><a href="#删除图层事件">删除图层事件</a></code></td>
3524
3752
  <td class="name"><code>删除图层事件</code></td>
3525
3753
  </tr>
3526
3754
 
3527
3755
  <tr class="deep-level-0">
3528
- <td class="name"><code><a href="Map.html#添加图层事件">添加图层事件</a></code></td>
3756
+ <td class="name"><code><a href="#添加图层事件">添加图层事件</a></code></td>
3529
3757
  <td class="name"><code>添加图层事件</code></td>
3530
3758
  </tr>
3531
3759
 
3532
3760
  <tr class="deep-level-0">
3533
- <td class="name"><code><a href="Map.html#添加多个图层事件">添加多个图层事件</a></code></td>
3761
+ <td class="name"><code><a href="#添加多个图层事件">添加多个图层事件</a></code></td>
3534
3762
  <td class="name"><code>添加多个图层事件</code></td>
3535
3763
  </tr>
3536
3764
 
3537
3765
  <tr class="deep-level-0">
3538
- <td class="name"><code><a href="Map.html#移除多个图层事件">移除多个图层事件</a></code></td>
3766
+ <td class="name"><code><a href="#移除多个图层事件">移除多个图层事件</a></code></td>
3539
3767
  <td class="name"><code>移除多个图层事件</code></td>
3540
3768
  </tr>
3541
3769
 
3542
3770
  <tr class="deep-level-0">
3543
- <td class="name"><code><a href="Map.html#移除所有图层事件">移除所有图层事件</a></code></td>
3771
+ <td class="name"><code><a href="#移除所有图层事件">移除所有图层事件</a></code></td>
3544
3772
  <td class="name"><code>移除所有图层事件</code></td>
3545
3773
  </tr>
3546
3774
 
@@ -3620,7 +3848,12 @@ map.remove(layer);</code></pre>
3620
3848
  <td class="type">
3621
3849
 
3622
3850
 
3623
- <span class="param-type">Object</span>
3851
+ <span class="param-type">
3852
+
3853
+ Object
3854
+
3855
+ </span>
3856
+
3624
3857
 
3625
3858
 
3626
3859
 
@@ -3653,7 +3886,12 @@ map.remove(layer);</code></pre>
3653
3886
  <td class="type">
3654
3887
 
3655
3888
 
3656
- <span class="param-type">String</span>
3889
+ <span class="param-type">
3890
+
3891
+ String
3892
+
3893
+ </span>
3894
+
3657
3895
 
3658
3896
 
3659
3897
 
@@ -3690,7 +3928,12 @@ map.remove(layer);</code></pre>
3690
3928
  <td class="type">
3691
3929
 
3692
3930
 
3693
- <span class="param-type"><a 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>
3936
+
3694
3937
 
3695
3938
 
3696
3939
 
@@ -3727,7 +3970,12 @@ map.remove(layer);</code></pre>
3727
3970
  <td class="type">
3728
3971
 
3729
3972
 
3730
- <span class="param-type">View</span>
3973
+ <span class="param-type">
3974
+
3975
+ View
3976
+
3977
+ </span>
3978
+
3731
3979
 
3732
3980
 
3733
3981
 
@@ -3764,7 +4012,12 @@ map.remove(layer);</code></pre>
3764
4012
  <td class="type">
3765
4013
 
3766
4014
 
3767
- <span class="param-type"><a 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>
4020
+
3768
4021
 
3769
4022
 
3770
4023
 
@@ -3801,7 +4054,12 @@ map.remove(layer);</code></pre>
3801
4054
  <td class="type">
3802
4055
 
3803
4056
 
3804
- <span class="param-type">View</span>
4057
+ <span class="param-type">
4058
+
4059
+ View
4060
+
4061
+ </span>
4062
+
3805
4063
 
3806
4064
 
3807
4065
 
@@ -3978,7 +4236,12 @@ map.remove(layer);</code></pre>
3978
4236
  <td class="type">
3979
4237
 
3980
4238
 
3981
- <span class="param-type">Object</span>
4239
+ <span class="param-type">
4240
+
4241
+ Object
4242
+
4243
+ </span>
4244
+
3982
4245
 
3983
4246
 
3984
4247
 
@@ -4011,7 +4274,12 @@ map.remove(layer);</code></pre>
4011
4274
  <td class="type">
4012
4275
 
4013
4276
 
4014
- <span class="param-type">String</span>
4277
+ <span class="param-type">
4278
+
4279
+ String
4280
+
4281
+ </span>
4282
+
4015
4283
 
4016
4284
 
4017
4285
 
@@ -4048,7 +4316,12 @@ map.remove(layer);</code></pre>
4048
4316
  <td class="type">
4049
4317
 
4050
4318
 
4051
- <span class="param-type"><a 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>
4324
+
4052
4325
 
4053
4326
 
4054
4327
 
@@ -4085,7 +4358,12 @@ map.remove(layer);</code></pre>
4085
4358
  <td class="type">
4086
4359
 
4087
4360
 
4088
- <span class="param-type">View</span>
4361
+ <span class="param-type">
4362
+
4363
+ View
4364
+
4365
+ </span>
4366
+
4089
4367
 
4090
4368
 
4091
4369
 
@@ -4122,7 +4400,12 @@ map.remove(layer);</code></pre>
4122
4400
  <td class="type">
4123
4401
 
4124
4402
 
4125
- <span class="param-type"><a 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>
4408
+
4126
4409
 
4127
4410
 
4128
4411
 
@@ -4159,7 +4442,12 @@ map.remove(layer);</code></pre>
4159
4442
  <td class="type">
4160
4443
 
4161
4444
 
4162
- <span class="param-type">View</span>
4445
+ <span class="param-type">
4446
+
4447
+ View
4448
+
4449
+ </span>
4450
+
4163
4451
 
4164
4452
 
4165
4453
 
@@ -4336,7 +4624,12 @@ map.remove(layer);</code></pre>
4336
4624
  <td class="type">
4337
4625
 
4338
4626
 
4339
- <span class="param-type">Object</span>
4627
+ <span class="param-type">
4628
+
4629
+ Object
4630
+
4631
+ </span>
4632
+
4340
4633
 
4341
4634
 
4342
4635
 
@@ -4369,7 +4662,12 @@ map.remove(layer);</code></pre>
4369
4662
  <td class="type">
4370
4663
 
4371
4664
 
4372
- <span class="param-type">String</span>
4665
+ <span class="param-type">
4666
+
4667
+ String
4668
+
4669
+ </span>
4670
+
4373
4671
 
4374
4672
 
4375
4673
 
@@ -4406,7 +4704,12 @@ map.remove(layer);</code></pre>
4406
4704
  <td class="type">
4407
4705
 
4408
4706
 
4409
- <span class="param-type">Array.&lt;<a 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>
4712
+
4410
4713
 
4411
4714
 
4412
4715
 
@@ -4443,7 +4746,12 @@ map.remove(layer);</code></pre>
4443
4746
  <td class="type">
4444
4747
 
4445
4748
 
4446
- <span class="param-type">View</span>
4749
+ <span class="param-type">
4750
+
4751
+ View
4752
+
4753
+ </span>
4754
+
4447
4755
 
4448
4756
 
4449
4757
 
@@ -4480,7 +4788,12 @@ map.remove(layer);</code></pre>
4480
4788
  <td class="type">
4481
4789
 
4482
4790
 
4483
- <span class="param-type"><a 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>
4796
+
4484
4797
 
4485
4798
 
4486
4799
 
@@ -4517,7 +4830,12 @@ map.remove(layer);</code></pre>
4517
4830
  <td class="type">
4518
4831
 
4519
4832
 
4520
- <span class="param-type">View</span>
4833
+ <span class="param-type">
4834
+
4835
+ View
4836
+
4837
+ </span>
4838
+
4521
4839
 
4522
4840
 
4523
4841
 
@@ -4694,7 +5012,12 @@ map.remove(layer);</code></pre>
4694
5012
  <td class="type">
4695
5013
 
4696
5014
 
4697
- <span class="param-type">Object</span>
5015
+ <span class="param-type">
5016
+
5017
+ Object
5018
+
5019
+ </span>
5020
+
4698
5021
 
4699
5022
 
4700
5023
 
@@ -4727,7 +5050,12 @@ map.remove(layer);</code></pre>
4727
5050
  <td class="type">
4728
5051
 
4729
5052
 
4730
- <span class="param-type">String</span>
5053
+ <span class="param-type">
5054
+
5055
+ String
5056
+
5057
+ </span>
5058
+
4731
5059
 
4732
5060
 
4733
5061
 
@@ -4764,7 +5092,12 @@ map.remove(layer);</code></pre>
4764
5092
  <td class="type">
4765
5093
 
4766
5094
 
4767
- <span class="param-type">Array.&lt;<a 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>
5100
+
4768
5101
 
4769
5102
 
4770
5103
 
@@ -4801,7 +5134,12 @@ map.remove(layer);</code></pre>
4801
5134
  <td class="type">
4802
5135
 
4803
5136
 
4804
- <span class="param-type">View</span>
5137
+ <span class="param-type">
5138
+
5139
+ View
5140
+
5141
+ </span>
5142
+
4805
5143
 
4806
5144
 
4807
5145
 
@@ -4838,7 +5176,12 @@ map.remove(layer);</code></pre>
4838
5176
  <td class="type">
4839
5177
 
4840
5178
 
4841
- <span class="param-type"><a 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>
5184
+
4842
5185
 
4843
5186
 
4844
5187
 
@@ -4875,7 +5218,12 @@ map.remove(layer);</code></pre>
4875
5218
  <td class="type">
4876
5219
 
4877
5220
 
4878
- <span class="param-type">View</span>
5221
+ <span class="param-type">
5222
+
5223
+ View
5224
+
5225
+ </span>
5226
+
4879
5227
 
4880
5228
 
4881
5229
 
@@ -5052,7 +5400,12 @@ map.remove(layer);</code></pre>
5052
5400
  <td class="type">
5053
5401
 
5054
5402
 
5055
- <span class="param-type">Object</span>
5403
+ <span class="param-type">
5404
+
5405
+ Object
5406
+
5407
+ </span>
5408
+
5056
5409
 
5057
5410
 
5058
5411
 
@@ -5085,7 +5438,12 @@ map.remove(layer);</code></pre>
5085
5438
  <td class="type">
5086
5439
 
5087
5440
 
5088
- <span class="param-type">String</span>
5441
+ <span class="param-type">
5442
+
5443
+ String
5444
+
5445
+ </span>
5446
+
5089
5447
 
5090
5448
 
5091
5449
 
@@ -5122,7 +5480,12 @@ map.remove(layer);</code></pre>
5122
5480
  <td class="type">
5123
5481
 
5124
5482
 
5125
- <span class="param-type">View</span>
5483
+ <span class="param-type">
5484
+
5485
+ View
5486
+
5487
+ </span>
5488
+
5126
5489
 
5127
5490
 
5128
5491
 
@@ -5159,7 +5522,12 @@ map.remove(layer);</code></pre>
5159
5522
  <td class="type">
5160
5523
 
5161
5524
 
5162
- <span class="param-type"><a 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>
5530
+
5163
5531
 
5164
5532
 
5165
5533
 
@@ -5196,7 +5564,12 @@ map.remove(layer);</code></pre>
5196
5564
  <td class="type">
5197
5565
 
5198
5566
 
5199
- <span class="param-type">View</span>
5567
+ <span class="param-type">
5568
+
5569
+ View
5570
+
5571
+ </span>
5572
+
5200
5573
 
5201
5574
 
5202
5575