GDAL
Public Member Functions
VRTWarpedRasterBand Class Reference
Inheritance diagram for VRTWarpedRasterBand:
VRTRasterBand GDALRasterBand GDALMajorObject

List of all members.

Public Member Functions

 VRTWarpedRasterBand (GDALDataset *poDS, int nBand, GDALDataType eType=GDT_Unknown)
virtual CPLErr XMLInit (CPLXMLNode *, const char *)
virtual CPLXMLNodeSerializeToXML (const char *pszVRTPath)
virtual CPLErr IReadBlock (int, int, void *)
virtual CPLErr IWriteBlock (int, int, void *)
virtual int GetOverviewCount ()
 Return the number of overview layers available.
virtual GDALRasterBandGetOverview (int)
 Fetch overview raster band object.

Member Function Documentation

Fetch overview raster band object.

This method is the same as the C function GDALGetOverview().

Parameters:
ioverview index between 0 and GetOverviewCount()-1.
Returns:
overview GDALRasterBand.

Reimplemented from VRTRasterBand.

References GDALDataset::GetRasterBand().

Return the number of overview layers available.

This method is the same as the C function GDALGetOverviewCount().

Returns:
overview count, zero if none.

Reimplemented from VRTRasterBand.


The documentation for this class was generated from the following files:

Generated for GDAL by doxygen 1.7.6.1.