My Project
Public Member Functions | List of all members
VRTRawRasterBand Class Reference
Inheritance diagram for VRTRawRasterBand:
VRTRasterBand

Public Member Functions

 VRTRawRasterBand (GDALDataset *poDS, int nBand, GDALDataType eType=GDT_Unknown)
 
virtual CPLErr XMLInit (CPLXMLNode *, const char *)
 
virtual CPLXMLNode * SerializeToXML (const char *pszVRTPath)
 
virtual CPLErr IRasterIO (GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, GSpacing nPixelSpace, GSpacing nLineSpace, GDALRasterIOExtraArg *psExtraArg)
 
virtual CPLErr IReadBlock (int, int, void *)
 
virtual CPLErr IWriteBlock (int, int, void *)
 
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)
 
- Public Member Functions inherited from VRTRasterBand
virtual CPLErr SetNoDataValue (double)
 
virtual double GetNoDataValue (int *pbSuccess=NULL)
 
virtual CPLErr SetColorTable (GDALColorTable *)
 
virtual GDALColorTable * GetColorTable ()
 
virtual CPLErr SetColorInterpretation (GDALColorInterp)
 
virtual GDALColorInterp GetColorInterpretation ()
 
virtual const char * GetUnitType ()
 
CPLErr SetUnitType (const char *)
 
virtual char ** GetCategoryNames ()
 
virtual CPLErr SetCategoryNames (char **)
 
virtual CPLErr SetMetadata (char **papszMD, const char *pszDomain="")
 
virtual CPLErr SetMetadataItem (const char *pszName, const char *pszValue, const char *pszDomain="")
 
virtual double GetOffset (int *pbSuccess=NULL)
 
CPLErr SetOffset (double)
 
virtual double GetScale (int *pbSuccess=NULL)
 
CPLErr SetScale (double)
 
virtual int GetOverviewCount ()
 
virtual GDALRasterBand * GetOverview (int)
 
virtual CPLErr GetHistogram (double dfMin, double dfMax, int nBuckets, GUIntBig *panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc, void *pProgressData)
 
virtual CPLErr GetDefaultHistogram (double *pdfMin, double *pdfMax, int *pnBuckets, GUIntBig **ppanHistogram, int bForce, GDALProgressFunc, void *pProgressData)
 
virtual CPLErr SetDefaultHistogram (double dfMin, double dfMax, int nBuckets, GUIntBig *panHistogram)
 
CPLErr CopyCommonInfoFrom (GDALRasterBand *)
 
virtual void SetDescription (const char *)
 
virtual GDALRasterBand * GetMaskBand ()
 
virtual int GetMaskFlags ()
 
virtual CPLErr CreateMaskBand (int nFlags)
 
void SetMaskBand (VRTRasterBand *poMaskBand)
 
void SetIsMaskBand ()
 
CPLErr UnsetNoDataValue ()
 
virtual int CloseDependentDatasets ()
 
virtual int IsSourcedRasterBand ()
 

Additional Inherited Members

- Protected Member Functions inherited from VRTRasterBand
void Initialize (int nXSize, int nYSize)
 
- Protected Attributes inherited from VRTRasterBand
int bIsMaskBand
 
int bNoDataValueSet
 
int bHideNoDataValue
 
double dfNoDataValue
 
GDALColorTable * poColorTable
 
GDALColorInterp eColorInterp
 
char * pszUnitType
 
char ** papszCategoryNames
 
double dfOffset
 
double dfScale
 
CPLXMLNode * psSavedHistograms
 
std::vector< VRTOverviewInfoapoOverviews
 
VRTRasterBandpoMaskBand
 

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