@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
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">Object</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -196,7 +198,7 @@
196
198
 
197
199
 
198
200
  <ul>
199
- <li><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
201
+ <li><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
200
202
  </ul>
201
203
 
202
204
 
@@ -228,77 +230,82 @@
228
230
  <tbody>
229
231
 
230
232
  <tr class="deep-level-0">
231
- <td class="name"><code><a href="MapVLayer.html#capabilities">capabilities</a></code></td>
233
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
232
234
  <td class="name">
233
235
  <code>
234
236
 
235
237
  <span class="param-type">Array.&lt;String></span>
236
238
 
237
239
 
240
+
238
241
  </code>
239
242
  </td>
240
243
  <td class="name"><code><p>服务支持的能力</p></code></td>
241
244
  </tr>
242
245
 
243
246
  <tr class="deep-level-0">
244
- <td class="name"><code><a href="MapVLayer.html#clippingArea">clippingArea</a></code></td>
247
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
245
248
  <td class="name">
246
249
  <code>
247
250
 
248
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
251
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
249
252
  |
250
253
 
251
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
254
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
252
255
  |
253
256
 
254
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
257
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
255
258
  |
256
259
 
257
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
260
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
258
261
  |
259
262
 
260
263
  <span class="param-type">null</span>
261
264
 
262
265
 
266
+
263
267
  </code>
264
268
  </td>
265
269
  <td class="name"><code><p>空间裁剪范围</p></code></td>
266
270
  </tr>
267
271
 
268
272
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="MapVLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
273
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
270
274
  <td class="name">
271
275
  <code>
272
276
 
273
277
  <span class="param-type">Object</span>
274
278
 
275
279
 
280
+
276
281
  </code>
277
282
  </td>
278
283
  <td class="name"><code><p>当前的矢量瓦片样式信息,包含serviceUrl 、styleUrl 、spriteUrl 、glyphsUrl 以及style</p></code></td>
279
284
  </tr>
280
285
 
281
286
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="MapVLayer.html#data">data</a></code></td>
287
+ <td class="name"><code><a href="#data">data</a></code></td>
283
288
  <td class="name">
284
289
  <code>
285
290
 
286
291
  <span class="param-type">Object</span>
287
292
 
288
293
 
294
+
289
295
  </code>
290
296
  </td>
291
297
  <td class="name"><code><p>MapV的元数据</p></code></td>
292
298
  </tr>
293
299
 
294
300
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="MapVLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
301
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
296
302
  <td class="name">
297
303
  <code>
298
304
 
299
305
  <span class="param-type">String</span>
300
306
 
301
307
 
308
+
302
309
  </code>
303
310
  </td>
304
311
  <td class="name"><code><p>指定矢量瓦片注记的渲染模式,仅在三维上有效;
@@ -308,81 +315,87 @@ off-screen: 使用矢量瓦片来绘制注记;
308
315
  </tr>
309
316
 
310
317
  <tr class="deep-level-0">
311
- <td class="name"><code><a href="MapVLayer.html#mapVOptions">mapVOptions</a></code></td>
318
+ <td class="name"><code><a href="#mapVOptions">mapVOptions</a></code></td>
312
319
  <td class="name">
313
320
  <code>
314
321
 
315
322
  <span class="param-type">Object</span>
316
323
 
317
324
 
325
+
318
326
  </code>
319
327
  </td>
320
328
  <td class="name"><code><p>mapV的构造参数</p></code></td>
321
329
  </tr>
322
330
 
323
331
  <tr class="deep-level-0">
324
- <td class="name"><code><a href="MapVLayer.html#mvtExtent">mvtExtent</a></code></td>
332
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
325
333
  <td class="name">
326
334
  <code>
327
335
 
328
336
  <span class="param-type">Number</span>
329
337
 
330
338
 
339
+
331
340
  </code>
332
341
  </td>
333
342
  <td class="name"><code><p>mvt矢量瓦片相对坐标范围,默认为4096,表示矢量瓦片相对坐标的范围为0到4096</p></code></td>
334
343
  </tr>
335
344
 
336
345
  <tr class="deep-level-0">
337
- <td class="name"><code><a href="MapVLayer.html#style">style</a></code></td>
346
+ <td class="name"><code><a href="#style">style</a></code></td>
338
347
  <td class="name">
339
348
  <code>
340
349
 
341
350
  <span class="param-type">Object</span>
342
351
 
