|
| VRTRawRasterBand (GDALDataset *poDS, int nBand, GDALDataType eType=GDT_Unknown) |
|
virtual CPLErr | XMLInit (CPLXMLNode *, const char *) CPL_OVERRIDE |
|
virtual CPLXMLNode * | SerializeToXML (const char *pszVRTPath) CPL_OVERRIDE |
|
virtual CPLErr | IRasterIO (GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, GSpacing nPixelSpace, GSpacing nLineSpace, GDALRasterIOExtraArg *psExtraArg) CPL_OVERRIDE |
|
virtual CPLErr | IReadBlock (int, int, void *) CPL_OVERRIDE |
|
virtual CPLErr | IWriteBlock (int, int, void *) CPL_OVERRIDE |
|
CPLErr | SetRawLink (const char *pszFilename, const char *pszVRTPath, int bRelativeToVRT, vsi_l_offset nImageOffset, int nPixelOffset, int nLineOffset, const char *pszByteOrder) |
|
void | ClearRawLink () |
|
virtual void | GetFileList (char ***ppapszFileList, int *pnSize, int *pnMaxSize, CPLHashSet *hSetFiles) CPL_OVERRIDE |
|
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 int | GetOverviewCount () CPL_OVERRIDE |
|
virtual GDALRasterBand * | GetOverview (int) 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 | 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 () |
|
virtual int | IsPansharpenRasterBand () |
|