@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="mapVOptions"><code>mapVOptions</code></td>
101
+ <td class="name"><code>mapVOptions</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">Object</span>
107
+ <span class="param-type">
108
+
109
+ Object
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -196,7 +206,7 @@
196
206
 
197
207
 
198
208
  <ul>
199
- <li><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
209
+ <li><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
200
210
  </ul>
201
211
 
202
212
 
@@ -228,11 +238,16 @@
228
238
  <tbody>
229
239
 
230
240
  <tr class="deep-level-0">
231
- <td class="name"><code><a href="MapVLayer.html#capabilities">capabilities</a></code></td>
241
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
232
242
  <td class="name">
233
243
  <code>
234
244
 
235
- <span class="param-type">Array.&lt;String></span>
245
+ <span class="param-type">
246
+
247
+ Array.&lt;String>
248
+
249
+ </span>
250
+
236
251
 
237
252
 
238
253
  </code>
@@ -241,23 +256,44 @@
241
256
  </tr>
242
257
 
243
258
  <tr class="deep-level-0">
244
- <td class="name"><code><a href="MapVLayer.html#clippingArea">clippingArea</a></code></td>
259
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
245
260
  <td class="name">
246
261
  <code>
247
262
 
248
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
263
+ <span class="param-type">
264
+
265
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
266
+
267
+ </span>
249
268
  |
250
269
 
251
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
270
+ <span class="param-type">
271
+
272
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
273
+
274
+ </span>
252
275
  |
253
276
 
254
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
277
+ <span class="param-type">
278
+
279
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
280
+
281
+ </span>
255
282
  |
256
283
 
257
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
284
+ <span class="param-type">
285
+
286
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
287
+
288
+ </span>
258
289
  |
259
290
 
260
- <span class="param-type">null</span>
291
+ <span class="param-type">
292
+
293
+ null
294
+
295
+ </span>
296
+
261
297
 
262
298
 
263
299
  </code>
@@ -266,11 +302,16 @@
266
302
  </tr>
267
303
 
268
304
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="MapVLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
305
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
270
306
  <td class="name">
271
307
  <code>
272
308
 
273
- <span class="param-type">Object</span>
309
+ <span class="param-type">
310
+
311
+ Object
312
+
313
+ </span>
314
+
274
315
 
275
316
 
276
317
  </code>
@@ -279,11 +320,16 @@
279
320
  </tr>
280
321
 
281
322
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="MapVLayer.html#data">data</a></code></td>
323
+ <td class="name"><code><a href="#data">data</a></code></td>
283
324
  <td class="name">
284
325
  <code>
285
326
 
286
- <span class="param-type">Object</span>
327
+ <span class="param-type">
328
+
329
+ Object
330
+
331
+ </span>
332
+
287
333
 
288
334
 
289
335
  </code>
@@ -292,11 +338,16 @@
292
338
  </tr>
293
339
 
294
340
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="MapVLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
341
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
296
342
  <td class="name">
297
343
  <code>
298
344
 
299
- <span class="param-type">String</span>
345
+ <span class="param-type">
346
+
347
+ String
348
+
349
+ </span>
350
+
300
351
 
301
352
 
302
353
  </code>
@@ -308,11 +359,16 @@ off-screen: 使用矢量瓦片来绘制注记;
308
359
  </tr>
309
360
 
310
361
  <tr class="deep-level-0">
311
- <td class="name"><code><a href="MapVLayer.html#mapVOptions">mapVOptions</a></code></td>
362
+ <td class="name"><code><a href="#mapVOptions">mapVOptions</a></code></td>
312
363
  <td class="name">
313
364
  <code>
314
365
 
315
- <span class="param-type">Object</span>
366
+ <span class="param-type">
367
+
368
+ Object
369
+
370
+ </span>
371
+
316
372
 
317
373
 
318
374
  </code>
@@ -321,11 +377,16 @@ off-screen: 使用矢量瓦片来绘制注记;
321
377
  </tr>
322
378
 
323
379
  <tr class="deep-level-0">
324
- <td class="name"><code><a href="MapVLayer.html#mvtExtent">mvtExtent</a></code></td>
380
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
325
381
  <td class="name">
326
382
  <code>
327
383
 
328
- <span class="param-type">Number</span>
384
+ <span class="param-type">
385
+
386
+ Number
387
+
388
+ </span>
389
+
329
390
 
330
391
 
331
392
  </code>
@@ -334,11 +395,16 @@ off-screen: 使用矢量瓦片来绘制注记;
334
395
  </tr>
335
396
 
336
397
  <tr class="deep-level-0">
337
- <td class="name"><code><a href="MapVLayer.html#style">style</a></code></td>
398
+ <td class="name"><code><a href="#style">style</a></code></td>
338
399
  <td class="name">
339
400
  <code>
340
401
 
341
- <span class="param-type">Object</span>
402
+ <span class="param-type">
403
+
404
+ Object
405
+
406
+ </span>
407
+
342
408
 
343
409
 
344
410
  </code>
@@ -347,14 +413,23 @@ off-screen: 使用矢量瓦片来绘制注记;
347
413
  </tr>
348
414
 
349
415
  <tr class="deep-level-0">
350
- <td class="name"><code><a href="MapVLayer.html#tileInfo">tileInfo</a></code></td>
416
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
351
417
  <td class="name">
352
418
  <code>
353
419
 
354
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
420
+ <span class="param-type">
421
+
422
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
423
+
424
+ </span>
355
425
  |
356
426
 
357
- <span class="param-type">undefined</span>
427
+ <span class="param-type">
428
+
429
+ undefined
430
+
431
+ </span>
432
+
358
433
 
