Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ui.Map.CloudStorageLayer.setPath
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Imposta la posizione della cartella da cui il livello recupererà i riquadri.
Restituisce questo livello della mappa.
Utilizzo | Resi |
---|
CloudStorageLayer.setPath(path) | ui.Map.CloudStorageLayer |
Argomento | Tipo | Dettagli |
---|
questo: ui.map.cloudstoragelayer | ui.Map.CloudStorageLayer | L'istanza ui.Map.CloudStorageLayer. |
path | Stringa | Il percorso dei riquadri di questo livello, relativo al bucket. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eDefines the location within a Cloud Storage bucket from which the map layer will access its tile imagery.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality is accessed through the \u003ccode\u003esetPath()\u003c/code\u003e method, applied to a \u003ccode\u003eui.Map.CloudStorageLayer\u003c/code\u003e object, and provides the layer with the specified Cloud Storage path to its tiles.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esetPath()\u003c/code\u003e method accepts the tile path as a string argument and returns the updated \u003ccode\u003eui.Map.CloudStorageLayer\u003c/code\u003e instance.\u003c/p\u003e\n"]]],["The `CloudStorageLayer.setPath(path)` method sets the directory from which a layer retrieves its tiles. It takes a string `path` argument, which specifies the relative location of the tiles within a bucket. The method operates on a `ui.Map.CloudStorageLayer` instance and returns the same `ui.Map.CloudStorageLayer` object. This action configures the tile source for the specified layer.\n"],null,["# ui.Map.CloudStorageLayer.setPath\n\n\u003cbr /\u003e\n\nSets the location of the folder from which the layer will retrieve its tiles.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|-----------------------------------|--------------------------|\n| CloudStorageLayer.setPath`(path)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|----------------------------------|--------------------------|---------------------------------------------------------|\n| this: `ui.map.cloudstoragelayer` | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |\n| `path` | String | The path to this layer's tiles, relative to the bucket. |"]]