343
352
 
353
+
344
354
  </code>
345
355
  </td>
346
356
  <td class="name"><code><p>矢量瓦片的mvt样式对象</p></code></td>
347
357
  </tr>
348
358
 
349
359
  <tr class="deep-level-0">
350
- <td class="name"><code><a href="MapVLayer.html#tileInfo">tileInfo</a></code></td>
360
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
351
361
  <td class="name">
352
362
  <code>
353
363
 
354
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
364
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
355
365
  |
356
366
 
357
367
  <span class="param-type">undefined</span>
358
368
 
359
369
 
370
+
360
371
  </code>
361
372
  </td>
362
373
  <td class="name"><code><p>瓦片切图信息</p></code></td>
363
374
  </tr>
364
375
 
365
376
  <tr class="deep-level-0">
366
- <td class="name"><code><a href="MapVLayer.html#type">type</a></code></td>
377
+ <td class="name"><code><a href="#type">type</a></code></td>
367
378
  <td class="name">
368
379
  <code>
369
380
 
370
381
  <span class="param-type">String</span>
371
382
 
372
383
 
384
+
373
385
  </code>
374
386
  </td>
375
387
  <td class="name"><code><p>图层类型</p></code></td>
376
388
  </tr>
377
389
 
378
390
  <tr class="deep-level-0">
379
- <td class="name"><code><a href="MapVLayer.html#url">url</a></code></td>
391
+ <td class="name"><code><a href="#url">url</a></code></td>
380
392
  <td class="name">
381
393
  <code>
382
394
 
383
395
  <span class="param-type">String</span>
384
396
 
385
397
 
398
+
386
399
  </code>
387
400
  </td>
388
401
  <td class="name"><code><p>矢量瓦片服务地址</p></code></td>
@@ -402,6 +415,7 @@ off-screen: 使用矢量瓦片来绘制注记;
402
415
  <span class="param-type">Array.&lt;String></span>
403
416
 
404
417
 
418
+
405
419
  </span>
406
420
 
407
421
  <h4 class="name" id="capabilities">
@@ -433,7 +447,7 @@ off-screen: 使用矢量瓦片来绘制注记;
433
447
 
434
448
  <dt class="inherited-from">Inherited From:</dt>
435
449
  <dd class="inherited-from"><ul class="dummy"><li>
436
- <a class="mapgis-link-name" title="VectorTileLayer#capabilities" VectorTileLayer.html#capabilities>VectorTileLayer#capabilities</a>
450
+ <a goto="capabilities" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#capabilities" VectorTileLayer.html#capabilities>VectorTileLayer#capabilities</a>
437
451
  </li></ul></dd>
438
452
 
439
453
 
@@ -474,21 +488,22 @@ off-screen: 使用矢量瓦片来绘制注记;
474
488
  <span class="method-parameter is-pulled-right">
475
489
  <label>类型:</label>
476
490
 
477
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
491
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
478
492
  |
479
493
 
480
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
494
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
481
495
  |
482
496
 
483
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
497
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
484
498
  |
485
499
 
486
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
500
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
487
501
  |
488
502
 
489
503
  <span class="param-type">null</span>
490
504
 
491
505
 
506
+
492
507
  </span>
493
508
 
494
509
  <h4 class="name" id="clippingArea">
@@ -520,7 +535,7 @@ off-screen: 使用矢量瓦片来绘制注记;
520
535
 
521
536
  <dt class="inherited-from">Inherited From:</dt>
522
537
  <dd class="inherited-from"><ul class="dummy"><li>
523
- <a class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
538
+ <a goto="clippingArea" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
524
539
  </li></ul></dd>
525
540
 
526
541
 
@@ -564,6 +579,7 @@ off-screen: 使用矢量瓦片来绘制注记;
564
579
  <span class="param-type">Object</span>
565
580
 
566
581
 
582
+
567
583
  </span>
568
584
 
569
585
  <h4 class="name" id="currentStyleInfo">
@@ -599,7 +615,7 @@ off-screen: 使用矢量瓦片来绘制注记;
599
615
 
600
616
  <dt class="inherited-from">Inherited From:</dt>
601
617
  <dd class="inherited-from"><ul class="dummy"><li>
602
- <a class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
618
+ <a goto="currentStyleInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
603
619
  </li></ul></dd>
604
620
 
605
621
 
