公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
ui.Map.FeatureViewLayer
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
從 FeatureView 資產產生的圖層,用於在 ui.Map 上顯示。
用量 | 傳回 |
---|
ui.Map.FeatureViewLayer(assetId, visParams, name, shown, opacity) | ui.Map.FeatureViewLayer |
引數 | 類型 | 詳細資料 |
---|
assetId | 字串 | FeatureView 的資產 ID。 |
visParams | 物件 (選用) | 這個圖層的視覺化參數。 |
name | 字串 (選用) | 圖層名稱,會顯示在圖層清單中,以及檢查這個圖層時。預設為資產 ID。 |
shown | 布林值 (選填) | 圖層是否會先顯示在地圖上。預設為 true。 |
opacity | 號碼 (選填) | 圖層的不透明度,以介於 0 和 1 之間的數字表示。預設值為 1。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eA FeatureViewLayer is used to display data from a FeatureView asset on a ui.Map.\u003c/p\u003e\n"],["\u003cp\u003eIt is created using the \u003ccode\u003eui.Map.FeatureViewLayer()\u003c/code\u003e constructor, which takes the FeatureView asset ID and optional visualization parameters, name, visibility, and opacity.\u003c/p\u003e\n"],["\u003cp\u003eThe layer can be customized with visualization parameters and its appearance, such as name and opacity, can be controlled.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the layer is visible and has an opacity of 1, but these properties can be adjusted as needed.\u003c/p\u003e\n"]]],["The `ui.Map.FeatureViewLayer` function creates a layer from a FeatureView asset for display on a `ui.Map`. It requires the `assetId` of the FeatureView and accepts optional parameters: `visParams` for visualization settings, `name` for layer identification, `shown` to control initial visibility, and `opacity` to adjust the layer's transparency from 0 to 1. The function returns a `ui.Map.FeatureViewLayer` object.\n"],null,["# ui.Map.FeatureViewLayer\n\n\u003cbr /\u003e\n\nA layer generated from a FeatureView asset for display on a ui.Map.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------------------------------------|-------------------------|\n| `ui.Map.FeatureViewLayer(assetId, `*visParams* `, `*name* `, `*shown* `, `*opacity*`)` | ui.Map.FeatureViewLayer |\n\n| Argument | Type | Details |\n|-------------|-------------------|----------------------------------------------------------------------------------------------------------------------|\n| `assetId` | String | The asset ID for the FeatureView. |\n| `visParams` | Object, optional | The visualization parameters for this layer. |\n| `name` | String, optional | The name of the layer, which appears in the list of layers and when inspecting this layer. Defaults to the asset ID. |\n| `shown` | Boolean, optional | Whether the layer is initially shown on the map. Defaults to true. |\n| `opacity` | Number, optional | The layer's opacity represented as a number between 0 and 1. Defaults to 1. |"]]