VectorTileSource class
向量圖格來源說明如何存取向量圖格圖層。 向量磚來源可以搭配使用;SymbolLayer、LineLayer、PolygonLayer、BubbleLayer、HeatmapLayer 和 VectorTileLayer。
- Extends
建構函式
Vector |
方法
get |
取得 VectorTileSource 的選項。 |
get |
傳回 VectorTileSource 中的所有 GeoJSON 功能,並滿足指定的篩選運算式。 |
繼承的方法
get |
取得資料來源的識別碼 |
建構函式詳細資料
VectorTileSource(string, VectorTileSourceOptions)
new VectorTileSource(id?: string, options?: VectorTileSourceOptions)
參數
- id
-
string
- options
- VectorTileSourceOptions
方法詳細資料
getOptions()
getShape(string, Expression)
傳回 VectorTileSource 中的所有 GeoJSON 功能,並滿足指定的篩選運算式。
function getShape(sourceLayer: string, filter?: Expression): Array<Feature<atlas.data.Geometry, any>>
參數
- sourceLayer
-
string
如果來源是 VectorTileSource,則為必要專案。 指定要查詢之 VectorTileSource 內的圖層。
- filter
- Expression
將限制查詢的篩選。