ui.Map.Layer.setEeObject
Sets the layer's ee.Object.
Returns this map layer.
Usage | Returns |
---|
Layer.setEeObject(eeObject) | ui.Map.Layer |
Argument | Type | Details |
---|
this: ui.map.layer | ui.Map.Layer | The ui.Map.Layer instance. |
eeObject | Collection|Feature|Image, optional | The object to add to the map. Defaults to an empty ee.Image. |
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."],[[["Allows you to specify the Earth Engine object (like an Image, Feature, or Collection) that the layer will display."],["Returns the updated map layer object itself, enabling method chaining for further customization."],["If you don't provide an Earth Engine object, it defaults to displaying an empty ee.Image."]]],[]]