ee.Image.copyProperties
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Kopiert Metadateneigenschaften von einem Element in ein anderes.
Nutzung | Ausgabe |
---|
Image.copyProperties(source, properties, exclude) | Element |
Argument | Typ | Details |
---|
So gehts: destination | Element, Standard: null | Das Objekt, dessen Eigenschaften überschrieben werden sollen. |
source | Element, Standard: null | Das Objekt, aus dem die Eigenschaften kopiert werden sollen. |
properties | Liste, Standard: null | Die zu kopierenden Eigenschaften. Wenn sie weggelassen werden, werden alle normalen (d.h. nicht systembezogenen) Attribute kopiert. |
exclude | Liste, Standard: null | Die Liste der Properties, die beim Kopieren aller Properties ausgeschlossen werden sollen. Darf nicht angegeben werden, wenn „properties“ angegeben ist. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\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. |"]]