359
434
 
360
435
  </code>
@@ -363,11 +438,16 @@ off-screen: 使用矢量瓦片来绘制注记;
363
438
  </tr>
364
439
 
365
440
  <tr class="deep-level-0">
366
- <td class="name"><code><a href="MapVLayer.html#type">type</a></code></td>
441
+ <td class="name"><code><a href="#type">type</a></code></td>
367
442
  <td class="name">
368
443
  <code>
369
444
 
370
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
450
+
371
451
 
372
452
 
373
453
  </code>
@@ -376,11 +456,16 @@ off-screen: 使用矢量瓦片来绘制注记;
376
456
  </tr>
377
457
 
378
458
  <tr class="deep-level-0">
379
- <td class="name"><code><a href="MapVLayer.html#url">url</a></code></td>
459
+ <td class="name"><code><a href="#url">url</a></code></td>
380
460
  <td class="name">
381
461
  <code>
382
462
 
383
- <span class="param-type">String</span>
463
+ <span class="param-type">
464
+
465
+ String
466
+
467
+ </span>
468
+
384
469
 
385
470
 
386
471
  </code>
@@ -399,7 +484,12 @@ off-screen: 使用矢量瓦片来绘制注记;
399
484
  <span class="method-parameter is-pulled-right">
400
485
  <label>类型:</label>
401
486
 
402
- <span class="param-type">Array.&lt;String></span>
487
+ <span class="param-type">
488
+
489
+ Array.&lt;String>
490
+
491
+ </span>
492
+
403
493
 
404
494
 
405
495
  </span>
@@ -433,7 +523,7 @@ off-screen: 使用矢量瓦片来绘制注记;
433
523
 
434
524
  <dt class="inherited-from">Inherited From:</dt>
435
525
  <dd class="inherited-from"><ul class="dummy"><li>
436
- <a class="mapgis-link-name" title="VectorTileLayer#capabilities" VectorTileLayer.html#capabilities>VectorTileLayer#capabilities</a>
526
+ <a goto="capabilities" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#capabilities" VectorTileLayer.html#capabilities>VectorTileLayer#capabilities</a>
437
527
  </li></ul></dd>
438
528
 
439
529
 
@@ -474,19 +564,40 @@ off-screen: 使用矢量瓦片来绘制注记;
474
564
  <span class="method-parameter is-pulled-right">
475
565
  <label>类型:</label>
476
566
 
477
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
567
+ <span class="param-type">
568
+
569
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
570
+
571
+ </span>
478
572
  |
479
573
 
480
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
574
+ <span class="param-type">
575
+
576
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
577
+
578
+ </span>
481
579
  |
482
580
 
483
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
581
+ <span class="param-type">
582
+
583
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
584
+
585
+ </span>
484
586
  |
485
587
 
486
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
588
+ <span class="param-type">
589
+
590
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
591
+
592
+ </span>
487
593
  |
488
594
 
489
- <span class="param-type">null</span>
595
+ <span class="param-type">
596
+
597
+ null
598
+
599
+ </span>
600
+
490
601
 
491
602
 
492
603
  </span>
@@ -520,7 +631,7 @@ off-screen: 使用矢量瓦片来绘制注记;
520
631
 
521
632
  <dt class="inherited-from">Inherited From:</dt>
522
633
  <dd class="inherited-from"><ul class="dummy"><li>
523
- <a class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
634
+ <a goto="clippingArea" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
524
635
  </li></ul></dd>
525
636
 
526
637
 
@@ -561,7 +672,12 @@ off-screen: 使用矢量瓦片来绘制注记;
561
672
  <span class="method-parameter is-pulled-right">
562
673
  <label>类型:</label>
563
674
 
564
- <span class="param-type">Object</span>
675
+ <span class="param-type">
676
+
677
+ Object
678
+
679
+ </span>
680
+
565
681
 
566
682
 
567
683
  </span>
@@ -599,7 +715,7 @@ off-screen: 使用矢量瓦片来绘制注记;
599
715
 
600
716
  <dt class="inherited-from">Inherited From:</dt>
601
717
  <dd class="inherited-from"><ul class="dummy"><li>
602
- <a class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
718
+ <a goto="currentStyleInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
603
719
  </li></ul></dd>
604
720
 
605
721
 
@@ -640,7 +756,12 @@ off-screen: 使用矢量瓦片来绘制注记;
640
756
  <span class="method-parameter is-pulled-right">
641
757
  <label>类型:</label>
642
758
 
643
- <span class="param-type">Object</span>
759
+ <span class="param-type">
760
+
761
+ Object
762
+
763
+ </span>
764
+
644
765
 
645
766
 
646
767
  </span>
@@ -710,7 +831,12 @@ off-screen: 使用矢量瓦片来绘制注记;
710
831
  <span class="method-parameter is-pulled-right">
711
832
  <label>类型:</label>
712
833
 
713
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
839
+
714
840
 
715
841
 
716
842
  </span>
@@ -747,7 +873,7 @@ off-screen: 使用矢量瓦片来绘制注记;
747
873
 
748
874
  <dt class="inherited-from">Inherited From:</dt>
749
875
  <dd class="inherited-from"><ul class="dummy"><li>
750
- <a class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
876
+ <a goto="labelsRenderMode" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
751
877
  </li></ul></dd>
752
878
 
753
879
 
@@ -788,7 +914,12 @@ off-screen: 使用矢量瓦片来绘制注记;
788
914
  <span class="method-parameter is-pulled-right">
789
915
  <label>类型:</label>
790
916
 
