公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取。如未在 2025 年 9 月 26 日前完成驗證,存取權可能會暫停。
Method: projects.featureViews.create
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
HTTP 要求
POST https://earthengine.googleapis.com/v1/{parent=projects/*}/featureViews
這個網址使用 gRPC 轉碼語法。
路徑參數
| 參數 |
parent |
string
必要欄位。地圖集合的父項 (例如「projects/*」)。
|
查詢參數
| 參數 |
workloadTag |
string
使用者提供的用於追蹤這項運算的代碼。
|
要求主體
要求主體包含 FeatureView 的例項。
回應主體
如果成功,回應主體會包含新建立的 FeatureView 例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/earthengine.readonly
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
詳情請參閱 OAuth 2.0 Overview。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["A `POST` request to `https://earthengine.googleapis.com/v1/{parent=projects/*}/featureViews` creates a FeatureView. The `parent` path parameter, representing the project, is required. An optional `workloadTag` query parameter tracks the computation. The request body must contain a FeatureView instance, and a successful response returns the newly created FeatureView. Authorization requires specific OAuth scopes, including Earth Engine and Cloud Platform permissions.\n"]]