ee.Projection.crs
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt den Autorisierungscode zurück, z.B. „EPSG:4326“) für das zugrunde liegende Koordinatensystem dieser Projektion oder „null“, wenn das zugrunde liegende Koordinatensystem in keiner verfügbaren Datenbank gefunden wird.
Nutzung | Ausgabe |
---|
Projection.crs() | String |
Argument | Typ | Details |
---|
So gehts: projection | Projektion | |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (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 | |"]]