共用方式為


GeometryCollection class

GeoJSON GeometryCollection 物件 - 包含 GeoJSON Geometry 物件集合的 JSON 物件。 RFC 7946會詳細說明完整描述。

建構函式

GeometryCollection(Geometry[])

建構 GeometryCollection。

屬性

geometries

Geometry 集合中包含的 GeoJSON 幾何集合。

type

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

TYPE

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

建構函式詳細資料

GeometryCollection(Geometry[])

建構 GeometryCollection。

new GeometryCollection(geometries: Geometry[])

參數

geometries

Geometry[]

組成 geometry 集合的幾何集合。

屬性詳細資料

geometries

Geometry 集合中包含的 GeoJSON 幾何集合。

geometries: Geometry[]

屬性值

type

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

type: string

屬性值

string

TYPE

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

static TYPE: string

屬性值

string