@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -71,13 +71,17 @@
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>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="mapVOptions"><code>mapVOptions</code></td>
101
+ <td class="name"><code>mapVOptions</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">Object</span>
107
+ <span class="param-type">
108
+
109
+ Object
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -234,7 +242,11 @@
234
242
  <td class="name">
235
243
  <code>
236
244
 
237
- <span class="param-type">Array.&lt;String></span>
245
+ <span class="param-type">
246
+
247
+ Array.&lt;String>
248
+
249
+ </span>
238
250
 
239
251
 
240
252
 
@@ -248,19 +260,39 @@
248
260
  <td class="name">
249
261
  <code>
250
262
 
251
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
252
268
  |
253
269
 
254
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
255
275
  |
256
276
 
257
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
258
282
  |
259
283
 
260
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
261
289
  |
262
290
 
263
- <span class="param-type">null</span>
291
+ <span class="param-type">
292
+
293
+ null
294
+
295
+ </span>
264
296
 
265
297
 
266
298
 
@@ -274,7 +306,11 @@
274
306
  <td class="name">
275
307
  <code>
276
308
 
277
- <span class="param-type">Object</span>
309
+ <span class="param-type">
310
+
311
+ Object
312
+
313
+ </span>
278
314
 
279
315
 
280
316
 
@@ -288,7 +324,11 @@
288
324
  <td class="name">
289
325
  <code>
290
326
 
291
- <span class="param-type">Object</span>
327
+ <span class="param-type">
328
+
329
+ Object
330
+
331
+ </span>
292
332
 
293
333
 
294
334
 
@@ -302,7 +342,11 @@
302
342
  <td class="name">
303
343
  <code>
304
344
 
305
- <span class="param-type">String</span>
345
+ <span class="param-type">
346
+
347
+ String
348
+
349
+ </span>
306
350
 
307
351
 
308
352
 
@@ -319,7 +363,11 @@ off-screen: 使用矢量瓦片来绘制注记;
319
363
  <td class="name">
320
364
  <code>
321
365
 
322
- <span class="param-type">Object</span>
366
+ <span class="param-type">
367
+
368
+ Object
369
+
370
+ </span>
323
371
 
324
372
 
325
373
 
@@ -333,7 +381,11 @@ off-screen: 使用矢量瓦片来绘制注记;
333
381
  <td class="name">
334
382
  <code>
335
383
 
336
- <span class="param-type">Number</span>
384
+ <span class="param-type">
385
+
386
+ Number
387
+
388
+ </span>
337
389
 
338
390
 
339
391
 
@@ -347,7 +399,11 @@ off-screen: 使用矢量瓦片来绘制注记;
347
399
  <td class="name">
348
400
  <code>
349
401
 
350
- <span class="param-type">Object</span>
402
+ <span class="param-type">
403
+
404
+ Object
405
+
406
+ </span>
351
407
 
352
408
 
353
409
 
@@ -361,10 +417,18 @@ off-screen: 使用矢量瓦片来绘制注记;
361
417
  <td class="name">
362
418
  <code>
363
419
 
364
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" 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>
365
425
  |
366
426
 
367
- <span class="param-type">undefined</span>
427
+ <span class="param-type">
428
+
429
+ undefined
430
+
431
+ </span>
368
432
 
369
433
 
370
434
 
@@ -378,7 +442,11 @@ off-screen: 使用矢量瓦片来绘制注记;
378
442
  <td class="name">
379
443
  <code>
380
444
 
381
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
382
450
 
383
451
 
384
452
 
@@ -392,7 +460,11 @@ off-screen: 使用矢量瓦片来绘制注记;
392
460
  <td class="name">
393
461
  <code>
394
462
 
395
- <span class="param-type">String</span>
463
+ <span class="param-type">
464
+
465
+ String
466
+
467
+ </span>
396
468
 
397
469
 
398
470
 
@@ -412,7 +484,11 @@ off-screen: 使用矢量瓦片来绘制注记;
412
484
  <span class="method-parameter is-pulled-right">
413
485
  <label>类型:</label>
414
486
 
415
- <span class="param-type">Array.&lt;String></span>
487
+ <span class="param-type">
488
+
489
+ Array.&lt;String>
490
+
491
+ </span>
416
492
 
417
493
 
418
494
 
@@ -488,19 +564,39 @@ off-screen: 使用矢量瓦片来绘制注记;
488
564
  <span class="method-parameter is-pulled-right">
