Announcement: All noncommercial projects registered to use Earth Engine beforeApril 15, 2025 mustverify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.

REST Resource: projects.featureViews

  • 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 arename,visualizationExpression (an Expression object for visualization options), andsource (which can be anasset).

  • The only listed method iscreate, used to create a FeatureView.

Resource: FeatureView

Information about a FeatureView map.

JSON representation
{"name":string,"visualizationExpression":{object (Expression)},// Union fieldsource can be only one of the following:"asset":string// End of list of possible types for union fieldsource.}
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 fieldsource. 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

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.