[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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 | |"]]