()
| 3157 | * @return color table, or null. |
| 3158 | */ |
| 3159 | public class Band:public ColorTable GetRasterColorTable() |
| 3160 | |
| 3161 | /** |
| 3162 | * Return the data type of the band. |
| 3163 | * <p> |
| 3164 | * A value such as gdalconst.GDT_Byte, gdalconst.GDT_Int16, ... |
| 3165 | * @return the data type of the band. |
| 3166 | * |
| 3167 | */ |
| 3168 | public class Band:public int GetRasterDataType() |
| 3169 | |
| 3170 | /** |
no outgoing calls