791
- <span class="param-type">Object</span>
917
+ <span class="param-type">
918
+
919
+ Object
920
+
921
+ </span>
922
+
792
923
 
793
924
 
794
925
  </span>
@@ -858,7 +989,12 @@ off-screen: 使用矢量瓦片来绘制注记;
858
989
  <span class="method-parameter is-pulled-right">
859
990
  <label>类型:</label>
860
991
 
861
- <span class="param-type">Number</span>
992
+ <span class="param-type">
993
+
994
+ Number
995
+
996
+ </span>
997
+
862
998
 
863
999
 
864
1000
  </span>
@@ -892,7 +1028,7 @@ off-screen: 使用矢量瓦片来绘制注记;
892
1028
 
893
1029
  <dt class="inherited-from">Inherited From:</dt>
894
1030
  <dd class="inherited-from"><ul class="dummy"><li>
895
- <a class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1031
+ <a goto="mvtExtent" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
896
1032
  </li></ul></dd>
897
1033
 
898
1034
 
@@ -938,7 +1074,12 @@ off-screen: 使用矢量瓦片来绘制注记;
938
1074
  <span class="method-parameter is-pulled-right">
939
1075
  <label>类型:</label>
940
1076
 
941
- <span class="param-type">Object</span>
1077
+ <span class="param-type">
1078
+
1079
+ Object
1080
+
1081
+ </span>
1082
+
942
1083
 
943
1084
 
944
1085
  </span>
@@ -972,7 +1113,7 @@ off-screen: 使用矢量瓦片来绘制注记;
972
1113
 
973
1114
  <dt class="inherited-from">Inherited From:</dt>
974
1115
  <dd class="inherited-from"><ul class="dummy"><li>
975
- <a class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1116
+ <a goto="style" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
976
1117
  </li></ul></dd>
977
1118
 
978
1119
 
@@ -1013,10 +1154,19 @@ off-screen: 使用矢量瓦片来绘制注记;
1013
1154
  <span class="method-parameter is-pulled-right">
1014
1155
  <label>类型:</label>
1015
1156
 
1016
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1157
+ <span class="param-type">
1158
+
1159
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1160
+
1161
+ </span>
1017
1162
  |
1018
1163
 
1019
- <span class="param-type">undefined</span>
1164
+ <span class="param-type">
1165
+
1166
+ undefined
1167
+
1168
+ </span>
1169
+
1020
1170
 
1021
1171
 
1022
1172
  </span>
@@ -1054,7 +1204,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1054
1204
 
1055
1205
  <dt class="inherited-from">Inherited From:</dt>
1056
1206
  <dd class="inherited-from"><ul class="dummy"><li>
1057
- <a class="mapgis-link-name" title="VectorTileLayer#tileInfo" VectorTileLayer.html#tileInfo>VectorTileLayer#tileInfo</a>
1207
+ <a goto="tileInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#tileInfo" VectorTileLayer.html#tileInfo>VectorTileLayer#tileInfo</a>
1058
1208
  </li></ul></dd>
1059
1209
 
1060
1210
 
@@ -1095,7 +1245,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1095
1245
  <span class="method-parameter is-pulled-right">
1096
1246
  <label>类型:</label>
1097
1247
 
1098
- <span class="param-type">String</span>
1248
+ <span class="param-type">
1249
+
1250
+ String
1251
+
1252
+ </span>
1253
+
1099
1254
 
1100
1255
 
1101
1256
  </span>
@@ -1165,7 +1320,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1165
1320
  <span class="method-parameter is-pulled-right">
1166
1321
  <label>类型:</label>
1167
1322
 
1168
- <span class="param-type">String</span>
1323
+ <span class="param-type">
1324
+
1325
+ String
1326
+
1327
+ </span>
1328
+
1169
1329
 
1170
1330
 
1171
1331
  </span>
@@ -1199,7 +1359,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1199
1359
 
1200
1360
  <dt class="inherited-from">Inherited From:</dt>
1201
1361
  <dd class="inherited-from"><ul class="dummy"><li>
1202
- <a class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1362
+ <a goto="url" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
1203
1363
  </li></ul></dd>
1204
1364
 
1205
1365
 
@@ -1256,12 +1416,17 @@ off-screen: 使用矢量瓦片来绘制注记;
1256
1416
  <tbody>
1257
1417
 
1258
1418
  <tr class="deep-level-0">
1259
- <td class="name"><code><a href="MapVLayer.html#clone">clone</a></code></td>
1419
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1260
1420
  <td class="name">
1261
1421
  <code>
1262
1422
 
1263
1423
 
1264
- <span class="param-type"><a class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a></span>
1424
+ <span class="param-type">
1425
+
1426
+ <a link="MapVLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a>
1427
+
1428
+ </span>
1429
+
1265
1430
 
1266
1431
 
1267
1432
 
@@ -1271,196 +1436,232 @@ off-screen: 使用矢量瓦片来绘制注记;
1271
1436
  </tr>
1272
1437
 
1273
1438
  <tr class="deep-level-0">
1274
- <td class="name"><code><a href="MapVLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
1439
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
1275
1440
  <td class="name">
1276
1441
  <code>
1277
1442
 
1278
1443
  </code>
1279
1444
  </td>
1280
- <td class="name"><code><a id='deleteStyleLayer'/>
1281
- 删除样式图层</code></td>
1445
+ <td class="name"><code></code></td>
1282
1446
  </tr>
1283
1447
 
1284
1448
  <tr class="deep-level-0">
1285
- <td class="name"><code><a href="MapVLayer.html#getExtendProperties">getExtendProperties</a></code></td>
1449
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
1286
1450
  <td class="name">