@@ -643,6 +659,7 @@ off-screen: 使用矢量瓦片来绘制注记;
643
659
  <span class="param-type">Object</span>
644
660
 
645
661
 
662
+
646
663
  </span>
647
664
 
648
665
  <h4 class="name" id="data">
@@ -713,6 +730,7 @@ off-screen: 使用矢量瓦片来绘制注记;
713
730
  <span class="param-type">String</span>
714
731
 
715
732
 
733
+
716
734
  </span>
717
735
 
718
736
  <h4 class="name" id="labelsRenderMode">
@@ -747,7 +765,7 @@ off-screen: 使用矢量瓦片来绘制注记;
747
765
 
748
766
  <dt class="inherited-from">Inherited From:</dt>
749
767
  <dd class="inherited-from"><ul class="dummy"><li>
750
- <a class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
768
+ <a goto="labelsRenderMode" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
751
769
  </li></ul></dd>
752
770
 
753
771
 
@@ -791,6 +809,7 @@ off-screen: 使用矢量瓦片来绘制注记;
791
809
  <span class="param-type">Object</span>
792
810
 
793
811
 
812
+
794
813
  </span>
795
814
 
796
815
  <h4 class="name" id="mapVOptions">
@@ -861,6 +880,7 @@ off-screen: 使用矢量瓦片来绘制注记;
861
880
  <span class="param-type">Number</span>
862
881
 
863
882
 
883
+
864
884
  </span>
865
885
 
866
886
  <h4 class="name" id="mvtExtent">
@@ -892,7 +912,7 @@ off-screen: 使用矢量瓦片来绘制注记;
892
912
 
893
913
  <dt class="inherited-from">Inherited From:</dt>
894
914
  <dd class="inherited-from"><ul class="dummy"><li>
895
- <a class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
915
+ <a goto="mvtExtent" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
896
916
  </li></ul></dd>
897
917
 
898
918
 
@@ -941,6 +961,7 @@ off-screen: 使用矢量瓦片来绘制注记;
941
961
  <span class="param-type">Object</span>
942
962
 
943
963
 
964
+
944
965
  </span>
945
966
 
946
967
  <h4 class="name" id="style">
@@ -972,7 +993,7 @@ off-screen: 使用矢量瓦片来绘制注记;
972
993
 
973
994
  <dt class="inherited-from">Inherited From:</dt>
974
995
  <dd class="inherited-from"><ul class="dummy"><li>
975
- <a class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
996
+ <a goto="style" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
976
997
  </li></ul></dd>
977
998
 
978
999
 
@@ -1013,12 +1034,13 @@ off-screen: 使用矢量瓦片来绘制注记;
1013
1034
  <span class="method-parameter is-pulled-right">
1014
1035
  <label>类型:</label>
1015
1036
 
1016
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1037
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1017
1038
  |
1018
1039
 
1019
1040
  <span class="param-type">undefined</span>
1020
1041
 
1021
1042
 
1043
+
1022
1044
  </span>
1023
1045
 
1024
1046
  <h4 class="name" id="tileInfo">
@@ -1054,7 +1076,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1054
1076
 
1055
1077
  <dt class="inherited-from">Inherited From:</dt>
1056
1078
  <dd class="inherited-from"><ul class="dummy"><li>
1057
- <a class="mapgis-link-name" title="VectorTileLayer#tileInfo" VectorTileLayer.html#tileInfo>VectorTileLayer#tileInfo</a>
1079
+ <a goto="tileInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#tileInfo" VectorTileLayer.html#tileInfo>VectorTileLayer#tileInfo</a>
1058
1080
  </li></ul></dd>
1059
1081
 
1060
1082
 
@@ -1098,6 +1120,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1098
1120
  <span class="param-type">String</span>
1099
1121
 
1100
1122
 
1123
+
1101
1124
  </span>
1102
1125
 
1103
1126
  <h4 class="name" id="type">
@@ -1168,6 +1191,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1168
1191
  <span class="param-type">String</span>
1169
1192
 
1170
1193
 
1194
+
1171
1195
  </span>
1172
1196
 
1173
1197
  <h4 class="name" id="url">
@@ -1199,7 +1223,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1199
1223
 
1200
1224
  <dt class="inherited-from">Inherited From:</dt>
1201
1225
  <dd class="inherited-from"><ul class="dummy"><li>
1202
- <a class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1226
+ <a goto="url" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1203
1227
  </li></ul></dd>
1204
1228
 
