ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.ImageCollection.copyProperties
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এক উপাদান থেকে অন্য উপাদানে মেটাডেটা বৈশিষ্ট্য কপি করে।
ব্যবহার | রিটার্নস | ImageCollection. copyProperties ( source , properties , exclude ) | উপাদান |
যুক্তি | টাইপ | বিস্তারিত | এই: destination | উপাদান, ডিফল্ট: নাল | যে বস্তুর বৈশিষ্ট্য ওভাররাইড করতে হবে। |
source | উপাদান, ডিফল্ট: নাল | যে বস্তু থেকে বৈশিষ্ট্য অনুলিপি করতে হবে। |
properties | তালিকা, ডিফল্ট: নাল | কপি করার বৈশিষ্ট্য। বাদ দেওয়া হলে, সমস্ত সাধারণ (অর্থাৎ অ-সিস্টেম) বৈশিষ্ট্য অনুলিপি করা হয়। |
exclude | তালিকা, ডিফল্ট: নাল | সমস্ত বৈশিষ্ট্য অনুলিপি করার সময় বাদ দেওয়া বৈশিষ্ট্যগুলির তালিকা৷ বৈশিষ্ট্য থাকলে নির্দিষ্ট করা উচিত নয়। |
,এক উপাদান থেকে অন্য উপাদানে মেটাডেটা বৈশিষ্ট্য কপি করে।
ব্যবহার | রিটার্নস | ImageCollection. copyProperties ( source , properties , exclude ) | উপাদান |
যুক্তি | টাইপ | বিস্তারিত | এই: destination | উপাদান, ডিফল্ট: নাল | যে বস্তুর বৈশিষ্ট্য ওভাররাইড করতে হবে। |
source | উপাদান, ডিফল্ট: নাল | যে বস্তু থেকে বৈশিষ্ট্য অনুলিপি করতে হবে। |
properties | তালিকা, ডিফল্ট: নাল | কপি করার বৈশিষ্ট্য। বাদ দেওয়া হলে, সমস্ত সাধারণ (অর্থাৎ অ-সিস্টেম) বৈশিষ্ট্য অনুলিপি করা হয়। |
exclude | তালিকা, ডিফল্ট: নাল | সমস্ত বৈশিষ্ট্য অনুলিপি করার সময় বাদ দেওয়া বৈশিষ্ট্যগুলির তালিকা৷ বৈশিষ্ট্য থাকলে নির্দিষ্ট করা উচিত নয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eCopies metadata properties from a source element to a destination element within an ImageCollection.\u003c/p\u003e\n"],["\u003cp\u003eAllows for selection of specific properties to copy or exclude using the \u003ccode\u003eproperties\u003c/code\u003e and \u003ccode\u003eexclude\u003c/code\u003e parameters, respectively.\u003c/p\u003e\n"],["\u003cp\u003eIf \u003ccode\u003eproperties\u003c/code\u003e and \u003ccode\u003eexclude\u003c/code\u003e are not specified, all non-system properties are copied.\u003c/p\u003e\n"],["\u003cp\u003eReturns the modified destination element.\u003c/p\u003e\n"]]],["The core functionality copies metadata properties from a source element to a destination element. Users can specify which properties to copy through a list, or copy all ordinary properties. Alternatively, users can specify a list of properties to exclude during the copying process, but only when copying all properties. The destination element is modified based on the source element and user-specified properties or exclusions. This operation returns the modified destination element.\n"],null,["# ee.ImageCollection.copyProperties\n\nCopies metadata properties from one element to another.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------------------|---------|\n| ImageCollection.copyProperties`(`*source* `, `*properties* `, `*exclude*`)` | Element |\n\n| Argument | Type | Details |\n|---------------------|------------------------|--------------------------------------------------------------------------------------------------------|\n| this: `destination` | Element, default: null | The object whose properties to override. |\n| `source` | Element, default: null | The object from which to copy the properties. |\n| `properties` | List, default: null | The properties to copy. If omitted, all ordinary (i.e. non-system) properties are copied. |\n| `exclude` | List, default: null | The list of properties to exclude when copying all properties. Must not be specified if properties is. |"]]