공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
REST Resource: projects.featureView
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: FeatureView
FeatureView 지도에 대한 정보입니다.
JSON 표현 |
{
"name": string,
"visualizationExpression": {
object (Expression )
},
// Union field source can be only one of the following:
"asset": string
// End of list of possible types for union field source .
} |
필드 |
name |
string
지도를 나타내는 리소스 이름으로, 형식은 'projects/*/featureViews/**'입니다(예: 'projects/earthengine-legacy/featureViews/").
|
visualizationExpression |
object (Expression )
게재 시 카드에 적용할 FeatureView 시각화 옵션 집합입니다. google.earthengine.datamaps.v1.MapOptions 프로토를 기반으로 합니다.
|
통합 필드 source . 이 지도의 데이터 소스입니다. source 은 다음 중 하나여야 합니다. |
asset |
string
FeatureView를 만들 Earth Engine 애셋 이름입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (which can be an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews use visualization options based on the google.earthengine.datamaps.v1.MapOptions protocol applied during tile serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003eprojects.featureView/create\u003c/code\u003e method and are identified by a unique resource name in the format "projects/*/featureViews/**".\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.featureView\n\nResource: FeatureView\n---------------------\n\nInformation about a FeatureView map.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1alpha/Expression) }, // Union field `source` can be only one of the following: \"asset\": string // End of list of possible types for union field `source`. } ``` |\n\n| Fields ||\n|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/featureViews/\\*\\*\" (e.g. \"projects/earthengine-legacy/featureViews/\"). |\n| `visualizationExpression` | `object (`[Expression](/earth-engine/reference/rest/v1alpha/Expression)`)` A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto. |\n| Union field `source`. The source of this map's data. `source` can be only one of the following: ||\n| `asset` | `string` Earth Engine asset name for which to create a FeatureView. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|-----------------------|\n| ### [create](/earth-engine/reference/rest/v1alpha/projects.featureView/create) | Create a FeatureView. |"]]