Feature class
GeoJSON Feature 物件 - 代表空間界限實體的 JSON 物件。 RFC 7946會詳細說明完整描述。
建構函式
Feature(G, P, string | number, Bounding |
建構功能。 |
屬性
bbox | 功能的周框方塊。 |
geometry | 特徵的幾何。 |
id | 功能的識別碼。 |
properties | 功能的屬性。 |
type | 具有值 「Feature」 的 GeoJSON 類型描述元。 |
TYPE | 要用於執行時間比較之 Feature 類別的靜態 GeoJSON 類型描述元。 |
建構函式詳細資料
Feature(G, P, string | number, BoundingBox)
建構功能。
new Feature(geometry: G, properties?: P, id?: string | number, bbox?: BoundingBox)
參數
- geometry
-
G
特徵的幾何。
- properties
-
P
功能的屬性。
- id
-
string | number
功能的識別碼。
- bbox
- BoundingBox
功能的周框方塊。
屬性詳細資料
bbox
geometry
特徵的幾何。
geometry: G
屬性值
G
id
功能的識別碼。
id?: string | number
屬性值
string | number
properties
功能的屬性。
properties?: P
屬性值
P
type
具有值 「Feature」 的 GeoJSON 類型描述元。
type: string
屬性值
string
TYPE
要用於執行時間比較之 Feature 類別的靜態 GeoJSON 類型描述元。
static TYPE: string
屬性值
string