@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -99,13 +99,18 @@ 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>
113
+
109
114
 
110
115
 
111
116
 
@@ -125,13 +130,18 @@ if(layer.loadStatus === 'loaded') {<br/>
125
130
 
126
131
  <tr class="deep-level-1">
127
132
 
128
- <td class="name" id="url"><code>url</code></td>
133
+ <td class="name"><code>url</code></td>
129
134
 
130
135
 
131
136
  <td class="type">
132
137
 
133
138
 
134
- <span class="param-type">String</span>
139
+ <span class="param-type">
140
+
141
+ String
142
+
143
+ </span>
144
+
135
145
 
136
146
 
137
147
 
@@ -162,13 +172,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
162
172
 
163
173
  <tr class="deep-level-1">
164
174
 
165
- <td class="name" id="style"><code>style</code></td>
175
+ <td class="name"><code>style</code></td>
166
176
 
167
177
 
168
178
  <td class="type">
169
179
 
170
180
 
171
- <span class="param-type">Object</span>
181
+ <span class="param-type">
182
+
183
+ Object
184
+
185
+ </span>
186
+
172
187
 
173
188
 
174
189
 
@@ -192,13 +207,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
192
207
 
193
208
  <tr class="deep-level-1">
194
209
 
195
- <td class="name" id="sublayers"><code>sublayers</code></td>
210
+ <td class="name"><code>sublayers</code></td>
196
211
 
197
212
 
198
213
  <td class="type">
199
214
 
200
215
 
201
- <span class="param-type"><a 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>
221
+
202
222
 
203
223
 
204
224
 
@@ -232,13 +252,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
232
252
 
233
253
  <tr class="deep-level-1">
234
254
 
235
- <td class="name" id="minScale"><code>minScale</code></td>
255
+ <td class="name"><code>minScale</code></td>
236
256
 
237
257
 
238
258
  <td class="type">
239
259
 
240
260
 
241
- <span class="param-type">Number</span>
261
+ <span class="param-type">
262
+
263
+ Number
264
+
265
+ </span>
266
+
242
267
 
243
268
 
244
269
 
@@ -260,13 +285,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
260
285
 
261
286
  <tr class="deep-level-1">
262
287
 
263
- <td class="name" id="maxScale"><code>maxScale</code></td>
288
+ <td class="name"><code>maxScale</code></td>
264
289
 
265
290
 
266
291
  <td class="type">
267
292
 
268
293
 
269
- <span class="param-type">Number</span>
294
+ <span class="param-type">
295
+
296
+ Number
297
+
298
+ </span>
299
+
270
300
 
271
301
 
272
302
 
@@ -288,13 +318,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
288
318
 
289
319
  <tr class="deep-level-1">
290
320
 
291
- <td class="name" id="opacity"><code>opacity</code></td>
321
+ <td class="name"><code>opacity</code></td>
292
322
 
293
323
 
294
324
  <td class="type">
295
325
 
296
326
 
297
- <span class="param-type">Number</span>
327
+ <span class="param-type">
328
+
329
+ Number
330
+
331
+ </span>
332
+
298
333
 
299
334
 
300
335
 
@@ -316,13 +351,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
316
351
 
317
352
  <tr class="deep-level-1">
318
353
 
319
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
354
+ <td class="name"><code>tokenKey</code></td>
320
355
 
321
356
 
322
357
  <td class="type">
323
358
 
324
359
 
325
- <span class="param-type">String</span>
360
+ <span class="param-type">
361
+
362
+ String
363
+
364
+ </span>
365
+
326
366
 
327
367
 
328
368
 
@@ -344,13 +384,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
344
384
 
345
385
  <tr class="deep-level-1">
346
386
 
347
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
387
+ <td class="name"><code>tokenValue</code></td>
348
388
 
349
389
 
350
390
  <td class="type">
351
391
 
352
392
 
353
- <span class="param-type">String</span>
393
+ <span class="param-type">
394
+
395
+ String
396
+
397
+ </span>
398
+
354
399
 
355
400
 
356
401
 
@@ -372,13 +417,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
372
417
 
373
418
  <tr class="deep-level-1">
374
419
 
375
- <td class="name" id="visible"><code>visible</code></td>
420
+ <td class="name"><code>visible</code></td>
376
421
 
377
422
 
378
423
  <td class="type">
379
424
 
380
425
 
381
- <span class="param-type">Boolean</span>
426
+ <span class="param-type">
427
+
428
+ Boolean
429
+
430
+ </span>
431
+
382
432
 
383
433
 
384
434
 
@@ -400,13 +450,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
400
450
 
401
451
  <tr class="deep-level-1">
402
452
 
403
- <td class="name" id="sublayers"><code>sublayers</code></td>
453
+ <td class="name"><code>sublayers</code></td>
404
454
 
405
455
 
406
456
  <td class="type">
407
457
 
408
458
 
409
- <span class="param-type">Array.&lt;<a 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>
464
+
410
465
 
411
466
 
412
467
 
@@ -428,13 +483,18 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
428
483
 
429
484
  <tr class="deep-level-1">
430
485
 
431
- <td class="name" id="labelsRenderMode"><code>labelsRenderMode</code></td>
486
+ <td class="name"><code>labelsRenderMode</code></td>
432
487
 
433
488
 
434
489
  <td class="type">
435
490
 
436
491
 
437
- <span class="param-type">String</span>
492
+ <span class="param-type">
493
+
494
+ String
495
+
496
+ </span>
497
+
438
498
 
439
499
 
440
500
 
@@ -461,25 +521,46 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
461
521
 
462
522
  <tr class="deep-level-1">
463
523
 
464
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
524
+ <td class="name"><code>clippingArea</code></td>
465
525
 
466
526
 
467
527
  <td class="type">
468
528
 
469
529
 
470
- <span class="param-type"><a 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>
471
535
  |
472
536
 
473
- <span class="param-type"><a 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>
474
542
  |
475
543
 
476
- <span class="param-type"><a 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>
477
549
  |
478
550
 
479
- <span class="param-type"><a 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>
480
556
  |
481
557
 
482
- <span class="param-type">null</span>
558
+ <span class="param-type">
559
+
560
+ null
561
+
562
+ </span>
563
+
483
564
 
484
565
 
485
566
 
@@ -553,15 +634,15 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
553
634
  <div class="column is-2"><label>绑定事件</label></div>
554
635
  <div class="column is-10">
555
636
  <ul>
556
- <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>
557
638
 
558
- <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>
559
640
 
560
- <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>
561
642
 
562
- <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>
563
644
 
564
- <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>
565
646
  </ul>
566
647
  </div>
567
648
  </div>
@@ -1090,7 +1171,7 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1090
1171
 
1091
1172
 
1092
1173
  <ul>
1093
- <li><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
1174
+ <li><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
1094
1175
  </ul>
1095
1176
 
1096
1177
 
@@ -1122,11 +1203,16 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1122
1203
  <tbody>
1123
1204
 
1124
1205
  <tr class="deep-level-0">
1125
- <td class="name"><code><a href="IGSVectorTileLayer.html#capabilities">capabilities</a></code></td>
1206
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
1126
1207
  <td class="name">
1127
1208
  <code>
1128
1209
 
1129
- <span class="param-type">Array.&lt;String></span>
1210
+ <span class="param-type">
1211
+
1212
+ Array.&lt;String>
1213
+
1214
+ </span>
1215
+
1130
1216
 
1131
1217
 
1132
1218
  </code>
@@ -1135,23 +1221,44 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1135
1221
  </tr>
1136
1222
 
1137
1223
  <tr class="deep-level-0">
1138
- <td class="name"><code><a href="IGSVectorTileLayer.html#clippingArea">clippingArea</a></code></td>
1224
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
1139
1225
  <td class="name">
1140
1226
  <code>
1141
1227
 
1142
- <span class="param-type"><a 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>
1143
1233
  |
1144
1234
 
1145
- <span class="param-type"><a 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>
1146
1240
  |
1147
1241
 
1148
- <span class="param-type"><a 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>
1149
1247
  |
1150
1248
 
1151
- <span class="param-type"><a 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>
1152
1254
  |
1153
1255
 
1154
- <span class="param-type">null</span>
1256
+ <span class="param-type">
1257
+
1258
+ null
1259
+
1260
+ </span>
1261
+
1155
1262
 
1156
1263
 
1157
1264
  </code>
@@ -1160,11 +1267,16 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1160
1267
  </tr>
1161
1268
 
1162
1269
  <tr class="deep-level-0">
1163
- <td class="name"><code><a href="IGSVectorTileLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
1270
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
1164
1271
  <td class="name">
1165
1272
  <code>
1166
1273
 
1167
- <span class="param-type">Object</span>
1274
+ <span class="param-type">
1275
+
1276
+ Object
1277
+
1278
+ </span>
1279
+
1168
1280
 
1169
1281
 
1170
1282
  </code>
@@ -1173,11 +1285,16 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1173
1285
  </tr>
1174
1286
 
1175
1287
  <tr class="deep-level-0">
1176
- <td class="name"><code><a href="IGSVectorTileLayer.html#description">description</a></code></td>
1288
+ <td class="name"><code><a href="#description">description</a></code></td>
1177
1289
  <td class="name">
1178
1290
  <code>
1179
1291
 
1180
- <span class="param-type">String</span>
1292
+ <span class="param-type">
1293
+
1294
+ String
1295
+
1296
+ </span>
1297
+
1181
1298
 
1182
1299
 
1183
1300
  </code>
@@ -1186,11 +1303,16 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1186
1303
  </tr>
1187
1304
 
1188
1305
  <tr class="deep-level-0">
1189
- <td class="name"><code><a href="IGSVectorTileLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
1306
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
1190
1307
  <td class="name">
1191
1308
  <code>
1192
1309
 
1193
- <span class="param-type">String</span>
1310
+ <span class="param-type">
1311
+
1312
+ String
1313
+
1314
+ </span>
1315
+
1194
1316
 
1195
1317
 
1196
1318
  </code>
@@ -1202,11 +1324,16 @@ off-screen: 使用矢量瓦片来绘制注记;
1202
1324
  </tr>
1203
1325
 
1204
1326
  <tr class="deep-level-0">
1205
- <td class="name"><code><a href="IGSVectorTileLayer.html#mvtExtent">mvtExtent</a></code></td>
1327
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
1206
1328
  <td class="name">
1207
1329
  <code>
1208
1330
 
1209
- <span class="param-type">Number</span>
1331
+ <span class="param-type">
1332
+
1333
+ Number
1334
+
1335
+ </span>
1336
+
1210
1337
 
1211
1338
 
1212
1339
  </code>
@@ -1215,11 +1342,16 @@ off-screen: 使用矢量瓦片来绘制注记;
1215
1342
  </tr>
1216
1343
 
1217
1344
  <tr class="deep-level-0">
1218
- <td class="name"><code><a href="IGSVectorTileLayer.html#style">style</a></code></td>
1345
+ <td class="name"><code><a href="#style">style</a></code></td>
1219
1346
  <td class="name">
1220
1347
  <code>
1221
1348
 
1222
- <span class="param-type">Object</span>
1349
+ <span class="param-type">
1350
+
1351
+ Object
1352
+
1353
+ </span>
1354
+
1223
1355
 
1224
1356
 
1225
1357
  </code>
@@ -1228,11 +1360,16 @@ off-screen: 使用矢量瓦片来绘制注记;
1228
1360
  </tr>
1229
1361
 
1230
1362
  <tr class="deep-level-0">
1231
- <td class="name"><code><a href="IGSVectorTileLayer.html#sublayers">sublayers</a></code></td>
1363
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1232
1364
  <td class="name">
1233
1365
  <code>
1234
1366
 
1235
- <span class="param-type"><a 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>
1372
+
1236
1373
 
1237
1374
 
1238
1375
  </code>
@@ -1241,14 +1378,23 @@ off-screen: 使用矢量瓦片来绘制注记;
1241
1378
  </tr>
1242
1379
 
1243
1380
  <tr class="deep-level-0">
1244
- <td class="name"><code><a href="IGSVectorTileLayer.html#tileInfo">tileInfo</a></code></td>
1381
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
1245
1382
  <td class="name">
1246
1383
  <code>
1247
1384
 
1248
- <span class="param-type"><a 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>
1249
1390
  |
1250
1391
 
1251
- <span class="param-type">undefined</span>
1392
+ <span class="param-type">
1393
+
1394
+ undefined
1395
+
1396
+ </span>
1397
+
1252
1398
 
1253
1399
 
1254
1400
  </code>
@@ -1257,11 +1403,16 @@ off-screen: 使用矢量瓦片来绘制注记;
1257
1403
  </tr>
1258
1404
 
1259
1405
  <tr class="deep-level-0">
1260
- <td class="name"><code><a href="IGSVectorTileLayer.html#type">type</a></code></td>
1406
+ <td class="name"><code><a href="#type">type</a></code></td>
1261
1407
  <td class="name">
1262
1408
  <code>
1263
1409
 
1264
- <span class="param-type">String</span>
1410
+ <span class="param-type">
1411
+
1412
+ String
1413
+
1414
+ </span>
1415
+
1265
1416
 
1266
1417
 
1267
1418
  </code>
@@ -1270,11 +1421,16 @@ off-screen: 使用矢量瓦片来绘制注记;
1270
1421
  </tr>
1271
1422
 
1272
1423
  <tr class="deep-level-0">
1273
- <td class="name"><code><a href="IGSVectorTileLayer.html#url">url</a></code></td>
1424
+ <td class="name"><code><a href="#url">url</a></code></td>
1274
1425
  <td class="name">
1275
1426
  <code>
1276
1427
 
1277
- <span class="param-type">String</span>
1428
+ <span class="param-type">
1429
+
1430
+ String
1431
+
1432
+ </span>
1433
+
1278
1434
 
1279
1435
 
1280
1436
  </code>
@@ -1293,7 +1449,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1293
1449
  <span class="method-parameter is-pulled-right">
1294
1450
  <label>类型:</label>
1295
1451
 
1296
- <span class="param-type">Array.&lt;String></span>
1452
+ <span class="param-type">
1453
+
1454
+ Array.&lt;String>
1455
+
1456
+ </span>
1457
+
1297
1458
 
1298
1459
 
1299
1460
  </span>
@@ -1368,19 +1529,40 @@ off-screen: 使用矢量瓦片来绘制注记;
1368
1529
  <span class="method-parameter is-pulled-right">
1369
1530
  <label>类型:</label>
1370
1531
 
1371
- <span class="param-type"><a 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>
1372
1537
  |
1373
1538
 
1374
- <span class="param-type"><a 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>
1375
1544
  |
1376
1545
 
1377
- <span class="param-type"><a 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>
1378
1551
  |
1379
1552
 
1380
- <span class="param-type"><a 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>
1381
1558
  |
1382
1559
 
1383
- <span class="param-type">null</span>
1560
+ <span class="param-type">
1561
+
1562
+ null
1563
+
1564
+ </span>
1565
+
1384
1566
 
1385
1567
 
1386
1568
  </span>
@@ -1414,7 +1596,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1414
1596
 
1415
1597
  <dt class="inherited-from">Inherited From:</dt>
1416
1598
  <dd class="inherited-from"><ul class="dummy"><li>
1417
- <a class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1599
+ <a goto="clippingArea" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1418
1600
  </li></ul></dd>
1419
1601
 
1420
1602
 
@@ -1455,7 +1637,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1455
1637
  <span class="method-parameter is-pulled-right">
1456
1638
  <label>类型:</label>
1457
1639
 
1458
- <span class="param-type">Object</span>
1640
+ <span class="param-type">
1641
+
1642
+ Object
1643
+
1644
+ </span>
1645
+
1459
1646
 
1460
1647
 
1461
1648
  </span>
@@ -1493,7 +1680,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1493
1680
 
1494
1681
  <dt class="inherited-from">Inherited From:</dt>
1495
1682
  <dd class="inherited-from"><ul class="dummy"><li>
1496
- <a class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1683
+ <a goto="currentStyleInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1497
1684
  </li></ul></dd>
1498
1685
 
1499
1686
 
@@ -1534,7 +1721,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1534
1721
  <span class="method-parameter is-pulled-right">
1535
1722
  <label>类型:</label>
1536
1723
 
1537
- <span class="param-type">String</span>
1724
+ <span class="param-type">
1725
+
1726
+ String
1727
+
1728
+ </span>
1729
+
1538
1730
 
1539
1731
 
1540
1732
  </span>
@@ -1613,7 +1805,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1613
1805
  <span class="method-parameter is-pulled-right">
1614
1806
  <label>类型:</label>
1615
1807
 
1616
- <span class="param-type">String</span>
1808
+ <span class="param-type">
1809
+
1810
+ String
1811
+
1812
+ </span>
1813
+
1617
1814
 
1618
1815
 
1619
1816
  </span>
@@ -1650,7 +1847,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1650
1847
 
1651
1848
  <dt class="inherited-from">Inherited From:</dt>
1652
1849
  <dd class="inherited-from"><ul class="dummy"><li>
1653
- <a class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1850
+ <a goto="labelsRenderMode" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1654
1851
  </li></ul></dd>
1655
1852
 
1656
1853
 
@@ -1691,7 +1888,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1691
1888
  <span class="method-parameter is-pulled-right">
1692
1889
  <label>类型:</label>
1693
1890
 
1694
- <span class="param-type">Number</span>
1891
+ <span class="param-type">
1892
+
1893
+ Number
1894
+
1895
+ </span>
1896
+
1695
1897
 
1696
1898
 
1697
1899
  </span>
@@ -1725,7 +1927,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1725
1927
 
1726
1928
  <dt class="inherited-from">Inherited From:</dt>
1727
1929
  <dd class="inherited-from"><ul class="dummy"><li>
1728
- <a class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1930
+ <a goto="mvtExtent" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1729
1931
  </li></ul></dd>
1730
1932
 
1731
1933
 
@@ -1771,7 +1973,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1771
1973
  <span class="method-parameter is-pulled-right">
1772
1974
  <label>类型:</label>
1773
1975
 
1774
- <span class="param-type">Object</span>
1976
+ <span class="param-type">
1977
+
1978
+ Object
1979
+
1980
+ </span>
1981
+
1775
1982
 
1776
1983
 
1777
1984
  </span>
@@ -1805,7 +2012,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1805
2012
 
1806
2013
  <dt class="inherited-from">Inherited From:</dt>
1807
2014
  <dd class="inherited-from"><ul class="dummy"><li>
1808
- <a class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
2015
+ <a goto="style" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1809
2016
  </li></ul></dd>
1810
2017
 
1811
2018
 
@@ -1846,7 +2053,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1846
2053
  <span class="method-parameter is-pulled-right">
1847
2054
  <label>类型:</label>
1848
2055
 
1849
- <span class="param-type"><a 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>
2061
+
1850
2062
 
1851
2063
 
1852
2064
  </span>
@@ -1916,10 +2128,19 @@ off-screen: 使用矢量瓦片来绘制注记;
1916
2128
  <span class="method-parameter is-pulled-right">
1917
2129
  <label>类型:</label>
1918
2130
 
1919
- <span class="param-type"><a 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>
1920
2136
  |
1921
2137
 
1922
- <span class="param-type">undefined</span>
2138
+ <span class="param-type">
2139
+
2140
+ undefined
2141
+
2142
+ </span>
2143
+
1923
2144
 
1924
2145
 
1925
2146
  </span>
@@ -1998,7 +2219,12 @@ off-screen: 使用矢量瓦片来绘制注记;
1998
2219
  <span class="method-parameter is-pulled-right">
1999
2220
  <label>类型:</label>
2000
2221
 
2001
- <span class="param-type">String</span>
2222
+ <span class="param-type">
2223
+
2224
+ String
2225
+
2226
+ </span>
2227
+
2002
2228
 
2003
2229
 
2004
2230
  </span>
@@ -2077,7 +2303,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2077
2303
  <span class="method-parameter is-pulled-right">
2078
2304
  <label>类型:</label>
2079
2305
 
2080
- <span class="param-type">String</span>
2306
+ <span class="param-type">
2307
+
2308
+ String
2309
+
2310
+ </span>
2311
+
2081
2312
 
2082
2313
 
2083
2314
  </span>
@@ -2111,7 +2342,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2111
2342
 
2112
2343
  <dt class="inherited-from">Inherited From:</dt>
2113
2344
  <dd class="inherited-from"><ul class="dummy"><li>
2114
- <a class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
2345
+ <a goto="url" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
2115
2346
  </li></ul></dd>
2116
2347
 
2117
2348
 
@@ -2168,27 +2399,37 @@ off-screen: 使用矢量瓦片来绘制注记;
2168
2399
  <tbody>
2169
2400
 
2170
2401
  <tr class="deep-level-0">
2171
- <td class="name"><code><a href="IGSVectorTileLayer.html#fromJSON">fromJSON</a></code></td>
2402
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2172
2403
  <td class="name">
2173
2404
  <code>
2174
2405
 
2175
2406
 
2176
- <span class="param-type"><a 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>
2412
+
2177
2413
 
2178
2414
 
2179
2415
 
2180
2416
  </code>
2181
2417
  </td>
2182
- <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象<a id='fromJSON'></a></p></code></td>
2418
+ <td class="name"><code><p>通过传入的json构造并返回一个新的VectorTileLayer对象</code></td>
2183
2419
  </tr>
2184
2420
 
2185
2421
  <tr class="deep-level-0">
2186
- <td class="name"><code><a href="IGSVectorTileLayer.html#clone">clone</a></code></td>
2422
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2187
2423
  <td class="name">
2188
2424
  <code>
2189
2425
 
2190
2426
 
2191
- <span class="param-type"><a 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>
2432
+
2192
2433
 
2193
2434
 
2194
2435
 
@@ -2198,12 +2439,17 @@ off-screen: 使用矢量瓦片来绘制注记;
2198
2439
  </tr>
2199
2440
 
2200
2441
  <tr class="deep-level-0">
2201
- <td class="name"><code><a href="IGSVectorTileLayer.html#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
2442
+ <td class="name"><code><a href="#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
2202
2443
  <td class="name">
2203
2444
  <code>
2204
2445
 
2205
2446
 
2206
- <span class="param-type">Object</span>
2447
+ <span class="param-type">
2448
+
2449
+ Object
2450
+
2451
+ </span>
2452
+
2207
2453
 
2208
2454
 
2209
2455
 
@@ -2213,23 +2459,27 @@ off-screen: 使用矢量瓦片来绘制注记;
2213
2459
  </tr>
2214
2460
 
2215
2461
  <tr class="deep-level-0">
2216
- <td class="name"><code><a href="IGSVectorTileLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
2462
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
2217
2463
  <td class="name">
2218
2464
  <code>
2219
2465
 
2220
2466
  </code>
2221
2467
  </td>
2222
- <td class="name"><code><a id='deleteStyleLayer'/>
2223
- 删除样式图层</code></td>
2468
+ <td class="name"><code></code></td>
2224
2469
  </tr>
2225
2470
 
2226
2471
  <tr class="deep-level-0">
2227
- <td class="name"><code><a href="IGSVectorTileLayer.html#findSublayerById">findSublayerById</a></code></td>
2472
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
2228
2473
  <td class="name">
2229
2474
  <code>
2230
2475
 
2231
2476
 
2232
- <span class="param-type"><a 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>
2482
+
2233
2483
 
2234
2484
 
2235
2485
 
@@ -2239,185 +2489,222 @@ off-screen: 使用矢量瓦片来绘制注记;
2239
2489
  </tr>
2240
2490
 
2241
2491
  <tr class="deep-level-0">
2242
- <td class="name"><code><a href="IGSVectorTileLayer.html#getExtendProperties">getExtendProperties</a></code></td>
2492
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
2243
2493
  <td class="name">
2244
2494
  <code>
2245
2495
 
2246
2496
 
2247
- <span class="param-type">Any</span>
2497
+ <span class="param-type">
2498
+
2499
+ Any
2500
+
2501
+ </span>
2502
+
2248
2503
 
2249
2504
 
2250
2505
 
2251
2506
  </code>
2252
2507
  </td>
2253
- <td class="name"><code><a id='getExtendProperties'/>
2254
- 获取样式图层的额外属性</code></td>
2508
+ <td class="name"><code></code></td>
2255
2509
  </tr>
2256
2510
 
2257
2511
  <tr class="deep-level-0">
2258
- <td class="name"><code><a href="IGSVectorTileLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
2512
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
2259
2513
  <td class="name">
2260
2514
  <code>
2261
2515
 
2262
2516
 
2263
- <span class="param-type">Object</span>
2517
+ <span class="param-type">
2518
+
2519
+ Object
2520
+
2521
+ </span>
2264
2522
  |
2265
2523
 
2266
- <span class="param-type">null</span>
2524
+ <span class="param-type">
2525
+
2526
+ null
2527
+
2528
+ </span>
2529
+
2267
2530
 
2268
2531
 
2269
2532
 
2270
2533
  </code>
2271
2534
  </td>
2272
- <td class="name"><code><a id='getLayoutProperties'/>
2273
- 获取样式图层布局属性</code></td>
2535
+ <td class="name"><code></code></td>
2274
2536
  </tr>
2275
2537
 
2276
2538
  <tr class="deep-level-0">
2277
- <td class="name"><code><a href="IGSVectorTileLayer.html#getPaintProperties">getPaintProperties</a></code></td>
2539
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
2278
2540
  <td class="name">
2279
2541
  <code>
2280
2542
 
2281
2543
 
2282
- <span class="param-type">Object</span>
2544
+ <span class="param-type">
2545
+
2546
+ Object
2547
+
2548
+ </span>
2283
2549
  |
2284
2550
 
2285
- <span class="param-type">null</span>
2551
+ <span class="param-type">
2552
+
2553
+ null
2554
+
2555
+ </span>
2556
+
2286
2557
 
2287
2558
 
2288
2559
 
2289
2560
  </code>
2290
2561
  </td>
2291
- <td class="name"><code><a id='getPaintProperties'/>
2292
- 获取样式图层绘制属性</code></td>
2562
+ <td class="name"><code></code></td>
2293
2563
  </tr>
2294
2564
 
2295
2565
  <tr class="deep-level-0">
2296
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayer">getStyleLayer</a></code></td>
2566
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
2297
2567
  <td class="name">
2298
2568
  <code>
2299
2569
 
2300
2570
 
2301
- <span class="param-type">Object</span>
2571
+ <span class="param-type">
2572
+
2573
+ Object
2574
+
2575
+ </span>
2576
+
2302
2577
 
2303
2578
 
2304
2579
 
2305
2580
  </code>
2306
2581
  </td>
2307
- <td class="name"><code><a id='getStyleLayer'/>
2308
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层对象</code></td>
2582
+ <td class="name"><code></code></td>
2309
2583
  </tr>
2310
2584
 
2311
2585
  <tr class="deep-level-0">
2312
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
2586
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
2313
2587
  <td class="name">
2314
2588
  <code>
2315
2589
 
2316
2590
 
2317
- <span class="param-type">String</span>
2591
+ <span class="param-type">
2592
+
2593
+ String
2594
+
2595
+ </span>
2596
+
2318
2597
 
2319
2598
 
2320
2599
 
2321
2600
  </code>
2322
2601
  </td>
2323
- <td class="name"><code><a id='getStyleLayerIndex'/>
2324
- 通过矢量瓦片样式图层的序号,找到对应的矢量瓦片样式图层的id</code></td>
2602
+ <td class="name"><code></code></td>
2325
2603
  </tr>
2326
2604
 
2327
2605
  <tr class="deep-level-0">
2328
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
2606
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
2329
2607
  <td class="name">
2330
2608
  <code>
2331
2609
 
2332
2610
 
2333
- <span class="param-type">Number</span>
2611
+ <span class="param-type">
2612
+
2613
+ Number
2614
+
2615
+ </span>
2616
+
2334
2617
 
2335
2618
 
2336
2619
 
2337
2620
  </code>
2338
2621
  </td>
2339
- <td class="name"><code><a id='getStyleLayerIndex'/>
2340
- 通过矢量瓦片样式图层的id,找到对应的矢量瓦片样式图层的序号</code></td>
2622
+ <td class="name"><code></code></td>
2341
2623
  </tr>
2342
2624
 
2343
2625
  <tr class="deep-level-0">
2344
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
2626
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
2345
2627
  <td class="name">
2346
2628
  <code>
2347
2629
 
2348
2630
 
2349
- <span class="param-type">Boolean</span>
2631
+ <span class="param-type">
2632
+
2633
+ Boolean
2634
+
2635
+ </span>
2636
+
2350
2637
 
2351
2638
 
2352
2639
 
2353
2640
  </code>
2354
2641
  </td>
2355
2642
  <td class="name"><code><p>获取样式图层可见性
2356
- <a id='getStyleLayerVisibility'/></p></code></td>
2643
+ </code></td>
2357
2644
  </tr>
2358
2645
 
2359
2646
  <tr class="deep-level-0">
2360
- <td class="name"><code><a href="IGSVectorTileLayer.html#setExtendProperties">setExtendProperties</a></code></td>
2647
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
2361
2648
  <td class="name">
2362
2649
  <code>
2363
2650
 
2364
2651
  </code>
2365
2652
  </td>
2366
- <td class="name"><code><a id='setExtendProperties'/>
2367
- 设置样式图层的额外属性</code></td>
2653
+ <td class="name"><code></code></td>
2368
2654
  </tr>
2369
2655
 
2370
2656
  <tr class="deep-level-0">
2371
- <td class="name"><code><a href="IGSVectorTileLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
2657
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
2372
2658
  <td class="name">
2373
2659
  <code>
2374
2660
 
2375
2661
  </code>
2376
2662
  </td>
2377
- <td class="name"><code><a id='setLayoutProperties'/>
2378
- 设置样式图层布局属性</code></td>
2663
+ <td class="name"><code></code></td>
2379
2664
  </tr>
2380
2665
 
2381
2666
  <tr class="deep-level-0">
2382
- <td class="name"><code><a href="IGSVectorTileLayer.html#setPaintProperties">setPaintProperties</a></code></td>
2667
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
2383
2668
  <td class="name">
2384
2669
  <code>
2385
2670
 
2386
2671
  </code>
2387
2672
  </td>
2388
- <td class="name"><code><a id='setPaintProperties'/>
2389
- 设置样式图层绘制属性</code></td>
2673
+ <td class="name"><code></code></td>
2390
2674
  </tr>
2391
2675
 
2392
2676
  <tr class="deep-level-0">
2393
- <td class="name"><code><a href="IGSVectorTileLayer.html#setStyleLayer">setStyleLayer</a></code></td>
2677
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
2394
2678
  <td class="name">
2395
2679
  <code>
2396
2680
 
2397
2681
  </code>
2398
2682
  </td>
2399
- <td class="name"><code><a id='setStyleLayer'/>
2400
- 设置样式图层属性对象,可以对图层进行修改、重新排序等。布局属性和绘制属性推荐用setLayoutProperties和setPaintProperties实现。</code></td>
2683
+ <td class="name"><code></code></td>
2401
2684
  </tr>
2402
2685
 
2403
2686
  <tr class="deep-level-0">
2404
- <td class="name"><code><a href="IGSVectorTileLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
2687
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
2405
2688
  <td class="name">
2406
2689
  <code>
2407
2690
 
2408
2691
  </code>
2409
2692
  </td>
2410
- <td class="name"><code><a id='setStyleLayerVisibility'/>
2411
- 设置样式图层可见性,visible为true,显示图层,为false,隐藏图层</code></td>
2693
+ <td class="name"><code></code></td>
2412
2694
  </tr>
2413
2695
 
2414
2696
  <tr class="deep-level-0">
2415
- <td class="name"><code><a href="IGSVectorTileLayer.html#toJSON">toJSON</a></code></td>
2697
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2416
2698
  <td class="name">
2417
2699
  <code>
2418
2700
 
2419
2701
 
2420
- <span class="param-type">Object</span>
2702
+ <span class="param-type">
2703
+
2704
+ Object
2705
+
2706
+ </span>
2707
+
2421
2708
 
2422
2709
 
2423
2710
 
@@ -2488,13 +2775,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2488
2775
 
2489
2776
  <tr class="deep-level-0">
2490
2777
 
2491
- <td class="name" id="json"><code>json</code></td>
2778
+ <td class="name"><code>json</code></td>
2492
2779
 
2493
2780
 
2494
2781
  <td class="type">
2495
2782
 
2496
2783
 
2497
- <span class="param-type">Object</span>
2784
+ <span class="param-type">
2785
+
2786
+ Object
2787
+
2788
+ </span>
2789
+
2498
2790
 
2499
2791
 
2500
2792
 
@@ -2582,7 +2874,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2582
2874
  <div class='column is-5 has-text-left'>
2583
2875
  <label>类型: </label>
2584
2876
 
2585
- <span class="param-type"><a 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>
2882
+
2586
2883
 
2587
2884
 
2588
2885
  </div>
@@ -2642,7 +2939,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2642
2939
 
2643
2940
  <dt class="inherited-from">Inherited From:</dt>
2644
2941
  <dd class="inherited-from"><ul class="dummy"><li>
2645
- <a class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2942
+ <a goto="clone" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2646
2943
  </li></ul></dd>
2647
2944
 
2648
2945
 
@@ -2703,7 +3000,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2703
3000
  <div class='column is-5 has-text-left'>
2704
3001
  <label>类型: </label>
2705
3002
 
2706
- <span class="param-type"><a 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>
3008
+
2707
3009
 
2708
3010
 
2709
3011
  </div>
@@ -2774,13 +3076,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2774
3076
 
2775
3077
  <tr class="deep-level-0">
2776
3078
 
2777
- <td class="name" id="customStyle"><code>customStyle</code></td>
3079
+ <td class="name"><code>customStyle</code></td>
2778
3080
 
2779
3081
 
2780
3082
  <td class="type">
2781
3083
 
2782
3084
 
2783
- <span class="param-type">Object</span>
3085
+ <span class="param-type">
3086
+
3087
+ Object
3088
+
3089
+ </span>
3090
+
2784
3091
 
2785
3092
 
2786
3093
 
@@ -2868,7 +3175,12 @@ off-screen: 使用矢量瓦片来绘制注记;
2868
3175
  <div class='column is-5 has-text-left'>
2869
3176
  <label>类型: </label>
2870
3177
 
2871
- <span class="param-type">Object</span>
3178
+ <span class="param-type">
3179
+
3180
+ Object
3181
+
3182
+ </span>
3183
+
2872
3184
 
2873
3185
 
2874
3186
  </div>
@@ -2940,13 +3252,18 @@ off-screen: 使用矢量瓦片来绘制注记;
2940
3252
 
2941
3253
  <tr class="deep-level-0">
2942
3254
 
2943
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3255
+ <td class="name"><code>styleLayerId</code></td>
2944
3256
 
2945
3257
 
2946
3258
  <td class="type">
2947
3259
 
2948
3260
 
2949
- <span class="param-type">String</span>
3261
+ <span class="param-type">
3262
+
3263
+ String
3264
+
3265
+ </span>
3266
+
2950
3267
 
2951
3268
 
2952
3269
 
@@ -2978,7 +3295,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2978
3295
 
2979
3296
  <dt class="inherited-from">Inherited From:</dt>
2980
3297
  <dd class="inherited-from"><ul class="dummy"><li>
2981
- <a class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
3298
+ <a goto="deleteStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
2982
3299
  </li></ul></dd>
2983
3300
 
2984
3301
 
@@ -3085,13 +3402,18 @@ off-screen: 使用矢量瓦片来绘制注记;
3085
3402
 
3086
3403
  <tr class="deep-level-0">
3087
3404
 
3088
- <td class="name" id="sublayerID"><code>sublayerID</code></td>
3405
+ <td class="name"><code>sublayerID</code></td>
3089
3406
 
3090
3407
 
3091
3408
  <td class="type">
3092
3409
 
3093
3410
 
3094
- <span class="param-type">String</span>
3411
+ <span class="param-type">
3412
+
3413
+ String
3414
+
3415
+ </span>
3416
+
3095
3417
 
3096
3418
 
3097
3419
 
@@ -3179,7 +3501,12 @@ off-screen: 使用矢量瓦片来绘制注记;
3179
3501
  <div class='column is-5 has-text-left'>
3180
3502
  <label>类型: </label>
3181
3503
 
3182
- <span class="param-type"><a 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>
3509
+
3183
3510
 
3184
3511
 
3185
3512
  </div>
@@ -3270,13 +3597,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3270
3597
 
3271
3598
  <tr class="deep-level-0">
3272
3599
 
3273
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3600
+ <td class="name"><code>styleLayerId</code></td>
3274
3601
 
3275
3602
 
3276
3603
  <td class="type">
3277
3604
 
3278
3605
 
3279
- <span class="param-type">String</span>
3606
+ <span class="param-type">
3607
+
3608
+ String
3609
+
3610
+ </span>
3611
+
3280
3612
 
3281
3613
 
3282
3614
 
@@ -3294,13 +3626,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3294
3626
 
3295
3627
  <tr class="deep-level-0">
3296
3628
 
3297
- <td class="name" id="key"><code>key</code></td>
3629
+ <td class="name"><code>key</code></td>
3298
3630
 
3299
3631
 
3300
3632
  <td class="type">
3301
3633
 
3302
3634
 
3303
- <span class="param-type">String</span>
3635
+ <span class="param-type">
3636
+
3637
+ String
3638
+
3639
+ </span>
3640
+
3304
3641
 
3305
3642
 
3306
3643
 
@@ -3332,7 +3669,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3332
3669
 
3333
3670
  <dt class="inherited-from">Inherited From:</dt>
3334
3671
  <dd class="inherited-from"><ul class="dummy"><li>
3335
- <a class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
3672
+ <a goto="getExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
3336
3673
  </li></ul></dd>
3337
3674
 
3338
3675
 
@@ -3393,7 +3730,12 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3393
3730
  <div class='column is-5 has-text-left'>
3394
3731
  <label>类型: </label>
3395
3732
 
3396
- <span class="param-type">Any</span>
3733
+ <span class="param-type">
3734
+
3735
+ Any
3736
+
3737
+ </span>
3738
+
3397
3739
 
3398
3740
 
3399
3741
  </div>
@@ -3465,13 +3807,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3465
3807
 
3466
3808
  <tr class="deep-level-0">
3467
3809
 
3468
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3810
+ <td class="name"><code>styleLayerId</code></td>
3469
3811
 
3470
3812
 
3471
3813
  <td class="type">
3472
3814
 
3473
3815
 
3474
- <span class="param-type">String</span>
3816
+ <span class="param-type">
3817
+
3818
+ String
3819
+
3820
+ </span>
3821
+
3475
3822
 
3476
3823
 
3477
3824
 
@@ -3503,7 +3850,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3503
3850
 
3504
3851
  <dt class="inherited-from">Inherited From:</dt>
3505
3852
  <dd class="inherited-from"><ul class="dummy"><li>
3506
- <a class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
3853
+ <a goto="getLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
3507
3854
  </li></ul></dd>
3508
3855
 
3509
3856
 
@@ -3564,10 +3911,19 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3564
3911
  <div class='column is-5 has-text-left'>
3565
3912
  <label>类型: </label>
3566
3913
 
3567
- <span class="param-type">Object</span>
3914
+ <span class="param-type">
3915
+
3916
+ Object
3917
+
3918
+ </span>
3568
3919
  |
3569
3920
 
3570
- <span class="param-type">null</span>
3921
+ <span class="param-type">
3922
+
3923
+ null
3924
+
3925
+ </span>
3926
+
3571
3927
 
3572
3928
 
3573
3929
  </div>
@@ -3639,13 +3995,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3639
3995
 
3640
3996
  <tr class="deep-level-0">
3641
3997
 
3642
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
3998
+ <td class="name"><code>styleLayerId</code></td>
3643
3999
 
3644
4000
 
3645
4001
  <td class="type">
3646
4002
 
3647
4003
 
3648
- <span class="param-type">String</span>
4004
+ <span class="param-type">
4005
+
4006
+ String
4007
+
4008
+ </span>
4009
+
3649
4010
 
3650
4011
 
3651
4012
 
@@ -3677,7 +4038,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3677
4038
 
3678
4039
  <dt class="inherited-from">Inherited From:</dt>
3679
4040
  <dd class="inherited-from"><ul class="dummy"><li>
3680
- <a class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
4041
+ <a goto="getPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3681
4042
  </li></ul></dd>
3682
4043
 
3683
4044
 
@@ -3738,10 +4099,19 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3738
4099
  <div class='column is-5 has-text-left'>
3739
4100
  <label>类型: </label>
3740
4101
 
3741
- <span class="param-type">Object</span>
4102
+ <span class="param-type">
4103
+
4104
+ Object
4105
+
4106
+ </span>
3742
4107
  |
3743
4108
 
3744
- <span class="param-type">null</span>
4109
+ <span class="param-type">
4110
+
4111
+ null
4112
+
4113
+ </span>
4114
+
3745
4115
 
3746
4116
 
3747
4117
  </div>
@@ -3813,13 +4183,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3813
4183
 
3814
4184
  <tr class="deep-level-0">
3815
4185
 
3816
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4186
+ <td class="name"><code>styleLayerId</code></td>
3817
4187
 
3818
4188
 
3819
4189
  <td class="type">
3820
4190
 
3821
4191
 
3822
- <span class="param-type">String</span>
4192
+ <span class="param-type">
4193
+
4194
+ String
4195
+
4196
+ </span>
4197
+
3823
4198
 
3824
4199
 
3825
4200
 
@@ -3851,7 +4226,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3851
4226
 
3852
4227
  <dt class="inherited-from">Inherited From:</dt>
3853
4228
  <dd class="inherited-from"><ul class="dummy"><li>
3854
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
4229
+ <a goto="getStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3855
4230
  </li></ul></dd>
3856
4231
 
3857
4232
 
@@ -3912,7 +4287,12 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3912
4287
  <div class='column is-5 has-text-left'>
3913
4288
  <label>类型: </label>
3914
4289
 
3915
- <span class="param-type">Object</span>
4290
+ <span class="param-type">
4291
+
4292
+ Object
4293
+
4294
+ </span>
4295
+
3916
4296
 
3917
4297
 
3918
4298
  </div>
@@ -3984,13 +4364,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3984
4364
 
3985
4365
  <tr class="deep-level-0">
3986
4366
 
3987
- <td class="name" id="index"><code>index</code></td>
4367
+ <td class="name"><code>index</code></td>
3988
4368
 
3989
4369
 
3990
4370
  <td class="type">
3991
4371
 
3992
4372
 
3993
- <span class="param-type">Number</span>
4373
+ <span class="param-type">
4374
+
4375
+ Number
4376
+
4377
+ </span>
4378
+
3994
4379
 
3995
4380
 
3996
4381
 
@@ -4022,7 +4407,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4022
4407
 
4023
4408
  <dt class="inherited-from">Inherited From:</dt>
4024
4409
  <dd class="inherited-from"><ul class="dummy"><li>
4025
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
4410
+ <a goto="getStyleLayerId" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
4026
4411
  </li></ul></dd>
4027
4412
 
4028
4413
 
@@ -4083,7 +4468,12 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4083
4468
  <div class='column is-5 has-text-left'>
4084
4469
  <label>类型: </label>
4085
4470
 
4086
- <span class="param-type">String</span>
4471
+ <span class="param-type">
4472
+
4473
+ String
4474
+
4475
+ </span>
4476
+
4087
4477
 
4088
4478
 
4089
4479
  </div>
@@ -4155,13 +4545,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4155
4545
 
4156
4546
  <tr class="deep-level-0">
4157
4547
 
4158
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4548
+ <td class="name"><code>styleLayerId</code></td>
4159
4549
 
4160
4550
 
4161
4551
  <td class="type">
4162
4552
 
4163
4553
 
4164
- <span class="param-type">String</span>
4554
+ <span class="param-type">
4555
+
4556
+ String
4557
+
4558
+ </span>
4559
+
4165
4560
 
4166
4561
 
4167
4562
 
@@ -4193,7 +4588,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4193
4588
 
4194
4589
  <dt class="inherited-from">Inherited From:</dt>
4195
4590
  <dd class="inherited-from"><ul class="dummy"><li>
4196
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
4591
+ <a goto="getStyleLayerIndex" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
4197
4592
  </li></ul></dd>
4198
4593
 
4199
4594
 
@@ -4254,7 +4649,12 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4254
4649
  <div class='column is-5 has-text-left'>
4255
4650
  <label>类型: </label>
4256
4651
 
4257
- <span class="param-type">Number</span>
4652
+ <span class="param-type">
4653
+
4654
+ Number
4655
+
4656
+ </span>
4657
+
4258
4658
 
4259
4659
 
4260
4660
  </div>
@@ -4326,13 +4726,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4326
4726
 
4327
4727
  <tr class="deep-level-0">
4328
4728
 
4329
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4729
+ <td class="name"><code>styleLayerId</code></td>
4330
4730
 
4331
4731
 
4332
4732
  <td class="type">
4333
4733
 
4334
4734
 
4335
- <span class="param-type">String</span>
4735
+ <span class="param-type">
4736
+
4737
+ String
4738
+
4739
+ </span>
4740
+
4336
4741
 
4337
4742
 
4338
4743
 
@@ -4364,7 +4769,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4364
4769
 
4365
4770
  <dt class="inherited-from">Inherited From:</dt>
4366
4771
  <dd class="inherited-from"><ul class="dummy"><li>
4367
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
4772
+ <a goto="getStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
4368
4773
  </li></ul></dd>
4369
4774
 
4370
4775
 
@@ -4425,7 +4830,12 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4425
4830
  <div class='column is-5 has-text-left'>
4426
4831
  <label>类型: </label>
4427
4832
 
4428
- <span class="param-type">Boolean</span>
4833
+ <span class="param-type">
4834
+
4835
+ Boolean
4836
+
4837
+ </span>
4838
+
4429
4839
 
4430
4840
 
4431
4841
  </div>
@@ -4497,13 +4907,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4497
4907
 
4498
4908
  <tr class="deep-level-0">
4499
4909
 
4500
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
4910
+ <td class="name"><code>styleLayerId</code></td>
4501
4911
 
4502
4912
 
4503
4913
  <td class="type">
4504
4914
 
4505
4915
 
4506
- <span class="param-type">String</span>
4916
+ <span class="param-type">
4917
+
4918
+ String
4919
+
4920
+ </span>
4921
+
4507
4922
 
4508
4923
 
4509
4924
 
@@ -4521,13 +4936,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4521
4936
 
4522
4937
  <tr class="deep-level-0">
4523
4938
 
4524
- <td class="name" id="key"><code>key</code></td>
4939
+ <td class="name"><code>key</code></td>
4525
4940
 
4526
4941
 
4527
4942
  <td class="type">
4528
4943
 
4529
4944
 
4530
- <span class="param-type">String</span>
4945
+ <span class="param-type">
4946
+
4947
+ String
4948
+
4949
+ </span>
4950
+
4531
4951
 
4532
4952
 
4533
4953
 
@@ -4545,13 +4965,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4545
4965
 
4546
4966
  <tr class="deep-level-0">
4547
4967
 
4548
- <td class="name" id="value"><code>value</code></td>
4968
+ <td class="name"><code>value</code></td>
4549
4969
 
4550
4970
 
4551
4971
  <td class="type">
4552
4972
 
4553
4973
 
4554
- <span class="param-type">Any</span>
4974
+ <span class="param-type">
4975
+
4976
+ Any
4977
+
4978
+ </span>
4979
+
4555
4980
 
4556
4981
 
4557
4982
 
@@ -4583,7 +5008,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4583
5008
 
4584
5009
  <dt class="inherited-from">Inherited From:</dt>
4585
5010
  <dd class="inherited-from"><ul class="dummy"><li>
4586
- <a class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
5011
+ <a goto="setExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
4587
5012
  </li></ul></dd>
4588
5013
 
4589
5014
 
@@ -4691,13 +5116,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4691
5116
 
4692
5117
  <tr class="deep-level-0">
4693
5118
 
4694
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5119
+ <td class="name"><code>styleLayerId</code></td>
4695
5120
 
4696
5121
 
4697
5122
  <td class="type">
4698
5123
 
4699
5124
 
4700
- <span class="param-type">String</span>
5125
+ <span class="param-type">
5126
+
5127
+ String
5128
+
5129
+ </span>
5130
+
4701
5131
 
4702
5132
 
4703
5133
 
@@ -4715,13 +5145,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4715
5145
 
4716
5146
  <tr class="deep-level-0">
4717
5147
 
4718
- <td class="name" id="layout"><code>layout</code></td>
5148
+ <td class="name"><code>layout</code></td>
4719
5149
 
4720
5150
 
4721
5151
  <td class="type">
4722
5152
 
4723
5153
 
4724
- <span class="param-type">Object</span>
5154
+ <span class="param-type">
5155
+
5156
+ Object
5157
+
5158
+ </span>
5159
+
4725
5160
 
4726
5161
 
4727
5162
 
@@ -4861,13 +5296,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4861
5296
 
4862
5297
  <tr class="deep-level-0">
4863
5298
 
4864
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5299
+ <td class="name"><code>styleLayerId</code></td>
4865
5300
 
4866
5301
 
4867
5302
  <td class="type">
4868
5303
 
4869
5304
 
4870
- <span class="param-type">String</span>
5305
+ <span class="param-type">
5306
+
5307
+ String
5308
+
5309
+ </span>
5310
+
4871
5311
 
4872
5312
 
4873
5313
 
@@ -4885,13 +5325,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4885
5325
 
4886
5326
  <tr class="deep-level-0">
4887
5327
 
4888
- <td class="name" id="paint"><code>paint</code></td>
5328
+ <td class="name"><code>paint</code></td>
4889
5329
 
4890
5330
 
4891
5331
  <td class="type">
4892
5332
 
4893
5333
 
4894
- <span class="param-type">Object</span>
5334
+ <span class="param-type">
5335
+
5336
+ Object
5337
+
5338
+ </span>
5339
+
4895
5340
 
4896
5341
 
4897
5342
 
@@ -5031,13 +5476,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5031
5476
 
5032
5477
  <tr class="deep-level-0">
5033
5478
 
5034
- <td class="name" id="styleLayer"><code>styleLayer</code></td>
5479
+ <td class="name"><code>styleLayer</code></td>
5035
5480
 
5036
5481
 
5037
5482
  <td class="type">
5038
5483
 
5039
5484
 
5040
- <span class="param-type">Object</span>
5485
+ <span class="param-type">
5486
+
5487
+ Object
5488
+
5489
+ </span>
5490
+
5041
5491
 
5042
5492
 
5043
5493
 
@@ -5055,13 +5505,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5055
5505
 
5056
5506
  <tr class="deep-level-0">
5057
5507
 
5058
- <td class="name" id="index"><code>index</code></td>
5508
+ <td class="name"><code>index</code></td>
5059
5509
 
5060
5510
 
5061
5511
  <td class="type">
5062
5512
 
5063
5513
 
5064
- <span class="param-type">String</span>
5514
+ <span class="param-type">
5515
+
5516
+ String
5517
+
5518
+ </span>
5519
+
5065
5520
 
5066
5521
 
5067
5522
 
@@ -5093,7 +5548,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5093
5548
 
5094
5549
  <dt class="inherited-from">Inherited From:</dt>
5095
5550
  <dd class="inherited-from"><ul class="dummy"><li>
5096
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
5551
+ <a goto="setStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
5097
5552
  </li></ul></dd>
5098
5553
 
5099
5554
 
@@ -5201,13 +5656,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5201
5656
 
5202
5657
  <tr class="deep-level-0">
5203
5658
 
5204
- <td class="name" id="styleLayerId"><code>styleLayerId</code></td>
5659
+ <td class="name"><code>styleLayerId</code></td>
5205
5660
 
5206
5661
 
5207
5662
  <td class="type">
5208
5663
 
5209
5664
 
5210
- <span class="param-type">String</span>
5665
+ <span class="param-type">
5666
+
5667
+ String
5668
+
5669
+ </span>
5670
+
5211
5671
 
5212
5672
 
5213
5673
 
@@ -5225,13 +5685,18 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5225
5685
 
5226
5686
  <tr class="deep-level-0">
5227
5687
 
5228
- <td class="name" id="visible"><code>visible</code></td>
5688
+ <td class="name"><code>visible</code></td>
5229
5689
 
5230
5690
 
5231
5691
  <td class="type">
5232
5692
 
5233
5693
 
5234
- <span class="param-type">Boolean</span>
5694
+ <span class="param-type">
5695
+
5696
+ Boolean
5697
+
5698
+ </span>
5699
+
5235
5700
 
5236
5701
 
5237
5702
 
@@ -5263,7 +5728,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5263
5728
 
5264
5729
  <dt class="inherited-from">Inherited From:</dt>
5265
5730
  <dd class="inherited-from"><ul class="dummy"><li>
5266
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
5731
+ <a goto="setStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
5267
5732
  </li></ul></dd>
5268
5733
 
5269
5734
 
@@ -5420,7 +5885,12 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5420
5885
  <div class='column is-5 has-text-left'>
5421
5886
  <label>类型: </label>
5422
5887
 
5423
- <span class="param-type">Object</span>
5888
+ <span class="param-type">
5889
+
5890
+ Object
5891
+
5892
+ </span>
5893
+
5424
5894
 
5425
5895
 
5426
5896
  </div>