Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ee.Image.bandTypes
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Devuelve un diccionario de los tipos de bandas de la imagen.
Uso | Muestra |
---|
Image.bandTypes() | Diccionario |
Argumento | Tipo | Detalles |
---|
esta: image | Imagen | Es la imagen de la que se obtendrán los tipos de banda. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003e\u003ccode\u003ebandTypes()\u003c/code\u003e returns a dictionary containing the band types of an image.\u003c/p\u003e\n"],["\u003cp\u003eThis method is used for understanding the data types associated with the bands of an Earth Engine image.\u003c/p\u003e\n"],["\u003cp\u003eThe input to \u003ccode\u003ebandTypes()\u003c/code\u003e is an Earth Engine \u003ccode\u003eImage\u003c/code\u003e object.\u003c/p\u003e\n"]]],["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,["# ee.Image.bandTypes\n\nReturns a dictionary of the image's band types.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|------------|\n| Image.bandTypes`()` | Dictionary |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | The image from which to get band types. |"]]