ee.PixelType.uint32
Returns the 32-bit unsigned integer pixel type.
Usage | Returns |
---|
ee.PixelType.uint32() | PixelType |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Returns the unsigned 32-bit integer pixel type for use in Earth Engine."],["Can be accessed with `ee.PixelType.uint32()`, returning a PixelType object."]]],["The core content defines and explains the `ee.PixelType.uint32()` function. This function, when called, returns a `PixelType` object representing a 32-bit unsigned integer pixel type. The function itself requires no arguments. Its primary action is to provide access to the specification of this specific pixel data type.\n"]]