公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
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-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eA FeatureView is a map resource with visualization options, represented by a JSON object containing name, visualization expression, and data source.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be sourced from Earth Engine assets, identified by their asset name.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize the visualization of FeatureView tiles with server-side options.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews are managed and accessed through the Earth Engine API, allowing for operations like creation and potentially more.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.featureViews\n\nResource: FeatureView\n---------------------\n\nInformation about a FeatureView map.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1alpha/Expression) }, // Union field `source` can be only one of the following: \"asset\": string // End of list of possible types for union field `source`. } ``` |\n\n| Fields ||\n|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/featureViews/\\*\\*\" (e.g. \"projects/earthengine-legacy/featureViews/\"). |\n| `visualizationExpression` | `object (`[Expression](/earth-engine/reference/rest/v1alpha/Expression)`)` A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto. |\n| Union field `source`. The source of this map's data. `source` can be only one of the following: ||\n| `asset` | `string` Earth Engine asset name for which to create a FeatureView. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|-----------------------|\n| ### [create](/earth-engine/reference/rest/v1alpha/projects.featureViews/create) | Create a FeatureView. |"]]