ee.Image.toDictionary
Extract properties from a feature as a dictionary.
Usage | Returns |
---|
Image.toDictionary(properties) | Dictionary |
Argument | Type | Details |
---|
this: element | Element | The feature to extract the property from. |
properties | List, default: null | The list of properties to extract. Defaults to all non-system properties. |
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."],[[["The `toDictionary()` method extracts properties from an `Image` feature and returns them as a dictionary."],["You can specify a list of properties to extract or use the default to extract all non-system properties."],["It takes an `Image` feature as input and returns a dictionary containing the specified properties and their values."]]],[]]