共用方式為


VectorTileSource class

向量圖格來源說明如何存取向量圖格圖層。 向量磚來源可以搭配使用;SymbolLayer、LineLayer、PolygonLayer、BubbleLayer、HeatmapLayer 和 VectorTileLayer。

Extends

建構函式

VectorTileSource(string, VectorTileSourceOptions)

方法

getOptions()

取得 VectorTileSource 的選項。

getShape(string, Expression)

傳回 VectorTileSource 中的所有 GeoJSON 功能,並滿足指定的篩選運算式。

繼承的方法

getId()

取得資料來源的識別碼

建構函式詳細資料

VectorTileSource(string, VectorTileSourceOptions)

new VectorTileSource(id?: string, options?: VectorTileSourceOptions)

參數

id

string

方法詳細資料

getOptions()

取得 VectorTileSource 的選項。

function getOptions(): VectorTileSourceOptions

傳回

getShape(string, Expression)

傳回 VectorTileSource 中的所有 GeoJSON 功能,並滿足指定的篩選運算式。

function getShape(sourceLayer: string, filter?: Expression): Array<Feature<atlas.data.Geometry, any>>

參數

sourceLayer

string

如果來源是 VectorTileSource,則為必要專案。 指定要查詢之 VectorTileSource 內的圖層。

filter
Expression

將限制查詢的篩選。

傳回

Array<Feature<Geometry, any>>

繼承的方法的詳細資料

getId()

取得資料來源的識別碼

function getId(): string

傳回

string

繼承自Source.getId