ee.Image.copyProperties
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
ویژگی های ابرداده را از یک عنصر به عنصر دیگر کپی می کند.
استفاده | برمی گرداند | Image. copyProperties ( source , properties , exclude ) | عنصر |
استدلال | تایپ کنید | جزئیات | این: destination | عنصر، پیش فرض: null | شیئی که خواص آن نادیده گرفته شود. |
source | عنصر، پیش فرض: null | شیئی که از آن خواص کپی می شود. |
properties | لیست، پیش فرض: null | خواص برای کپی کردن اگر حذف شود، تمام خصوصیات معمولی (یعنی غیر سیستمی) کپی می شوند. |
exclude | لیست، پیش فرض: null | لیست ویژگی هایی که باید هنگام کپی کردن همه ویژگی ها حذف شوند. در صورت وجود ویژگی، نباید مشخص شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCopies metadata properties from a source element to a destination element.\u003c/p\u003e\n"],["\u003cp\u003eAllows specifying individual properties to copy or exclude specific ones.\u003c/p\u003e\n"],["\u003cp\u003eReturns the modified destination element.\u003c/p\u003e\n"],["\u003cp\u003eIf no specific properties are provided, all non-system properties are copied.\u003c/p\u003e\n"]]],[],null,["# ee.Image.copyProperties\n\nCopies metadata properties from one element to another.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------------------|---------|\n| Image.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. |"]]