[[["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."],[[["Returns a Well-Known Text (WKT) representation of the base coordinate system for the given Projection."],["The `wkt()` method, when called on a Projection object, returns a String containing the WKT representation."],["This function takes one argument: the Projection object itself."]]],["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"]]