公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
EarthEngineAssetView
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
EarthEngineAsset
的資源檢視畫面。
檢視畫面會決定 API 作業的網頁大小上限,限制越嚴格的檢視畫面,上限通常越高:- BASIC 為 10000 - 其他為 1000
列舉 |
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED |
未指定,等同於 FULL 。 |
FULL |
回應中傳回的每個 EarthEngineAsset 都會設定所有欄位。預設值。 |
BASIC |
回應中傳回的每個 EarthEngineAsset 都只會設定 type 、name 和 id 欄位。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eThe EarthEngineAsset resource view dictates the amount of data returned for API operations, with the BASIC view offering higher limits but returning less data.\u003c/p\u003e\n"],["\u003cp\u003eThe default view is FULL, which returns all fields for each EarthEngineAsset in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe BASIC view only returns the type, name, and ID for each asset, enabling higher page sizes for queries.\u003c/p\u003e\n"]]],["The `EarthEngineAsset` resource view has two main types: `FULL` and `BASIC`. `FULL` displays all fields, while `BASIC` shows only `type`, `name`, and `id`. The default view is `FULL`. The maximum page size for API operations varies by view, with `BASIC` allowing up to 10,000 items per page and other views limited to 1,000. An unspecified view defaults to `FULL`.\n"],null,["# EarthEngineAssetView\n\nA resource view for `EarthEngineAsset`.\n\nThe view determines the maximum page size for API operations, with generally higher limits for more restrictive views: - 10000 for BASIC - 1000 otherwise\n\n| Enums ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------|\n| `EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED` | Not specified, equivalent to `FULL`. |\n| `FULL` | All fields are set in each `EarthEngineAsset` returned in the response. The default value. |\n| `BASIC` | Only the fields `type`, `name`, and `id` are set in each `EarthEngineAsset` returned in the response. |"]]