Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ressource: FeatureView
Informationen zu einer FeatureView-Karte.
JSON-Darstellung
{"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.}
Felder
name
string
Der Ressourcenname der Karte im Format „projects/*/featureViews/**“ (z.B. „projects/earthengine-legacy/featureViews/“).
Eine Reihe von Visualisierungsoptionen für Featureansichten, die bei der Bereitstellung auf die Kacheln angewendet werden. Basierend auf dem Prototyp „google.earthengine.datamaps.v1.MapOptions“.
Union-Feld source. Die Quelle der Daten dieser Karte. Für source ist nur einer der folgenden Werte zulässig:
asset
string
Name des Earth Engine-Assets, für das eine Feature-Ansicht erstellt werden soll.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["A FeatureView is a map resource in Earth Engine represented by a JSON object containing a name, visualization expression, and a data source."],["The data source for a FeatureView can be an Earth Engine asset, specified using the `asset` field in the JSON representation."],["Visualization options for the FeatureView are defined using the `visualizationExpression` field, based on the `google.earthengine.datamaps.v1.MapOptions` proto."],["FeatureViews are identified by a unique resource name with the format \"projects/*/featureViews/**\"."],["You can create a FeatureView using the `create` method provided by the Earth Engine API."]]],[]]