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.
ee.Projection.translate
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce la proiezione traslata dell'importo specificato in ogni asse.
Utilizzo | Resi |
---|
Projection.translate(x, y) | Projection |
Argomento | Tipo | Dettagli |
---|
questo: projection | Projection | |
x | Float | L'importo di cui traslare sull'asse x. |
y | Float | L'importo da traslare sull'asse y. |
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\u003eThis function modifies a Projection to shift its output by specified amounts in the x and y directions.\u003c/p\u003e\n"],["\u003cp\u003eIt takes two arguments, \u003ccode\u003ex\u003c/code\u003e and \u003ccode\u003ey\u003c/code\u003e, representing the translation amounts for the respective axes.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003etranslate\u003c/code\u003e on a Projection object returns a new, translated Projection, leaving the original unchanged.\u003c/p\u003e\n"]]],[],null,["# ee.Projection.translate\n\nReturns the projection translated by the given amount in each axis.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------|------------|\n| Projection.translate`(x, y)` | Projection |\n\n| Argument | Type | Details |\n|--------------------|------------|-------------------------------------------|\n| this: `projection` | Projection | |\n| `x` | Float | The amount to translate by in the x axis. |\n| `y` | Float | The amount to translate by in the y axis. |"]]