1287
1451
  <code>
1288
1452
 
1289
1453
 
1290
- <span class="param-type">Any</span>
1454
+ <span class="param-type">
1455
+
1456
+ Any
1457
+
1458
+ </span>
1459
+
1291
1460
 
1292
1461
 
1293
1462
 
1294
1463
  </code>
1295
1464
  </td>
1296
- <td class="name"><code><a id='getExtendProperties'/>
1297
- 获取样式图层的额外属性</code></td>
1465
+ <td class="name"><code></code></td>
1298
1466
  </tr>
1299
1467
 
1300
1468
  <tr class="deep-level-0">
1301
- <td class="name"><code><a href="MapVLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
1469
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
1302
1470
  <td class="name">
1303
1471
  <code>
1304
1472
 
1305
1473
 
1306
- <span class="param-type">Object</span>
1474
+ <span class="param-type">
1475
+
1476
+ Object
1477
+
1478
+ </span>
1307
1479
  |
1308
1480
 
1309
- <span class="param-type">null</span>
1481
+ <span class="param-type">
1482
+
1483
+ null
1484
+
1485
+ </span>
1486
+
1310
1487
 
1311
1488
 
1312
1489
 
1313
1490
  </code>
1314
1491
  </td>
1315
- <td class="name"><code><a id='getLayoutProperties'/>
1316
- 获取样式图层布局属性</code></td>
1492
+ <td class="name"><code></code></td>
1317
1493
  </tr>
1318
1494
 
1319
1495
  <tr class="deep-level-0">
1320
- <td class="name"><code><a href="MapVLayer.html#getPaintProperties">getPaintProperties</a></code></td>
1496
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
1321
1497
  <td class="name">
1322
1498
  <code>
1323
1499
 
1324
1500
 
1325
- <span class="param-type">Object</span>
1501
+ <span class="param-type">
1502
+
1503
+ Object
1504
+
1505
+ </span>
1326
1506
  |
1327
1507
 
1328
- <span class="param-type">null</span>
1508
+ <span class="param-type">
1509
+
1510
+ null
1511
+
1512
+ </span>
1513
+
1329
1514
 
1330
1515
 
1331
1516
 
1332
1517
  </code>
1333
1518
  </td>
1334
- <td class="name"><code><a id='getPaintProperties'/>
1335
- 获取样式图层绘制属性</code></td>
1519
+ <td class="name"><code></code></td>
1336
1520
  </tr>
1337
1521
 
1338
1522
  <tr class="deep-level-0">
1339
- <td class="name"><code><a href="MapVLayer.html#getStyleLayer">getStyleLayer</a></code></td>
1523
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
1340
1524
  <td class="name">
1341
1525
  <code>
1342
1526
 
1343
1527
 
1344
- <span class="param-type">Object</span>
1528
+ <span class="param-type">
1529
+
1530
+ Object
1531
+
1532
+ </span>
1533
+
1345
1534
 
1346
1535
 
1347
1536
 
1348
1537
  </code>
1349
1538
  </td>
1350
- <td class="name"><code><a id='getStyleLayer'/>
1351
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
1539
+ <td class="name"><code></code></td>
1352
1540
  </tr>
1353
1541
 
1354
1542
  <tr class="deep-level-0">
1355
- <td class="name"><code><a href="MapVLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
1543
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
1356
1544
  <td class="name">
1357
1545
  <code>
1358
1546
 
1359
1547
 
1360
- <span class="param-type">String</span>
1548
+ <span class="param-type">
1549
+
1550
+ String
1551
+
1552
+ </span>
1553
+
1361
1554
 
1362
1555
 
1363
1556
 
1364
1557
  </code>
1365
1558
  </td>
1366
- <td class="name"><code><a id='getStyleLayerIndex'/>
1367
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
1559
+ <td class="name"><code></code></td>
1368
1560
  </tr>
1369
1561
 
1370
1562
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="MapVLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1563
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
1372
1564
  <td class="name">
1373
1565
  <code>
1374
1566
 
1375
1567
 
1376
- <span class="param-type">Number</span>
1568
+ <span class="param-type">
1569
+
1570
+ Number
1571
+
1572
+ </span>
1573
+
1377
1574
 
1378
1575
 
1379
1576
 
1380
1577
  </code>
1381
1578
  </td>
1382
- <td class="name"><code><a id='getStyleLayerIndex'/>
1383
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
1579
+ <td class="name"><code></code></td>
1384
1580
  </tr>
1385
1581
 
1386
1582
  <tr class="deep-level-0">
1387
- <td class="name"><code><a href="MapVLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1583
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
1388
1584
  <td class="name">
1389
1585
  <code>
1390
1586
 
1391
1587
 
1392
- <span class="param-type">Boolean</span>
1588
+ <span class="param-type">
1589
+
1590
+ Boolean
1591
+
1592
+ </span>
1593
+
1393
1594
 
1394
1595
 
1395
1596
 
1396
1597
  </code>
1397
1598
  </td>
1398
1599
  <td class="name"><code><p>获取样式图层可见性
1399
- <a id='getStyleLayerVisibility'/></p></code></td>
1600
+ </code></td>
1400
1601
  </tr>
1401
1602
 
1402
1603
  <tr class="deep-level-0">
1403
- <td class="name"><code><a href="MapVLayer.html#setExtendProperties">setExtendProperties</a></code></td>
1604
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
1404
1605
  <td class="name">
1405
1606
  <code>
1406
1607
 
1407
1608
  </code>
1408
1609
  </td>
