Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Feature.setGeometry
Stay organized with collections
Save and categorize content based on your preferences.
Returns the feature with the geometry replaced by the specified geometry.
Usage | Returns | Feature.setGeometry(geometry) | Element |
Argument | Type | Details | this: feature | Element | The feature on which to set the geometry. |
geometry | Geometry, default: null | The geometry to set. |
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\u003e\u003ccode\u003eFeature.setGeometry()\u003c/code\u003e modifies an existing feature by replacing its geometry with a new one.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the new geometry as an argument and returns the updated feature element.\u003c/p\u003e\n"],["\u003cp\u003eThe specified geometry can be any valid geometry object or null.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.setGeometry\n\nReturns the feature with the geometry replaced by the specified geometry.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------|---------|\n| Feature.setGeometry`(`*geometry*`)` | Element |\n\n| Argument | Type | Details |\n|-----------------|-------------------------|-------------------------------------------|\n| this: `feature` | Element | The feature on which to set the geometry. |\n| `geometry` | Geometry, default: null | The geometry to set. |"]]