1205
1229
 
@@ -1256,12 +1280,13 @@ off-screen: 使用矢量瓦片来绘制注记;
1256
1280
  <tbody>
1257
1281
 
1258
1282
  <tr class="deep-level-0">
1259
- <td class="name"><code><a href="MapVLayer.html#clone">clone</a></code></td>
1283
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1260
1284
  <td class="name">
1261
1285
  <code>
1262
1286
 
1263
1287
 
1264
- <span class="param-type"><a class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a></span>
1288
+ <span class="param-type"><a link="MapVLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a></span>
1289
+
1265
1290
 
1266
1291
 
1267
1292
 
@@ -1271,7 +1296,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1271
1296
  </tr>
1272
1297
 
1273
1298
  <tr class="deep-level-0">
1274
- <td class="name"><code><a href="MapVLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
1299
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
1275
1300
  <td class="name">
1276
1301
  <code>
1277
1302
 
@@ -1282,7 +1307,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1282
1307
  </tr>
1283
1308
 
1284
1309
  <tr class="deep-level-0">
1285
- <td class="name"><code><a href="MapVLayer.html#getExtendProperties">getExtendProperties</a></code></td>
1310
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
1286
1311
  <td class="name">
1287
1312
  <code>
1288
1313
 
@@ -1290,6 +1315,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1290
1315
  <span class="param-type">Any</span>
1291
1316
 
1292
1317
 
1318
+
1293
1319
 
1294
1320
  </code>
1295
1321
  </td>
@@ -1298,7 +1324,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1298
1324
  </tr>
1299
1325
 
1300
1326
  <tr class="deep-level-0">
1301
- <td class="name"><code><a href="MapVLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
1327
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
1302
1328
  <td class="name">
1303
1329
  <code>
1304
1330
 
@@ -1309,6 +1335,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1309
1335
  <span class="param-type">null</span>
1310
1336
 
1311
1337
 
1338
+
1312
1339
 
1313
1340
  </code>
1314
1341
  </td>
@@ -1317,7 +1344,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1317
1344
  </tr>
1318
1345
 
1319
1346
  <tr class="deep-level-0">
1320
- <td class="name"><code><a href="MapVLayer.html#getPaintProperties">getPaintProperties</a></code></td>
1347
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
1321
1348
  <td class="name">
1322
1349
  <code>
1323
1350
 
@@ -1328,6 +1355,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1328
1355
  <span class="param-type">null</span>
1329
1356
 
1330
1357
 
1358
+
1331
1359
 
1332
1360
  </code>
1333
1361
  </td>
@@ -1336,7 +1364,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1336
1364
  </tr>
1337
1365
 
1338
1366
  <tr class="deep-level-0">
1339
- <td class="name"><code><a href="MapVLayer.html#getStyleLayer">getStyleLayer</a></code></td>
1367
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
1340
1368
  <td class="name">
1341
1369
  <code>
1342
1370
 
@@ -1344,6 +1372,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1344
1372
  <span class="param-type">Object</span>
1345
1373
 
1346
1374
 
1375
+
1347
1376
 
1348
1377
  </code>
1349
1378
  </td>
@@ -1352,7 +1381,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1352
1381
  </tr>
1353
1382
 
1354
1383
  <tr class="deep-level-0">
1355
- <td class="name"><code><a href="MapVLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
1384
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
1356
1385
  <td class="name">
1357
1386
  <code>
1358
1387
 
@@ -1360,6 +1389,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1360
1389
  <span class="param-type">String</span>
1361
1390
 
1362
1391
 
1392
+
1363
1393
 
1364
1394
  </code>
1365
1395
  </td>
@@ -1368,7 +1398,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1368
1398
  </tr>
1369
1399
 
1370
1400
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="MapVLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1401
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1372
1402
  <td class="name">
1373
1403
  <code>
1374
1404
 
@@ -1376,6 +1406,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1376
1406
  <span class="param-type">Number</span>
1377
1407
 
1378
1408
 
1409
+
1379
1410
 
1380
1411
  </code>
1381
1412
  </td>
@@ -1384,7 +1415,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1384
1415
  </tr>
1385
1416
 
1386
1417
  <tr class="deep-level-0">
1387
- <td class="name"><code><a href="MapVLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1418
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1388
1419
  <td class="name">
1389
1420
  <code>
1390
1421
 
@@ -1392,6 +1423,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1392
1423
  <span class="param-type">Boolean</span>
