Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: FeatureView
Informazioni su una mappa FeatureView.
Rappresentazione JSON
{"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.}
Campi
name
string
Il nome della risorsa che rappresenta la mappa, nel formato "projects/*/featureViews/**" (ad es. "projects/earthengine-legacy/featureViews/").
Un insieme di opzioni di visualizzazione di FeatureView da applicare ai riquadri al momento della pubblicazione. In base al proto google.earthengine.datamaps.v1.MapOptions.
Campo unione source. L'origine dei dati di questa mappa. source può essere solo uno dei seguenti:
asset
string
Nome della risorsa Earth Engine per cui creare una visualizzazione caratteristiche.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-06 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."]]],[]]