My Project
Public Attributes | List of all members
GDALRasterizeOptions Struct Reference

Public Attributes

char * pszFormat
 
GDALProgressFunc pfnProgress
 
void * pProgressData
 
int bCreateOutput
 
int b3D
 
int bInverse
 
char ** papszLayers
 
char * pszSQL
 
char * pszDialect
 
char * pszBurnAttribute
 
char * pszWHERE
 
std::vector< int > anBandList
 
std::vector< double > adfBurnValues
 
char ** papszRasterizeOptions
 
double dfXRes
 
double dfYRes
 
char ** papszCreationOptions
 
GDALDataType eOutputType
 
std::vector< double > adfInitVals
 
int bNoDataSet
 
double dfNoData
 
OGREnvelope sEnvelop
 
int bGotBounds
 
int nXSize
 
int nYSize
 
OGRSpatialReferenceH hSRS
 
int bTargetAlignedPixels
 

Member Data Documentation

◆ pfnProgress

GDALProgressFunc GDALRasterizeOptions::pfnProgress

the progress function to use

◆ pProgressData

void* GDALRasterizeOptions::pProgressData

pointer to the progress data variable

◆ pszFormat

char* GDALRasterizeOptions::pszFormat

output format. The default is GeoTIFF(GTiff). Use the short format name.


The documentation for this struct was generated from the following file: