Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Projection.atScale
Stay organized with collections
Save and categorize content based on your preferences.
Returns the projection scaled such that its units have the given scale in linear meters, as measured at the point of true scale.
Usage | Returns | Projection.atScale(meters) | Projection |
Argument | Type | Details | this: projection | Projection | |
meters | Float | The scale in linear meters. |
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 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["\u003cp\u003eReturns a new projection with the specified scale in linear meters.\u003c/p\u003e\n"],["\u003cp\u003eThe scale is measured at the point of true scale, ensuring accurate unit representation.\u003c/p\u003e\n"],["\u003cp\u003eThis method is primarily used to control the unit size of the projected output.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a single argument representing the desired scale in meters.\u003c/p\u003e\n"],["\u003cp\u003eUtilized by calling the \u003ccode\u003e.atScale()\u003c/code\u003e method on an existing projection.\u003c/p\u003e\n"]]],[],null,["# ee.Projection.atScale\n\nReturns the projection scaled such that its units have the given scale in linear meters, as measured at the point of true scale.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------|------------|\n| Projection.atScale`(meters)` | Projection |\n\n| Argument | Type | Details |\n|--------------------|------------|-----------------------------|\n| this: `projection` | Projection | |\n| `meters` | Float | The scale in linear meters. |"]]