Announcement: On
November 13, 2024, all users will need to
use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require
an exception.
REST Resource: projects.featureViews
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 2024-10-24 UTC.
[null,null,["Last updated 2024-10-24 UTC."],[[["A FeatureView is a map resource represented by a JSON object with fields for name, visualization, and data source."],["The data source for a FeatureView can be an Earth Engine asset specified by its name."],["Visualization options for the FeatureView are defined using an Expression object and applied to the tiles during serving."],["FeatureViews are identified by a resource name in the format \"projects/*/featureViews/**\"."],["You can create a FeatureView using the `create` method."]]],[]]