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 애셋 이름입니다.

메서드

create

FeatureView를 만듭니다.