1409
- <td class="name"><code><a id='setExtendProperties'/>
1410
- 设置样式图层的额外属性</code></td>
1610
+ <td class="name"><code></code></td>
1411
1611
  </tr>
1412
1612
 
1413
1613
  <tr class="deep-level-0">
1414
- <td class="name"><code><a href="MapVLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
1614
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
1415
1615
  <td class="name">
1416
1616
  <code>
1417
1617
 
1418
1618
  </code>
1419
1619
  </td>
1420
- <td class="name"><code><a id='setLayoutProperties'/>
1421
- 设置样式图层布局属性</code></td>
1620
+ <td class="name"><code></code></td>
1422
1621
  </tr>
1423
1622
 
1424
1623
  <tr class="deep-level-0">
1425
- <td class="name"><code><a href="MapVLayer.html#setPaintProperties">setPaintProperties</a></code></td>
1624
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
1426
1625
  <td class="name">
1427
1626
  <code>
1428
1627
 
1429
1628
  </code>
1430
1629
  </td>
1431
- <td class="name"><code><a id='setPaintProperties'/>
1432
- 设置样式图层绘制属性</code></td>
1630
+ <td class="name"><code></code></td>
1433
1631
  </tr>
1434
1632
 
1435
1633
  <tr class="deep-level-0">
1436
- <td class="name"><code><a href="MapVLayer.html#setStyleLayer">setStyleLayer</a></code></td>
1634
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
1437
1635
  <td class="name">
1438
1636
  <code>
1439
1637
 
1440
1638
  </code>
1441
1639
  </td>
1442
- <td class="name"><code><a id='setStyleLayer'/>
1443
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
1640
+ <td class="name"><code></code></td>
1444
1641
  </tr>
1445
1642
 
1446
1643
  <tr class="deep-level-0">
1447
- <td class="name"><code><a href="MapVLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1644
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
1448
1645
  <td class="name">
1449
1646
  <code>
1450
1647
 
1451
1648
  </code>
1452
1649
  </td>
1453
- <td class="name"><code><a id='setStyleLayerVisibility'/>
1454
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
1650
+ <td class="name"><code></code></td>
1455
1651
  </tr>
1456
1652
 
1457
1653
  <tr class="deep-level-0">
1458
- <td class="name"><code><a href="MapVLayer.html#toJSON">toJSON</a></code></td>
1654
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1459
1655
  <td class="name">
1460
1656
  <code>
1461
1657
 
1462
1658
 
1463
- <span class="param-type">Object</span>
1659
+ <span class="param-type">
1660
+
1661
+ Object
1662
+
1663
+ </span>
1664
+
1464
1665
 
1465
1666
 
1466
1667
 
@@ -1577,7 +1778,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1577
1778
  <div class='column is-5 has-text-left'>
1578
1779
  <label>类型: </label>
1579
1780
 
1580
- <span class="param-type"><a class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a></span>
1781
+ <span class="param-type">
1782
+
1783
+ <a link="MapVLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapVLayer" MapVLayer.html>MapVLayer</a>
1784
+
1785
+ </span>
1786
+
1581
1787
 
1582
1788
 
1583
1789
  </div>
@@ -1649,13 +1855,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1649
1855
 
1650
1856
  <tr class="deep-level-0">
1651
1857
 
1652
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
1858
+ <td class="name"><code>styleLayerId</code></td>
1653
1859
 
1654
1860
 
1655
1861
  <td class="type">
1656
1862
 
1657
1863
 
1658
- <span class="param-type">String</span>
1864
+ <span class="param-type">
1865
+
1866
+ String
1867
+
1868
+ </span>
1869
+
1659
1870
 
1660
1871
 
1661
1872
 
@@ -1687,7 +1898,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1687
1898
 
1688
1899
  <dt class="inherited-from">Inherited From:</dt>
1689
1900
  <dd class="inherited-from"><ul class="dummy"><li>
1690
- <a class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
1901
+ <a goto="deleteStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
1691
1902
  </li></ul></dd>
1692
1903
 
1693
1904
 
@@ -1795,13 +2006,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1795
2006
 
1796
2007
  <tr class="deep-level-0">
1797
2008
 
1798
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2009
+ <td class="name"><code>styleLayerId</code></td>
1799
2010
 
1800
2011
 
1801
2012
  <td class="type">
1802
2013
 
1803
2014
 
1804
- <span class="param-type">String</span>
2015
+ <span class="param-type">
2016
+
2017
+ String
2018
+
2019
+ </span>
2020
+
1805
2021
 
1806
2022
 
1807
2023
 
@@ -1819,13 +2035,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1819
2035
 
1820
2036
  <tr class="deep-level-0">
1821
2037
 
1822
- <td class="name" id="key"><code>key</code></td>
2038
+ <td class="name"><code>key</code></td>
1823
2039
 
1824
2040
 
1825
2041
  <td class="type">
1826
2042
 
1827
2043
 
1828
- <span class="param-type">String</span>
2044
+ <span class="param-type">
2045
+
2046
+ String
2047
+
2048
+ </span>
2049
+
1829
2050
 
1830
2051
 
1831
2052
 
@@ -1857,7 +2078,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1857
2078
 
1858
2079
  <dt class="inherited-from">Inherited From:</dt>
1859
2080
  <dd class="inherited-from"><ul class="dummy"><li>
1860
- <a class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
2081
+ <a goto="getExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
1861
2082
  </li></ul></dd>
1862
2083
 
1863
2084
 
@@ -1918,7 +2139,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1918
2139
  <div class='column is-5 has-text-left'>
1919
2140
  <label>类型: </label>
1920
2141
 
