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. |