ee.PixelType.int16
Returns the 16-bit signed integer pixel type.
Usage | Returns |
---|
ee.PixelType.int16() | 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 `PixelType` object representing 16-bit signed integers."],["It can be used to specify the desired pixel type when working with images or performing operations that require specifying pixel types."],["There are no parameters required to utilize this function."]]],["The core content defines the functionality of `ee.PixelType.int16()`. This function, when called without arguments, returns a `PixelType` object. Specifically, it represents the 16-bit signed integer pixel type. This function is used to specify or obtain information about data type representation of pixels. The table provided shows that the function returns a pixel type.\n"]]