489
565
  <label>类型:</label>
490
566
 
491
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
492
572
  |
493
573
 
494
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
495
579
  |
496
580
 
497
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" 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>
498
586
  |
499
587
 
500
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" 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>
501
593
  |
502
594
 
503
- <span class="param-type">null</span>
595
+ <span class="param-type">
596
+
597
+ null
598
+
599
+ </span>
504
600
 
505
601
 
506
602
 
@@ -576,7 +672,11 @@ off-screen: 使用矢量瓦片来绘制注记;
576
672
  <span class="method-parameter is-pulled-right">
577
673
  <label>类型:</label>
578
674
 
579
- <span class="param-type">Object</span>
675
+ <span class="param-type">
676
+
677
+ Object
678
+
679
+ </span>
580
680
 
581
681
 
582
682
 
@@ -656,7 +756,11 @@ off-screen: 使用矢量瓦片来绘制注记;
656
756
  <span class="method-parameter is-pulled-right">
657
757
  <label>类型:</label>
658
758
 
659
- <span class="param-type">Object</span>
759
+ <span class="param-type">
760
+
761
+ Object
762
+
763
+ </span>
660
764
 
661
765
 
662
766
 
@@ -727,7 +831,11 @@ off-screen: 使用矢量瓦片来绘制注记;
727
831
  <span class="method-parameter is-pulled-right">
728
832
  <label>类型:</label>
729
833
 
730
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
731
839
 
732
840
 
733
841
 
@@ -806,7 +914,11 @@ off-screen: 使用矢量瓦片来绘制注记;
806
914
  <span class="method-parameter is-pulled-right">
807
915
  <label>类型:</label>
808
916
 
809
- <span class="param-type">Object</span>
917
+ <span class="param-type">
918
+
919
+ Object
920
+
921
+ </span>
810
922
 
811
923
 
812
924
 
@@ -877,7 +989,11 @@ off-screen: 使用矢量瓦片来绘制注记;
877
989
  <span class="method-parameter is-pulled-right">
878
990
  <label>类型:</label>
879
991
 
880
- <span class="param-type">Number</span>
992
+ <span class="param-type">
993
+
994
+ Number
995
+
996
+ </span>
881
997
 
882
998
 
883
999
 
@@ -958,7 +1074,11 @@ off-screen: 使用矢量瓦片来绘制注记;
958
1074
  <span class="method-parameter is-pulled-right">
959
1075
  <label>类型:</label>
960
1076
 
961
- <span class="param-type">Object</span>
1077
+ <span class="param-type">
1078
+
1079
+ Object
1080
+
1081
+ </span>
962
1082
 
963
1083
 
964
1084
 
@@ -1034,10 +1154,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1034
1154
  <span class="method-parameter is-pulled-right">
1035
1155
  <label>类型:</label>
1036
1156
 
1037
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" 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>
1038
1162
  |
1039
1163
 
1040
- <span class="param-type">undefined</span>
1164
+ <span class="param-type">
1165
+
1166
+ undefined
1167
+
1168
+ </span>
1041
1169
 
1042
1170
 
1043
1171
 
@@ -1117,7 +1245,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1117
1245
  <span class="method-parameter is-pulled-right">
1118
1246
  <label>类型:</label>
1119
1247
 
1120
- <span class="param-type">String</span>
1248
+ <span class="param-type">
1249
+
1250
+ String
1251
+
1252
+ </span>
1121
1253
 
1122
1254
 
1123
1255
 
@@ -1188,7 +1320,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1188
1320
  <span class="method-parameter is-pulled-right">
1189
1321
  <label>类型:</label>
1190
1322
 
1191
- <span class="param-type">String</span>
1323
+ <span class="param-type">
1324
+
1325
+ String
1326
+
1327
+ </span>
1192
1328
 
1193
1329
 
1194
1330
 
@@ -1285,7 +1421,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1285
1421
  <code>
1286
1422
 
1287
1423
 
1288
- <span class="param-type"><a link="MapVLayer.html" onclick="getTypeHTML(event)" 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>
1289
1429
 
1290
1430
 
1291
1431
 
@@ -1302,8 +1442,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1302
1442
 
1303
1443
  </code>
1304
1444
  </td>
1305
- <td class="name"><code><a id='deleteStyleLayer'/>
1306
- 删除样式图层</code></td>
1445
+ <td class="name"><code></code></td>
1307
1446
  </tr>
1308
1447
 
1309
1448
  <tr class="deep-level-0">
@@ -1312,15 +1451,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1312
1451
  <code>
1313
1452
 
1314
1453
 
1315
- <span class="param-type">Any</span>
1454
+ <span class="param-type">
1455
+
1456
+ Any
1457
+
1458
+ </span>
1316
1459
 
1317
1460
 
1318
1461
 
1319
1462
 
1320
1463
  </code>
1321
1464
  </td>
1322
- <td class="name"><code><a id='getExtendProperties'/>
1323
- 获取样式图层的额外属性</code></td>
1465
+ <td class="name"><code></code></td>
1324
1466
  </tr>
1325
1467
 
1326
1468
  <tr class="deep-level-0">
@@ -1329,18 +1471,25 @@ off-screen: 使用矢量瓦片来绘制注记;
1329
1471
  <code>
1330
1472
 
1331
1473
 
1332
- <span class="param-type">Object</span>
1474
+ <span class="param-type">
1475
+
1476
+ Object
1477
+
1478
+ </span>
1333
1479
  |
1334
1480
 
1335
- <span class="param-type">null</span>
1481
+ <span class="param-type">
1482
+
1483
+ null
1484
+
1485
+ </span>
1336
1486
 
1337
1487
 
1338
1488
 
1339
1489
 
1340
1490
  </code>
1341
1491
  </td>
1342
- <td class="name"><code><a id='getLayoutProperties'/>
1343
- 获取样式图层布局属性</code></td>
1492
+ <td class="name"><code></code></td>
1344
1493
  </tr>
1345
1494
 
1346
1495
  <tr class="deep-level-0">
@@ -1349,18 +1498,25 @@ off-screen: 使用矢量瓦片来绘制注记;
1349
1498
  <code>
1350
1499
 
1351
1500
 
1352
- <span class="param-type">Object</span>
1501
+ <span class="param-type">
1502
+
1503
+ Object
1504
+
1505
+ </span>
1353
1506
  |
1354
1507
 
1355
- <span class="param-type">null</span>
1508
+ <span class="param-type">
1509
+
1510
+ null
1511
+
1512
+ </span>
1356
1513
 
1357
1514
 
1358
1515
 
1359
1516
 
1360
1517
  </code>
1361
1518
  </td>
1362
- <td class="name"><code><a id='getPaintProperties'/>
1363
- 获取样式图层绘制属性</code></td>
1519
+ <td class="name"><code></code></td>
1364
1520
  </tr>
1365
1521
 
1366
1522
  <tr class="deep-level-0">
@@ -1369,15 +1525,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1369
1525
  <code>
1370
1526
 
1371
1527
 
1372
- <span class="param-type">Object</span>
1528
+ <span class="param-type">
1529
+
1530
+ Object
1531
+
1532
+ </span>
1373
1533
 
1374
1534
 
1375
1535
 
1376
1536
 
1377
1537
  </code>
1378
1538
  </td>
1379
- <td class="name"><code><a id='getStyleLayer'/>
1380
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
1539
+ <td class="name"><code></code></td>
1381
1540
  </tr>
1382
1541
 
1383
1542
  <tr class="deep-level-0">
@@ -1386,15 +1545,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1386
1545
  <code>
1387
1546
 
1388
1547
 
1389
- <span class="param-type">String</span>
1548
+ <span class="param-type">
1549
+
1550
+ String
1551
+
1552
+ </span>
1390
1553
 
1391
1554
 
1392
1555
 
1393
1556
 
1394
1557
  </code>
1395
1558
  </td>
1396
- <td class="name"><code><a id='getStyleLayerIndex'/>
1397
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
1559
+ <td class="name"><code></code></td>
1398
1560
  </tr>
1399
1561
 
1400
1562
  <tr class="deep-level-0">
@@ -1403,15 +1565,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1403
1565
  <code>
1404
1566
 
1405
1567
 
1406
- <span class="param-type">Number</span>
1568
+ <span class="param-type">
1569
+
1570
+ Number
1571
+
1572
+ </span>
1407
1573
 
1408
1574
 
1409
1575
 
1410
1576
 
1411
1577
  </code>
1412
1578
  </td>
1413
- <td class="name"><code><a id='getStyleLayerIndex'/>
1414
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
1579
+ <td class="name"><code></code></td>
1415
1580
  </tr>
1416
1581
 
1417
1582
  <tr class="deep-level-0">
@@ -1420,7 +1585,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1420
1585
  <code>
1421
1586
 
1422
1587
 
1423
- <span class="param-type">Boolean</span>
1588
+ <span class="param-type">
1589
+
1590
+ Boolean
1591
+
1592
+ </span>
1424
1593
 
1425
1594
 
1426
1595
 
@@ -1428,7 +1597,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1428
1597
  </code>
1429
1598
  </td>
1430
1599
  <td class="name"><code><p>获取样式图层可见性
1431
- <a id='getStyleLayerVisibility'/></p></code></td>
1600
+ </code></td>
1432
1601
  </tr>
1433
1602
 
1434
1603
  <tr class="deep-level-0">
@@ -1438,8 +1607,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1438
1607
 
1439
1608
  </code>
1440
1609
  </td>
1441
- <td class="name"><code><a id='setExtendProperties'/>
1442
- 设置样式图层的额外属性</code></td>
1610
+ <td class="name"><code></code></td>
1443
1611
  </tr>
1444
1612
 
1445
1613
  <tr class="deep-level-0">
@@ -1449,8 +1617,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1449
1617
 
1450
1618
  </code>
1451
1619
  </td>
1452
- <td class="name"><code><a id='setLayoutProperties'/>
1453
- 设置样式图层布局属性</code></td>
1620
+ <td class="name"><code></code></td>
1454
1621
  </tr>
1455
1622
 
1456
1623
  <tr class="deep-level-0">
@@ -1460,8 +1627,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1460
1627
 
1461
1628
  </code>
1462
1629
  </td>
1463
- <td class="name"><code><a id='setPaintProperties'/>
1464
- 设置样式图层绘制属性</code></td>
1630
+ <td class="name"><code></code></td>
1465
1631
  </tr>
1466
1632
 
1467
1633
  <tr class="deep-level-0">
@@ -1471,8 +1637,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1471
1637
 
1472
1638
  </code>
1473
1639
  </td>
1474
- <td class="name"><code><a id='setStyleLayer'/>
1475
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
1640
+ <td class="name"><code></code></td>
1476
1641
  </tr>
1477
1642
 
1478
1643
  <tr class="deep-level-0">
@@ -1482,8 +1647,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1482
1647
 
1483
1648
  </code>
1484
1649
  </td>
1485
- <td class="name"><code><a id='setStyleLayerVisibility'/>
1486
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
1650
+ <td class="name"><code></code></td>
1487
1651
  </tr>
1488
1652
 
1489
1653
  <tr class="deep-level-0">
@@ -1492,7 +1656,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1492
1656
  <code>
1493
1657
 
1494
1658
 
1495
- <span class="param-type">Object</span>
1659
+ <span class="param-type">
1660
+
1661
+ Object
1662
+
1663
+ </span>
1496
1664
 
1497
1665
 
1498
1666
 
@@ -1610,7 +1778,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1610
1778
  <div class='column is-5 has-text-left'>
1611
1779
  <label>类型: </label>
1612
1780
 
1613
- <span class="param-type"><a link="MapVLayer.html" onclick="getTypeHTML(event)" 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>
1614
1786
 
1615
1787
 
1616
1788
 
@@ -1683,13 +1855,17 @@ off-screen: 使用矢量瓦片来绘制注记;
1683
1855
 
1684
1856
  <tr class="deep-level-0">
1685
1857
 
1686
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
1858
+ <td class="name"><code>styleLayerId</code></td>
1687
1859
 
1688
1860
 
1689
1861
  <td class="type">
1690
1862
 
1691
1863
 
1692
- <span class="param-type">String</span>
1864
+ <span class="param-type">
1865
+
1866
+ String
1867
+
1868
+ </span>
1693
1869
 
1694
1870
 
1695
1871
 
@@ -1830,13 +2006,17 @@ off-screen: 使用矢量瓦片来绘制注记;
1830
2006
 
1831
2007
  <tr class="deep-level-0">
1832
2008
 
1833
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2009
+ <td class="name"><code>styleLayerId</code></td>
1834
2010
 
1835
2011
 
1836
2012
  <td class="type">
1837
2013
 
1838
2014
 
1839
- <span class="param-type">String</span>
2015
+ <span class="param-type">
2016
+
2017
+ String
2018
+
2019
+ </span>
1840
2020
 
1841
2021
 
1842
2022
 
