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)

一组要在投放时应用于功能块的特征视图选项。基于 google.earthengine.datamaps.v1.MapOptions proto。

联合字段 source。此地图数据的来源。source 只能是下列其中一项:
asset

string

要为其创建 FeatureView 的 Earth Engine 资产名称。

方法

create

创建 FeatureView。