共用方式為


ExtendedFeatureCollection interface

具有集合屬性的功能集合。

Extends

FeatureCollection

屬性

properties

功能集合的屬性。

繼承的屬性

bbox

功能集合的周框方塊。

features

功能集合中包含的 GeoJSON 特徵集合。

type

具有 「FeatureCollection」 值的 GeoJSON 類型描述元。

TYPE

要用於執行時間比較之 FeatureCollection 類別的靜態 GeoJSON 類型描述元。

屬性詳細資料

properties

功能集合的屬性。

properties?: any

屬性值

any

繼承的屬性詳細資料

bbox

功能集合的周框方塊。

bbox?: BoundingBox

屬性值

BoundingBox

繼承自 FeatureCollection.bbox

features

功能集合中包含的 GeoJSON 特徵集合。

features: Array<Feature<Geometry, any>>

屬性值

Array<Feature<Geometry, any>>

繼承自 FeatureCollection.features

type

具有 「FeatureCollection」 值的 GeoJSON 類型描述元。

type: string

屬性值

string

繼承自 FeatureCollection.type

TYPE

要用於執行時間比較之 FeatureCollection 類別的靜態 GeoJSON 類型描述元。

static TYPE: string

屬性值

string

繼承自 FeatureCollection.TYPE