Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Projection.crs
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eReturns the authority code of the base coordinate system for the projection, such as 'EPSG:4326'.\u003c/p\u003e\n"],["\u003cp\u003eIf the base coordinate system isn't found in available databases, it returns null.\u003c/p\u003e\n"],["\u003cp\u003eThis function is used with the \u003ccode\u003eProjection.crs()\u003c/code\u003e syntax and returns a string value.\u003c/p\u003e\n"],["\u003cp\u003eIt takes a single argument, 'this', which should be a Projection object.\u003c/p\u003e\n"]]],[],null,["# ee.Projection.crs\n\nReturns 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.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Projection.crs`()` | String |\n\n| Argument | Type | Details |\n|--------------------|------------|---------|\n| this: `projection` | Projection | |"]]