@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -88,6 +88,7 @@
88
88
  <span class="param-type">Object</span>
89
89
 
90
90
 
91
+
91
92
 
92
93
  </td>
93
94
 
@@ -114,6 +115,7 @@
114
115
  <span class="param-type">String</span>
115
116
 
116
117
 
118
+
117
119
 
118
120
  </td>
119
121
 
@@ -142,6 +144,7 @@
142
144
  <span class="param-type">Number</span>
143
145
 
144
146
 
147
+
145
148
 
146
149
  </td>
147
150
 
@@ -170,6 +173,7 @@
170
173
  <span class="param-type">Number</span>
171
174
 
172
175
 
176
+
173
177
 
174
178
  </td>
175
179
 
@@ -198,6 +202,7 @@
198
202
  <span class="param-type">Number</span>
199
203
 
200
204
 
205
+
201
206
 
202
207
  </td>
203
208
 
@@ -226,6 +231,7 @@
226
231
  <span class="param-type">String</span>
227
232
 
228
233
 
234
+
229
235
 
230
236
  </td>
231
237
 
@@ -254,6 +260,7 @@
254
260
  <span class="param-type">String</span>
255
261
 
256
262
 
263
+
257
264
 
258
265
  </td>
259
266
 
@@ -282,6 +289,7 @@
282
289
  <span class="param-type">String</span>
283
290
 
284
291
 
292
+
285
293
 
286
294
  </td>
287
295
 
@@ -312,21 +320,22 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
312
320
  <td class="type">
313
321
 
314
322
 
315
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
323
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
316
324
  |
317
325
 
318
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
326
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
319
327
  |
320
328
 
321
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
329
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
322
330
  |
323
331
 
324
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
332
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
325
333
  |
326
334
 
327
335
  <span class="param-type">null</span>
328
336
 
329
337
 
338
+
330
339
 
331
340
  </td>
332
341
 
