Public Member Functions | |
VRTWarpedRasterBand (GDALDataset *poDS, int nBand, GDALDataType eType=GDT_Unknown) | |
virtual CPLErr | XMLInit (CPLXMLNode *, const char *) |
virtual CPLXMLNode * | SerializeToXML (const char *pszVRTPath) |
virtual CPLErr | IReadBlock (int, int, void *) |
virtual CPLErr | IWriteBlock (int, int, void *) |
virtual int | GetOverviewCount () |
virtual GDALRasterBand * | GetOverview (int) |
GDALRasterBand * VRTWarpedRasterBand::GetOverview | ( | int | i | ) | [virtual] |
Fetch overview raster band object.
This method is the same as the C function GDALGetOverview().
i | overview index between 0 and GetOverviewCount()-1. |
Reimplemented from GDALRasterBand.
References GDALDataset::GetRasterBand().
int VRTWarpedRasterBand::GetOverviewCount | ( | ) | [virtual] |
Return the number of overview layers available.
This method is the same as the C function GDALGetOverviewCount().
Reimplemented from GDALRasterBand.