Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
REST Resource: projects.featureViews
Stay organized with collections
Save and categorize content based on your preferences.
Resource: FeatureView
Information about a FeatureView map.
JSON representation |
{
"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 .
} |
Fields |
name |
string
The resource name representing the map, of the form "projects/*/featureViews/**" (e.g. "projects/earthengine-legacy/featureViews/").
|
visualizationExpression |
object (Expression )
A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto.
|
Union field source . The source of this map's data. source can be only one of the following: |
asset |
string
Earth Engine asset name for which to create a FeatureView.
|
Methods |
|
Create a FeatureView. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\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. |"]]