ee.Image.get
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Extrayez une propriété d'une entité.
Utilisation | Renvoie |
---|
Image.get(property) | |
Argument | Type | Détails |
---|
ceci : object | Élément | Fonctionnalité à partir de laquelle extraire la propriété. |
property | Chaîne | Propriété à extraire. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eget\u003c/code\u003e method is used to extract a specific property from an image feature.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the image feature and the property name as input.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns the value of the specified property.\u003c/p\u003e\n"]]],["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"],null,["# ee.Image.get\n\nExtract a property from a feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|---------|\n| Image.get`(property)` | |\n\n| Argument | Type | Details |\n|----------------|---------|-------------------------------------------|\n| this: `object` | Element | The feature to extract the property from. |\n| `property` | String | The property to extract. |"]]