ee.Image.metadata
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
मेटाडेटा प्रॉपर्टी से, डबल टाइप की कॉन्स्टेंट इमेज जनरेट करता है.
इस्तेमाल | रिटर्न |
---|
Image.metadata(property, name) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: image | इमेज | वह इमेज जिससे मेटाडेटा पाना है |
property | स्ट्रिंग | वह प्रॉपर्टी जिससे वैल्यू लेनी है. |
name | स्ट्रिंग, डिफ़ॉल्ट: null | आउटपुट बैंड का नाम. अगर इसे नहीं चुना जाता है, तो यह प्रॉपर्टी के नाम जैसा ही होगा. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eGenerates a double-type constant image based on a specified image metadata property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImage.metadata()\u003c/code\u003e method takes the image, property name, and an optional output band name as arguments.\u003c/p\u003e\n"],["\u003cp\u003eIf the output band name isn't provided, it defaults to the metadata property name.\u003c/p\u003e\n"]]],[],null,["# ee.Image.metadata\n\nGenerates a constant image of type double from a metadata property.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------|---------|\n| Image.metadata`(property, `*name*`)` | Image |\n\n| Argument | Type | Details |\n|---------------|-----------------------|-----------------------------------------------------------------------------------------|\n| this: `image` | Image | The image from which to get the metadata |\n| `property` | String | The property from which to take the value. |\n| `name` | String, default: null | The name for the output band. If unspecified, it will be the same as the property name. |"]]