@@ -1855,13 +2035,17 @@ off-screen: 使用矢量瓦片来绘制注记;
1855
2035
 
1856
2036
  <tr class="deep-level-0">
1857
2037
 
1858
- <td class="name" id="key"><code>key</code></td>
2038
+ <td class="name"><code>key</code></td>
1859
2039
 
1860
2040
 
1861
2041
  <td class="type">
1862
2042
 
1863
2043
 
1864
- <span class="param-type">String</span>
2044
+ <span class="param-type">
2045
+
2046
+ String
2047
+
2048
+ </span>
1865
2049
 
1866
2050
 
1867
2051
 
@@ -1955,7 +2139,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1955
2139
  <div class='column is-5 has-text-left'>
1956
2140
  <label>类型: </label>
1957
2141
 
1958
- <span class="param-type">Any</span>
2142
+ <span class="param-type">
2143
+
2144
+ Any
2145
+
2146
+ </span>
1959
2147
 
1960
2148
 
1961
2149
 
@@ -2028,13 +2216,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2028
2216
 
2029
2217
  <tr class="deep-level-0">
2030
2218
 
2031
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2219
+ <td class="name"><code>styleLayerId</code></td>
2032
2220
 
2033
2221
 
2034
2222
  <td class="type">
2035
2223
 
2036
2224
 
2037
- <span class="param-type">String</span>
2225
+ <span class="param-type">
2226
+
2227
+ String
2228
+
2229
+ </span>
2038
2230
 
2039
2231
 
2040
2232
 
@@ -2128,10 +2320,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2128
2320
  <div class='column is-5 has-text-left'>
2129
2321
  <label>类型: </label>
2130
2322
 
2131
- <span class="param-type">Object</span>
2323
+ <span class="param-type">
2324
+
2325
+ Object
2326
+
2327
+ </span>
2132
2328
  |
2133
2329
 
2134
- <span class="param-type">null</span>
2330
+ <span class="param-type">
2331
+
2332
+ null
2333
+
2334
+ </span>
2135
2335
 
2136
2336
 
2137
2337
 
@@ -2204,13 +2404,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2204
2404
 
2205
2405
  <tr class="deep-level-0">
2206
2406
 
2207
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2407
+ <td class="name"><code>styleLayerId</code></td>
2208
2408
 
2209
2409
 
2210
2410
  <td class="type">
2211
2411
 
2212
2412
 
2213
- <span class="param-type">String</span>
2413
+ <span class="param-type">
2414
+
2415
+ String
2416
+
2417
+ </span>
2214
2418
 
2215
2419
 
2216
2420
 
@@ -2304,10 +2508,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2304
2508
  <div class='column is-5 has-text-left'>
2305
2509
  <label>类型: </label>
2306
2510
 
2307
- <span class="param-type">Object</span>
2511
+ <span class="param-type">
2512
+
2513
+ Object
2514
+
2515
+ </span>
2308
2516
  |
2309
2517
 
2310
- <span class="param-type">null</span>
2518
+ <span class="param-type">
2519
+
2520
+ null
2521
+
2522
+ </span>
2311
2523
 
2312
2524
 
2313
2525
 
@@ -2380,13 +2592,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2380
2592
 
2381
2593
  <tr class="deep-level-0">
2382
2594
 
2383
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2595
+ <td class="name"><code>styleLayerId</code></td>
2384
2596
 
2385
2597
 
2386
2598
  <td class="type">
2387
2599
 
2388
2600
 
2389
- <span class="param-type">String</span>
2601
+ <span class="param-type">
2602
+
2603
+ String
2604
+
2605
+ </span>
2390
2606
 
2391
2607
 
2392
2608
 
@@ -2480,7 +2696,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2480
2696
  <div class='column is-5 has-text-left'>
2481
2697
  <label>类型: </label>
2482
2698
 
2483
- <span class="param-type">Object</span>
2699
+ <span class="param-type">
2700
+
2701
+ Object
2702
+
2703
+ </span>
2484
2704
 
2485
2705
 
2486
2706
 
@@ -2553,13 +2773,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2553
2773
 
2554
2774
  <tr class="deep-level-0">
2555
2775
 
2556
- <td class="name" id="index"><code>index</code></td>
2776
+ <td class="name"><code>index</code></td>
2557
2777
 
2558
2778
 
2559
2779
  <td class="type">
2560
2780
 
2561
2781
 
