ee.Image.projection
Returns the default projection of an Image. Throws an error if the bands of the image don't all have the same projection.
Usage | Returns | Image.projection() | Projection |
Argument | Type | Details | this: image | Image | The image from which to get the projection. |
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 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["This function retrieves the default projection of an image."],["An error is thrown if the image bands have differing projections."],["The function returns a Projection object."],["It's used by calling `Image.projection()` on an image."]]],[]]