@@ -541,7 +550,7 @@ const customLayer = new VectorTileLayerCustom({
541
550
 
542
551
 
543
552
  <ul>
544
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
553
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
545
554
  </ul>
546
555
 
547
556
 
@@ -573,114 +582,122 @@ const customLayer = new VectorTileLayerCustom({
573
582
  <tbody>
574
583
 
575
584
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="VectorTileLayer.html#capabilities">capabilities</a></code></td>
585
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
577
586
  <td class="name">
578
587
  <code>
579
588
 
580
589
  <span class="param-type">Array.&lt;String></span>
581
590
 
582
591
 
592
+
583
593
  </code>
584
594
  </td>
585
595
  <td class="name"><code><p>服务支持的能力</p></code></td>
586
596
  </tr>
587
597
 
588
598
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="VectorTileLayer.html#clippingArea">clippingArea</a></code></td>
599
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
590
600
  <td class="name">
591
601
  <code>
592
602
 
593
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
603
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
594
604
  |
595
605
 
596
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
606
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
597
607
  |
598
608
 
599
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
609
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
600
610
  |
601
611
 
602
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
612
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
603
613
  |
604
614
 
605
615
  <span class="param-type">null</span>
606
616
 
607
617
 
618
+
608
619
  </code>
609
620
  </td>
610
621
  <td class="name"><code><p>空间裁剪范围</p></code></td>
611
622
  </tr>
612
623
 
613
624
  <tr class="deep-level-0">
614
- <td class="name"><code><a href="VectorTileLayer.html#copyright">copyright</a></code></td>
625
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
615
626
  <td class="name">
616
627
  <code>
617
628
 
618
629
  <span class="param-type">String</span>
619
630
 
620
631
 
632
+
621
633
  </code>
622
634
  </td>
623
635
  <td class="name"><code><p>版权所有</p></code></td>
624
636
  </tr>
625
637
 
626
638
  <tr class="deep-level-0">
627
- <td class="name"><code><a href="VectorTileLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
639
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
628
640
  <td class="name">
629
641
  <code>
630
642
 
631
643
  <span class="param-type">Object</span>
632
644
 
633
645
 
646
+
634
647
  </code>
635
648
  </td>
636
649
  <td class="name"><code><p>当前的矢量瓦片样式信息,包含serviceUrl 、styleUrl 、spriteUrl 、glyphsUrl 以及style</p></code></td>
637
650
  </tr>
638
651
 
639
652
  <tr class="deep-level-0">
640
- <td class="name"><code><a href="VectorTileLayer.html#description">description</a></code></td>
653
+ <td class="name"><code><a href="#description">description</a></code></td>
641
654
  <td class="name">
642
655
  <code>
643
656
 
644
657
  <span class="param-type">String</span>
645
658
 
646
659
 
660
+
647
661
  </code>
648
662
  </td>
649
663
  <td class="name"><code><p>图层描述</p></code></td>
650
664
  </tr>
651
665
 
652
666
  <tr class="deep-level-0">
653
- <td class="name"><code><a href="VectorTileLayer.html#extendOptions">extendOptions</a></code></td>
667
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
654
668
  <td class="name">
655
669
  <code>
656
670
 
657
671
  <span class="param-type">Object</span>
658
672
 
659
673
 
674
+
660
675
  </code>
661
676
  </td>
662
677
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
663
678
  </tr>
664
679
 
665
680
  <tr class="deep-level-0">
666
- <td class="name"><code><a href="VectorTileLayer.html#extendProps">extendProps</a></code></td>
681
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
667
682
  <td class="name">
668
683
  <code>
669
684
 
670
685
  <span class="param-type">Object</span>
671
686
 
672
687
 
688
+
673
689
  </code>
674
690
  </td>
675
691
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
676
692
  </tr>
677
693
 
678
694
  <tr class="deep-level-0">
679
- <td class="name"><code><a href="VectorTileLayer.html#extent">extent</a></code></td>
695
+ <td class="name"><code><a href="#extent">extent</a></code></td>
680
696
  <td class="name">
681
697
  <code>
682
698
 
683
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
699
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
700
+
684
701
 
685
702
 
686
703
  </code>
@@ -689,65 +706,70 @@ const customLayer = new VectorTileLayerCustom({
689
706
  </tr>
690
707
 
691
708
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="VectorTileLayer.html#headers">headers</a></code></td>
709
+ <td class="name"><code><a href="#headers">headers</a></code></td>
693
710
  <td class="name">
694
711
  <code>
695
712
 
696
713
  <span class="param-type">String</span>
697
714
 
698
715
 
716
+
699
717
  </code>
700
718
  </td>
701
719
  <td class="name"><code><p>设置服务请求头</p></code></td>
702
720
  </tr>
703
721
 
704
722
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="VectorTileLayer.html#httpMethod">httpMethod</a></code></td>
723
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
706
724
  <td class="name">
707
725
  <code>
708
726
 
709
727
  <span class="param-type">String</span>
710
728
 
711
729
 
730
+
712
731
  </code>
713
732
  </td>
714
733
  <td class="name"><code><p>http请求方式</p></code></td>
715
734
  </tr>
716
735
 
717
736
  <tr class="deep-level-0">
718
- <td class="name"><code><a href="VectorTileLayer.html#id">id</a></code></td>
737
+ <td class="name"><code><a href="#id">id</a></code></td>
719
738
  <td class="name">
720
739
  <code>
721
740
 
722
741
  <span class="param-type">String</span>
723
742
 
724
743
 
744
+
725
745
  </code>
726
746
  </td>
727
747
  <td class="name"><code><p>图层id</p></code></td>
728
748
  </tr>
729
749
 
730
750
  <tr class="deep-level-0">
731
- <td class="name"><code><a href="VectorTileLayer.html#index">index</a></code></td>
751
+ <td class="name"><code><a href="#index">index</a></code></td>
732
752
  <td class="name">
733
753
  <code>
734
754
 
735
755
  <span class="param-type">Number</span>
736
756
 
737
757
 
758
+
738
759
  </code>
739
760
  </td>
740
761
  <td class="name"><code><p>图层顺序</p></code></td>
741
762
  </tr>
742
763
 
743
764
  <tr class="deep-level-0">
744
- <td class="name"><code><a href="VectorTileLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
765
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
745
766
  <td class="name">
746
767
  <code>
747
768
 
748
769
  <span class="param-type">String</span>
749
770
 
750
771
 
772
+
751
773
  </code>
752
774
  </td>
753
775
  <td class="name"><code><p>指定矢量瓦片注记的渲染模式,仅在三维上有效;
@@ -757,89 +779,96 @@ off-screen: 使用矢量瓦片来绘制注记;
757
779
  </tr>
758
780
 
759
781
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="VectorTileLayer.html#loaded">loaded</a></code></td>
782
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
761
783
  <td class="name">
762
784
  <code>
763
785
 
764
786
  <span class="param-type">Boolean</span>
765
787
 
766
788
 
789
+
767
790
  </code>
768
791
  </td>
769
792
  <td class="name"><code><p>是否加载完毕</p></code></td>
770
793
  </tr>
771
794
 
772
795
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="VectorTileLayer.html#loadStatus">loadStatus</a></code></td>
796
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
774
797
  <td class="name">
775
798
  <code>
776
799
 
777
800
  <span class="param-type">String</span>
778
801
 
779
802
 
803
+
780
804
  </code>
781
805
  </td>
782
806
  <td class="name"><code><p>图层加载状态</p></code></td>
783
807
  </tr>
784
808
 
785
809
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="VectorTileLayer.html#maxScale">maxScale</a></code></td>
810
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
787
811
  <td class="name">
788
812
  <code>
789
813
 
790
814
  <span class="param-type">Number</span>
791
815
 
792
816
 
817
+
793
818
  </code>
794
819
  </td>
795
820
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
796
821
  </tr>
797
822
 
798
823
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="VectorTileLayer.html#minScale">minScale</a></code></td>
824
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
800
825
  <td class="name">
801
826
  <code>
802
827
 
803
828
  <span class="param-type">Number</span>
804
829
 
805
830
 
831
+
806
832
  </code>
807
833
  </td>
808
834
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
809
835
  </tr>
810
836
 
811
837
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="VectorTileLayer.html#mvtExtent">mvtExtent</a></code></td>
838
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
813
839
  <td class="name">
814
840
  <code>
815
841
 
816
842
  <span class="param-type">Number</span>
817
843
 
818
844
 
845
+
819
846
  </code>
820
847
  </td>
821
848
  <td class="name"><code><p>mvt矢量瓦片相对坐标范围,默认为4096,表示矢量瓦片相对坐标的范围为0到4096</p></code></td>
822
849
  </tr>
823
850
 
824
851
  <tr class="deep-level-0">
825
- <td class="name"><code><a href="VectorTileLayer.html#opacity">opacity</a></code></td>
852
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
826
853
  <td class="name">
827
854
  <code>
828
855
 
829
856
  <span class="param-type">Number</span>
830
857
 
831
858
 
859
+
832
860
  </code>
833
861
  </td>
834
862
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
835
863
  </tr>
836
864
 
837
865
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="VectorTileLayer.html#spatialReference">spatialReference</a></code></td>
866
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
839
867
  <td class="name">
840
868
  <code>
841
869
 
842
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
870
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
871
+
843
872
 
844
873
 
845
874
  </code>
@@ -848,107 +877,115 @@ off-screen: 使用矢量瓦片来绘制注记;
848
877
  </tr>
849
878
 
850
879
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="VectorTileLayer.html#style">style</a></code></td>
880
+ <td class="name"><code><a href="#style">style</a></code></td>
852
881
  <td class="name">
853
882
  <code>
854
883
 
855
884
  <span class="param-type">Object</span>
856
885
 
857
886
 
887
+
858
888
  </code>
859
889
  </td>
860
890
  <td class="name"><code><p>矢量瓦片的mvt样式对象</p></code></td>
861
891
  </tr>
862
892
 
863
893
  <tr class="deep-level-0">
864
- <td class="name"><code><a href="VectorTileLayer.html#tileInfo">tileInfo</a></code></td>
894
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
865
895
  <td class="name">
866
896
  <code>
867
897
 
868
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
898
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
869
899
  |
870
900
 
871
901
  <span class="param-type">undefined</span>
872
902
 
873
903
 
904
+
874
905
  </code>
875
906
  </td>
876
907
  <td class="name"><code><p>瓦片切图信息</p></code></td>
877
908
  </tr>
878
909
 
879
910
  <tr class="deep-level-0">
880
- <td class="name"><code><a href="VectorTileLayer.html#title">title</a></code></td>
911
+ <td class="name"><code><a href="#title">title</a></code></td>
881
912
  <td class="name">
882
913
  <code>
883
914
 
884
915
  <span class="param-type">String</span>
885
916
 
886
917
 
918
+
887
919
  </code>
888
920
  </td>
889
921
  <td class="name"><code><p>图层名称</p></code></td>
890
922
  </tr>
891
923
 
892
924
  <tr class="deep-level-0">
893
- <td class="name"><code><a href="VectorTileLayer.html#tokenKey">tokenKey</a></code></td>
925
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
894
926
  <td class="name">
895
927
  <code>
896
928
 
897
929
  <span class="param-type">String</span>
898
930
 
899
931
 
932
+
900
933
  </code>
901
934
  </td>
902
935
  <td class="name"><code><p>token名</p></code></td>
903
936
  </tr>
904
937
 
905
938
  <tr class="deep-level-0">
906
- <td class="name"><code><a href="VectorTileLayer.html#tokenValue">tokenValue</a></code></td>
939
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
907
940
  <td class="name">
908
941
  <code>
909
942
 
910
943
  <span class="param-type">String</span>
911
944
 
912
945
 
946
+
913
947
  </code>
914
948
  </td>
915
949
  <td class="name"><code><p>token值</p></code></td>
916
950
  </tr>
917
951
 
918
952
  <tr class="deep-level-0">
919
- <td class="name"><code><a href="VectorTileLayer.html#type">type</a></code></td>
953
+ <td class="name"><code><a href="#type">type</a></code></td>
920
954
  <td class="name">
921
955
  <code>
922
956
 
923
957
  <span class="param-type">String</span>
924
958
 
925
959
 
960
+
926
961
  </code>
927
962
  </td>
928
963
  <td class="name"><code><p>图层类型</p></code></td>
929
964
  </tr>
930
965
 
931
966
  <tr class="deep-level-0">
932
- <td class="name"><code><a href="VectorTileLayer.html#url">url</a></code></td>
967
+ <td class="name"><code><a href="#url">url</a></code></td>
933
968
  <td class="name">
934
969
  <code>
935
970
 
936
971
  <span class="param-type">String</span>
937
972
 
938
973
 
974
+
939
975
  </code>
940
976
  </td>
941
977
  <td class="name"><code><p>矢量瓦片服务地址</p></code></td>
942
978
  </tr>
943
979
 
944
980
  <tr class="deep-level-0">
945
- <td class="name"><code><a href="VectorTileLayer.html#visible">visible</a></code></td>
981
+ <td class="name"><code><a href="#visible">visible</a></code></td>
946
982
  <td class="name">
947
983
  <code>
948
984
 
949
985
  <span class="param-type">Number</span>
950
986
 
951
987
 
988
+
952
989
  </code>
953
990
  </td>
954
991
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -968,6 +1005,7 @@ off-screen: 使用矢量瓦片来绘制注记;
968
1005
  <span class="param-type">Array.&lt;String></span>
969
1006
 
970
1007
 
1008
+
971
1009
  </span>
972
1010
 
973
1011
  <h4 class="name" id="capabilities">
@@ -1035,21 +1073,22 @@ off-screen: 使用矢量瓦片来绘制注记;
1035
1073
  <span class="method-parameter is-pulled-right">
1036
1074
  <label>类型:</label>
1037
1075
 
1038
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1076
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1039
1077
  |
1040
1078
 
1041
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1079
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1042
1080
  |
1043
1081
 
1044
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1082
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1045
1083
  |
1046
1084
 
1047
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1085
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1048
1086
  |
1049
1087
 
1050
1088
  <span class="param-type">null</span>
1051
1089
 
1052
1090
 
1091
+
1053
1092
  </span>
1054
1093
 
1055
1094
  <h4 class="name" id="clippingArea">
@@ -1120,6 +1159,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1120
1159
  <span class="param-type">String</span>
1121
1160
 
1122
1161
 
1162
+
1123
1163
  </span>
1124
1164
 
1125
1165
  <h4 class="name" id="copyright">
@@ -1155,7 +1195,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1155
1195
 
1156
1196
  <dt class="inherited-from">Inherited From:</dt>
1157
1197
  <dd class="inherited-from"><ul class="dummy"><li>
1158
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1198
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1159
1199
  </li></ul></dd>
1160
1200
 
1161
1201
 
@@ -1199,6 +1239,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1199
1239
  <span class="param-type">Object</span>
1200
1240
 
1201
1241
 
1242
+
1202
1243
  </span>
1203
1244
 
1204
1245
  <h4 class="name" id="currentStyleInfo">
@@ -1273,6 +1314,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1273
1314
  <span class="param-type">String</span>
1274
1315
 
1275
1316
 
1317
+
1276
1318
  </span>
1277
1319
 
1278
1320
  <h4 class="name" id="description">
@@ -1308,7 +1350,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1308
1350
 
1309
1351
  <dt class="inherited-from">Inherited From:</dt>
1310
1352
  <dd class="inherited-from"><ul class="dummy"><li>
1311
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1353
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1312
1354
  </li></ul></dd>
1313
1355
 
1314
1356
 
@@ -1352,6 +1394,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1352
1394
  <span class="param-type">Object</span>
1353
1395
 
1354
1396
 
1397
+
1355
1398
  </span>
1356
1399
 
1357
1400
  <h4 class="name" id="extendOptions">
@@ -1383,7 +1426,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1383
1426
 
1384
1427
  <dt class="inherited-from">Inherited From:</dt>
1385
1428
  <dd class="inherited-from"><ul class="dummy"><li>
1386
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1429
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1387
1430
  </li></ul></dd>
1388
1431
 
1389
1432
 
@@ -1427,6 +1470,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1427
1470
  <span class="param-type">Object</span>
1428
1471
 
1429
1472
 
1473
+
1430
1474
  </span>
1431
1475
 
1432
1476
  <h4 class="name" id="extendProps">
@@ -1458,7 +1502,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1458
1502
 
1459
1503
  <dt class="inherited-from">Inherited From:</dt>
1460
1504
  <dd class="inherited-from"><ul class="dummy"><li>
1461
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1505
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1462
1506
  </li></ul></dd>
1463
1507
 
1464
1508
 
@@ -1499,7 +1543,8 @@ off-screen: 使用矢量瓦片来绘制注记;
1499
1543
  <span class="method-parameter is-pulled-right">
1500
1544
  <label>类型:</label>
1501
1545
 
1502
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1546
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1547
+
1503
1548
 
1504
1549
 
1505
1550
  </span>
@@ -1537,7 +1582,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1537
1582
 
1538
1583
  <dt class="inherited-from">Inherited From:</dt>
1539
1584
  <dd class="inherited-from"><ul class="dummy"><li>
1540
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1585
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1541
1586
  </li></ul></dd>
1542
1587
 
1543
1588
 
@@ -1581,6 +1626,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1581
1626
  <span class="param-type">String</span>
1582
1627
 
1583
1628
 
1629
+
1584
1630
  </span>
1585
1631
 
1586
1632
  <h4 class="name" id="headers">
@@ -1612,7 +1658,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1612
1658
 
1613
1659
  <dt class="inherited-from">Inherited From:</dt>
1614
1660
  <dd class="inherited-from"><ul class="dummy"><li>
1615
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1661
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1616
1662
  </li></ul></dd>
1617
1663
 
1618
1664
 
@@ -1656,6 +1702,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1656
1702
  <span class="param-type">String</span>
1657
1703
 
1658
1704
 
1705
+
1659
1706
  </span>
1660
1707
 
1661
1708
  <h4 class="name" id="httpMethod">
@@ -1687,7 +1734,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1687
1734
 
1688
1735
  <dt class="inherited-from">Inherited From:</dt>
1689
1736
  <dd class="inherited-from"><ul class="dummy"><li>
1690
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1737
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1691
1738
  </li></ul></dd>
1692
1739
 
1693
1740
 
@@ -1731,6 +1778,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1731
1778
  <span class="param-type">String</span>
1732
1779
 
1733
1780
 
1781
+
1734
1782
  </span>
1735
1783
 
1736
1784
  <h4 class="name" id="id">
@@ -1766,7 +1814,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1766
1814
 
1767
1815
  <dt class="inherited-from">Inherited From:</dt>
1768
1816
  <dd class="inherited-from"><ul class="dummy"><li>
1769
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1817
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1770
1818
  </li></ul></dd>
1771
1819
 
1772
1820
 
@@ -1810,6 +1858,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1810
1858
  <span class="param-type">Number</span>
1811
1859
 
1812
1860
 
1861
+
1813
1862
  </span>
1814
1863
 
1815
1864
  <h4 class="name" id="index">
@@ -1841,7 +1890,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1841
1890
 
1842
1891
  <dt class="inherited-from">Inherited From:</dt>
1843
1892
  <dd class="inherited-from"><ul class="dummy"><li>
1844
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1893
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1845
1894
  </li></ul></dd>
1846
1895
 
1847
1896
 
@@ -1885,6 +1934,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1885
1934
  <span class="param-type">String</span>
1886
1935
 
1887
1936
 
1937
+
1888
1938
  </span>
1889
1939
 
1890
1940
  <h4 class="name" id="labelsRenderMode">
@@ -1958,6 +2008,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1958
2008
  <span class="param-type">Boolean</span>
1959
2009
 
1960
2010
 
2011
+
1961
2012
  </span>
1962
2013
 
1963
2014
  <h4 class="name" id="loaded">
@@ -1993,7 +2044,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1993
2044
 
1994
2045
  <dt class="inherited-from">Inherited From:</dt>
1995
2046
  <dd class="inherited-from"><ul class="dummy"><li>
1996
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2047
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1997
2048
  </li></ul></dd>
1998
2049
 
1999
2050
 
@@ -2042,6 +2093,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2042
2093
  <span class="param-type">String</span>
2043
2094
 
2044
2095
 
2096
+
2045
2097
  </span>
2046
2098
 
2047
2099
  <h4 class="name" id="loadStatus">
@@ -2077,7 +2129,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2077
2129
 
2078
2130
  <dt class="inherited-from">Inherited From:</dt>
2079
2131
  <dd class="inherited-from"><ul class="dummy"><li>
2080
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2132
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2081
2133
  </li></ul></dd>
2082
2134
 
2083
2135
 
@@ -2126,6 +2178,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2126
2178
  <span class="param-type">Number</span>
2127
2179
 
2128
2180
 
2181
+
2129
2182
  </span>
2130
2183
 
2131
2184
  <h4 class="name" id="maxScale">
@@ -2157,7 +2210,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2157
2210
 
2158
2211
  <dt class="inherited-from">Inherited From:</dt>
2159
2212
  <dd class="inherited-from"><ul class="dummy"><li>
2160
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2213
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2161
2214
  </li></ul></dd>
2162
2215
 
2163
2216
 
@@ -2206,6 +2259,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2206
2259
  <span class="param-type">Number</span>
2207
2260
 
2208
2261
 
2262
+
2209
2263
  </span>
2210
2264
 
2211
2265
  <h4 class="name" id="minScale">
@@ -2237,7 +2291,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2237
2291
 
2238
2292
  <dt class="inherited-from">Inherited From:</dt>
2239
2293
  <dd class="inherited-from"><ul class="dummy"><li>
2240
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2294
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2241
2295
  </li></ul></dd>
2242
2296
 
2243
2297
 
@@ -2286,6 +2340,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2286
2340
  <span class="param-type">Number</span>
2287
2341
 
2288
2342
 
2343
+
2289
2344
  </span>
2290
2345
 
2291
2346
  <h4 class="name" id="mvtExtent">
@@ -2361,6 +2416,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2361
2416
  <span class="param-type">Number</span>
2362
2417
 
2363
2418
 
2419
+
2364
2420
  </span>
2365
2421
 
2366
2422
  <h4 class="name" id="opacity">
@@ -2392,7 +2448,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2392
2448
 
2393
2449
  <dt class="inherited-from">Inherited From:</dt>
2394
2450
  <dd class="inherited-from"><ul class="dummy"><li>
2395
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2451
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2396
2452
  </li></ul></dd>
2397
2453
 
2398
2454
 
@@ -2433,7 +2489,8 @@ off-screen: 使用矢量瓦片来绘制注记;
2433
2489
  <span class="method-parameter is-pulled-right">
2434
2490
  <label>类型:</label>
2435
2491
 
2436
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2492
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2493
+
2437
2494
 
2438
2495
 
2439
2496
  </span>
@@ -2511,6 +2568,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2511
2568
  <span class="param-type">Object</span>
2512
2569
 
2513
2570
 
2571
+
2514
2572
  </span>
2515
2573
 
2516
2574
  <h4 class="name" id="style">
@@ -2578,12 +2636,13 @@ off-screen: 使用矢量瓦片来绘制注记;
2578
2636
  <span class="method-parameter is-pulled-right">
2579
2637
  <label>类型:</label>
2580
2638
 
2581
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2639
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2582
2640
  |
2583
2641
 
2584
2642
  <span class="param-type">undefined</span>
2585
2643
 
2586
2644
 
2645
+
2587
2646
  </span>
2588
2647
 
2589
2648
  <h4 class="name" id="tileInfo">
@@ -2658,6 +2717,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2658
2717
  <span class="param-type">String</span>
2659
2718
 
2660
2719
 
2720
+
2661
2721
  </span>
2662
2722
 
2663
2723
  <h4 class="name" id="title">
@@ -2689,7 +2749,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2689
2749
 
2690
2750
  <dt class="inherited-from">Inherited From:</dt>
2691
2751
  <dd class="inherited-from"><ul class="dummy"><li>
2692
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2752
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2693
2753
  </li></ul></dd>
2694
2754
 
2695
2755
 
@@ -2733,6 +2793,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2733
2793
  <span class="param-type">String</span>
2734
2794
 
2735
2795
 
2796
+
2736
2797
  </span>
2737
2798
 
2738
2799
  <h4 class="name" id="tokenKey">
@@ -2764,7 +2825,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2764
2825
 
2765
2826
  <dt class="inherited-from">Inherited From:</dt>
2766
2827
  <dd class="inherited-from"><ul class="dummy"><li>
2767
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2828
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2768
2829
  </li></ul></dd>
2769
2830
 
2770
2831
 
@@ -2813,6 +2874,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2813
2874
  <span class="param-type">String</span>
2814
2875
 
2815
2876
 
2877
+
2816
2878
  </span>
2817
2879
 
2818
2880
  <h4 class="name" id="tokenValue">
@@ -2844,7 +2906,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2844
2906
 
2845
2907
  <dt class="inherited-from">Inherited From:</dt>
2846
2908
  <dd class="inherited-from"><ul class="dummy"><li>
2847
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2909
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2848
2910
  </li></ul></dd>
2849
2911
 
2850
2912
 
@@ -2888,6 +2950,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2888
2950
  <span class="param-type">String</span>
2889
2951
 
2890
2952
 
2953
+
2891
2954
  </span>
2892
2955
 
2893
2956
  <h4 class="name" id="type">
@@ -2923,7 +2986,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2923
2986
 
2924
2987
  <dt class="inherited-from">Inherited From:</dt>
2925
2988
  <dd class="inherited-from"><ul class="dummy"><li>
2926
- <a class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2989
+ <a goto="type" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#type" Layer.html#type>Layer#type</a>
2927
2990
  </li></ul></dd>
2928
2991
 
2929
2992
 
@@ -2967,6 +3030,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2967
3030
  <span class="param-type">String</span>
2968
3031
 
2969
3032
 
3033
+
2970
3034
  </span>
2971
3035
 
2972
3036
  <h4 class="name" id="url">
@@ -3037,6 +3101,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3037
3101
  <span class="param-type">Number</span>
3038
3102
 
3039
3103
 
3104
+
3040
3105
  </span>
3041
3106
 
3042
3107
  <h4 class="name" id="visible">
@@ -3068,7 +3133,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3068
3133
 
3069
3134
  <dt class="inherited-from">Inherited From:</dt>
3070
3135
  <dd class="inherited-from"><ul class="dummy"><li>
3071
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3136
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3072
3137
  </li></ul></dd>
3073
3138
 
3074
3139
 
@@ -3125,12 +3190,13 @@ off-screen: 使用矢量瓦片来绘制注记;
3125
3190
  <tbody>
3126
3191
 
3127
3192
  <tr class="deep-level-0">
3128
- <td class="name"><code><a href="VectorTileLayer.html#fromJSON">fromJSON</a></code></td>
3193
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3129
3194
  <td class="name">
3130
3195
  <code>
3131
3196
 
3132
3197
 
3133
- <span class="param-type"><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></span>
3198
+ <span class="param-type"><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></span>
3199
+
3134
3200
 
3135
3201
 
3136
3202
 
@@ -3140,12 +3206,13 @@ off-screen: 使用矢量瓦片来绘制注记;
3140
3206
  </tr>
3141
3207
 
3142
3208
  <tr class="deep-level-0">
3143
- <td class="name"><code><a href="VectorTileLayer.html#clone">clone</a></code></td>
3209
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3144
3210
  <td class="name">
3145
3211
  <code>
3146
3212
 
3147
3213
 
3148
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3214
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3215
+
3149
3216
 
3150
3217
 
3151
3218
 
@@ -3155,7 +3222,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3155
3222
  </tr>
3156
3223
 
3157
3224
  <tr class="deep-level-0">
3158
- <td class="name"><code><a href="VectorTileLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
3225
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
3159
3226
  <td class="name">
3160
3227
  <code>
3161
3228
 
@@ -3166,7 +3233,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3166
3233
  </tr>
3167
3234
 
3168
3235
  <tr class="deep-level-0">
3169
- <td class="name"><code><a href="VectorTileLayer.html#destroy">destroy</a></code></td>
3236
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
3170
3237
  <td class="name">
3171
3238
  <code>
3172
3239
 
@@ -3174,6 +3241,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3174
3241
  <span class="param-type">*</span>
3175
3242
 
3176
3243
 
3244
+
3177
3245
 
3178
3246
  </code>
3179
3247
  </td>
@@ -3181,7 +3249,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3181
3249
  </tr>
3182
3250
 
3183
3251
  <tr class="deep-level-0">
3184
- <td class="name"><code><a href="VectorTileLayer.html#getExtendProperties">getExtendProperties</a></code></td>
3252
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
3185
3253
  <td class="name">
3186
3254
  <code>
3187
3255
 
@@ -3189,6 +3257,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3189
3257
  <span class="param-type">Any</span>
3190
3258
 
3191
3259
 
3260
+
3192
3261
 
3193
3262
  </code>
3194
3263
  </td>
@@ -3197,7 +3266,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3197
3266
  </tr>
3198
3267
 
3199
3268
  <tr class="deep-level-0">
3200
- <td class="name"><code><a href="VectorTileLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
3269
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
3201
3270
  <td class="name">
3202
3271
  <code>
3203
3272
 
@@ -3208,6 +3277,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3208
3277
  <span class="param-type">null</span>
3209
3278
 
3210
3279
 
3280
+
3211
3281
 
3212
3282
  </code>
3213
3283
  </td>
@@ -3216,7 +3286,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3216
3286
  </tr>
3217
3287
 
3218
3288
  <tr class="deep-level-0">
3219
- <td class="name"><code><a href="VectorTileLayer.html#getPaintProperties">getPaintProperties</a></code></td>
3289
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
3220
3290
  <td class="name">
3221
3291
  <code>
3222
3292
 
@@ -3227,6 +3297,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3227
3297
  <span class="param-type">null</span>
3228
3298
 
3229
3299
 
3300
+
3230
3301
 
3231
3302
  </code>
3232
3303
  </td>
@@ -3235,7 +3306,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3235
3306
  </tr>
3236
3307
 
3237
3308
  <tr class="deep-level-0">
3238
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayer">getStyleLayer</a></code></td>
3309
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
3239
3310
  <td class="name">
3240
3311
  <code>
3241
3312
 
@@ -3243,6 +3314,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3243
3314
  <span class="param-type">Object</span>
3244
3315
 
3245
3316
 
3317
+
3246
3318
 
3247
3319
  </code>
3248
3320
  </td>
@@ -3251,7 +3323,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3251
3323
  </tr>
3252
3324
 
3253
3325
  <tr class="deep-level-0">
3254
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
3326
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
3255
3327
  <td class="name">
3256
3328
  <code>
3257
3329
 
@@ -3259,6 +3331,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3259
3331
  <span class="param-type">String</span>
3260
3332
 
3261
3333
 
3334
+
3262
3335
 
3263
3336
  </code>
3264
3337
  </td>
@@ -3267,7 +3340,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3267
3340
  </tr>
3268
3341
 
3269
3342
  <tr class="deep-level-0">
3270
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
3343
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
3271
3344
  <td class="name">
3272
3345
  <code>
3273
3346
 
@@ -3275,6 +3348,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3275
3348
  <span class="param-type">Number</span>
3276
3349
 
3277
3350
 
3351
+
3278
3352
 
3279
3353
  </code>
3280
3354
  </td>
@@ -3283,7 +3357,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3283
3357
  </tr>
3284
3358
 
3285
3359
  <tr class="deep-level-0">
3286
- <td class="name"><code><a href="VectorTileLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
3360
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
3287
3361
  <td class="name">
3288
3362
  <code>
3289
3363
 
@@ -3291,6 +3365,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3291
3365
  <span class="param-type">Boolean</span>
3292
3366
 
3293
3367
 
3368
+
3294
3369
 
3295
3370
  </code>
3296
3371
  </td>
@@ -3299,7 +3374,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3299
3374
  </tr>
3300
3375
 
3301
3376
  <tr class="deep-level-0">
3302
- <td class="name"><code><a href="VectorTileLayer.html#isLoaded">isLoaded</a></code></td>
3377
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
3303
3378
  <td class="name">
3304
3379
  <code>
3305
3380
 
@@ -3307,6 +3382,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3307
3382
  <span class="param-type">Boolean</span>
3308
3383
 
3309
3384
 
3385
+
3310
3386
 
3311
3387
  </code>
3312
3388
  </td>
@@ -3314,7 +3390,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3314
3390
  </tr>
3315
3391
 
3316
3392
  <tr class="deep-level-0">
3317
- <td class="name"><code><a href="VectorTileLayer.html#off">off</a></code></td>
3393
+ <td class="name"><code><a href="#off">off</a></code></td>
3318
3394
  <td class="name">
3319
3395
  <code>
3320
3396
 
@@ -3322,6 +3398,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3322
3398
  <span class="param-type">Object</span>
3323
3399
 
3324
3400
 
3401
+
3325
3402
 
3326
3403
  </code>
3327
3404
  </td>
@@ -3336,7 +3413,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3336
3413
  </tr>
3337
3414
 
3338
3415
  <tr class="deep-level-0">
3339
- <td class="name"><code><a href="VectorTileLayer.html#on">on</a></code></td>
3416
+ <td class="name"><code><a href="#on">on</a></code></td>
3340
3417
  <td class="name">
3341
3418
  <code>
3342
3419
 
@@ -3344,6 +3421,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3344
3421
  <span class="param-type">Object</span>
3345
3422
 
3346
3423
 
3424
+
3347
3425
 
3348
3426
  </code>
3349
3427
  </td>
@@ -3357,7 +3435,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3357
3435
  </tr>
3358
3436
 
3359
3437
  <tr class="deep-level-0">
3360
- <td class="name"><code><a href="VectorTileLayer.html#refresh">refresh</a></code></td>
3438
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
3361
3439
  <td class="name">
3362
3440
  <code>
3363
3441
 
@@ -3367,7 +3445,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3367
3445
  </tr>
3368
3446
 
3369
3447
  <tr class="deep-level-0">
3370
- <td class="name"><code><a href="VectorTileLayer.html#setExtendProperties">setExtendProperties</a></code></td>
3448
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
3371
3449
  <td class="name">
3372
3450
  <code>
3373
3451
 
@@ -3378,7 +3456,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3378
3456
  </tr>
3379
3457
 
3380
3458
  <tr class="deep-level-0">
3381
- <td class="name"><code><a href="VectorTileLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
3459
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
3382
3460
  <td class="name">
3383
3461
  <code>
3384
3462
 
@@ -3389,7 +3467,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3389
3467
  </tr>
3390
3468
 
3391
3469
  <tr class="deep-level-0">
3392
- <td class="name"><code><a href="VectorTileLayer.html#setPaintProperties">setPaintProperties</a></code></td>
3470
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
3393
3471
  <td class="name">
3394
3472
  <code>
3395
3473
 
@@ -3400,7 +3478,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3400
3478
  </tr>
3401
3479
 
3402
3480
  <tr class="deep-level-0">
3403
- <td class="name"><code><a href="VectorTileLayer.html#setStyleLayer">setStyleLayer</a></code></td>
3481
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
3404
3482
  <td class="name">
3405
3483
  <code>
3406
3484
 
@@ -3411,7 +3489,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3411
3489
  </tr>
3412
3490
 
3413
3491
  <tr class="deep-level-0">
3414
- <td class="name"><code><a href="VectorTileLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
3492
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
3415
3493
  <td class="name">
3416
3494
  <code>
3417
3495
 
@@ -3422,7 +3500,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3422
3500
  </tr>
3423
3501
 
3424
3502
  <tr class="deep-level-0">
3425
- <td class="name"><code><a href="VectorTileLayer.html#toJSON">toJSON</a></code></td>
3503
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3426
3504
  <td class="name">
3427
3505
  <code>
3428
3506
 
@@ -3430,6 +3508,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3430
3508
  <span class="param-type">Object</span>
3431
3509
 
3432
3510
 
3511
+
3433
3512
 
3434
3513
  </code>
3435
3514
  </td>
@@ -3507,6 +3586,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3507
3586
  <span class="param-type">Object</span>
3508
3587
 
3509
3588
 
3589
+
3510
3590
 
3511
3591
  </td>
3512
3592
 
@@ -3592,7 +3672,8 @@ off-screen: 使用矢量瓦片来绘制注记;
3592
3672
  <div class='column is-5 has-text-left'>
3593
3673
  <label>类型: </label>
3594
3674
 
3595
- <span class="param-type"><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></span>
3675
+ <span class="param-type"><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></span>
3676
+
3596
3677
 
3597
3678
 
3598
3679
  </div>
@@ -3713,7 +3794,8 @@ off-screen: 使用矢量瓦片来绘制注记;
3713
3794
  <div class='column is-5 has-text-left'>
3714
3795
  <label>类型: </label>
3715
3796
 
3716
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3797
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3798
+
3717
3799
 
3718
3800
 
3719
3801
  </div>
@@ -3794,6 +3876,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3794
3876
  <span class="param-type">String</span>
3795
3877
 
3796
3878
 
3879
+
3797
3880
 
3798
3881
  </td>
3799
3882
 
@@ -3910,7 +3993,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3910
3993
 
3911
3994
  <dt class="inherited-from">Inherited From:</dt>
3912
3995
  <dd class="inherited-from"><ul class="dummy"><li>
3913
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3996
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3914
3997
  </li></ul></dd>
3915
3998
 
3916
3999
 
@@ -3972,6 +4055,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3972
4055
  <span class="param-type">*</span>
3973
4056
 
3974
4057
 
4058
+
3975
4059
  </div>
3976
4060
 
3977
4061
  </div>
@@ -4050,6 +4134,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4050
4134
  <span class="param-type">String</span>
4051
4135
 
4052
4136
 
4137
+
4053
4138
 
4054
4139
  </td>
4055
4140
 
@@ -4074,6 +4159,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4074
4159
  <span class="param-type">String</span>
4075
4160
 
4076
4161
 
4162
+
4077
4163
 
4078
4164
  </td>
4079
4165
 
@@ -4162,6 +4248,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4162
4248
  <span class="param-type">Any</span>
4163
4249
 
4164
4250
 
4251
+
4165
4252
  </div>
4166
4253
 
4167
4254
  </div>
@@ -4240,6 +4327,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4240
4327
  <span class="param-type">String</span>
4241
4328
 
4242
4329
 
4330
+
4243
4331
 
4244
4332
  </td>
4245
4333
 
@@ -4331,6 +4419,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4331
4419
  <span class="param-type">null</span>
4332
4420
 
4333
4421
 
4422
+
4334
4423
  </div>
4335
4424
 
4336
4425
  </div>
@@ -4409,6 +4498,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4409
4498
  <span class="param-type">String</span>
4410
4499
 
4411
4500
 
4501
+
4412
4502
 
4413
4503
  </td>
4414
4504
 
@@ -4500,6 +4590,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4500
4590
  <span class="param-type">null</span>
4501
4591
 
4502
4592
 
4593
+
4503
4594
  </div>
4504
4595
 
4505
4596
  </div>
@@ -4578,6 +4669,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4578
4669
  <span class="param-type">String</span>
4579
4670
 
4580
4671
 
4672
+
4581
4673
 
4582
4674
  </td>
4583
4675
 
@@ -4666,6 +4758,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4666
4758
  <span class="param-type">Object</span>
4667
4759
 
4668
4760
 
4761
+
4669
4762
  </div>
4670
4763
 
4671
4764
  </div>
@@ -4744,6 +4837,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4744
4837
  <span class="param-type">Number</span>
4745
4838
 
4746
4839
 
4840
+
4747
4841
 
4748
4842
  </td>
4749
4843
 
@@ -4832,6 +4926,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4832
4926
  <span class="param-type">String</span>
4833
4927
 
4834
4928
 
4929
+
4835
4930
  </div>
4836
4931
 
4837
4932
  </div>
@@ -4910,6 +5005,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4910
5005
  <span class="param-type">String</span>
4911
5006
 
4912
5007
 
5008
+
4913
5009
 
4914
5010
  </td>
4915
5011
 
@@ -4998,6 +5094,7 @@ off-screen: 使用矢量瓦片来绘制注记;
4998
5094
  <span class="param-type">Number</span>
4999
5095
 
5000
5096
 
5097
+
5001
5098
  </div>
5002
5099
 
5003
5100
  </div>
@@ -5076,6 +5173,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5076
5173
  <span class="param-type">String</span>
5077
5174
 
5078
5175
 
5176
+
5079
5177
 
5080
5178
  </td>
5081
5179
 
@@ -5164,6 +5262,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5164
5262
  <span class="param-type">Boolean</span>
5165
5263
 
5166
5264
 
5265
+
5167
5266
  </div>
5168
5267
 
5169
5268
  </div>
@@ -5221,7 +5320,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5221
5320
 
5222
5321
  <dt class="inherited-from">Inherited From:</dt>
5223
5322
  <dd class="inherited-from"><ul class="dummy"><li>
5224
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
5323
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
5225
5324
  </li></ul></dd>
5226
5325
 
5227
5326
 
@@ -5285,6 +5384,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5285
5384
  <span class="param-type">Boolean</span>
5286
5385
 
5287
5386
 
5387
+
5288
5388
  </div>
5289
5389
 
5290
5390
  </div>
@@ -5369,6 +5469,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5369
5469
  <span class="param-type">string</span>
5370
5470
 
5371
5471
 
5472
+
5372
5473
 
5373
5474
  </td>
5374
5475
 
@@ -5395,6 +5496,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5395
5496
  <span class="param-type">function</span>
5396
5497
 
5397
5498
 
5499
+
5398
5500
 
5399
5501
  </td>
5400
5502
 
@@ -5419,6 +5521,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5419
5521
  <span class="param-type">Object</span>
5420
5522
 
5421
5523
 
5524
+
5422
5525
 
5423
5526
  </td>
5424
5527
 
@@ -5448,7 +5551,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5448
5551
 
5449
5552
  <dt class="inherited-from">Inherited From:</dt>
5450
5553
  <dd class="inherited-from"><ul class="dummy"><li>
5451
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
5554
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
5452
5555
  </li></ul></dd>
5453
5556
 
5454
5557
 
@@ -5512,6 +5615,7 @@ off-screen: 使用矢量瓦片来绘制注记;
5512
5615
  <span class="param-type">Object</span>
5513
5616
 
5514
5617
 
5618
+
5515
5619
  </div>
5516
5620
 
5517
5621
  </div>
@@ -5688,6 +5792,7 @@ view.off({
5688
5792
  <span class="param-type">Object</span>
5689
5793
 
5690
5794
 
5795
+
5691
5796
 
5692
5797
  </td>
5693
5798
 
@@ -5720,6 +5825,7 @@ view.off({
5720
5825
  <span class="param-type">function</span>
5721
5826
 
5722
5827
 
5828
+
5723
5829
 
5724
5830
  </td>
5725
5831
 
@@ -5750,6 +5856,7 @@ view.off({
5750
5856
  <span class="param-type">Object</span>
5751
5857
 
5752
5858
 
5859
+
5753
5860
 
5754
5861
  </td>
5755
5862
 
@@ -5785,7 +5892,7 @@ view.off({
5785
5892
 
5786
5893
  <dt class="inherited-from">Inherited From:</dt>
5787
5894
  <dd class="inherited-from"><ul class="dummy"><li>
5788
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
5895
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
5789
5896
  </li></ul></dd>
5790
5897
 
5791
5898
 
@@ -5849,6 +5956,7 @@ view.off({
5849
5956
  <span class="param-type">Object</span>
5850
5957
 
5851
5958
 
5959
+
5852
5960
  </div>
5853
5961
 
5854
5962
  </div>
@@ -5984,7 +6092,7 @@ view.on({
5984
6092
 
5985
6093
  <dt class="inherited-from">Inherited From:</dt>
5986
6094
  <dd class="inherited-from"><ul class="dummy"><li>
5987
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
6095
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
5988
6096
  </li></ul></dd>
5989
6097
 
5990
6098
 
@@ -6101,6 +6209,7 @@ view.on({
6101
6209
  <span class="param-type">String</span>
6102
6210
 
6103
6211
 
6212
+
6104
6213
 
6105
6214
  </td>
6106
6215
 
@@ -6125,6 +6234,7 @@ view.on({
6125
6234
  <span class="param-type">String</span>
6126
6235
 
6127
6236
 
6237
+
6128
6238
 
6129
6239
  </td>
6130
6240
 
@@ -6149,6 +6259,7 @@ view.on({
6149
6259
  <span class="param-type">Any</span>
6150
6260
 
6151
6261
 
6262
+
6152
6263
 
6153
6264
  </td>
6154
6265
 
@@ -6290,6 +6401,7 @@ view.on({
6290
6401
  <span class="param-type">String</span>
6291
6402
 
6292
6403
 
6404
+
6293
6405
 
6294
6406
  </td>
6295
6407
 
@@ -6314,6 +6426,7 @@ view.on({
6314
6426
  <span class="param-type">Object</span>
6315
6427
 
6316
6428
 
6429
+
6317
6430
 
6318
6431
  </td>
6319
6432
 
@@ -6455,6 +6568,7 @@ view.on({
6455
6568
  <span class="param-type">String</span>
6456
6569
 
6457
6570
 
6571
+
6458
6572
 
6459
6573
  </td>
6460
6574
 
@@ -6479,6 +6593,7 @@ view.on({
6479
6593
  <span class="param-type">Object</span>
6480
6594
 
6481
6595
 
6596
+
6482
6597
 
6483
6598
  </td>
6484
6599
 
@@ -6620,6 +6735,7 @@ view.on({
6620
6735
  <span class="param-type">Object</span>
6621
6736
 
6622
6737
 
6738
+
6623
6739
 
6624
6740
  </td>
6625
6741
 
@@ -6644,6 +6760,7 @@ view.on({
6644
6760
  <span class="param-type">String</span>
6645
6761
 
6646
6762
 
6763
+
6647
6764
 
6648
6765
  </td>
6649
6766
 
@@ -6785,6 +6902,7 @@ view.on({
6785
6902
  <span class="param-type">String</span>
6786
6903
 
6787
6904
 
6905
+
6788
6906
 
6789
6907
  </td>
6790
6908
 
@@ -6809,6 +6927,7 @@ view.on({
6809
6927
  <span class="param-type">Boolean</span>
6810
6928
 
6811
6929
 
6930
+
6812
6931
 
6813
6932
  </td>
6814
6933
 
@@ -6993,6 +7112,7 @@ view.on({
6993
7112
  <span class="param-type">Object</span>
6994
7113
 
6995
7114
 
7115
+
6996
7116
  </div>
6997
7117
 
6998
7118
  </div>
@@ -7142,6 +7262,7 @@ view.on({
7142
7262
  <span class="param-type">Object</span>
7143
7263
 
7144
7264
 
7265
+
7145
7266
 
7146
7267
  </td>
7147
7268
 
@@ -7175,6 +7296,7 @@ view.on({
7175
7296
  <span class="param-type">String</span>
7176
7297
 
7177
7298
 
7299
+
7178
7300
 
7179
7301
  </td>
7180
7302
 
@@ -7212,6 +7334,7 @@ view.on({
7212
7334
  <span class="param-type">String</span>
7213
7335
 
7214
7336
 
7337
+
7215
7338
 
7216
7339
  </td>
7217
7340
 
@@ -7246,7 +7369,8 @@ view.on({
7246
7369
  <td class="type">
7247
7370
 
7248
7371
 
7249
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7372
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7373
+
7250
7374
 
7251
7375
 
7252
7376
 
@@ -7283,7 +7407,8 @@ view.on({
7283
7407
  <td class="type">
7284
7408
 
7285
7409
 
7286
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7410
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7411
+
7287
7412
 
7288
7413
 
7289
7414
 
@@ -7320,7 +7445,8 @@ view.on({
7320
7445
  <td class="type">
7321
7446
 
7322
7447
 
7323
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7448
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7449
+
7324
7450
 
7325
7451
 
7326
7452
 
@@ -7357,7 +7483,8 @@ view.on({
7357
7483
  <td class="type">
7358
7484
 
7359
7485
 
7360
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7486
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7487
+
7361
7488
 
7362
7489
 
7363
7490
 
@@ -7394,7 +7521,8 @@ view.on({
7394
7521
  <td class="type">
7395
7522
 
7396
7523
 
7397
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7524
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7525
+
7398
7526
 
7399
7527
 
7400
7528
 
@@ -7439,7 +7567,7 @@ view.on({
7439
7567
 
7440
7568
  <dt class="inherited-from">Inherited From:</dt>
7441
7569
  <dd class="inherited-from"><ul class="dummy"><li>
7442
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
7570
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
7443
7571
  </li></ul></dd>
7444
7572
 
7445
7573
 
@@ -7588,6 +7716,7 @@ view.on({
7588
7716
  <span class="param-type">Object</span>
7589
7717
 
7590
7718
 
7719
+
7591
7720
 
7592
7721
  </td>
7593
7722
 
@@ -7621,6 +7750,7 @@ view.on({
7621
7750
  <span class="param-type">String</span>
7622
7751
 
7623
7752
 
7753
+
7624
7754
 
7625
7755
  </td>
7626
7756
 
@@ -7658,6 +7788,7 @@ view.on({
7658
7788
  <span class="param-type">String</span>
7659
7789
 
7660
7790
 
7791
+
7661
7792
 
7662
7793
  </td>
7663
7794
 
@@ -7692,7 +7823,8 @@ view.on({
7692
7823
  <td class="type">
7693
7824
 
7694
7825
 
7695
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7826
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7827
+
7696
7828
 
7697
7829
 
7698
7830
 
@@ -7729,7 +7861,8 @@ view.on({
7729
7861
  <td class="type">
7730
7862
 
7731
7863
 
7732
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7864
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7865
+
7733
7866
 
7734
7867
 
7735
7868
 
@@ -7766,7 +7899,8 @@ view.on({
7766
7899
  <td class="type">
7767
7900
 
7768
7901
 
7769
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7902
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7903
+
7770
7904
 
7771
7905
 
7772
7906
 
@@ -7803,7 +7937,8 @@ view.on({
7803
7937
  <td class="type">
7804
7938
 
7805
7939
 
7806
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7940
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7941
+
7807
7942
 
7808
7943
 
7809
7944
 
@@ -7840,7 +7975,8 @@ view.on({
7840
7975
  <td class="type">
7841
7976
 
7842
7977
 
7843
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7978
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7979
+
7844
7980
 
7845
7981
 
7846
7982
 
@@ -7885,7 +8021,7 @@ view.on({
7885
8021
 
7886
8022
  <dt class="inherited-from">Inherited From:</dt>
7887
8023
  <dd class="inherited-from"><ul class="dummy"><li>
7888
- <a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
8024
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
7889
8025
  </li></ul></dd>
7890
8026
 
7891
8027
 
@@ -8024,6 +8160,7 @@ view.on({
8024
8160
  <span class="param-type">Object</span>
8025
8161
 
8026
8162
 
8163
+
8027
8164
 
8028
8165
  </td>
8029
8166
 
@@ -8057,6 +8194,7 @@ view.on({
8057
8194
  <span class="param-type">String</span>
8058
8195
 
8059
8196
 
8197
+
8060
8198
 
8061
8199
  </td>
8062
8200
 
@@ -8094,6 +8232,7 @@ view.on({
8094
8232
  <span class="param-type">String</span>
8095
8233
 
8096
8234
 
8235
+
8097
8236
 
8098
8237
  </td>
8099
8238
 
@@ -8128,7 +8267,8 @@ view.on({
8128
8267
  <td class="type">
8129
8268
 
8130
8269
 
8131
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8270
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8271
+
8132
8272
 
8133
8273
 
8134
8274
 
@@ -8165,7 +8305,8 @@ view.on({
8165
8305
  <td class="type">
8166
8306
 
8167
8307
 
8168
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8308
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8309
+
8169
8310
 
8170
8311
 
8171
8312
 
@@ -8202,7 +8343,8 @@ view.on({
8202
8343
  <td class="type">
8203
8344
 
8204
8345
 
8205
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8346
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8347
+
8206
8348
 
8207
8349
 
8208
8350
 
@@ -8239,7 +8381,8 @@ view.on({
8239
8381
  <td class="type">
8240
8382
 
8241
8383
 
8242
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8384
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8385
+
8243
8386
 
8244
8387
 
8245
8388
 
@@ -8276,7 +8419,8 @@ view.on({
8276
8419
  <td class="type">
8277
8420
 
8278
8421
 
8279
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8422
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8423
+
8280
8424
 
8281
8425
 
8282
8426
 
@@ -8321,7 +8465,7 @@ view.on({
8321
8465
 
8322
8466
  <dt class="inherited-from">Inherited From:</dt>
8323
8467
  <dd class="inherited-from"><ul class="dummy"><li>
8324
- <a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
8468
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
8325
8469
  </li></ul></dd>
8326
8470
 
8327
8471
 
@@ -8470,6 +8614,7 @@ view.on({
8470
8614
  <span class="param-type">Object</span>
8471
8615
 
8472
8616
 
8617
+
8473
8618
 
8474
8619
  </td>
8475
8620
 
@@ -8503,6 +8648,7 @@ view.on({
8503
8648
  <span class="param-type">String</span>
8504
8649
 
8505
8650
 
8651
+
8506
8652
 
8507
8653
  </td>
8508
8654
 
@@ -8540,6 +8686,7 @@ view.on({
8540
8686
  <span class="param-type">String</span>
8541
8687
 
8542
8688
 
8689
+
8543
8690
 
8544
8691
  </td>
8545
8692
 
@@ -8574,7 +8721,8 @@ view.on({
8574
8721
  <td class="type">
8575
8722
 
8576
8723
 
8577
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8724
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8725
+
8578
8726
 
8579
8727
 
8580
8728
 
@@ -8611,7 +8759,8 @@ view.on({
8611
8759
  <td class="type">
8612
8760
 
8613
8761
 
8614
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8762
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8763
+
8615
8764
 
8616
8765
 
8617
8766
 
@@ -8648,7 +8797,8 @@ view.on({
8648
8797
  <td class="type">
8649
8798
 
8650
8799
 
8651
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8800
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8801
+
8652
8802
 
8653
8803
 
8654
8804
 
@@ -8685,7 +8835,8 @@ view.on({
8685
8835
  <td class="type">
8686
8836
 
8687
8837
 
8688
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8838
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8839
+
8689
8840
 
8690
8841
 
8691
8842
 
@@ -8722,7 +8873,8 @@ view.on({
8722
8873
  <td class="type">
8723
8874
 
8724
8875
 
8725
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8876
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8877
+
8726
8878
 
8727
8879
 
8728
8880
 
@@ -8767,7 +8919,7 @@ view.on({
8767
8919
 
8768
8920
  <dt class="inherited-from">Inherited From:</dt>
8769
8921
  <dd class="inherited-from"><ul class="dummy"><li>
8770
- <a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
8922
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
8771
8923
  </li></ul></dd>
8772
8924
 
8773
8925
 
@@ -8906,6 +9058,7 @@ view.on({
8906
9058
  <span class="param-type">Object</span>
8907
9059
 
8908
9060
 
9061
+
8909
9062
 
8910
9063
  </td>
8911
9064
 
@@ -8939,6 +9092,7 @@ view.on({
8939
9092
  <span class="param-type">String</span>
8940
9093
 
8941
9094
 
9095
+
8942
9096
 
8943
9097
  </td>
8944
9098
 
@@ -8976,6 +9130,7 @@ view.on({
8976
9130
  <span class="param-type">String</span>
8977
9131
 
8978
9132
 
9133
+
8979
9134
 
8980
9135
  </td>
8981
9136
 
@@ -9010,7 +9165,8 @@ view.on({
9010
9165
  <td class="type">
9011
9166
 
9012
9167
 
9013
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9168
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9169
+
9014
9170
 
9015
9171
 
9016
9172
 
@@ -9047,7 +9203,8 @@ view.on({
9047
9203
  <td class="type">
9048
9204
 
9049
9205
 
9050
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9206
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9207
+
9051
9208
 
9052
9209
 
9053
9210
 
@@ -9084,7 +9241,8 @@ view.on({
9084
9241
  <td class="type">
9085
9242
 
9086
9243
 
9087
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9244
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9245
+
9088
9246
 
9089
9247
 
9090
9248
 
@@ -9121,7 +9279,8 @@ view.on({
9121
9279
  <td class="type">
9122
9280
 
9123
9281
 
9124
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9282
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9283
+
9125
9284
 
9126
9285
 
9127
9286
 
@@ -9158,7 +9317,8 @@ view.on({
9158
9317
  <td class="type">
9159
9318
 
9160
9319
 
9161
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9320
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9321
+
9162
9322
 
9163
9323
 
9164
9324
 
@@ -9203,7 +9363,7 @@ view.on({
9203
9363
 
9204
9364
  <dt class="inherited-from">Inherited From:</dt>
9205
9365
  <dd class="inherited-from"><ul class="dummy"><li>
9206
- <a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
9366
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
9207
9367
  </li></ul></dd>
9208
9368
 
9209
9369
 
@@ -9352,6 +9512,7 @@ view.on({
9352
9512
  <span class="param-type">Object</span>
9353
9513
 
9354
9514
 
9515
+
9355
9516
 
9356
9517
  </td>
9357
9518
 
@@ -9385,6 +9546,7 @@ view.on({
9385
9546
  <span class="param-type">String</span>
9386
9547
 
9387
9548
 
9549
+
9388
9550
 
9389
9551
  </td>
9390
9552
 
@@ -9422,6 +9584,7 @@ view.on({
9422
9584
  <span class="param-type">String</span>
9423
9585
 
9424
9586
 
9587
+
9425
9588
 
9426
9589
  </td>
9427
9590
 
@@ -9456,7 +9619,8 @@ view.on({
9456
9619
  <td class="type">
9457
9620
 
9458
9621
 
9459
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9622
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9623
+
9460
9624
 
9461
9625
 
9462
9626
 
@@ -9493,7 +9657,8 @@ view.on({
9493
9657
  <td class="type">
9494
9658
 
9495
9659
 
9496
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9660
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9661
+
9497
9662
 
9498
9663
 
9499
9664
 
@@ -9530,7 +9695,8 @@ view.on({
9530
9695
  <td class="type">
9531
9696
 
9532
9697
 
9533
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9698
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9699
+
9534
9700
 
9535
9701
 
9536
9702
 
@@ -9567,7 +9733,8 @@ view.on({
9567
9733
  <td class="type">
9568
9734
 
9569
9735
 
9570
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9736
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9737
+
9571
9738
 
9572
9739
 
9573
9740
 
@@ -9604,7 +9771,8 @@ view.on({
9604
9771
  <td class="type">
9605
9772
 
9606
9773
 
9607
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9774
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9775
+
9608
9776
 
9609
9777
 
9610
9778
 
@@ -9649,7 +9817,7 @@ view.on({
9649
9817
 
9650
9818
  <dt class="inherited-from">Inherited From:</dt>
9651
9819
  <dd class="inherited-from"><ul class="dummy"><li>
9652
- <a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
9820
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
9653
9821
  </li></ul></dd>
9654
9822
 
9655
9823
 
@@ -9788,6 +9956,7 @@ view.on({
9788
9956
  <span class="param-type">Object</span>
9789
9957
 
9790
9958
 
9959
+
9791
9960
 
9792
9961
  </td>
9793
9962
 
@@ -9821,6 +9990,7 @@ view.on({
9821
9990
  <span class="param-type">String</span>
9822
9991
 
9823
9992
 
9993
+
9824
9994
 
9825
9995
  </td>
9826
9996
 
@@ -9858,6 +10028,7 @@ view.on({
9858
10028
  <span class="param-type">String</span>
9859
10029
 
9860
10030
 
10031
+
9861
10032
 
9862
10033
  </td>
9863
10034
 
@@ -9892,7 +10063,8 @@ view.on({
9892
10063
  <td class="type">
9893
10064
 
9894
10065
 
9895
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
10066
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
10067
+
9896
10068
 
9897
10069
 
9898
10070
 
@@ -9929,7 +10101,8 @@ view.on({
9929
10101
  <td class="type">
9930
10102
 
9931
10103
 
9932
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10104
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10105
+
9933
10106
 
9934
10107
 
9935
10108
 
@@ -9966,7 +10139,8 @@ view.on({
9966
10139
  <td class="type">
9967
10140
 
9968
10141
 
9969
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
10142
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
10143
+
9970
10144
 
9971
10145
 
9972
10146
 
@@ -10003,7 +10177,8 @@ view.on({
10003
10177
  <td class="type">
10004
10178
 
10005
10179
 
10006
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10180
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10181
+
10007
10182
 
10008
10183
 
10009
10184
 
@@ -10040,7 +10215,8 @@ view.on({
10040
10215
  <td class="type">
10041
10216
 
10042
10217
 
10043
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10218
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10219
+
10044
10220
 
10045
10221
 
10046
10222
 
@@ -10085,7 +10261,7 @@ view.on({
10085
10261
 
10086
10262
  <dt class="inherited-from">Inherited From:</dt>
10087
10263
  <dd class="inherited-from"><ul class="dummy"><li>
10088
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
10264
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
10089
10265
  </li></ul></dd>
10090
10266
 
10091
10267