ee.Image.bandTypes
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt ein Dictionary mit den Bandtypen des Bildes zurück.
Nutzung | Ausgabe |
---|
Image.bandTypes() | Wörterbuch |
Argument | Typ | Details |
---|
So gehts: image | Bild | Das Bild, aus dem die Bandtypen abgerufen werden sollen. |
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 `Image.bandTypes()` method retrieves a dictionary containing the band types of a specified image. It takes one argument, `image`, which represents the image object. The method then returns a dictionary where the keys are likely the band names or indices, and the values are their corresponding data types. This method allows users to understand the data format within the image's bands.\n"],null,[]]