1921
- <span class="param-type">Any</span>
2142
+ <span class="param-type">
2143
+
2144
+ Any
2145
+
2146
+ </span>
2147
+
1922
2148
 
1923
2149
 
1924
2150
  </div>
@@ -1990,13 +2216,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1990
2216
 
1991
2217
  <tr class="deep-level-0">
1992
2218
 
1993
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2219
+ <td class="name"><code>styleLayerId</code></td>
1994
2220
 
1995
2221
 
1996
2222
  <td class="type">
1997
2223
 
1998
2224
 
1999
- <span class="param-type">String</span>
2225
+ <span class="param-type">
2226
+
2227
+ String
2228
+
2229
+ </span>
2230
+
2000
2231
 
2001
2232
 
2002
2233
 
@@ -2028,7 +2259,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2028
2259
 
2029
2260
  <dt class="inherited-from">Inherited From:</dt>
2030
2261
  <dd class="inherited-from"><ul class="dummy"><li>
2031
- <a class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2262
+ <a goto="getLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
2032
2263
  </li></ul></dd>
2033
2264
 
2034
2265
 
@@ -2089,10 +2320,19 @@ off-screen: 使用矢量瓦片来绘制注记;
2089
2320
  <div class='column is-5 has-text-left'>
2090
2321
  <label>类型: </label>
2091
2322
 
2092
- <span class="param-type">Object</span>
2323
+ <span class="param-type">
2324
+
2325
+ Object
2326
+
2327
+ </span>
2093
2328
  |
2094
2329
 
2095
- <span class="param-type">null</span>
2330
+ <span class="param-type">
2331
+
2332
+ null
2333
+
2334
+ </span>
2335
+
2096
2336
 
2097
2337
 
2098
2338
  </div>
@@ -2164,13 +2404,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2164
2404
 
2165
2405
  <tr class="deep-level-0">
2166
2406
 
2167
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2407
+ <td class="name"><code>styleLayerId</code></td>
2168
2408
 
2169
2409
 
2170
2410
  <td class="type">
2171
2411
 
2172
2412
 
2173
- <span class="param-type">String</span>
2413
+ <span class="param-type">
2414
+
2415
+ String
2416
+
2417
+ </span>
2418
+
2174
2419
 
2175
2420
 
2176
2421
 
@@ -2202,7 +2447,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2202
2447
 
2203
2448
  <dt class="inherited-from">Inherited From:</dt>
2204
2449
  <dd class="inherited-from"><ul class="dummy"><li>
2205
- <a class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
2450
+ <a goto="getPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
2206
2451
  </li></ul></dd>
2207
2452
 
2208
2453
 
@@ -2263,10 +2508,19 @@ off-screen: 使用矢量瓦片来绘制注记;
2263
2508
  <div class='column is-5 has-text-left'>
2264
2509
  <label>类型: </label>
2265
2510
 
2266
- <span class="param-type">Object</span>
2511
+ <span class="param-type">
2512
+
2513
+ Object
2514
+
2515
+ </span>
2267
2516
  |
2268
2517
 
2269
- <span class="param-type">null</span>
2518
+ <span class="param-type">
2519
+
2520
+ null
2521
+
2522
+ </span>
2523
+
2270
2524
 
2271
2525
 
2272
2526
  </div>
@@ -2338,13 +2592,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2338
2592
 
2339
2593
  <tr class="deep-level-0">
2340
2594
 
2341
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2595
+ <td class="name"><code>styleLayerId</code></td>
2342
2596
 
2343
2597
 
2344
2598
  <td class="type">
2345
2599
 
2346
2600
 
2347
- <span class="param-type">String</span>
2601
+ <span class="param-type">
2602
+
2603
+ String
2604
+
2605
+ </span>
2606
+
2348
2607
 
2349
2608
 
2350
2609
 
@@ -2376,7 +2635,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2376
2635
 
2377
2636
  <dt class="inherited-from">Inherited From:</dt>
2378
2637
  <dd class="inherited-from"><ul class="dummy"><li>
2379
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
2638
+ <a goto="getStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
2380
2639
  </li></ul></dd>
2381
2640
 
2382
2641
 
@@ -2437,7 +2696,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2437
2696
  <div class='column is-5 has-text-left'>
2438
2697
  <label>类型: </label>
2439
2698
 
2440
- <span class="param-type">Object</span>
2699
+ <span class="param-type">
2700
+
2701
+ Object
2702
+
2703
+ </span>
2704
+
2441
2705
 
2442
2706
 
2443
2707
  </div>
@@ -2509,13 +2773,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2509
2773
 
2510
2774
  <tr class="deep-level-0">
2511
2775
 
2512
- <td class="name" id="index"><code>index</code></td>
2776
+ <td class="name"><code>index</code></td>
2513
2777
 
2514
2778
 
2515
2779
  <td class="type">
2516
2780
 
2517
2781
 
2518
- <span class="param-type">Number</span>
2782
+ <span class="param-type">
2783
+
2784
+ Number
2785
+
2786
+ </span>
2787
+
2519
2788
 
2520
2789
 
2521
2790
 
@@ -2547,7 +2816,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2547
2816
 
2548
2817
  <dt class="inherited-from">Inherited From:</dt>
2549
2818
  <dd class="inherited-from"><ul class="dummy"><li>
2550
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
2819
+ <a goto="getStyleLayerId" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
2551
2820
  </li></ul></dd>
2552
2821
 
2553
2822
 
@@ -2608,7 +2877,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2608
2877
  <div class='column is-5 has-text-left'>
2609
2878
  <label>类型: </label>
2610
2879
 
