|
| VRTPansharpenedRasterBand (GDALDataset *poDS, int nBand, GDALDataType eDataType=GDT_Unknown) |
|
virtual CPLErr | XMLInit (CPLXMLNode *, const char *) CPL_OVERRIDE |
|
virtual CPLXMLNode * | SerializeToXML (const char *pszVRTPath) CPL_OVERRIDE |
|
virtual CPLErr | IReadBlock (int, int, void *) CPL_OVERRIDE |
|
virtual CPLErr | IRasterIO (GDALRWFlag eRWFlag, int nXOff, int nYOff, int nXSize, int nYSize, void *pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, GSpacing nPixelSpace, GSpacing nLineSpace, GDALRasterIOExtraArg *psExtraArg) CPL_OVERRIDE |
|
virtual int | GetOverviewCount () CPL_OVERRIDE |
|
virtual GDALRasterBand * | GetOverview (int) CPL_OVERRIDE |
|
virtual int | IsPansharpenRasterBand () CPL_OVERRIDE |
|
void | SetIndexAsPansharpenedBand (int nIdx) |
|
int | GetIndexAsPansharpenedBand () const |
|
Public Member Functions inherited from VRTRasterBand |
virtual CPLErr | SetNoDataValue (double) CPL_OVERRIDE |
|
virtual double | GetNoDataValue (int *pbSuccess=NULL) CPL_OVERRIDE |
|
virtual CPLErr | DeleteNoDataValue () CPL_OVERRIDE |
|
virtual CPLErr | SetColorTable (GDALColorTable *) CPL_OVERRIDE |
|
virtual GDALColorTable * | GetColorTable () CPL_OVERRIDE |
|
virtual CPLErr | SetColorInterpretation (GDALColorInterp) CPL_OVERRIDE |
|
virtual GDALColorInterp | GetColorInterpretation () CPL_OVERRIDE |
|
virtual const char * | GetUnitType () CPL_OVERRIDE |
|
CPLErr | SetUnitType (const char *) CPL_OVERRIDE |
|
virtual char ** | GetCategoryNames () CPL_OVERRIDE |
|
virtual CPLErr | SetCategoryNames (char **) CPL_OVERRIDE |
|
virtual CPLErr | SetMetadata (char **papszMD, const char *pszDomain="") CPL_OVERRIDE |
|
virtual CPLErr | SetMetadataItem (const char *pszName, const char *pszValue, const char *pszDomain="") CPL_OVERRIDE |
|
virtual double | GetOffset (int *pbSuccess=NULL) CPL_OVERRIDE |
|
CPLErr | SetOffset (double) CPL_OVERRIDE |
|
virtual double | GetScale (int *pbSuccess=NULL) CPL_OVERRIDE |
|
CPLErr | SetScale (double) CPL_OVERRIDE |
|
virtual CPLErr | GetHistogram (double dfMin, double dfMax, int nBuckets, GUIntBig *panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc, void *pProgressData) CPL_OVERRIDE |
|
virtual CPLErr | GetDefaultHistogram (double *pdfMin, double *pdfMax, int *pnBuckets, GUIntBig **ppanHistogram, int bForce, GDALProgressFunc, void *pProgressData) CPL_OVERRIDE |
|
virtual CPLErr | SetDefaultHistogram (double dfMin, double dfMax, int nBuckets, GUIntBig *panHistogram) CPL_OVERRIDE |
|
CPLErr | CopyCommonInfoFrom (GDALRasterBand *) |
|
virtual void | GetFileList (char ***ppapszFileList, int *pnSize, int *pnMaxSize, CPLHashSet *hSetFiles) |
|
virtual void | SetDescription (const char *) CPL_OVERRIDE |
|
virtual GDALRasterBand * | GetMaskBand () CPL_OVERRIDE |
|
virtual int | GetMaskFlags () CPL_OVERRIDE |
|
virtual CPLErr | CreateMaskBand (int nFlags) CPL_OVERRIDE |
|
void | SetMaskBand (VRTRasterBand *poMaskBand) |
|
void | SetIsMaskBand () |
|
CPLErr | UnsetNoDataValue () |
|
virtual int | CloseDependentDatasets () |
|
virtual int | IsSourcedRasterBand () |
|