Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
ee.ImageCollection.copyProperties
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Копирует свойства метаданных из одного элемента в другой.
Использование | Возврат | ImageCollection. copyProperties ( source , properties , exclude ) | Элемент |
Аргумент | Тип | Подробности | это: destination | Элемент, по умолчанию: null | Объект, свойства которого необходимо переопределить. |
source | Элемент, по умолчанию: null | Объект, из которого копируются свойства. |
properties | Список, по умолчанию: null | Копируемые свойства. Если не указано, копируются все обычные (т. е. несистемные) свойства. |
exclude | Список, по умолчанию: null | Список свойств, которые следует исключить при копировании всех свойств. Не следует указывать, если есть свойства. |
,Копирует свойства метаданных из одного элемента в другой.
Использование | Возврат | ImageCollection. copyProperties ( source , properties , exclude ) | Элемент |
Аргумент | Тип | Подробности | это: destination | Элемент, по умолчанию: null | Объект, свойства которого необходимо переопределить. |
source | Элемент, по умолчанию: null | Объект, из которого копируются свойства. |
properties | Список, по умолчанию: null | Копируемые свойства. Если не указано, копируются все обычные (т. е. несистемные) свойства. |
exclude | Список, по умолчанию: null | Список свойств, которые следует исключить при копировании всех свойств. Не следует указывать, если есть свойства. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. 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. |"]]