1393
1424
 
1394
1425
 
1426
+
1395
1427
 
1396
1428
  </code>
1397
1429
  </td>
@@ -1400,7 +1432,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1400
1432
  </tr>
1401
1433
 
1402
1434
  <tr class="deep-level-0">
1403
- <td class="name"><code><a href="MapVLayer.html#setExtendProperties">setExtendProperties</a></code></td>
1435
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
1404
1436
  <td class="name">
1405
1437
  <code>
1406
1438
 
@@ -1411,7 +1443,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1411
1443
  </tr>
1412
1444
 
1413
1445
  <tr class="deep-level-0">
1414
- <td class="name"><code><a href="MapVLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
1446
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
1415
1447
  <td class="name">
1416
1448
  <code>
1417
1449
 
@@ -1422,7 +1454,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1422
1454
  </tr>
1423
1455
 
1424
1456
  <tr class="deep-level-0">
1425
- <td class="name"><code><a href="MapVLayer.html#setPaintProperties">setPaintProperties</a></code></td>
1457
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
1426
1458
  <td class="name">
1427
1459
  <code>
1428
1460
 
@@ -1433,7 +1465,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1433
1465
  </tr>
1434
1466
 
1435
1467
  <tr class="deep-level-0">
1436
- <td class="name"><code><a href="MapVLayer.html#setStyleLayer">setStyleLayer</a></code></td>
1468
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
1437
1469
  <td class="name">
1438
1470
  <code>
1439
1471
 
@@ -1444,7 +1476,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1444
1476
  </tr>
1445
1477
 
1446
1478
  <tr class="deep-level-0">
1447
- <td class="name"><code><a href="MapVLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1479
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1448
1480
  <td class="name">
1449
1481
  <code>
1450
1482
 
@@ -1455,7 +1487,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1455
1487
  </tr>
1456
1488
 
1457
1489
  <tr class="deep-level-0">
1458
- <td class="name"><code><a href="MapVLayer.html#toJSON">toJSON</a></code></td>
1490
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1459
1491
  <td class="name">
1460
1492
  <code>
1461
1493
 
@@ -1463,6 +1495,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1463
1495
  <span class="param-type">Object</span>
1464
1496
 
1465
1497
 
1498
+
1466
1499
 
1467
1500
  </code>
1468
1501
  </td>
@@ -1577,7 +1610,8 @@ off-screen: 使用矢量瓦片来绘制注记;
1577
1610
  <div class='column is-5 has-text-left'>
1578
1611
  <label>类型: </label>
1579
1612
 
1580
- <span class="param-type"><a class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a></span>
1613
+ <span class="param-type"><a link="MapVLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a></span>
1614
+
1581
1615
 
1582
1616
 
1583
1617
  </div>
@@ -1658,6 +1692,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1658
1692
  <span class="param-type">String</span>
1659
1693
 
1660
1694
 
1695
+
1661
1696
 
1662
1697
  </td>
1663
1698
 
@@ -1687,7 +1722,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1687
1722
 
1688
1723
  <dt class="inherited-from">Inherited From:</dt>
1689
1724
  <dd class="inherited-from"><ul class="dummy"><li>
1690
- <a class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
1725
+ <a goto="deleteStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
1691
1726
  </li></ul></dd>
1692
1727
 
1693
1728
 
@@ -1804,6 +1839,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1804
1839
  <span class="param-type">String</span>
1805
1840
 
1806
1841
 
1842
+
1807
1843
 
1808
1844
  </td>
1809
1845
 
@@ -1828,6 +1864,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1828
1864
  <span class="param-type">String</span>
1829
1865
 
1830
1866
 
1867
+
1831
1868
 
1832
1869
  </td>
1833
1870
 
@@ -1857,7 +1894,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1857
1894
 
1858
1895
  <dt class="inherited-from">Inherited From:</dt>
1859
1896
  <dd class="inherited-from"><ul class="dummy"><li>
1860
- <a class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
1897
+ <a goto="getExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
1861
1898
  </li></ul></dd>
1862
1899
 
1863
1900
 
@@ -1921,6 +1958,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1921
1958
  <span class="param-type">Any</span>
1922
1959
 
1923
1960
 
1961
+
1924
1962
  </div>
1925
1963
 
1926
1964
  </div>
@@ -1999,6 +2037,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1999
2037
  <span class="param-type">String</span>