2611
- <span class="param-type">String</span>
2880
+ <span class="param-type">
2881
+
2882
+ String
2883
+
2884
+ </span>
2885
+
2612
2886
 
2613
2887
 
2614
2888
  </div>
@@ -2680,13 +2954,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2680
2954
 
2681
2955
  <tr class="deep-level-0">
2682
2956
 
2683
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2957
+ <td class="name"><code>styleLayerId</code></td>
2684
2958
 
2685
2959
 
2686
2960
  <td class="type">
2687
2961
 
2688
2962
 
2689
- <span class="param-type">String</span>
2963
+ <span class="param-type">
2964
+
2965
+ String
2966
+
2967
+ </span>
2968
+
2690
2969
 
2691
2970
 
2692
2971
 
@@ -2718,7 +2997,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2718
2997
 
2719
2998
  <dt class="inherited-from">Inherited From:</dt>
2720
2999
  <dd class="inherited-from"><ul class="dummy"><li>
2721
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
3000
+ <a goto="getStyleLayerIndex" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
2722
3001
  </li></ul></dd>
2723
3002
 
2724
3003
 
@@ -2779,7 +3058,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2779
3058
  <div class='column is-5 has-text-left'>
2780
3059
  <label>类型: </label>
2781
3060
 
2782
- <span class="param-type">Number</span>
3061
+ <span class="param-type">
3062
+
3063
+ Number
3064
+
3065
+ </span>
3066
+
2783
3067
 
2784
3068
 
2785
3069
  </div>
@@ -2851,13 +3135,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2851
3135
 
2852
3136
  <tr class="deep-level-0">
2853
3137
 
2854
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3138
+ <td class="name"><code>styleLayerId</code></td>
2855
3139
 
2856
3140
 
2857
3141
  <td class="type">
2858
3142
 
2859
3143
 
2860
- <span class="param-type">String</span>
3144
+ <span class="param-type">
3145
+
3146
+ String
3147
+
3148
+ </span>
3149
+
2861
3150
 
2862
3151
 
2863
3152
 
@@ -2889,7 +3178,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2889
3178
 
2890
3179
  <dt class="inherited-from">Inherited From:</dt>
2891
3180
  <dd class="inherited-from"><ul class="dummy"><li>
2892
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
3181
+ <a goto="getStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
2893
3182
  </li></ul></dd>
2894
3183
 
2895
3184
 
@@ -2950,7 +3239,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2950
3239
  <div class='column is-5 has-text-left'>
2951
3240
  <label>类型: </label>
2952
3241
 
2953
- <span class="param-type">Boolean</span>
3242
+ <span class="param-type">
3243
+
3244
+ Boolean
3245
+
3246
+ </span>
3247
+
2954
3248
 
2955
3249
 
2956
3250
  </div>
@@ -3022,13 +3316,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3022
3316
 
3023
3317
  <tr class="deep-level-0">
3024
3318
 
3025
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3319
+ <td class="name"><code>styleLayerId</code></td>
3026
3320
 
3027
3321
 
3028
3322
  <td class="type">
3029
3323
 
3030
3324
 
3031
- <span class="param-type">String</span>
3325
+ <span class="param-type">
3326
+
3327
+ String
3328
+
3329
+ </span>
3330
+
3032
3331
 
3033
3332
 
3034
3333
 
@@ -3046,13 +3345,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3046
3345
 
3047
3346
  <tr class="deep-level-0">
3048
3347
 
3049
- <td class="name" id="key"><code>key</code></td>
3348
+ <td class="name"><code>key</code></td>
3050
3349
 
3051
3350
 
3052
3351
  <td class="type">
3053
3352
 
3054
3353
 
3055
- <span class="param-type">String</span>
3354
+ <span class="param-type">
3355
+
3356
+ String
3357
+
3358
+ </span>
3359
+
3056
3360
 
3057
3361
 
3058
3362
 
@@ -3070,13 +3374,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3070
3374
 
3071
3375
  <tr class="deep-level-0">
3072
3376
 
3073
- <td class="name" id="value"><code>value</code></td>
3377
+ <td class="name"><code>value</code></td>
3074
3378
 
3075
3379
 
3076
3380
  <td class="type">
3077
3381
 
3078
3382
 
3079
- <span class="param-type">Any</span>
3383
+ <span class="param-type">
3384
+
3385
+ Any
3386
+
3387
+ </span>
3388
+
3080
3389
 
3081
3390
 
3082
3391
 
@@ -3108,7 +3417,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3108
3417
 
3109
3418
  <dt class="inherited-from">Inherited From:</dt>
3110
3419
  <dd class="inherited-from"><ul class="dummy"><li>
3111
- <a class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
3420
+ <a goto="setExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
3112
3421
  </li></ul></dd>
3113
3422
 
3114
3423
 
@@ -3216,13 +3525,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3216
3525
 
3217
3526
  <tr class="deep-level-0">
3218
3527
 
3219
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3528
+ <td class="name"><code>styleLayerId</code></td>
3220
3529
 
3221
3530
 
3222
3531
  <td class="type">
3223
3532
 
3224
3533
 
3225
- <span class="param-type">String</span>
3534
+ <span class="param-type">
3535
+
3536
+ String
3537
+
3538
+ </span>
3539
+
3226
3540
 
3227
3541
 
3228
3542
 
@@ -3240,13 +3554,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3240
3554
 
3241
3555
  <tr class="deep-level-0">
3242
3556
 
3243
- <td class="name" id="layout"><code>layout</code></td>
3557
+ <td class="name"><code>layout</code></td>
3244
3558
 
3245
3559
 
3246
3560
  <td class="type">
