公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
ee.Classifier.load
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
建立分類器。
用量 | 傳回 |
---|
ee.Classifier.load(id) | 分類器 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eCreates a classifier object in Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eCan be loaded using an existing classifier's Asset ID via the \u003ccode\u003eee.Classifier.load(id)\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eload\u003c/code\u003e method requires the classifier's Asset ID as a string argument and returns the classifier object.\u003c/p\u003e\n"]]],["The core functionality involves loading a pre-existing Classifier using its Asset ID. The `ee.Classifier.load(id)` function is used, where `id` (a String) represents the unique identifier of the Classifier stored as an asset. This function returns a Classifier object, allowing for its subsequent use. The sole action is to retrieve an already defined Classifier based on its specified ID.\n"],null,["# ee.Classifier.load\n\nCreates a Classifier.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|------------|\n| `ee.Classifier.load(id)` | Classifier |\n\n| Argument | Type | Details |\n|----------|--------|----------------------------|\n| `id` | String | The Classifier's Asset ID. |"]]