Earth Engine 即將推出
非商業用途的配額級別,以便保護共用運算資源,並確保所有使用者都能享有穩固效能。所有非商業用途的專案都必須在
2026 年 4 月 27 日前選取配額級別,否則屆時會預設為「社群」級別。在
2026 年 4 月 27 日,所有專案 (無論選取級別的日期為何) 的級別配額都會生效。
瞭解詳情。
Feature
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
GeoJSON 地圖項目物件 (請參閱 RFC 7946),其中包含名為「type」的欄位中的字串「Feature」、名為「geometry」的欄位中的幾何圖形,以及名為「properties」的欄位中的鍵/值屬性。
| JSON 表示法 |
{
"type": string,
"geometry": value,
"properties": value
} |
| 欄位 |
type |
string
這個字串一律會顯示,且等於「Feature」。
|
geometry |
value (Value format)
地圖項目的幾何圖形。如果這項特徵有幾何圖形,就會包含 google.protobuf.Struct。否則會保留 google.protobuf.NullValue。
|
properties |
value (Value format)
功能的屬性。如果這項功能有屬性,就會包含 google.protobuf.Struct。否則會保留 google.protobuf.NullValue。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["The core content describes a GeoJSON feature object structured with three fields: `type`, `geometry`, and `properties`. The `type` field always contains the string \"Feature\". The `geometry` field holds the feature's geometry data as a `google.protobuf.Struct` or `google.protobuf.NullValue`. The `properties` field stores key/value pairs as a `google.protobuf.Struct` or `google.protobuf.NullValue`. Both `geometry` and `properties` use the [Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value) format.\n"]]