REST Resource: projects.featureViews Stay organized with collections Save and categorize content based on your preferences.
Page Summary
A FeatureView map resource provides information including its JSON representation, fields, and available methods.
The JSON representation includes the name, visualizationExpression, and source of the FeatureView.
Key fields are
name,visualizationExpression(an Expression object for visualization options), andsource(which can be anasset).The only listed method is
create, used to create 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. |
Union fieldsource. 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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.