Page Summary
-
FeatureView represents a map resource with a JSON representation and specific fields.
-
The JSON representation includes fields like
name,visualizationExpression, and asourcewhich can be anasset. -
Key fields for a FeatureView are
name,visualizationExpression, and thesource, which is currently only anassetname. -
A method
createexists for generating a FeatureView.
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. |
| The source of this map's data. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
asset |
Earth Engine asset name for which to create a FeatureView. |
| End of mutually exclusive fields. | |
Methods |
|
|---|---|
|
Create a FeatureView. |