ee.Projection.transform
Returns a WKT representation of the transform of this Projection. This is the transform that converts from projected coordinates to the base coordinate system.
Usage | Returns |
---|
Projection.transform() | 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 projection's transform."],["This transform is used to convert coordinates from the projected system to the base coordinate system."],["The `Projection.transform()` method is used to retrieve this WKT string."]]],[]]