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。