ee.Image.bandNames
Returns a list containing the names of the bands of an image.
Usage | Returns |
---|
Image.bandNames() | List |
Argument | Type | Details |
---|
this: image | Image | The image from which to get band names. |
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."],[[["This method is used to retrieve a list of band names from an image."],["The `bandNames()` method is applied to an image and returns a list containing the names of the bands as strings."],["The only argument is the image itself."]]],["The `Image.bandNames()` function retrieves a list of band names from a given image. It takes one argument: the image itself. The function operates on an `Image` object and returns a `List` containing the string names of each band within that image. No other operations are performed besides listing existing band names.\n"]]