REST Resource: projects.featureViews

资源:FeatureView

有关 FeatureView 地图的信息。

JSON 表示法
{
  "name": string,
  "visualizationExpression": {
    object (Expression)
  },

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "asset": string
  // End of mutually exclusive fields.
}
字段
name

string

表示地图的资源名称,格式为“projects/*/featureViews/**”(例如“projects/earthengine-legacy/featureViews/”)。

visualizationExpression

object (Expression)

一组 FeatureView 可视化选项,用于在提供服务时应用于图块。基于 google.earthengine.datamaps.v1.MapOptions proto。

此地图的数据来源。以下是互斥字段的列表。在响应中,最多只能设置一个字段:
asset

string

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

互斥字段结束。

方法

create

创建 FeatureView。