3247
3561
 
3248
3562
 
3249
- <span class="param-type">Object</span>
3563
+ <span class="param-type">
3564
+
3565
+ Object
3566
+
3567
+ </span>
3568
+
3250
3569
 
3251
3570
 
3252
3571
 
@@ -3278,7 +3597,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3278
3597
 
3279
3598
  <dt class="inherited-from">Inherited From:</dt>
3280
3599
  <dd class="inherited-from"><ul class="dummy"><li>
3281
- <a class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
3600
+ <a goto="setLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setLayoutProperties" VectorTileLayer.html#setLayoutProperties>VectorTileLayer#setLayoutProperties</a>
3282
3601
  </li></ul></dd>
3283
3602
 
3284
3603
 
@@ -3386,13 +3705,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3386
3705
 
3387
3706
  <tr class="deep-level-0">
3388
3707
 
3389
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3708
+ <td class="name"><code>styleLayerId</code></td>
3390
3709
 
3391
3710
 
3392
3711
  <td class="type">
3393
3712
 
3394
3713
 
3395
- <span class="param-type">String</span>
3714
+ <span class="param-type">
3715
+
3716
+ String
3717
+
3718
+ </span>
3719
+
3396
3720
 
3397
3721
 
3398
3722
 
@@ -3410,13 +3734,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3410
3734
 
3411
3735
  <tr class="deep-level-0">
3412
3736
 
3413
- <td class="name" id="paint"><code>paint</code></td>
3737
+ <td class="name"><code>paint</code></td>
3414
3738
 
3415
3739
 
3416
3740
  <td class="type">
3417
3741
 
3418
3742
 
3419
- <span class="param-type">Object</span>
3743
+ <span class="param-type">
3744
+
3745
+ Object
3746
+
3747
+ </span>
3748
+
3420
3749
 
3421
3750
 
3422
3751
 
@@ -3448,7 +3777,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3448
3777
 
3449
3778
  <dt class="inherited-from">Inherited From:</dt>
3450
3779
  <dd class="inherited-from"><ul class="dummy"><li>
3451
- <a class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
3780
+ <a goto="setPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setPaintProperties" VectorTileLayer.html#setPaintProperties>VectorTileLayer#setPaintProperties</a>
3452
3781
  </li></ul></dd>
3453
3782
 
3454
3783
 
@@ -3556,13 +3885,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3556
3885
 
3557
3886
  <tr class="deep-level-0">
3558
3887
 
3559
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
3888
+ <td class="name"><code>styleLayer</code></td>
3560
3889
 
3561
3890
 
3562
3891
  <td class="type">
3563
3892
 
3564
3893
 
3565
- <span class="param-type">Object</span>
3894
+ <span class="param-type">
3895
+
3896
+ Object
3897
+
3898
+ </span>
3899
+
3566
3900
 
3567
3901
 
3568
3902
 
@@ -3580,13 +3914,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3580
3914
 
3581
3915
  <tr class="deep-level-0">
3582
3916
 
3583
- <td class="name" id="index"><code>index</code></td>
3917
+ <td class="name"><code>index</code></td>
3584
3918
 
3585
3919
 
3586
3920
  <td class="type">
3587
3921
 
3588
3922
 
3589
- <span class="param-type">String</span>
3923
+ <span class="param-type">
3924
+
3925
+ String
3926
+
3927
+ </span>
3928
+
3590
3929
 
3591
3930
 
3592
3931
 
@@ -3618,7 +3957,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3618
3957
 
3619
3958
  <dt class="inherited-from">Inherited From:</dt>
3620
3959
  <dd class="inherited-from"><ul class="dummy"><li>
3621
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
3960
+ <a goto="setStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
3622
3961
  </li></ul></dd>
3623
3962
 
3624
3963
 
@@ -3726,13 +4065,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3726
4065
 
3727
4066
  <tr class="deep-level-0">
3728
4067
 
3729
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4068
+ <td class="name"><code>styleLayerId</code></td>
3730
4069
 
3731
4070
 
3732
4071
  <td class="type">
3733
4072
 
3734
4073
 
3735
- <span class="param-type">String</span>
4074
+ <span class="param-type">
4075
+
4076
+ String
4077
+
4078
+ </span>
4079
+
3736
4080
 
3737
4081
 
3738
4082
 
@@ -3750,13 +4094,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3750
4094
 
3751
4095
  <tr class="deep-level-0">
3752
4096
 
3753
- <td class="name" id="visible"><code>visible</code></td>
4097
+ <td class="name"><code>visible</code></td>
3754
4098
 
3755
4099
 
3756
4100
  <td class="type">
3757
4101
 
3758
4102
 
3759
- <span class="param-type">Boolean</span>
4103
+ <span class="param-type">
4104
+
4105
+ Boolean
4106
+
4107
+ </span>
4108
+
3760
4109
 
3761
4110
 
3762
4111
 
@@ -3788,7 +4137,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3788
4137
 
3789
4138
  <dt class="inherited-from">Inherited From:</dt>
3790
4139
  <dd class="inherited-from"><ul class="dummy"><li>
3791
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
4140
+ <a goto="setStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
3792
4141
  </li></ul></dd>
3793
4142
 
3794
4143
 
@@ -3945,7 +4294,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3945
4294
  <div class='column is-5 has-text-left'>
3946
4295
  <label>类型: </label>
3947
4296
 
3948
- <span class="param-type">Object</span>
4297
+ <span class="param-type">
4298
+
4299
+ Object
4300
+
4301
+ </span>
4302
+
3949
4303
 
3950
4304
 
3951
4305
  </div>