Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Projection.wkt
Stay organized with collections
Save and categorize content based on your preferences.
Returns a WKT representation of the base coordinate system of this Projection.
Usage | Returns | Projection.wkt() | 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 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eReturns a Well-Known Text (WKT) representation of the base coordinate system for the given Projection.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ewkt()\u003c/code\u003e method, when called on a Projection object, returns a String containing the WKT representation.\u003c/p\u003e\n"],["\u003cp\u003eThis function takes one argument: the Projection object itself.\u003c/p\u003e\n"]]],["The `Projection.wkt()` method returns a string representing the Well-Known Text (WKT) of a Projection's base coordinate system. It takes one argument, `this: projection`, which is the Projection object itself. The method does not require any additional parameters and solely outputs a string, which is the WKT representation. This allows for a text-based description of the projection's spatial reference.\n"],null,["# ee.Projection.wkt\n\nReturns a WKT representation of the base coordinate system of this Projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Projection.wkt`()` | String |\n\n| Argument | Type | Details |\n|--------------------|------------|---------|\n| this: `projection` | Projection | |"]]