ee.ImageCollection.flatten
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Fasst Sammlungen von Sammlungen zusammen.
Nutzung | Ausgabe |
---|
ImageCollection.flatten() | FeatureCollection |
Argument | Typ | Details |
---|
So gehts: collection | FeatureCollection | Die Eingabesammlung von Sammlungen. |
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)."],[],["The `flatten()` method transforms a collection of collections into a single `FeatureCollection`. It takes one argument, `collection`, which represents the input collection of collections. The method's core function is to consolidate multiple collections within a parent collection into a unified `FeatureCollection`, making it easier to access and manage the data. The output will be the data in `FeatureCollection` format.\n"],null,[]]