2000
2038
 
2001
2039
 
2040
+
2002
2041
 
2003
2042
  </td>
2004
2043
 
@@ -2028,7 +2067,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2028
2067
 
2029
2068
  <dt class="inherited-from">Inherited From:</dt>
2030
2069
  <dd class="inherited-from"><ul class="dummy"><li>
2031
- <a class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2070
+ <a goto="getLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2032
2071
  </li></ul></dd>
2033
2072
 
2034
2073
 
@@ -2095,6 +2134,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2095
2134
  <span class="param-type">null</span>
2096
2135
 
2097
2136
 
2137
+
2098
2138
  </div>
2099
2139
 
2100
2140
  </div>
@@ -2173,6 +2213,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2173
2213
  <span class="param-type">String</span>
2174
2214
 
2175
2215
 
2216
+
2176
2217
 
2177
2218
  </td>
2178
2219
 
@@ -2202,7 +2243,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2202
2243
 
2203
2244
  <dt class="inherited-from">Inherited From:</dt>
2204
2245
  <dd class="inherited-from"><ul class="dummy"><li>
2205
- <a class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
2246
+ <a goto="getPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
2206
2247
  </li></ul></dd>
2207
2248
 
2208
2249
 
@@ -2269,6 +2310,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2269
2310
  <span class="param-type">null</span>
2270
2311
 
2271
2312
 
2313
+
2272
2314
  </div>
2273
2315
 
2274
2316
  </div>
@@ -2347,6 +2389,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2347
2389
  <span class="param-type">String</span>
2348
2390
 
2349
2391
 
2392
+
2350
2393
 
2351
2394
  </td>
2352
2395
 
@@ -2376,7 +2419,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2376
2419
 
2377
2420
  <dt class="inherited-from">Inherited From:</dt>
2378
2421
  <dd class="inherited-from"><ul class="dummy"><li>
2379
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
2422
+ <a goto="getStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
2380
2423
  </li></ul></dd>
2381
2424
 
2382
2425
 
@@ -2440,6 +2483,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2440
2483
  <span class="param-type">Object</span>
2441
2484
 
2442
2485
 
2486
+
2443
2487
  </div>
2444
2488
 
2445
2489
  </div>
@@ -2518,6 +2562,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2518
2562
  <span class="param-type">Number</span>
2519
2563
 
2520
2564
 
2565
+
2521
2566
 
2522
2567
  </td>
2523
2568
 
@@ -2547,7 +2592,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2547
2592
 
2548
2593
  <dt class="inherited-from">Inherited From:</dt>
2549
2594
  <dd class="inherited-from"><ul class="dummy"><li>
2550
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
2595
+ <a goto="getStyleLayerId" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
2551
2596
  </li></ul></dd>
2552
2597
 
2553
2598
 
@@ -2611,6 +2656,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2611
2656
  <span class="param-type">String</span>
2612
2657
 
2613
2658
 
2659
+
2614
2660
  </div>
2615
2661
 
2616
2662
  </div>
@@ -2689,6 +2735,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2689
2735
  <span class="param-type">String</span>
2690
2736
 
2691
2737
 
2738
+
2692
2739
 
2693
2740
  </td>
2694
2741
 
@@ -2718,7 +2765,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2718
2765
 
2719
2766
  <dt class="inherited-from">Inherited From:</dt>
2720
2767
  <dd class="inherited-from"><ul class="dummy"><li>
2721
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
2768
+ <a goto="getStyleLayerIndex" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
2722
2769
  </li></ul></dd>
2723
2770
 
2724
2771
 
@@ -2782,6 +2829,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2782
2829
  <span class="param-type">Number</span>
2783
2830
 
2784
2831
 
2832
+
2785
2833
  </div>
2786
2834
 
2787
2835
  </div>
@@ -2860,6 +2908,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2860
2908
  <span class="param-type">String</span>
2861
2909
 
2862
2910
 
2911
+
2863
2912
 
2864
2913
  </td>
2865
2914
 
@@ -2889,7 +2938,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2889
2938
 
2890
2939
  <dt class="inherited-from">Inherited From:</dt>
2891
2940
  <dd class="inherited-from"><ul class="dummy"><li>
2892
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
2941
+ <a goto="getStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
2893
2942
  </li></ul></dd>
2894
2943
 
2895
2944
 
@@ -2953,6 +3002,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2953
3002
  <span class="param-type">Boolean</span>
