AI-generated Key Takeaways
-
A FeatureView is a map resource defined by a name, visualization expression, and a source (which can be an Earth Engine asset).
-
FeatureViews use visualization options based on the google.earthengine.datamaps.v1.MapOptions protocol applied during tile serving.
-
FeatureViews can be created using the
projects.featureView/create
method and are identified by a unique resource name in the format "projects/*/featureViews/**".
Resource: FeatureView
Information about a FeatureView map.
JSON representation |
---|
{ "name": string, "visualizationExpression": { object ( |
Fields | |
---|---|
name |
The resource name representing the map, of the form "projects/*/featureViews/**" (e.g. "projects/earthengine-legacy/featureViews/ |
visualizationExpression |
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 |
Earth Engine asset name for which to create a FeatureView. |
Methods |
|
---|---|
|
Create a FeatureView. |