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.PixelType.uint8
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce il tipo di pixel intero non firmato a 8 bit.
Utilizzo | Resi |
---|
ee.PixelType.uint8() | PixelType |
Nessun argomento.
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\u003eReturns the data type PixelType, signifying an 8-bit unsigned integer used for representing pixel values.\u003c/p\u003e\n"],["\u003cp\u003eThis function, \u003ccode\u003eee.PixelType.uint8()\u003c/code\u003e, has no input arguments and is used to obtain the unsigned 8-bit integer pixel type.\u003c/p\u003e\n"]]],["The core content describes the functionality of `ee.PixelType.uint8()`. This method, which takes no arguments, returns a `PixelType` object representing the 8-bit unsigned integer pixel type. This indicates a specific data type for pixel values, where each pixel is represented by an 8-bit unsigned integer. It's a method for defining the data type for an image or pixel data.\n"],null,["# ee.PixelType.uint8\n\nReturns the 8-bit unsigned integer pixel type.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|-----------|\n| `ee.PixelType.uint8()` | PixelType |\n\n**No arguments.**"]]