Public Member Functions | |
| GDALColorReliefRasterBand (GDALColorReliefDataset *, int) | |
| virtual CPLErr | IReadBlock (int, int, void *) |
| virtual GDALColorInterp | GetColorInterpretation () |
| How should this band be interpreted as color? | |
Friends | |
| class | GDALColorReliefDataset |
| GDALColorInterp GDALColorReliefRasterBand::GetColorInterpretation | ( | ) | [virtual] |
How should this band be interpreted as color?
GCI_Undefined is returned when the format doesn't know anything about the color interpretation.
This method is the same as the C function GDALGetRasterColorInterpretation().
Reimplemented from GDALRasterBand.
References GCI_RedBand.
1.6.1.