ee.Feature.setGeometry
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."],[[["`Feature.setGeometry()` modifies an existing feature by replacing its geometry with a new one."],["It accepts the new geometry as an argument and returns the updated feature element."],["The specified geometry can be any valid geometry object or null."]]],[]]