2562
- <span class="param-type">Number</span>
2782
+ <span class="param-type">
2783
+
2784
+ Number
2785
+
2786
+ </span>
2563
2787
 
2564
2788
 
2565
2789
 
@@ -2653,7 +2877,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2653
2877
  <div class='column is-5 has-text-left'>
2654
2878
  <label>类型: </label>
2655
2879
 
2656
- <span class="param-type">String</span>
2880
+ <span class="param-type">
2881
+
2882
+ String
2883
+
2884
+ </span>
2657
2885
 
2658
2886
 
2659
2887
 
@@ -2726,13 +2954,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2726
2954
 
2727
2955
  <tr class="deep-level-0">
2728
2956
 
2729
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
2957
+ <td class="name"><code>styleLayerId</code></td>
2730
2958
 
2731
2959
 
2732
2960
  <td class="type">
2733
2961
 
2734
2962
 
2735
- <span class="param-type">String</span>
2963
+ <span class="param-type">
2964
+
2965
+ String
2966
+
2967
+ </span>
2736
2968
 
2737
2969
 
2738
2970
 
@@ -2826,7 +3058,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2826
3058
  <div class='column is-5 has-text-left'>
2827
3059
  <label>类型: </label>
2828
3060
 
2829
- <span class="param-type">Number</span>
3061
+ <span class="param-type">
3062
+
3063
+ Number
3064
+
3065
+ </span>
2830
3066
 
2831
3067
 
2832
3068
 
@@ -2899,13 +3135,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2899
3135
 
2900
3136
  <tr class="deep-level-0">
2901
3137
 
2902
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3138
+ <td class="name"><code>styleLayerId</code></td>
2903
3139
 
2904
3140
 
2905
3141
  <td class="type">
2906
3142
 
2907
3143
 
2908
- <span class="param-type">String</span>
3144
+ <span class="param-type">
3145
+
3146
+ String
3147
+
3148
+ </span>
2909
3149
 
2910
3150
 
2911
3151
 
@@ -2999,7 +3239,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2999
3239
  <div class='column is-5 has-text-left'>
3000
3240
  <label>类型: </label>
3001
3241
 
3002
- <span class="param-type">Boolean</span>
3242
+ <span class="param-type">
3243
+
3244
+ Boolean
3245
+
3246
+ </span>
3003
3247
 
3004
3248
 
3005
3249
 
@@ -3072,13 +3316,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3072
3316
 
3073
3317
  <tr class="deep-level-0">
3074
3318
 
3075
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3319
+ <td class="name"><code>styleLayerId</code></td>
3076
3320
 
3077
3321
 
3078
3322
  <td class="type">
3079
3323
 
3080
3324
 
3081
- <span class="param-type">String</span>
3325
+ <span class="param-type">
3326
+
3327
+ String
3328
+
3329
+ </span>
3082
3330
 
3083
3331
 
3084
3332
 
@@ -3097,13 +3345,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3097
3345
 
3098
3346
  <tr class="deep-level-0">
3099
3347
 
3100
- <td class="name" id="key"><code>key</code></td>
3348
+ <td class="name"><code>key</code></td>
3101
3349
 
3102
3350
 
3103
3351
  <td class="type">
3104
3352
 
3105
3353
 
3106
- <span class="param-type">String</span>
3354
+ <span class="param-type">
3355
+
3356
+ String
3357
+
3358
+ </span>
3107
3359
 
3108
3360
 
3109
3361
 
@@ -3122,13 +3374,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3122
3374
 
3123
3375
  <tr class="deep-level-0">
3124
3376
 
3125
- <td class="name" id="value"><code>value</code></td>
3377
+ <td class="name"><code>value</code></td>
3126
3378
 
3127
3379
 
3128
3380
  <td class="type">
3129
3381
 
3130
3382
 
3131
- <span class="param-type">Any</span>
3383
+ <span class="param-type">
3384
+
3385
+ Any
3386
+
3387
+ </span>
3132
3388
 
3133
3389
 
3134
3390
 
@@ -3269,13 +3525,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3269
3525
 
3270
3526
  <tr class="deep-level-0">
3271
3527
 
3272
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3528
+ <td class="name"><code>styleLayerId</code></td>
3273
3529
 
3274
3530
 
3275
3531
  <td class="type">
3276
3532
 
3277
3533
 
3278
- <span class="param-type">String</span>
3534
+ <span class="param-type">
3535
+
3536
+ String
3537
+
3538
+ </span>
3279
3539
 
