ee.Projection.crs
Returns the authority code (e.g., 'EPSG:4326') for the base coordinate system of this projection, or null if the base coordinate system is not found in any available database.
Usage | Returns |
---|
Projection.crs() | String |
Argument | Type | Details |
---|
this: projection | 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."],[[["Returns the authority code of the base coordinate system for the projection, such as 'EPSG:4326'."],["If the base coordinate system isn't found in available databases, it returns null."],["This function is used with the `Projection.crs()` syntax and returns a string value."],["It takes a single argument, 'this', which should be a Projection object."]]],[]]