ee.Projection.wkt
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."],[[["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"]]