3280
3540
 
3281
3541
 
@@ -3294,13 +3554,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3294
3554
 
3295
3555
  <tr class="deep-level-0">
3296
3556
 
3297
- <td class="name" id="layout"><code>layout</code></td>
3557
+ <td class="name"><code>layout</code></td>
3298
3558
 
3299
3559
 
3300
3560
  <td class="type">
3301
3561
 
3302
3562
 
3303
- <span class="param-type">Object</span>
3563
+ <span class="param-type">
3564
+
3565
+ Object
3566
+
3567
+ </span>
3304
3568
 
3305
3569
 
3306
3570
 
@@ -3441,13 +3705,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3441
3705
 
3442
3706
  <tr class="deep-level-0">
3443
3707
 
3444
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3708
+ <td class="name"><code>styleLayerId</code></td>
3445
3709
 
3446
3710
 
3447
3711
  <td class="type">
3448
3712
 
3449
3713
 
3450
- <span class="param-type">String</span>
3714
+ <span class="param-type">
3715
+
3716
+ String
3717
+
3718
+ </span>
3451
3719
 
3452
3720
 
3453
3721
 
@@ -3466,13 +3734,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3466
3734
 
3467
3735
  <tr class="deep-level-0">
3468
3736
 
3469
- <td class="name" id="paint"><code>paint</code></td>
3737
+ <td class="name"><code>paint</code></td>
3470
3738
 
3471
3739
 
3472
3740
  <td class="type">
3473
3741
 
3474
3742
 
3475
- <span class="param-type">Object</span>
3743
+ <span class="param-type">
3744
+
3745
+ Object
3746
+
3747
+ </span>
3476
3748
 
3477
3749
 
3478
3750
 
@@ -3613,13 +3885,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3613
3885
 
3614
3886
  <tr class="deep-level-0">
3615
3887
 
3616
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
3888
+ <td class="name"><code>styleLayer</code></td>
3617
3889
 
3618
3890
 
3619
3891
  <td class="type">
3620
3892
 
3621
3893
 
3622
- <span class="param-type">Object</span>
3894
+ <span class="param-type">
3895
+
3896
+ Object
3897
+
3898
+ </span>
3623
3899
 
3624
3900
 
3625
3901
 
@@ -3638,13 +3914,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3638
3914
 
3639
3915
  <tr class="deep-level-0">
3640
3916
 
3641
- <td class="name" id="index"><code>index</code></td>
3917
+ <td class="name"><code>index</code></td>
3642
3918
 
3643
3919
 
3644
3920
  <td class="type">
3645
3921
 
3646
3922
 
3647
- <span class="param-type">String</span>
3923
+ <span class="param-type">
3924
+
3925
+ String
3926
+
3927
+ </span>
3648
3928
 
3649
3929
 
3650
3930
 
@@ -3785,13 +4065,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3785
4065
 
3786
4066
  <tr class="deep-level-0">
3787
4067
 
3788
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4068
+ <td class="name"><code>styleLayerId</code></td>
3789
4069
 
3790
4070
 
3791
4071
  <td class="type">
3792
4072
 
3793
4073
 
3794
- <span class="param-type">String</span>
4074
+ <span class="param-type">
4075
+
4076
+ String
4077
+
4078
+ </span>
3795
4079
 
3796
4080
 
3797
4081
 
@@ -3810,13 +4094,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3810
4094
 
3811
4095
  <tr class="deep-level-0">
3812
4096
 
3813
- <td class="name" id="visible"><code>visible</code></td>
4097
+ <td class="name"><code>visible</code></td>
3814
4098
 
3815
4099
 
3816
4100
  <td class="type">
3817
4101
 
3818
4102
 
3819
- <span class="param-type">Boolean</span>
4103
+ <span class="param-type">
4104
+
4105
+ Boolean
4106
+
4107
+ </span>
3820
4108
 
3821
4109
 
3822
4110
 
@@ -4006,7 +4294,11 @@ off-screen: 使用矢量瓦片来绘制注记;
4006
4294
  <div class='column is-5 has-text-left'>
4007
4295
  <label>类型: </label>
4008
4296
 
4009
- <span class="param-type">Object</span>
4297
+ <span class="param-type">
4298
+
4299
+ Object
4300
+
4301
+ </span>
4010
4302
 
4011
4303
 
4012
4304