2954
3003
 
2955
3004
 
3005
+
2956
3006
  </div>
2957
3007
 
2958
3008
  </div>
@@ -3031,6 +3081,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3031
3081
  <span class="param-type">String</span>
3032
3082
 
3033
3083
 
3084
+
3034
3085
 
3035
3086
  </td>
3036
3087
 
@@ -3055,6 +3106,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3055
3106
  <span class="param-type">String</span>
3056
3107
 
3057
3108
 
3109
+
3058
3110
 
3059
3111
  </td>
3060
3112
 
@@ -3079,6 +3131,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3079
3131
  <span class="param-type">Any</span>
3080
3132
 
3081
3133
 
3134
+
3082
3135
 
3083
3136
  </td>
3084
3137
 
@@ -3108,7 +3161,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3108
3161
 
3109
3162
  <dt class="inherited-from">Inherited From:</dt>
3110
3163
  <dd class="inherited-from"><ul class="dummy"><li>
3111
- <a class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
3164
+ <a goto="setExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
3112
3165
  </li></ul></dd>
3113
3166
 
3114
3167
 
@@ -3225,6 +3278,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3225
3278
  <span class="param-type">String</span>
3226
3279
 
3227
3280
 
3281
+
3228
3282
 
3229
3283
  </td>
3230
3284
 
@@ -3249,6 +3303,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3249
3303
  <span class="param-type">Object</span>
3250
3304
 
3251
3305
 
3306
+
3252
3307
 
3253
3308
  </td>
3254
3309
 
@@ -3278,7 +3333,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3278
3333
 
3279
3334
  <dt class="inherited-from">Inherited From:</dt>
3280
3335
  <dd class="inherited-from"><ul class="dummy"><li>
3281
- <a class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
3336
+ <a goto="setLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
3282
3337
  </li></ul></dd>
3283
3338
 
3284
3339
 
@@ -3395,6 +3450,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3395
3450
  <span class="param-type">String</span>
3396
3451
 
3397
3452
 
3453
+
3398
3454
 
3399
3455
  </td>
3400
3456
 
@@ -3419,6 +3475,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3419
3475
  <span class="param-type">Object</span>
3420
3476
 
3421
3477
 
3478
+
3422
3479
 
3423
3480
  </td>
3424
3481
 
@@ -3448,7 +3505,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3448
3505
 
3449
3506
  <dt class="inherited-from">Inherited From:</dt>
3450
3507
  <dd class="inherited-from"><ul class="dummy"><li>
3451
- <a class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
3508
+ <a goto="setPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
3452
3509
  </li></ul></dd>
3453
3510
 
3454
3511
 
@@ -3565,6 +3622,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3565
3622
  <span class="param-type">Object</span>
3566
3623
 
3567
3624
 
3625
+
3568
3626
 
3569
3627
  </td>
3570
3628
 
@@ -3589,6 +3647,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3589
3647
  <span class="param-type">String</span>
3590
3648
 
3591
3649
 
3650
+
3592
3651
 
3593
3652
  </td>
3594
3653
 
@@ -3618,7 +3677,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3618
3677
 
3619
3678
  <dt class="inherited-from">Inherited From:</dt>
3620
3679
  <dd class="inherited-from"><ul class="dummy"><li>
3621
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
3680
+ <a goto="setStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
3622
3681
  </li></ul></dd>
3623
3682
 
3624
3683
 
@@ -3735,6 +3794,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3735
3794
  <span class="param-type">String</span>
3736
3795
 
3737
3796
 
3797
+
3738
3798
 
3739
3799
  </td>
3740
3800
 
@@ -3759,6 +3819,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3759
3819
  <span class="param-type">Boolean</span>
3760
3820
 
3761
3821
 
3822
+
3762
3823
 
3763
3824
  </td>
3764
3825
 
@@ -3788,7 +3849,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3788
3849
 
3789
3850
  <dt class="inherited-from">Inherited From:</dt>
3790
3851
  <dd class="inherited-from"><ul class="dummy"><li>
3791
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
3852
+ <a goto="setStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
3792
3853
  </li></ul></dd>
3793
3854
 
3794
3855
 
@@ -3948,6 +4009,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3948
4009
  <span class="param-type">Object</span>
3949
4010
 
3950
4011
 
4012
+
3951
4013
  </div>
3952
4014
 
3953
4015
  </div>