REST Resource: projects.featureViews
资源: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 资产名称。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-06。
[null,null,["最后更新时间 (UTC):2025-03-06。"],[[["A FeatureView is a map resource in Earth Engine represented by a JSON object containing a name, visualization expression, and a data source."],["The data source for a FeatureView can be an Earth Engine asset, specified using the `asset` field in the JSON representation."],["Visualization options for the FeatureView are defined using the `visualizationExpression` field, based on the `google.earthengine.datamaps.v1.MapOptions` proto."],["FeatureViews are identified by a unique resource name with the format \"projects/*/featureViews/**\"."],["You can create a FeatureView using the `create` method provided by the Earth Engine API."]]],[]]