Earth Engine has introduced
noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. Noncommercial projects use the Community Tier by default, though you can change a project's tier at any time.
ee.Geometry.MultiPoint.transform
Stay organized with collections
Save and categorize content based on your preferences.
Transforms the geometry to a specific projection.
| Usage | Returns | MultiPoint.transform(proj, maxError, geodesic) | Geometry |
| Argument | Type | Details | this: geometry | Geometry | The geometry to reproject. |
proj | Projection, optional | The target projection. Defaults to EPSG:4326. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection. This default can be overridden by the geodesic parameter. |
maxError | ErrorMargin, default: null | The maximum projection error. |
geodesic | Boolean, default: null | Whether to interpret edges as geodesics. If true, edges are interpreted as the shortest path on the surface of the earth. If false, edges are interpreted as straight lines in the projection. Defaults to true if the target projection is geographic, and false otherwise. |
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 2026-07-01 UTC.
[null,null,["Last updated 2026-07-01 UTC."],[],[]]