공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ui.Map.FeatureViewLayer
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
ui.Map에 표시하기 위해 FeatureView 애셋에서 생성된 레이어입니다.
사용 | 반환 값 |
---|
ui.Map.FeatureViewLayer(assetId, visParams, name, shown, opacity) | ui.Map.FeatureViewLayer |
인수 | 유형 | 세부정보 |
---|
assetId | 문자열 | FeatureView의 애셋 ID입니다. |
visParams | 객체, 선택사항 | 이 레이어의 시각화 매개변수입니다. |
name | 문자열, 선택사항 | 레이어의 이름입니다. 레이어 목록에 표시되고 이 레이어를 검사할 때 표시됩니다. 기본값은 애셋 ID입니다. |
shown | 불리언, 선택사항 | 레이어가 지도에 처음 표시되는지 여부입니다. 기본값은 true입니다. |
opacity | 숫자, 선택사항 | 레이어의 불투명도를 0~1 사이의 숫자로 나타냅니다. 기본값은 1입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\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. |"]]