@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
@@ -99,13 +99,17 @@ if(layer.loadStatus === 'loaded') {<br/>
99
99
 
100
100
  <tr class="deep-level-0">
101
101
 
102
- <td class="name" id="options"><code>options</code></td>
102
+ <td class="name"><code>options</code></td>
103
103
 
104
104
 
105
105
  <td class="type">
106
106
 
107
107
 
108
- <span class="param-type">Object</span>
108
+ <span class="param-type">
109
+
110
+ Object
111
+
112
+ </span>
109
113
 
110
114
 
111
115
 
@@ -126,13 +130,17 @@ if(layer.loadStatus === 'loaded') {<br/>
126
130
 
127
131
  <tr class="deep-level-1">
128
132
 
129
- <td class="name" id="url"><code>url</code></td>
133
+ <td class="name"><code>url</code></td>
130
134
 
131
135
 
132
136
  <td class="type">
133
137
 
134
138
 
135
- <span class="param-type">String</span>
139
+ <span class="param-type">
140
+
141
+ String
142
+
143
+ </span>
136
144
 
137
145
 
138
146
 
@@ -164,13 +172,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
164
172
 
165
173
  <tr class="deep-level-1">
166
174
 
167
- <td class="name" id="style"><code>style</code></td>
175
+ <td class="name"><code>style</code></td>
168
176
 
169
177
 
170
178
  <td class="type">
171
179
 
172
180
 
173
- <span class="param-type">Object</span>
181
+ <span class="param-type">
182
+
183
+ Object
184
+
185
+ </span>
174
186
 
175
187
 
176
188
 
@@ -195,13 +207,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
195
207
 
196
208
  <tr class="deep-level-1">
197
209
 
198
- <td class="name" id="sublayers"><code>sublayers</code></td>
210
+ <td class="name"><code>sublayers</code></td>
199
211
 
200
212
 
201
213
  <td class="type">
202
214
 
203
215
 
204
- <span class="param-type"><a link="Collection.<IGSVectorTileSubLayer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
216
+ <span class="param-type">
217
+
218
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>>
219
+
220
+ </span>
205
221
 
206
222
 
207
223
 
@@ -236,13 +252,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
236
252
 
237
253
  <tr class="deep-level-1">
238
254
 
239
- <td class="name" id="minScale"><code>minScale</code></td>
255
+ <td class="name"><code>minScale</code></td>
240
256
 
241
257
 
242
258
  <td class="type">
243
259
 
244
260
 
245
- <span class="param-type">Number</span>
261
+ <span class="param-type">
262
+
263
+ Number
264
+
265
+ </span>
246
266
 
247
267
 
248
268
 
@@ -265,13 +285,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
265
285
 
266
286
  <tr class="deep-level-1">
267
287
 
268
- <td class="name" id="maxScale"><code>maxScale</code></td>
288
+ <td class="name"><code>maxScale</code></td>
269
289
 
270
290
 
271
291
  <td class="type">
272
292
 
273
293
 
274
- <span class="param-type">Number</span>
294
+ <span class="param-type">
295
+
296
+ Number
297
+
298
+ </span>
275
299
 
276
300
 
277
301
 
@@ -294,13 +318,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
294
318
 
295
319
  <tr class="deep-level-1">
296
320
 
297
- <td class="name" id="opacity"><code>opacity</code></td>
321
+ <td class="name"><code>opacity</code></td>
298
322
 
299
323
 
300
324
  <td class="type">
301
325
 
302
326
 
303
- <span class="param-type">Number</span>
327
+ <span class="param-type">
328
+
329
+ Number
330
+
331
+ </span>
304
332
 
305
333
 
306
334
 
@@ -323,13 +351,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
323
351
 
324
352
  <tr class="deep-level-1">
325
353
 
326
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
354
+ <td class="name"><code>tokenKey</code></td>
327
355
 
328
356
 
329
357
  <td class="type">
330
358
 
331
359
 
332
- <span class="param-type">String</span>
360
+ <span class="param-type">
361
+
362
+ String
363
+
364
+ </span>
333
365
 
334
366
 
335
367
 
@@ -352,13 +384,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
352
384
 
353
385
  <tr class="deep-level-1">
354
386
 
355
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
387
+ <td class="name"><code>tokenValue</code></td>
356
388
 
357
389
 
358
390
  <td class="type">
359
391
 
360
392
 
361
- <span class="param-type">String</span>
393
+ <span class="param-type">
394
+
395
+ String
396
+
397
+ </span>
362
398
 
363
399
 
364
400
 
@@ -381,13 +417,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
381
417
 
382
418
  <tr class="deep-level-1">
383
419
 
384
- <td class="name" id="visible"><code>visible</code></td>
420
+ <td class="name"><code>visible</code></td>
385
421
 
386
422
 
387
423
  <td class="type">
388
424
 
389
425
 
390
- <span class="param-type">Boolean</span>
426
+ <span class="param-type">
427
+
428
+ Boolean
429
+
430
+ </span>
391
431
 
392
432
 
393
433
 
@@ -410,13 +450,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
410
450
 
411
451
  <tr class="deep-level-1">
412
452
 
413
- <td class="name" id="sublayers"><code>sublayers</code></td>
453
+ <td class="name"><code>sublayers</code></td>
414
454
 
415
455
 
416
456
  <td class="type">
417
457
 
418
458
 
419
- <span class="param-type">Array.&lt;<a link="Array.<IGSVectorTileSubLayer>.html" onclick="getTypeHTML(event)" href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
459
+ <span class="param-type">
460
+
461
+ Array.&lt;<a onclick="getTypeHTML(event)" link="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>>
462
+
463
+ </span>
420
464
 
421
465
 
422
466
 
@@ -439,13 +483,17 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
439
483
 
440
484
  <tr class="deep-level-1">
441
485
 
442
- <td class="name" id="labelsRenderMode"><code>labelsRenderMode</code></td>
486
+ <td class="name"><code>labelsRenderMode</code></td>
443
487
 
444
488
 
445
489
  <td class="type">
446
490
 
447
491
 
448
- <span class="param-type">String</span>
492
+ <span class="param-type">
493
+
494
+ String
495
+
496
+ </span>
449
497
 
450
498
 
451
499
 
@@ -473,25 +521,45 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
473
521
 
474
522
  <tr class="deep-level-1">
475
523
 
476
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
524
+ <td class="name"><code>clippingArea</code></td>
477
525
 
478
526
 
479
527
  <td class="type">
480
528
 
481
529
 
482
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
530
+ <span class="param-type">
531
+
532
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
533
+
534
+ </span>
483
535
  |
484
536
 
485
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
537
+ <span class="param-type">
538
+
539
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
540
+
541
+ </span>
486
542
  |
487
543
 
488
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
544
+ <span class="param-type">
545
+
546
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
547
+
548
+ </span>
489
549
  |
490
550
 
491
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
551
+ <span class="param-type">
552
+
553
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
554
+
555
+ </span>
492
556
  |
493
557
 
494
- <span class="param-type">null</span>
558
+ <span class="param-type">
559
+
560
+ null
561
+
562
+ </span>
495
563
 
496
564
 
497
565
 
@@ -566,15 +634,15 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
566
634
  <div class="column is-2"><label>绑定事件</label></div>
567
635
  <div class="column is-10">
568
636
  <ul>
569
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
637
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
570
638
 
571
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
639
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
572
640
 
573
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
641
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
574
642
 
575
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
643
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
576
644
 
577
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
645
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
578
646
  </ul>
579
647
  </div>
580
648
  </div>
@@ -1139,7 +1207,11 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1139
1207
  <td class="name">
1140
1208
  <code>
1141
1209
 
1142
- <span class="param-type">Array.&lt;String></span>
1210
+ <span class="param-type">
1211
+
1212
+ Array.&lt;String>
1213
+
1214
+ </span>
1143
1215
 
1144
1216
 
1145
1217
 
@@ -1153,19 +1225,39 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1153
1225
  <td class="name">
1154
1226
  <code>
1155
1227
 
1156
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1228
+ <span class="param-type">
1229
+
1230
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1231
+
1232
+ </span>
1157
1233
  |
1158
1234
 
1159
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1235
+ <span class="param-type">
1236
+
1237
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1238
+
1239
+ </span>
1160
1240
  |
1161
1241
 
1162
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1242
+ <span class="param-type">
1243
+
1244
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1245
+
1246
+ </span>
1163
1247
  |
1164
1248
 
1165
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1249
+ <span class="param-type">
1250
+
1251
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1252
+
1253
+ </span>
1166
1254
  |
1167
1255
 
1168
- <span class="param-type">null</span>
1256
+ <span class="param-type">
1257
+
1258
+ null
1259
+
1260
+ </span>
1169
1261
 
1170
1262
 
1171
1263
 
@@ -1179,7 +1271,11 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1179
1271
  <td class="name">
1180
1272
  <code>
1181
1273
 
1182
- <span class="param-type">Object</span>
1274
+ <span class="param-type">
1275
+
1276
+ Object
1277
+
1278
+ </span>
1183
1279
 
1184
1280
 
1185
1281
 
@@ -1193,7 +1289,11 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1193
1289
  <td class="name">
1194
1290
  <code>
1195
1291
 
1196
- <span class="param-type">String</span>
1292
+ <span class="param-type">
1293
+
1294
+ String
1295
+
1296
+ </span>
1197
1297
 
1198
1298
 
1199
1299
 
@@ -1207,7 +1307,11 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1207
1307
  <td class="name">
1208
1308
  <code>
1209
1309
 
1210
- <span class="param-type">String</span>
1310
+ <span class="param-type">
1311
+
1312
+ String
1313
+
1314
+ </span>
1211
1315
 
1212
1316
 
1213
1317
 
@@ -1224,7 +1328,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1224
1328
  <td class="name">
1225
1329
  <code>
1226
1330
 
1227
- <span class="param-type">Number</span>
1331
+ <span class="param-type">
1332
+
1333
+ Number
1334
+
1335
+ </span>
1228
1336
 
1229
1337
 
1230
1338
 
@@ -1238,7 +1346,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1238
1346
  <td class="name">
1239
1347
  <code>
1240
1348
 
1241
- <span class="param-type">Object</span>
1349
+ <span class="param-type">
1350
+
1351
+ Object
1352
+
1353
+ </span>
1242
1354
 
1243
1355
 
1244
1356
 
@@ -1252,7 +1364,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1252
1364
  <td class="name">
1253
1365
  <code>
1254
1366
 
1255
- <span class="param-type"><a link="Collection.<IGSVectorTileSubLayer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
1367
+ <span class="param-type">
1368
+
1369
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>>
1370
+
1371
+ </span>
1256
1372
 
1257
1373
 
1258
1374
 
@@ -1266,10 +1382,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1266
1382
  <td class="name">
1267
1383
  <code>
1268
1384
 
1269
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1385
+ <span class="param-type">
1386
+
1387
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1388
+
1389
+ </span>
1270
1390
  |
1271
1391
 
1272
- <span class="param-type">undefined</span>
1392
+ <span class="param-type">
1393
+
1394
+ undefined
1395
+
1396
+ </span>
1273
1397
 
1274
1398
 
1275
1399
 
@@ -1283,7 +1407,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1283
1407
  <td class="name">
1284
1408
  <code>
1285
1409
 
1286
- <span class="param-type">String</span>
1410
+ <span class="param-type">
1411
+
1412
+ String
1413
+
1414
+ </span>
1287
1415
 
1288
1416
 
1289
1417
 
@@ -1297,7 +1425,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1297
1425
  <td class="name">
1298
1426
  <code>
1299
1427
 
1300
- <span class="param-type">String</span>
1428
+ <span class="param-type">
1429
+
1430
+ String
1431
+
1432
+ </span>
1301
1433
 
1302
1434
 
1303
1435
 
@@ -1317,7 +1449,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1317
1449
  <span class="method-parameter is-pulled-right">
1318
1450
  <label>类型:</label>
1319
1451
 
1320
- <span class="param-type">Array.&lt;String></span>
1452
+ <span class="param-type">
1453
+
1454
+ Array.&lt;String>
1455
+
1456
+ </span>
1321
1457
 
1322
1458
 
1323
1459
 
@@ -1393,19 +1529,39 @@ off-screen: 使用矢量瓦片来绘制注记;
1393
1529
  <span class="method-parameter is-pulled-right">
1394
1530
  <label>类型:</label>
1395
1531
 
1396
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1532
+ <span class="param-type">
1533
+
1534
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1535
+
1536
+ </span>
1397
1537
  |
1398
1538
 
1399
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1539
+ <span class="param-type">
1540
+
1541
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1542
+
1543
+ </span>
1400
1544
  |
1401
1545
 
1402
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1546
+ <span class="param-type">
1547
+
1548
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1549
+
1550
+ </span>
1403
1551
  |
1404
1552
 
1405
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1553
+ <span class="param-type">
1554
+
1555
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1556
+
1557
+ </span>
1406
1558
  |
1407
1559
 
1408
- <span class="param-type">null</span>
1560
+ <span class="param-type">
1561
+
1562
+ null
1563
+
1564
+ </span>
1409
1565
 
1410
1566
 
1411
1567
 
@@ -1481,7 +1637,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1481
1637
  <span class="method-parameter is-pulled-right">
1482
1638
  <label>类型:</label>
1483
1639
 
1484
- <span class="param-type">Object</span>
1640
+ <span class="param-type">
1641
+
1642
+ Object
1643
+
1644
+ </span>
1485
1645
 
1486
1646
 
1487
1647
 
@@ -1561,7 +1721,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1561
1721
  <span class="method-parameter is-pulled-right">
1562
1722
  <label>类型:</label>
1563
1723
 
1564
- <span class="param-type">String</span>
1724
+ <span class="param-type">
1725
+
1726
+ String
1727
+
1728
+ </span>
1565
1729
 
1566
1730
 
1567
1731
 
@@ -1641,7 +1805,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1641
1805
  <span class="method-parameter is-pulled-right">
1642
1806
  <label>类型:</label>
1643
1807
 
1644
- <span class="param-type">String</span>
1808
+ <span class="param-type">
1809
+
1810
+ String
1811
+
1812
+ </span>
1645
1813
 
1646
1814
 
1647
1815
 
@@ -1720,7 +1888,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1720
1888
  <span class="method-parameter is-pulled-right">
1721
1889
  <label>类型:</label>
1722
1890
 
1723
- <span class="param-type">Number</span>
1891
+ <span class="param-type">
1892
+
1893
+ Number
1894
+
1895
+ </span>
1724
1896
 
1725
1897
 
1726
1898
 
@@ -1801,7 +1973,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1801
1973
  <span class="method-parameter is-pulled-right">
1802
1974
  <label>类型:</label>
1803
1975
 
1804
- <span class="param-type">Object</span>
1976
+ <span class="param-type">
1977
+
1978
+ Object
1979
+
1980
+ </span>
1805
1981
 
1806
1982
 
1807
1983
 
@@ -1877,7 +2053,11 @@ off-screen: 使用矢量瓦片来绘制注记;
1877
2053
  <span class="method-parameter is-pulled-right">
1878
2054
  <label>类型:</label>
1879
2055
 
1880
- <span class="param-type"><a link="Collection.<IGSVectorTileSubLayer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
2056
+ <span class="param-type">
2057
+
2058
+ <a onclick="getTypeHTML(event)" link="Collection.html">Collection</a>.&lt;<a onclick="getTypeHTML(event)" link="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>>
2059
+
2060
+ </span>
1881
2061
 
1882
2062
 
1883
2063
 
@@ -1948,10 +2128,18 @@ off-screen: 使用矢量瓦片来绘制注记;
1948
2128
  <span class="method-parameter is-pulled-right">
1949
2129
  <label>类型:</label>
1950
2130
 
1951
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2131
+ <span class="param-type">
2132
+
2133
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
2134
+
2135
+ </span>
1952
2136
  |
1953
2137
 
1954
- <span class="param-type">undefined</span>
2138
+ <span class="param-type">
2139
+
2140
+ undefined
2141
+
2142
+ </span>
1955
2143
 
1956
2144
 
1957
2145
 
@@ -2031,7 +2219,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2031
2219
  <span class="method-parameter is-pulled-right">
2032
2220
  <label>类型:</label>
2033
2221
 
2034
- <span class="param-type">String</span>
2222
+ <span class="param-type">
2223
+
2224
+ String
2225
+
2226
+ </span>
2035
2227
 
2036
2228
 
2037
2229
 
@@ -2111,7 +2303,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2111
2303
  <span class="method-parameter is-pulled-right">
2112
2304
  <label>类型:</label>
2113
2305
 
2114
- <span class="param-type">String</span>
2306
+ <span class="param-type">
2307
+
2308
+ String
2309
+
2310
+ </span>
2115
2311
 
2116
2312
 
2117
2313
 
@@ -2208,14 +2404,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2208
2404
  <code>
2209
2405
 
2210
2406
 
2211
- <span class="param-type"><a link="IGSVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a></span>
2407
+ <span class="param-type">
2408
+
2409
+ <a link="IGSVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a>
2410
+
2411
+ </span>
2212
2412
 
2213
2413
 
2214
2414
 
2215
2415
 
2216
2416
  </code>
2217
2417
  </td>
2218
- <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象<a id='fromJSON'></a></p></code></td>
2418
+ <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象</code></td>
2219
2419
  </tr>
2220
2420
 
2221
2421
  <tr class="deep-level-0">
@@ -2224,7 +2424,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2224
2424
  <code>
2225
2425
 
2226
2426
 
2227
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2427
+ <span class="param-type">
2428
+
2429
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2430
+
2431
+ </span>
2228
2432
 
2229
2433
 
2230
2434
 
@@ -2240,7 +2444,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2240
2444
  <code>
2241
2445
 
2242
2446
 
2243
- <span class="param-type">Object</span>
2447
+ <span class="param-type">
2448
+
2449
+ Object
2450
+
2451
+ </span>
2244
2452
 
2245
2453
 
2246
2454
 
@@ -2257,8 +2465,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2257
2465
 
2258
2466
  </code>
2259
2467
  </td>
2260
- <td class="name"><code><a id='deleteStyleLayer'/>
2261
- 删除样式图层</code></td>
2468
+ <td class="name"><code></code></td>
2262
2469
  </tr>
2263
2470
 
2264
2471
  <tr class="deep-level-0">
@@ -2267,7 +2474,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2267
2474
  <code>
2268
2475
 
2269
2476
 
2270
- <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
2477
+ <span class="param-type">
2478
+
2479
+ <a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a>
2480
+
2481
+ </span>
2271
2482
 
2272
2483
 
2273
2484
 
@@ -2283,15 +2494,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2283
2494
  <code>
2284
2495
 
2285
2496
 
2286
- <span class="param-type">Any</span>
2497
+ <span class="param-type">
2498
+
2499
+ Any
2500
+
2501
+ </span>
2287
2502
 
2288
2503
 
2289
2504
 
2290
2505
 
2291
2506
  </code>
2292
2507
  </td>
2293
- <td class="name"><code><a id='getExtendProperties'/>
2294
- 获取样式图层的额外属性</code></td>
2508
+ <td class="name"><code></code></td>
2295
2509
  </tr>
2296
2510
 
2297
2511
  <tr class="deep-level-0">
@@ -2300,18 +2514,25 @@ off-screen: 使用矢量瓦片来绘制注记;
2300
2514
  <code>
2301
2515
 
2302
2516
 
2303
- <span class="param-type">Object</span>
2517
+ <span class="param-type">
2518
+
2519
+ Object
2520
+
2521
+ </span>
2304
2522
  |
2305
2523
 
2306
- <span class="param-type">null</span>
2524
+ <span class="param-type">
2525
+
2526
+ null
2527
+
2528
+ </span>
2307
2529
 
2308
2530
 
2309
2531
 
2310
2532
 
2311
2533
  </code>
2312
2534
  </td>
2313
- <td class="name"><code><a id='getLayoutProperties'/>
2314
- 获取样式图层布局属性</code></td>
2535
+ <td class="name"><code></code></td>
2315
2536
  </tr>
2316
2537
 
2317
2538
  <tr class="deep-level-0">
@@ -2320,18 +2541,25 @@ off-screen: 使用矢量瓦片来绘制注记;
2320
2541
  <code>
2321
2542
 
2322
2543
 
2323
- <span class="param-type">Object</span>
2544
+ <span class="param-type">
2545
+
2546
+ Object
2547
+
2548
+ </span>
2324
2549
  |
2325
2550
 
2326
- <span class="param-type">null</span>
2551
+ <span class="param-type">
2552
+
2553
+ null
2554
+
2555
+ </span>
2327
2556
 
2328
2557
 
2329
2558
 
2330
2559
 
2331
2560
  </code>
2332
2561
  </td>
2333
- <td class="name"><code><a id='getPaintProperties'/>
2334
- 获取样式图层绘制属性</code></td>
2562
+ <td class="name"><code></code></td>
2335
2563
  </tr>
2336
2564
 
2337
2565
  <tr class="deep-level-0">
@@ -2340,15 +2568,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2340
2568
  <code>
2341
2569
 
2342
2570
 
2343
- <span class="param-type">Object</span>
2571
+ <span class="param-type">
2572
+
2573
+ Object
2574
+
2575
+ </span>
2344
2576
 
2345
2577
 
2346
2578
 
2347
2579
 
2348
2580
  </code>
2349
2581
  </td>
2350
- <td class="name"><code><a id='getStyleLayer'/>
2351
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
2582
+ <td class="name"><code></code></td>
2352
2583
  </tr>
2353
2584
 
2354
2585
  <tr class="deep-level-0">
@@ -2357,15 +2588,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2357
2588
  <code>
2358
2589
 
2359
2590
 
2360
- <span class="param-type">String</span>
2591
+ <span class="param-type">
2592
+
2593
+ String
2594
+
2595
+ </span>
2361
2596
 
2362
2597
 
2363
2598
 
2364
2599
 
2365
2600
  </code>
2366
2601
  </td>
2367
- <td class="name"><code><a id='getStyleLayerIndex'/>
2368
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
2602
+ <td class="name"><code></code></td>
2369
2603
  </tr>
2370
2604
 
2371
2605
  <tr class="deep-level-0">
@@ -2374,15 +2608,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2374
2608
  <code>
2375
2609
 
2376
2610
 
2377
- <span class="param-type">Number</span>
2611
+ <span class="param-type">
2612
+
2613
+ Number
2614
+
2615
+ </span>
2378
2616
 
2379
2617
 
2380
2618
 
2381
2619
 
2382
2620
  </code>
2383
2621
  </td>
2384
- <td class="name"><code><a id='getStyleLayerIndex'/>
2385
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
2622
+ <td class="name"><code></code></td>
2386
2623
  </tr>
2387
2624
 
2388
2625
  <tr class="deep-level-0">
@@ -2391,7 +2628,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2391
2628
  <code>
2392
2629
 
2393
2630
 
2394
- <span class="param-type">Boolean</span>
2631
+ <span class="param-type">
2632
+
2633
+ Boolean
2634
+
2635
+ </span>
2395
2636
 
2396
2637
 
2397
2638
 
@@ -2399,7 +2640,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2399
2640
  </code>
2400
2641
  </td>
2401
2642
  <td class="name"><code><p>获取样式图层可见性
2402
- <a id='getStyleLayerVisibility'/></p></code></td>
2643
+ </code></td>
2403
2644
  </tr>
2404
2645
 
2405
2646
  <tr class="deep-level-0">
@@ -2409,8 +2650,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2409
2650
 
2410
2651
  </code>
2411
2652
  </td>
2412
- <td class="name"><code><a id='setExtendProperties'/>
2413
- 设置样式图层的额外属性</code></td>
2653
+ <td class="name"><code></code></td>
2414
2654
  </tr>
2415
2655
 
2416
2656
  <tr class="deep-level-0">
@@ -2420,8 +2660,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2420
2660
 
2421
2661
  </code>
2422
2662
  </td>
2423
- <td class="name"><code><a id='setLayoutProperties'/>
2424
- 设置样式图层布局属性</code></td>
2663
+ <td class="name"><code></code></td>
2425
2664
  </tr>
2426
2665
 
2427
2666
  <tr class="deep-level-0">
@@ -2431,8 +2670,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2431
2670
 
2432
2671
  </code>
2433
2672
  </td>
2434
- <td class="name"><code><a id='setPaintProperties'/>
2435
- 设置样式图层绘制属性</code></td>
2673
+ <td class="name"><code></code></td>
2436
2674
  </tr>
2437
2675
 
2438
2676
  <tr class="deep-level-0">
@@ -2442,8 +2680,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2442
2680
 
2443
2681
  </code>
2444
2682
  </td>
2445
- <td class="name"><code><a id='setStyleLayer'/>
2446
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
2683
+ <td class="name"><code></code></td>
2447
2684
  </tr>
2448
2685
 
2449
2686
  <tr class="deep-level-0">
@@ -2453,8 +2690,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2453
2690
 
2454
2691
  </code>
2455
2692
  </td>
2456
- <td class="name"><code><a id='setStyleLayerVisibility'/>
2457
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
2693
+ <td class="name"><code></code></td>
2458
2694
  </tr>
2459
2695
 
2460
2696
  <tr class="deep-level-0">
@@ -2463,7 +2699,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2463
2699
  <code>
2464
2700
 
2465
2701
 
2466
- <span class="param-type">Object</span>
2702
+ <span class="param-type">
2703
+
2704
+ Object
2705
+
2706
+ </span>
2467
2707
 
2468
2708
 
2469
2709
 
@@ -2535,13 +2775,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2535
2775
 
2536
2776
  <tr class="deep-level-0">
2537
2777
 
2538
- <td class="name" id="json"><code>json</code></td>
2778
+ <td class="name"><code>json</code></td>
2539
2779
 
2540
2780
 
2541
2781
  <td class="type">
2542
2782
 
2543
2783
 
2544
- <span class="param-type">Object</span>
2784
+ <span class="param-type">
2785
+
2786
+ Object
2787
+
2788
+ </span>
2545
2789
 
2546
2790
 
2547
2791
 
@@ -2630,7 +2874,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2630
2874
  <div class='column is-5 has-text-left'>
2631
2875
  <label>类型: </label>
2632
2876
 
2633
- <span class="param-type"><a link="IGSVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a></span>
2877
+ <span class="param-type">
2878
+
2879
+ <a link="IGSVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a>
2880
+
2881
+ </span>
2634
2882
 
2635
2883
 
2636
2884
 
@@ -2752,7 +3000,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2752
3000
  <div class='column is-5 has-text-left'>
2753
3001
  <label>类型: </label>
2754
3002
 
2755
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3003
+ <span class="param-type">
3004
+
3005
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3006
+
3007
+ </span>
2756
3008
 
2757
3009
 
2758
3010
 
@@ -2824,13 +3076,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2824
3076
 
2825
3077
  <tr class="deep-level-0">
2826
3078
 
2827
- <td class="name" id="customStyle"><code>customStyle</code></td>
3079
+ <td class="name"><code>customStyle</code></td>
2828
3080
 
2829
3081
 
2830
3082
  <td class="type">
2831
3083
 
2832
3084
 
2833
- <span class="param-type">Object</span>
3085
+ <span class="param-type">
3086
+
3087
+ Object
3088
+
3089
+ </span>
2834
3090
 
2835
3091
 
2836
3092
 
@@ -2919,7 +3175,11 @@ off-screen: 使用矢量瓦片来绘制注记;
2919
3175
  <div class='column is-5 has-text-left'>
2920
3176
  <label>类型: </label>
2921
3177
 
2922
- <span class="param-type">Object</span>
3178
+ <span class="param-type">
3179
+
3180
+ Object
3181
+
3182
+ </span>
2923
3183
 
2924
3184
 
2925
3185
 
@@ -2992,13 +3252,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2992
3252
 
2993
3253
  <tr class="deep-level-0">
2994
3254
 
2995
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3255
+ <td class="name"><code>styleLayerId</code></td>
2996
3256
 
2997
3257
 
2998
3258
  <td class="type">
2999
3259
 
3000
3260
 
3001
- <span class="param-type">String</span>
3261
+ <span class="param-type">
3262
+
3263
+ String
3264
+
3265
+ </span>
3002
3266
 
3003
3267
 
3004
3268
 
@@ -3138,13 +3402,17 @@ off-screen: 使用矢量瓦片来绘制注记;
3138
3402
 
3139
3403
  <tr class="deep-level-0">
3140
3404
 
3141
- <td class="name" id="sublayerID"><code>sublayerID</code></td>
3405
+ <td class="name"><code>sublayerID</code></td>
3142
3406
 
3143
3407
 
3144
3408
  <td class="type">
3145
3409
 
3146
3410
 
3147
- <span class="param-type">String</span>
3411
+ <span class="param-type">
3412
+
3413
+ String
3414
+
3415
+ </span>
3148
3416
 
3149
3417
 
3150
3418
 
@@ -3233,7 +3501,11 @@ off-screen: 使用矢量瓦片来绘制注记;
3233
3501
  <div class='column is-5 has-text-left'>
3234
3502
  <label>类型: </label>
3235
3503
 
3236
- <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
3504
+ <span class="param-type">
3505
+
3506
+ <a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a>
3507
+
3508
+ </span>
3237
3509
 
3238
3510
 
3239
3511
 
@@ -3325,13 +3597,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3325
3597
 
3326
3598
  <tr class="deep-level-0">
3327
3599
 
3328
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3600
+ <td class="name"><code>styleLayerId</code></td>
3329
3601
 
3330
3602
 
3331
3603
  <td class="type">
3332
3604
 
3333
3605
 
3334
- <span class="param-type">String</span>
3606
+ <span class="param-type">
3607
+
3608
+ String
3609
+
3610
+ </span>
3335
3611
 
3336
3612
 
3337
3613
 
@@ -3350,13 +3626,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3350
3626
 
3351
3627
  <tr class="deep-level-0">
3352
3628
 
3353
- <td class="name" id="key"><code>key</code></td>
3629
+ <td class="name"><code>key</code></td>
3354
3630
 
3355
3631
 
3356
3632
  <td class="type">
3357
3633
 
3358
3634
 
3359
- <span class="param-type">String</span>
3635
+ <span class="param-type">
3636
+
3637
+ String
3638
+
3639
+ </span>
3360
3640
 
3361
3641
 
3362
3642
 
@@ -3450,7 +3730,11 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3450
3730
  <div class='column is-5 has-text-left'>
3451
3731
  <label>类型: </label>
3452
3732
 
3453
- <span class="param-type">Any</span>
3733
+ <span class="param-type">
3734
+
3735
+ Any
3736
+
3737
+ </span>
3454
3738
 
3455
3739
 
3456
3740
 
@@ -3523,13 +3807,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3523
3807
 
3524
3808
  <tr class="deep-level-0">
3525
3809
 
3526
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3810
+ <td class="name"><code>styleLayerId</code></td>
3527
3811
 
3528
3812
 
3529
3813
  <td class="type">
3530
3814
 
3531
3815
 
3532
- <span class="param-type">String</span>
3816
+ <span class="param-type">
3817
+
3818
+ String
3819
+
3820
+ </span>
3533
3821
 
3534
3822
 
3535
3823
 
@@ -3623,10 +3911,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3623
3911
  <div class='column is-5 has-text-left'>
3624
3912
  <label>类型: </label>
3625
3913
 
3626
- <span class="param-type">Object</span>
3914
+ <span class="param-type">
3915
+
3916
+ Object
3917
+
3918
+ </span>
3627
3919
  |
3628
3920
 
3629
- <span class="param-type">null</span>
3921
+ <span class="param-type">
3922
+
3923
+ null
3924
+
3925
+ </span>
3630
3926
 
3631
3927
 
3632
3928
 
@@ -3699,13 +3995,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3699
3995
 
3700
3996
  <tr class="deep-level-0">
3701
3997
 
3702
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3998
+ <td class="name"><code>styleLayerId</code></td>
3703
3999
 
3704
4000
 
3705
4001
  <td class="type">
3706
4002
 
3707
4003
 
3708
- <span class="param-type">String</span>
4004
+ <span class="param-type">
4005
+
4006
+ String
4007
+
4008
+ </span>
3709
4009
 
3710
4010
 
3711
4011
 
@@ -3799,10 +4099,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3799
4099
  <div class='column is-5 has-text-left'>
3800
4100
  <label>类型: </label>
3801
4101
 
3802
- <span class="param-type">Object</span>
4102
+ <span class="param-type">
4103
+
4104
+ Object
4105
+
4106
+ </span>
3803
4107
  |
3804
4108
 
3805
- <span class="param-type">null</span>
4109
+ <span class="param-type">
4110
+
4111
+ null
4112
+
4113
+ </span>
3806
4114
 
3807
4115
 
3808
4116
 
@@ -3875,13 +4183,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3875
4183
 
3876
4184
  <tr class="deep-level-0">
3877
4185
 
3878
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4186
+ <td class="name"><code>styleLayerId</code></td>
3879
4187
 
3880
4188
 
3881
4189
  <td class="type">
3882
4190
 
3883
4191
 
3884
- <span class="param-type">String</span>
4192
+ <span class="param-type">
4193
+
4194
+ String
4195
+
4196
+ </span>
3885
4197
 
3886
4198
 
3887
4199
 
@@ -3975,7 +4287,11 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3975
4287
  <div class='column is-5 has-text-left'>
3976
4288
  <label>类型: </label>
3977
4289
 
3978
- <span class="param-type">Object</span>
4290
+ <span class="param-type">
4291
+
4292
+ Object
4293
+
4294
+ </span>
3979
4295
 
3980
4296
 
3981
4297
 
@@ -4048,13 +4364,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4048
4364
 
4049
4365
  <tr class="deep-level-0">
4050
4366
 
4051
- <td class="name" id="index"><code>index</code></td>
4367
+ <td class="name"><code>index</code></td>
4052
4368
 
4053
4369
 
4054
4370
  <td class="type">
4055
4371
 
4056
4372
 
4057
- <span class="param-type">Number</span>
4373
+ <span class="param-type">
4374
+
4375
+ Number
4376
+
4377
+ </span>
4058
4378
 
4059
4379
 
4060
4380
 
@@ -4148,7 +4468,11 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4148
4468
  <div class='column is-5 has-text-left'>
4149
4469
  <label>类型: </label>
4150
4470
 
4151
- <span class="param-type">String</span>
4471
+ <span class="param-type">
4472
+
4473
+ String
4474
+
4475
+ </span>
4152
4476
 
4153
4477
 
4154
4478
 
@@ -4221,13 +4545,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4221
4545
 
4222
4546
  <tr class="deep-level-0">
4223
4547
 
4224
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4548
+ <td class="name"><code>styleLayerId</code></td>
4225
4549
 
4226
4550
 
4227
4551
  <td class="type">
4228
4552
 
4229
4553
 
4230
- <span class="param-type">String</span>
4554
+ <span class="param-type">
4555
+
4556
+ String
4557
+
4558
+ </span>
4231
4559
 
4232
4560
 
4233
4561
 
@@ -4321,7 +4649,11 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4321
4649
  <div class='column is-5 has-text-left'>
4322
4650
  <label>类型: </label>
4323
4651
 
4324
- <span class="param-type">Number</span>
4652
+ <span class="param-type">
4653
+
4654
+ Number
4655
+
4656
+ </span>
4325
4657
 
4326
4658
 
4327
4659
 
@@ -4394,13 +4726,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4394
4726
 
4395
4727
  <tr class="deep-level-0">
4396
4728
 
4397
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4729
+ <td class="name"><code>styleLayerId</code></td>
4398
4730
 
4399
4731
 
4400
4732
  <td class="type">
4401
4733
 
4402
4734
 
4403
- <span class="param-type">String</span>
4735
+ <span class="param-type">
4736
+
4737
+ String
4738
+
4739
+ </span>
4404
4740
 
4405
4741
 
4406
4742
 
@@ -4494,7 +4830,11 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4494
4830
  <div class='column is-5 has-text-left'>
4495
4831
  <label>类型: </label>
4496
4832
 
4497
- <span class="param-type">Boolean</span>
4833
+ <span class="param-type">
4834
+
4835
+ Boolean
4836
+
4837
+ </span>
4498
4838
 
4499
4839
 
4500
4840
 
@@ -4567,13 +4907,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4567
4907
 
4568
4908
  <tr class="deep-level-0">
4569
4909
 
4570
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4910
+ <td class="name"><code>styleLayerId</code></td>
4571
4911
 
4572
4912
 
4573
4913
  <td class="type">
4574
4914
 
4575
4915
 
4576
- <span class="param-type">String</span>
4916
+ <span class="param-type">
4917
+
4918
+ String
4919
+
4920
+ </span>
4577
4921
 
4578
4922
 
4579
4923
 
@@ -4592,13 +4936,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4592
4936
 
4593
4937
  <tr class="deep-level-0">
4594
4938
 
4595
- <td class="name" id="key"><code>key</code></td>
4939
+ <td class="name"><code>key</code></td>
4596
4940
 
4597
4941
 
4598
4942
  <td class="type">
4599
4943
 
4600
4944
 
4601
- <span class="param-type">String</span>
4945
+ <span class="param-type">
4946
+
4947
+ String
4948
+
4949
+ </span>
4602
4950
 
4603
4951
 
4604
4952
 
@@ -4617,13 +4965,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4617
4965
 
4618
4966
  <tr class="deep-level-0">
4619
4967
 
4620
- <td class="name" id="value"><code>value</code></td>
4968
+ <td class="name"><code>value</code></td>
4621
4969
 
4622
4970
 
4623
4971
  <td class="type">
4624
4972
 
4625
4973
 
4626
- <span class="param-type">Any</span>
4974
+ <span class="param-type">
4975
+
4976
+ Any
4977
+
4978
+ </span>
4627
4979
 
4628
4980
 
4629
4981
 
@@ -4764,13 +5116,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4764
5116
 
4765
5117
  <tr class="deep-level-0">
4766
5118
 
4767
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5119
+ <td class="name"><code>styleLayerId</code></td>
4768
5120
 
4769
5121
 
4770
5122
  <td class="type">
4771
5123
 
4772
5124
 
4773
- <span class="param-type">String</span>
5125
+ <span class="param-type">
5126
+
5127
+ String
5128
+
5129
+ </span>
4774
5130
 
4775
5131
 
4776
5132
 
@@ -4789,13 +5145,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4789
5145
 
4790
5146
  <tr class="deep-level-0">
4791
5147
 
4792
- <td class="name" id="layout"><code>layout</code></td>
5148
+ <td class="name"><code>layout</code></td>
4793
5149
 
4794
5150
 
4795
5151
  <td class="type">
4796
5152
 
4797
5153
 
4798
- <span class="param-type">Object</span>
5154
+ <span class="param-type">
5155
+
5156
+ Object
5157
+
5158
+ </span>
4799
5159
 
4800
5160
 
4801
5161
 
@@ -4936,13 +5296,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4936
5296
 
4937
5297
  <tr class="deep-level-0">
4938
5298
 
4939
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5299
+ <td class="name"><code>styleLayerId</code></td>
4940
5300
 
4941
5301
 
4942
5302
  <td class="type">
4943
5303
 
4944
5304
 
4945
- <span class="param-type">String</span>
5305
+ <span class="param-type">
5306
+
5307
+ String
5308
+
5309
+ </span>
4946
5310
 
4947
5311
 
4948
5312
 
@@ -4961,13 +5325,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4961
5325
 
4962
5326
  <tr class="deep-level-0">
4963
5327
 
4964
- <td class="name" id="paint"><code>paint</code></td>
5328
+ <td class="name"><code>paint</code></td>
4965
5329
 
4966
5330
 
4967
5331
  <td class="type">
4968
5332
 
4969
5333
 
4970
- <span class="param-type">Object</span>
5334
+ <span class="param-type">
5335
+
5336
+ Object
5337
+
5338
+ </span>
4971
5339
 
4972
5340
 
4973
5341
 
@@ -5108,13 +5476,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5108
5476
 
5109
5477
  <tr class="deep-level-0">
5110
5478
 
5111
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
5479
+ <td class="name"><code>styleLayer</code></td>
5112
5480
 
5113
5481
 
5114
5482
  <td class="type">
5115
5483
 
5116
5484
 
5117
- <span class="param-type">Object</span>
5485
+ <span class="param-type">
5486
+
5487
+ Object
5488
+
5489
+ </span>
5118
5490
 
5119
5491
 
5120
5492
 
@@ -5133,13 +5505,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5133
5505
 
5134
5506
  <tr class="deep-level-0">
5135
5507
 
5136
- <td class="name" id="index"><code>index</code></td>
5508
+ <td class="name"><code>index</code></td>
5137
5509
 
5138
5510
 
5139
5511
  <td class="type">
5140
5512
 
5141
5513
 
5142
- <span class="param-type">String</span>
5514
+ <span class="param-type">
5515
+
5516
+ String
5517
+
5518
+ </span>
5143
5519
 
5144
5520
 
5145
5521
 
@@ -5280,13 +5656,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5280
5656
 
5281
5657
  <tr class="deep-level-0">
5282
5658
 
5283
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5659
+ <td class="name"><code>styleLayerId</code></td>
5284
5660
 
5285
5661
 
5286
5662
  <td class="type">
5287
5663
 
5288
5664
 
5289
- <span class="param-type">String</span>
5665
+ <span class="param-type">
5666
+
5667
+ String
5668
+
5669
+ </span>
5290
5670
 
5291
5671
 
5292
5672
 
@@ -5305,13 +5685,17 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5305
5685
 
5306
5686
  <tr class="deep-level-0">
5307
5687
 
5308
- <td class="name" id="visible"><code>visible</code></td>
5688
+ <td class="name"><code>visible</code></td>
5309
5689
 
5310
5690
 
5311
5691
  <td class="type">
5312
5692
 
5313
5693
 
5314
- <span class="param-type">Boolean</span>
5694
+ <span class="param-type">
5695
+
5696
+ Boolean
5697
+
5698
+ </span>
5315
5699
 
5316
5700
 
5317
5701
 
@@ -5501,7 +5885,11 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5501
5885
  <div class='column is-5 has-text-left'>
5502
5886
  <label>类型: </label>
5503
5887
 
5504
- <span class="param-type">Object</span>
5888
+ <span class="param-type">
5889
+
5890
+ Object
5891
+
5892
+ </span>
5505
5893
 
5506
5894
 
5507
5895