ee.Image.cat
Combines the given images into a single image which contains all bands from all of the images.
If two or more bands share a name, they are suffixed with an incrementing index.
The resulting image will have the metadata from the first input image, only.
This function will promote constant values into constant images.
Returns the combined image.
Usage | Returns |
---|
ee.Image.cat(var_args) | Image |
Argument | Type | Details |
---|
var_args | VarArgs | The images to be combined. |
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."],[[["Combines multiple images into a single multi-band image containing all original bands."],["Shared band names are distinguished by automatically appending incrementing indices."],["Output image inherits metadata solely from the first input image."],["Constant input values are transformed into constant images within the output."],["Returns the consolidated multi-band image."]]],[]]