ee.Image.get
Extract a property from a feature.
Usage | Returns |
---|
Image.get(property) | |
Argument | Type | Details |
---|
this: object | Element | The feature to extract the property from. |
property | String | The property to extract. |
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."],[[["The `get` method is used to extract a specific property from an image feature."],["It takes the image feature and the property name as input."],["The method returns the value of the specified property."]]],["The core function described is `get(property)`, used to extract a specific property from a feature object. This function takes two arguments: `this: object`, which is the feature from which to extract data, and `property` (string), which specifies the name of the property to retrieve. It's invoked on an `Image` object, such as `Image.get(property)` and it does not return any data.\n"]]