ee.ImageCollection.serialize
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt die serialisierte Darstellung dieses Objekts zurück.
Nutzung | Ausgabe |
---|
ImageCollection.serialize(legacy) | String |
Argument | Typ | Details |
---|
So gehts: computedobject | ComputedObject | Die ComputedObject-Instanz. |
legacy | Boolesch, optional | Aktiviert das alte Format. |
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\u003e\u003ccode\u003eserialize()\u003c/code\u003e returns a serialized (string) representation of an ImageCollection object.\u003c/p\u003e\n"],["\u003cp\u003eThe method can be used with an optional \u003ccode\u003elegacy\u003c/code\u003e argument (boolean) to enable legacy formatting.\u003c/p\u003e\n"]]],["The `serialize` method of a `ComputedObject` returns its string representation. It accepts an optional boolean argument, `legacy`, which enables a legacy format. The method, when applied to an `ImageCollection`, returns a String. The `ComputedObject` instance itself is the primary argument for the method.\n"],null,["# ee.ImageCollection.serialize\n\n\u003cbr /\u003e\n\nReturns the serialized representation of this object.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------|---------|\n| ImageCollection.serialize`(`*legacy*`)` | String |\n\n| Argument | Type | Details |\n|------------------------|-------------------|------------------------------|\n| this: `computedobject` | ComputedObject | The ComputedObject instance. |\n| `legacy` | Boolean, optional | Enables legacy format. |"]]