@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -108,6 +108,7 @@ if(layer.loadStatus === 'loaded') {<br/>
108
108
  <span class="param-type">Object</span>
109
109
 
110
110
 
111
+
111
112
 
112
113
  </td>
113
114
 
@@ -134,6 +135,7 @@ if(layer.loadStatus === 'loaded') {<br/>
134
135
  <span class="param-type">String</span>
135
136
 
136
137
 
138
+
137
139
 
138
140
  </td>
139
141
 
@@ -171,6 +173,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
171
173
  <span class="param-type">Object</span>
172
174
 
173
175
 
176
+
174
177
 
175
178
  </td>
176
179
 
@@ -198,7 +201,8 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
198
201
  <td class="type">
199
202
 
200
203
 
201
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
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>
205
+
202
206
 
203
207
 
204
208
 
@@ -241,6 +245,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
241
245
  <span class="param-type">Number</span>
242
246
 
243
247
 
248
+
244
249
 
245
250
  </td>
246
251
 
@@ -269,6 +274,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
269
274
  <span class="param-type">Number</span>
270
275
 
271
276
 
277
+
272
278
 
273
279
  </td>
274
280
 
@@ -297,6 +303,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
297
303
  <span class="param-type">Number</span>
298
304
 
299
305
 
306
+
300
307
 
301
308
  </td>
302
309
 
@@ -325,6 +332,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
325
332
  <span class="param-type">String</span>
326
333
 
327
334
 
335
+
328
336
 
329
337
  </td>
330
338
 
@@ -353,6 +361,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
353
361
  <span class="param-type">String</span>
354
362
 
355
363
 
364
+
356
365
 
357
366
  </td>
358
367
 
@@ -381,6 +390,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
381
390
  <span class="param-type">Boolean</span>
382
391
 
383
392
 
393
+
384
394
 
385
395
  </td>
386
396
 
@@ -406,7 +416,8 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
406
416
  <td class="type">
407
417
 
408
418
 
409
- <span class="param-type">Array.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
419
+ <span class="param-type">Array.&lt;<a link="Array.<IGSVectorTileSubLayer>.html" onclick="getTypeHTML(event)" href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
420
+
410
421
 
411
422
 
412
423
 
@@ -437,6 +448,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
437
448
  <span class="param-type">String</span>
438
449
 
439
450
 
451
+
440
452
 
441
453
  </td>
442
454
 
@@ -467,21 +479,22 @@ off-screen: 使用矢量瓦片来绘制注记<br/>
467
479
  <td class="type">
468
480
 
469
481
 
470
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
482
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
471
483
  |
472
484
 
473
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
485
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
474
486
  |
475
487
 
476
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
488
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
477
489
  |
478
490
 
479
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
491
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
480
492
  |
481
493
 
482
494
  <span class="param-type">null</span>
483
495
 
484
496
 
497
+
485
498
 
486
499
  </td>
487
500
 
@@ -1090,7 +1103,7 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1090
1103
 
1091
1104
 
1092
1105
  <ul>
1093
- <li><a class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
1106
+ <li><a link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a></li>
1094
1107
  </ul>
1095
1108
 
1096
1109
 
@@ -1122,77 +1135,82 @@ const igsVectorTileLayer = new IGSVectorTileLayer({
1122
1135
  <tbody>
1123
1136
 
1124
1137
  <tr class="deep-level-0">
1125
- <td class="name"><code><a href="IGSVectorTileLayer.html#capabilities">capabilities</a></code></td>
1138
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
1126
1139
  <td class="name">
1127
1140
  <code>
1128
1141
 
1129
1142
  <span class="param-type">Array.&lt;String></span>
1130
1143
 
1131
1144
 
1145
+
1132
1146
  </code>
1133
1147
  </td>
1134
1148
  <td class="name"><code><p>服务支持的能力</p></code></td>
1135
1149
  </tr>
1136
1150
 
1137
1151
  <tr class="deep-level-0">
1138
- <td class="name"><code><a href="IGSVectorTileLayer.html#clippingArea">clippingArea</a></code></td>
1152
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
1139
1153
  <td class="name">
1140
1154
  <code>
1141
1155
 
1142
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1156
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1143
1157
  |
1144
1158
 
1145
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1159
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1146
1160
  |
1147
1161
 
1148
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1162
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1149
1163
  |
1150
1164
 
1151
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1165
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1152
1166
  |
1153
1167
 
1154
1168
  <span class="param-type">null</span>
1155
1169
 
1156
1170
 
1171
+
1157
1172
  </code>
1158
1173
  </td>
1159
1174
  <td class="name"><code><p>空间裁剪范围</p></code></td>
1160
1175
  </tr>
1161
1176
 
1162
1177
  <tr class="deep-level-0">
1163
- <td class="name"><code><a href="IGSVectorTileLayer.html#currentStyleInfo">currentStyleInfo</a></code></td>
1178
+ <td class="name"><code><a href="#currentStyleInfo">currentStyleInfo</a></code></td>
1164
1179
  <td class="name">
1165
1180
  <code>
1166
1181
 
1167
1182
  <span class="param-type">Object</span>
1168
1183
 
1169
1184
 
1185
+
1170
1186
  </code>
1171
1187
  </td>
1172
1188
  <td class="name"><code><p>当前的矢量瓦片样式信息,包含serviceUrl 、styleUrl 、spriteUrl 、glyphsUrl 以及style</p></code></td>
1173
1189
  </tr>
1174
1190
 
1175
1191
  <tr class="deep-level-0">
1176
- <td class="name"><code><a href="IGSVectorTileLayer.html#description">description</a></code></td>
1192
+ <td class="name"><code><a href="#description">description</a></code></td>
1177
1193
  <td class="name">
1178
1194
  <code>
1179
1195
 
1180
1196
  <span class="param-type">String</span>
1181
1197
 
1182
1198
 
1199
+
1183
1200
  </code>
1184
1201
  </td>
1185
1202
  <td class="name"><code><p>图层描述</p></code></td>
1186
1203
  </tr>
1187
1204
 
1188
1205
  <tr class="deep-level-0">
1189
- <td class="name"><code><a href="IGSVectorTileLayer.html#labelsRenderMode">labelsRenderMode</a></code></td>
1206
+ <td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
1190
1207
  <td class="name">
1191
1208
  <code>
1192
1209
 
1193
1210
  <span class="param-type">String</span>
1194
1211
 
1195
1212
 
1213
+
1196
1214
  </code>
1197
1215
  </td>
1198
1216
  <td class="name"><code><p>指定矢量瓦片注记的渲染模式,仅在三维上有效;
@@ -1202,37 +1220,40 @@ off-screen: 使用矢量瓦片来绘制注记;
1202
1220
  </tr>
1203
1221
 
1204
1222
  <tr class="deep-level-0">
1205
- <td class="name"><code><a href="IGSVectorTileLayer.html#mvtExtent">mvtExtent</a></code></td>
1223
+ <td class="name"><code><a href="#mvtExtent">mvtExtent</a></code></td>
1206
1224
  <td class="name">
1207
1225
  <code>
1208
1226
 
1209
1227
  <span class="param-type">Number</span>
1210
1228
 
1211
1229
 
1230
+
1212
1231
  </code>
1213
1232
  </td>
1214
1233
  <td class="name"><code><p>mvt矢量瓦片相对坐标范围,默认为4096,表示矢量瓦片相对坐标的范围为0到4096</p></code></td>
1215
1234
  </tr>
1216
1235
 
1217
1236
  <tr class="deep-level-0">
1218
- <td class="name"><code><a href="IGSVectorTileLayer.html#style">style</a></code></td>
1237
+ <td class="name"><code><a href="#style">style</a></code></td>
1219
1238
  <td class="name">
1220
1239
  <code>
1221
1240
 
1222
1241
  <span class="param-type">Object</span>
1223
1242
 
1224
1243
 
1244
+
1225
1245
  </code>
1226
1246
  </td>
1227
1247
  <td class="name"><code><p>矢量瓦片的mvt样式对象</p></code></td>
1228
1248
  </tr>
1229
1249
 
1230
1250
  <tr class="deep-level-0">
1231
- <td class="name"><code><a href="IGSVectorTileLayer.html#sublayers">sublayers</a></code></td>
1251
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
1232
1252
  <td class="name">
1233
1253
  <code>
1234
1254
 
1235
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
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>
1256
+
1236
1257
 
1237
1258
 
1238
1259
  </code>
@@ -1241,42 +1262,45 @@ off-screen: 使用矢量瓦片来绘制注记;
1241
1262
  </tr>
1242
1263
 
1243
1264
  <tr class="deep-level-0">
1244
- <td class="name"><code><a href="IGSVectorTileLayer.html#tileInfo">tileInfo</a></code></td>
1265
+ <td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
1245
1266
  <td class="name">
1246
1267
  <code>
1247
1268
 
1248
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1269
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1249
1270
  |
1250
1271
 
1251
1272
  <span class="param-type">undefined</span>
1252
1273
 
1253
1274
 
1275
+
1254
1276
  </code>
1255
1277
  </td>
1256
1278
  <td class="name"><code><p>瓦片切图信息</p></code></td>
1257
1279
  </tr>
1258
1280
 
1259
1281
  <tr class="deep-level-0">
1260
- <td class="name"><code><a href="IGSVectorTileLayer.html#type">type</a></code></td>
1282
+ <td class="name"><code><a href="#type">type</a></code></td>
1261
1283
  <td class="name">
1262
1284
  <code>
1263
1285
 
1264
1286
  <span class="param-type">String</span>
1265
1287
 
1266
1288
 
1289
+
1267
1290
  </code>
1268
1291
  </td>
1269
1292
  <td class="name"><code><p>图层类型</p></code></td>
1270
1293
  </tr>
1271
1294
 
1272
1295
  <tr class="deep-level-0">
1273
- <td class="name"><code><a href="IGSVectorTileLayer.html#url">url</a></code></td>
1296
+ <td class="name"><code><a href="#url">url</a></code></td>
1274
1297
  <td class="name">
1275
1298
  <code>
1276
1299
 
1277
1300
  <span class="param-type">String</span>
1278
1301
 
1279
1302
 
1303
+
1280
1304
  </code>
1281
1305
  </td>
1282
1306
  <td class="name"><code><p>矢量瓦片服务地址</p></code></td>
@@ -1296,6 +1320,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1296
1320
  <span class="param-type">Array.&lt;String></span>
1297
1321
 
1298
1322
 
1323
+
1299
1324
  </span>
1300
1325
 
1301
1326
  <h4 class="name" id="capabilities">
@@ -1368,21 +1393,22 @@ off-screen: 使用矢量瓦片来绘制注记;
1368
1393
  <span class="method-parameter is-pulled-right">
1369
1394
  <label>类型:</label>
1370
1395
 
1371
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1396
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1372
1397
  |
1373
1398
 
1374
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1399
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1375
1400
  |
1376
1401
 
1377
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1402
+ <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1378
1403
  |
1379
1404
 
1380
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1405
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1381
1406
  |
1382
1407
 
1383
1408
  <span class="param-type">null</span>
1384
1409
 
1385
1410
 
1411
+
1386
1412
  </span>
1387
1413
 
1388
1414
  <h4 class="name" id="clippingArea">
@@ -1414,7 +1440,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1414
1440
 
1415
1441
  <dt class="inherited-from">Inherited From:</dt>
1416
1442
  <dd class="inherited-from"><ul class="dummy"><li>
1417
- <a class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1443
+ <a goto="clippingArea" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clippingArea" VectorTileLayer.html#clippingArea>VectorTileLayer#clippingArea</a>
1418
1444
  </li></ul></dd>
1419
1445
 
1420
1446
 
@@ -1458,6 +1484,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1458
1484
  <span class="param-type">Object</span>
1459
1485
 
1460
1486
 
1487
+
1461
1488
  </span>
1462
1489
 
1463
1490
  <h4 class="name" id="currentStyleInfo">
@@ -1493,7 +1520,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1493
1520
 
1494
1521
  <dt class="inherited-from">Inherited From:</dt>
1495
1522
  <dd class="inherited-from"><ul class="dummy"><li>
1496
- <a class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1523
+ <a goto="currentStyleInfo" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#currentStyleInfo" VectorTileLayer.html#currentStyleInfo>VectorTileLayer#currentStyleInfo</a>
1497
1524
  </li></ul></dd>
1498
1525
 
1499
1526
 
@@ -1537,6 +1564,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1537
1564
  <span class="param-type">String</span>
1538
1565
 
1539
1566
 
1567
+
1540
1568
  </span>
1541
1569
 
1542
1570
  <h4 class="name" id="description">
@@ -1616,6 +1644,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1616
1644
  <span class="param-type">String</span>
1617
1645
 
1618
1646
 
1647
+
1619
1648
  </span>
1620
1649
 
1621
1650
  <h4 class="name" id="labelsRenderMode">
@@ -1650,7 +1679,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1650
1679
 
1651
1680
  <dt class="inherited-from">Inherited From:</dt>
1652
1681
  <dd class="inherited-from"><ul class="dummy"><li>
1653
- <a class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1682
+ <a goto="labelsRenderMode" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#labelsRenderMode" VectorTileLayer.html#labelsRenderMode>VectorTileLayer#labelsRenderMode</a>
1654
1683
  </li></ul></dd>
1655
1684
 
1656
1685
 
@@ -1694,6 +1723,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1694
1723
  <span class="param-type">Number</span>
1695
1724
 
1696
1725
 
1726
+
1697
1727
  </span>
1698
1728
 
1699
1729
  <h4 class="name" id="mvtExtent">
@@ -1725,7 +1755,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1725
1755
 
1726
1756
  <dt class="inherited-from">Inherited From:</dt>
1727
1757
  <dd class="inherited-from"><ul class="dummy"><li>
1728
- <a class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1758
+ <a goto="mvtExtent" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#mvtExtent" VectorTileLayer.html#mvtExtent>VectorTileLayer#mvtExtent</a>
1729
1759
  </li></ul></dd>
1730
1760
 
1731
1761
 
@@ -1774,6 +1804,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1774
1804
  <span class="param-type">Object</span>
1775
1805
 
1776
1806
 
1807
+
1777
1808
  </span>
1778
1809
 
1779
1810
  <h4 class="name" id="style">
@@ -1805,7 +1836,7 @@ off-screen: 使用矢量瓦片来绘制注记;
1805
1836
 
1806
1837
  <dt class="inherited-from">Inherited From:</dt>
1807
1838
  <dd class="inherited-from"><ul class="dummy"><li>
1808
- <a class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1839
+ <a goto="style" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#style" VectorTileLayer.html#style>VectorTileLayer#style</a>
1809
1840
  </li></ul></dd>
1810
1841
 
1811
1842
 
@@ -1846,7 +1877,8 @@ off-screen: 使用矢量瓦片来绘制注记;
1846
1877
  <span class="method-parameter is-pulled-right">
1847
1878
  <label>类型:</label>
1848
1879
 
1849
- <span class="param-type"><a href="Collection.html">Collection</a>.&lt;<a href="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>></span>
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>
1881
+
1850
1882
 
1851
1883
 
1852
1884
  </span>
@@ -1916,12 +1948,13 @@ off-screen: 使用矢量瓦片来绘制注记;
1916
1948
  <span class="method-parameter is-pulled-right">
1917
1949
  <label>类型:</label>
1918
1950
 
1919
- <span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1951
+ <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1920
1952
  |
1921
1953
 
1922
1954
  <span class="param-type">undefined</span>
1923
1955
 
1924
1956
 
1957
+
1925
1958
  </span>
1926
1959
 
1927
1960
  <h4 class="name" id="tileInfo">
@@ -2001,6 +2034,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2001
2034
  <span class="param-type">String</span>
2002
2035
 
2003
2036
 
2037
+
2004
2038
  </span>
2005
2039
 
2006
2040
  <h4 class="name" id="type">
@@ -2080,6 +2114,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2080
2114
  <span class="param-type">String</span>
2081
2115
 
2082
2116
 
2117
+
2083
2118
  </span>
2084
2119
 
2085
2120
  <h4 class="name" id="url">
@@ -2111,7 +2146,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2111
2146
 
2112
2147
  <dt class="inherited-from">Inherited From:</dt>
2113
2148
  <dd class="inherited-from"><ul class="dummy"><li>
2114
- <a class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
2149
+ <a goto="url" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#url" VectorTileLayer.html#url>VectorTileLayer#url</a>
2115
2150
  </li></ul></dd>
2116
2151
 
2117
2152
 
@@ -2168,12 +2203,13 @@ off-screen: 使用矢量瓦片来绘制注记;
2168
2203
  <tbody>
2169
2204
 
2170
2205
  <tr class="deep-level-0">
2171
- <td class="name"><code><a href="IGSVectorTileLayer.html#fromJSON">fromJSON</a></code></td>
2206
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2172
2207
  <td class="name">
2173
2208
  <code>
2174
2209
 
2175
2210
 
2176
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a></span>
2211
+ <span class="param-type"><a link="IGSVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a></span>
2212
+
2177
2213
 
2178
2214
 
2179
2215
 
@@ -2183,12 +2219,13 @@ off-screen: 使用矢量瓦片来绘制注记;
2183
2219
  </tr>
2184
2220
 
2185
2221
  <tr class="deep-level-0">
2186
- <td class="name"><code><a href="IGSVectorTileLayer.html#clone">clone</a></code></td>
2222
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2187
2223
  <td class="name">
2188
2224
  <code>
2189
2225
 
2190
2226
 
2191
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2227
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2228
+
2192
2229
 
2193
2230
 
2194
2231
 
@@ -2198,7 +2235,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2198
2235
  </tr>
2199
2236
 
2200
2237
  <tr class="deep-level-0">
2201
- <td class="name"><code><a href="IGSVectorTileLayer.html#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
2238
+ <td class="name"><code><a href="#covertCustomStyleToMVTStyle">covertCustomStyleToMVTStyle</a></code></td>
2202
2239
  <td class="name">
2203
2240
  <code>
2204
2241
 
@@ -2206,6 +2243,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2206
2243
  <span class="param-type">Object</span>
2207
2244
 
2208
2245
 
2246
+
2209
2247
 
2210
2248
  </code>
2211
2249
  </td>
@@ -2213,7 +2251,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2213
2251
  </tr>
2214
2252
 
2215
2253
  <tr class="deep-level-0">
2216
- <td class="name"><code><a href="IGSVectorTileLayer.html#deleteStyleLayer">deleteStyleLayer</a></code></td>
2254
+ <td class="name"><code><a href="#deleteStyleLayer">deleteStyleLayer</a></code></td>
2217
2255
  <td class="name">
2218
2256
  <code>
2219
2257
 
@@ -2224,12 +2262,13 @@ off-screen: 使用矢量瓦片来绘制注记;
2224
2262
  </tr>
2225
2263
 
2226
2264
  <tr class="deep-level-0">
2227
- <td class="name"><code><a href="IGSVectorTileLayer.html#findSublayerById">findSublayerById</a></code></td>
2265
+ <td class="name"><code><a href="#findSublayerById">findSublayerById</a></code></td>
2228
2266
  <td class="name">
2229
2267
  <code>
2230
2268
 
2231
2269
 
2232
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
2270
+ <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
2271
+
2233
2272
 
2234
2273
 
2235
2274
 
@@ -2239,7 +2278,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2239
2278
  </tr>
2240
2279
 
2241
2280
  <tr class="deep-level-0">
2242
- <td class="name"><code><a href="IGSVectorTileLayer.html#getExtendProperties">getExtendProperties</a></code></td>
2281
+ <td class="name"><code><a href="#getExtendProperties">getExtendProperties</a></code></td>
2243
2282
  <td class="name">
2244
2283
  <code>
2245
2284
 
@@ -2247,6 +2286,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2247
2286
  <span class="param-type">Any</span>
2248
2287
 
2249
2288
 
2289
+
2250
2290
 
2251
2291
  </code>
2252
2292
  </td>
@@ -2255,7 +2295,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2255
2295
  </tr>
2256
2296
 
2257
2297
  <tr class="deep-level-0">
2258
- <td class="name"><code><a href="IGSVectorTileLayer.html#getLayoutProperties">getLayoutProperties</a></code></td>
2298
+ <td class="name"><code><a href="#getLayoutProperties">getLayoutProperties</a></code></td>
2259
2299
  <td class="name">
2260
2300
  <code>
2261
2301
 
@@ -2266,6 +2306,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2266
2306
  <span class="param-type">null</span>
2267
2307
 
2268
2308
 
2309
+
2269
2310
 
2270
2311
  </code>
2271
2312
  </td>
@@ -2274,7 +2315,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2274
2315
  </tr>
2275
2316
 
2276
2317
  <tr class="deep-level-0">
2277
- <td class="name"><code><a href="IGSVectorTileLayer.html#getPaintProperties">getPaintProperties</a></code></td>
2318
+ <td class="name"><code><a href="#getPaintProperties">getPaintProperties</a></code></td>
2278
2319
  <td class="name">
2279
2320
  <code>
2280
2321
 
@@ -2285,6 +2326,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2285
2326
  <span class="param-type">null</span>
2286
2327
 
2287
2328
 
2329
+
2288
2330
 
2289
2331
  </code>
2290
2332
  </td>
@@ -2293,7 +2335,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2293
2335
  </tr>
2294
2336
 
2295
2337
  <tr class="deep-level-0">
2296
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayer">getStyleLayer</a></code></td>
2338
+ <td class="name"><code><a href="#getStyleLayer">getStyleLayer</a></code></td>
2297
2339
  <td class="name">
2298
2340
  <code>
2299
2341
 
@@ -2301,6 +2343,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2301
2343
  <span class="param-type">Object</span>
2302
2344
 
2303
2345
 
2346
+
2304
2347
 
2305
2348
  </code>
2306
2349
  </td>
@@ -2309,7 +2352,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2309
2352
  </tr>
2310
2353
 
2311
2354
  <tr class="deep-level-0">
2312
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayerId">getStyleLayerId</a></code></td>
2355
+ <td class="name"><code><a href="#getStyleLayerId">getStyleLayerId</a></code></td>
2313
2356
  <td class="name">
2314
2357
  <code>
2315
2358
 
@@ -2317,6 +2360,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2317
2360
  <span class="param-type">String</span>
2318
2361
 
2319
2362
 
2363
+
2320
2364
 
2321
2365
  </code>
2322
2366
  </td>
@@ -2325,7 +2369,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2325
2369
  </tr>
2326
2370
 
2327
2371
  <tr class="deep-level-0">
2328
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
2372
+ <td class="name"><code><a href="#getStyleLayerIndex">getStyleLayerIndex</a></code></td>
2329
2373
  <td class="name">
2330
2374
  <code>
2331
2375
 
@@ -2333,6 +2377,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2333
2377
  <span class="param-type">Number</span>
2334
2378
 
2335
2379
 
2380
+
2336
2381
 
2337
2382
  </code>
2338
2383
  </td>
@@ -2341,7 +2386,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2341
2386
  </tr>
2342
2387
 
2343
2388
  <tr class="deep-level-0">
2344
- <td class="name"><code><a href="IGSVectorTileLayer.html#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
2389
+ <td class="name"><code><a href="#getStyleLayerVisibility">getStyleLayerVisibility</a></code></td>
2345
2390
  <td class="name">
2346
2391
  <code>
2347
2392
 
@@ -2349,6 +2394,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2349
2394
  <span class="param-type">Boolean</span>
2350
2395
 
2351
2396
 
2397
+
2352
2398
 
2353
2399
  </code>
2354
2400
  </td>
@@ -2357,7 +2403,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2357
2403
  </tr>
2358
2404
 
2359
2405
  <tr class="deep-level-0">
2360
- <td class="name"><code><a href="IGSVectorTileLayer.html#setExtendProperties">setExtendProperties</a></code></td>
2406
+ <td class="name"><code><a href="#setExtendProperties">setExtendProperties</a></code></td>
2361
2407
  <td class="name">
2362
2408
  <code>
2363
2409
 
@@ -2368,7 +2414,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2368
2414
  </tr>
2369
2415
 
2370
2416
  <tr class="deep-level-0">
2371
- <td class="name"><code><a href="IGSVectorTileLayer.html#setLayoutProperties">setLayoutProperties</a></code></td>
2417
+ <td class="name"><code><a href="#setLayoutProperties">setLayoutProperties</a></code></td>
2372
2418
  <td class="name">
2373
2419
  <code>
2374
2420
 
@@ -2379,7 +2425,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2379
2425
  </tr>
2380
2426
 
2381
2427
  <tr class="deep-level-0">
2382
- <td class="name"><code><a href="IGSVectorTileLayer.html#setPaintProperties">setPaintProperties</a></code></td>
2428
+ <td class="name"><code><a href="#setPaintProperties">setPaintProperties</a></code></td>
2383
2429
  <td class="name">
2384
2430
  <code>
2385
2431
 
@@ -2390,7 +2436,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2390
2436
  </tr>
2391
2437
 
2392
2438
  <tr class="deep-level-0">
2393
- <td class="name"><code><a href="IGSVectorTileLayer.html#setStyleLayer">setStyleLayer</a></code></td>
2439
+ <td class="name"><code><a href="#setStyleLayer">setStyleLayer</a></code></td>
2394
2440
  <td class="name">
2395
2441
  <code>
2396
2442
 
@@ -2401,7 +2447,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2401
2447
  </tr>
2402
2448
 
2403
2449
  <tr class="deep-level-0">
2404
- <td class="name"><code><a href="IGSVectorTileLayer.html#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
2450
+ <td class="name"><code><a href="#setStyleLayerVisibility">setStyleLayerVisibility</a></code></td>
2405
2451
  <td class="name">
2406
2452
  <code>
2407
2453
 
@@ -2412,7 +2458,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2412
2458
  </tr>
2413
2459
 
2414
2460
  <tr class="deep-level-0">
2415
- <td class="name"><code><a href="IGSVectorTileLayer.html#toJSON">toJSON</a></code></td>
2461
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2416
2462
  <td class="name">
2417
2463
  <code>
2418
2464
 
@@ -2420,6 +2466,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2420
2466
  <span class="param-type">Object</span>
2421
2467
 
2422
2468
 
2469
+
2423
2470
 
2424
2471
  </code>
2425
2472
  </td>
@@ -2497,6 +2544,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2497
2544
  <span class="param-type">Object</span>
2498
2545
 
2499
2546
 
2547
+
2500
2548
 
2501
2549
  </td>
2502
2550
 
@@ -2582,7 +2630,8 @@ off-screen: 使用矢量瓦片来绘制注记;
2582
2630
  <div class='column is-5 has-text-left'>
2583
2631
  <label>类型: </label>
2584
2632
 
2585
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a></span>
2633
+ <span class="param-type"><a link="IGSVectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileLayer" IGSVectorTileLayer.html>IGSVectorTileLayer</a></span>
2634
+
2586
2635
 
2587
2636
 
2588
2637
  </div>
@@ -2642,7 +2691,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2642
2691
 
2643
2692
  <dt class="inherited-from">Inherited From:</dt>
2644
2693
  <dd class="inherited-from"><ul class="dummy"><li>
2645
- <a class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2694
+ <a goto="clone" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#clone" VectorTileLayer.html#clone>VectorTileLayer#clone</a>
2646
2695
  </li></ul></dd>
2647
2696
 
2648
2697
 
@@ -2703,7 +2752,8 @@ off-screen: 使用矢量瓦片来绘制注记;
2703
2752
  <div class='column is-5 has-text-left'>
2704
2753
  <label>类型: </label>
2705
2754
 
2706
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2755
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2756
+
2707
2757
 
2708
2758
 
2709
2759
  </div>
@@ -2783,6 +2833,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2783
2833
  <span class="param-type">Object</span>
2784
2834
 
2785
2835
 
2836
+
2786
2837
 
2787
2838
  </td>
2788
2839
 
@@ -2871,6 +2922,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2871
2922
  <span class="param-type">Object</span>
2872
2923
 
2873
2924
 
2925
+
2874
2926
  </div>
2875
2927
 
2876
2928
  </div>
@@ -2949,6 +3001,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2949
3001
  <span class="param-type">String</span>
2950
3002
 
2951
3003
 
3004
+
2952
3005
 
2953
3006
  </td>
2954
3007
 
@@ -2978,7 +3031,7 @@ off-screen: 使用矢量瓦片来绘制注记;
2978
3031
 
2979
3032
  <dt class="inherited-from">Inherited From:</dt>
2980
3033
  <dd class="inherited-from"><ul class="dummy"><li>
2981
- <a class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
3034
+ <a goto="deleteStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#deleteStyleLayer" VectorTileLayer.html#deleteStyleLayer>VectorTileLayer#deleteStyleLayer</a>
2982
3035
  </li></ul></dd>
2983
3036
 
2984
3037
 
@@ -3094,6 +3147,7 @@ off-screen: 使用矢量瓦片来绘制注记;
3094
3147
  <span class="param-type">String</span>
3095
3148
 
3096
3149
 
3150
+
3097
3151
 
3098
3152
  </td>
3099
3153
 
@@ -3179,7 +3233,8 @@ off-screen: 使用矢量瓦片来绘制注记;
3179
3233
  <div class='column is-5 has-text-left'>
3180
3234
  <label>类型: </label>
3181
3235
 
3182
- <span class="param-type"><a class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
3236
+ <span class="param-type"><a link="IGSVectorTileSubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSVectorTileSubLayer" IGSVectorTileSubLayer.html>IGSVectorTileSubLayer</a></span>
3237
+
3183
3238
 
3184
3239
 
3185
3240
  </div>
@@ -3279,6 +3334,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3279
3334
  <span class="param-type">String</span>
3280
3335
 
3281
3336
 
3337
+
3282
3338
 
3283
3339
  </td>
3284
3340
 
@@ -3303,6 +3359,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3303
3359
  <span class="param-type">String</span>
3304
3360
 
3305
3361
 
3362
+
3306
3363
 
3307
3364
  </td>
3308
3365
 
@@ -3332,7 +3389,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3332
3389
 
3333
3390
  <dt class="inherited-from">Inherited From:</dt>
3334
3391
  <dd class="inherited-from"><ul class="dummy"><li>
3335
- <a class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
3392
+ <a goto="getExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getExtendProperties" VectorTileLayer.html#getExtendProperties>VectorTileLayer#getExtendProperties</a>
3336
3393
  </li></ul></dd>
3337
3394
 
3338
3395
 
@@ -3396,6 +3453,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3396
3453
  <span class="param-type">Any</span>
3397
3454
 
3398
3455
 
3456
+
3399
3457
  </div>
3400
3458
 
3401
3459
  </div>
@@ -3474,6 +3532,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3474
3532
  <span class="param-type">String</span>
3475
3533
 
3476
3534
 
3535
+
3477
3536
 
3478
3537
  </td>
3479
3538
 
@@ -3503,7 +3562,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3503
3562
 
3504
3563
  <dt class="inherited-from">Inherited From:</dt>
3505
3564
  <dd class="inherited-from"><ul class="dummy"><li>
3506
- <a class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
3565
+ <a goto="getLayoutProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getLayoutProperties" VectorTileLayer.html#getLayoutProperties>VectorTileLayer#getLayoutProperties</a>
3507
3566
  </li></ul></dd>
3508
3567
 
3509
3568
 
@@ -3570,6 +3629,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3570
3629
  <span class="param-type">null</span>
3571
3630
 
3572
3631
 
3632
+
3573
3633
  </div>
3574
3634
 
3575
3635
  </div>
@@ -3648,6 +3708,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3648
3708
  <span class="param-type">String</span>
3649
3709
 
3650
3710
 
3711
+
3651
3712
 
3652
3713
  </td>
3653
3714
 
@@ -3677,7 +3738,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3677
3738
 
3678
3739
  <dt class="inherited-from">Inherited From:</dt>
3679
3740
  <dd class="inherited-from"><ul class="dummy"><li>
3680
- <a class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3741
+ <a goto="getPaintProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getPaintProperties" VectorTileLayer.html#getPaintProperties>VectorTileLayer#getPaintProperties</a>
3681
3742
  </li></ul></dd>
3682
3743
 
3683
3744
 
@@ -3744,6 +3805,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3744
3805
  <span class="param-type">null</span>
3745
3806
 
3746
3807
 
3808
+
3747
3809
  </div>
3748
3810
 
3749
3811
  </div>
@@ -3822,6 +3884,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3822
3884
  <span class="param-type">String</span>
3823
3885
 
3824
3886
 
3887
+
3825
3888
 
3826
3889
  </td>
3827
3890
 
@@ -3851,7 +3914,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3851
3914
 
3852
3915
  <dt class="inherited-from">Inherited From:</dt>
3853
3916
  <dd class="inherited-from"><ul class="dummy"><li>
3854
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3917
+ <a goto="getStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayer" VectorTileLayer.html#getStyleLayer>VectorTileLayer#getStyleLayer</a>
3855
3918
  </li></ul></dd>
3856
3919
 
3857
3920
 
@@ -3915,6 +3978,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3915
3978
  <span class="param-type">Object</span>
3916
3979
 
3917
3980
 
3981
+
3918
3982
  </div>
3919
3983
 
3920
3984
  </div>
@@ -3993,6 +4057,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
3993
4057
  <span class="param-type">Number</span>
3994
4058
 
3995
4059
 
4060
+
3996
4061
 
3997
4062
  </td>
3998
4063
 
@@ -4022,7 +4087,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4022
4087
 
4023
4088
  <dt class="inherited-from">Inherited From:</dt>
4024
4089
  <dd class="inherited-from"><ul class="dummy"><li>
4025
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
4090
+ <a goto="getStyleLayerId" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerId" VectorTileLayer.html#getStyleLayerId>VectorTileLayer#getStyleLayerId</a>
4026
4091
  </li></ul></dd>
4027
4092
 
4028
4093
 
@@ -4086,6 +4151,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4086
4151
  <span class="param-type">String</span>
4087
4152
 
4088
4153
 
4154
+
4089
4155
  </div>
4090
4156
 
4091
4157
  </div>
@@ -4164,6 +4230,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4164
4230
  <span class="param-type">String</span>
4165
4231
 
4166
4232
 
4233
+
4167
4234
 
4168
4235
  </td>
4169
4236
 
@@ -4193,7 +4260,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4193
4260
 
4194
4261
  <dt class="inherited-from">Inherited From:</dt>
4195
4262
  <dd class="inherited-from"><ul class="dummy"><li>
4196
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
4263
+ <a goto="getStyleLayerIndex" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerIndex" VectorTileLayer.html#getStyleLayerIndex>VectorTileLayer#getStyleLayerIndex</a>
4197
4264
  </li></ul></dd>
4198
4265
 
4199
4266
 
@@ -4257,6 +4324,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4257
4324
  <span class="param-type">Number</span>
4258
4325
 
4259
4326
 
4327
+
4260
4328
  </div>
4261
4329
 
4262
4330
  </div>
@@ -4335,6 +4403,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4335
4403
  <span class="param-type">String</span>
4336
4404
 
4337
4405
 
4406
+
4338
4407
 
4339
4408
  </td>
4340
4409
 
@@ -4364,7 +4433,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4364
4433
 
4365
4434
  <dt class="inherited-from">Inherited From:</dt>
4366
4435
  <dd class="inherited-from"><ul class="dummy"><li>
4367
- <a class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
4436
+ <a goto="getStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#getStyleLayerVisibility" VectorTileLayer.html#getStyleLayerVisibility>VectorTileLayer#getStyleLayerVisibility</a>
4368
4437
  </li></ul></dd>
4369
4438
 
4370
4439
 
@@ -4428,6 +4497,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4428
4497
  <span class="param-type">Boolean</span>
4429
4498
 
4430
4499
 
4500
+
4431
4501
  </div>
4432
4502
 
4433
4503
  </div>
@@ -4506,6 +4576,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4506
4576
  <span class="param-type">String</span>
4507
4577
 
4508
4578
 
4579
+
4509
4580
 
4510
4581
  </td>
4511
4582
 
@@ -4530,6 +4601,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4530
4601
  <span class="param-type">String</span>
4531
4602
 
4532
4603
 
4604
+
4533
4605
 
4534
4606
  </td>
4535
4607
 
@@ -4554,6 +4626,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4554
4626
  <span class="param-type">Any</span>
4555
4627
 
4556
4628
 
4629
+
4557
4630
 
4558
4631
  </td>
4559
4632
 
@@ -4583,7 +4656,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4583
4656
 
4584
4657
  <dt class="inherited-from">Inherited From:</dt>
4585
4658
  <dd class="inherited-from"><ul class="dummy"><li>
4586
- <a class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
4659
+ <a goto="setExtendProperties" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setExtendProperties" VectorTileLayer.html#setExtendProperties>VectorTileLayer#setExtendProperties</a>
4587
4660
  </li></ul></dd>
4588
4661
 
4589
4662
 
@@ -4700,6 +4773,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4700
4773
  <span class="param-type">String</span>
4701
4774
 
4702
4775
 
4776
+
4703
4777
 
4704
4778
  </td>
4705
4779
 
@@ -4724,6 +4798,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4724
4798
  <span class="param-type">Object</span>
4725
4799
 
4726
4800
 
4801
+
4727
4802
 
4728
4803
  </td>
4729
4804
 
@@ -4870,6 +4945,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4870
4945
  <span class="param-type">String</span>
4871
4946
 
4872
4947
 
4948
+
4873
4949
 
4874
4950
  </td>
4875
4951
 
@@ -4894,6 +4970,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
4894
4970
  <span class="param-type">Object</span>
4895
4971
 
4896
4972
 
4973
+
4897
4974
 
4898
4975
  </td>
4899
4976
 
@@ -5040,6 +5117,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5040
5117
  <span class="param-type">Object</span>
5041
5118
 
5042
5119
 
5120
+
5043
5121
 
5044
5122
  </td>
5045
5123
 
@@ -5064,6 +5142,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5064
5142
  <span class="param-type">String</span>
5065
5143
 
5066
5144
 
5145
+
5067
5146
 
5068
5147
  </td>
5069
5148
 
@@ -5093,7 +5172,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5093
5172
 
5094
5173
  <dt class="inherited-from">Inherited From:</dt>
5095
5174
  <dd class="inherited-from"><ul class="dummy"><li>
5096
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
5175
+ <a goto="setStyleLayer" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayer" VectorTileLayer.html#setStyleLayer>VectorTileLayer#setStyleLayer</a>
5097
5176
  </li></ul></dd>
5098
5177
 
5099
5178
 
@@ -5210,6 +5289,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5210
5289
  <span class="param-type">String</span>
5211
5290
 
5212
5291
 
5292
+
5213
5293
 
5214
5294
  </td>
5215
5295
 
@@ -5234,6 +5314,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5234
5314
  <span class="param-type">Boolean</span>
5235
5315
 
5236
5316
 
5317
+
5237
5318
 
5238
5319
  </td>
5239
5320
 
@@ -5263,7 +5344,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5263
5344
 
5264
5345
  <dt class="inherited-from">Inherited From:</dt>
5265
5346
  <dd class="inherited-from"><ul class="dummy"><li>
5266
- <a class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
5347
+ <a goto="setStyleLayerVisibility" link="VectorTileLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VectorTileLayer#setStyleLayerVisibility" VectorTileLayer.html#setStyleLayerVisibility>VectorTileLayer#setStyleLayerVisibility</a>
5267
5348
  </li></ul></dd>
5268
5349
 
5269
5350
 
@@ -5423,6 +5504,7 @@ const subLayer = igsVectorTileLayer.findSublayerById('子图层id')</code></pre>
5423
5504
  <span class="param-type">Object</span>
5424
5505
 
5425
5506
 
5507
+
5426
5508
  </div>
5427
5509
 
5428
5510
  </div>