ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Image.get
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি বৈশিষ্ট্য থেকে একটি সম্পত্তি নিষ্কাশন করুন.
ব্যবহার | রিটার্নস | Image. get (property) | |
যুক্তি | টাইপ | বিস্তারিত | এই: object | উপাদান | বৈশিষ্ট্য থেকে সম্পত্তি নিষ্কাশন. |
property | স্ট্রিং | সম্পত্তি নিষ্কাশন. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]