Public Attributes | |
char * | pszFormat |
int | bQuiet |
GDALProgressFunc | pfnProgress |
void * | pProgressData |
char ** | papszLayers |
char * | pszBurnAttribute |
double | dfIncreaseBurnValue |
double | dfMultiplyBurnValue |
char * | pszWHERE |
char * | pszSQL |
GDALDataType | eOutputType |
char ** | papszCreateOptions |
int | nXSize |
int | nYSize |
double | dfXMin |
double | dfXMax |
double | dfYMin |
double | dfYMax |
int | bIsXExtentSet |
int | bIsYExtentSet |
GDALGridAlgorithm | eAlgorithm |
void * | pOptions |
char * | pszOutputSRS |
OGRGeometry * | poSpatialFilter |
int | bClipSrc |
OGRGeometry * | poClipSrc |
char * | pszClipSrcDS |
char * | pszClipSrcSQL |
char * | pszClipSrcLayer |
char * | pszClipSrcWhere |
int | bNoDataSet |
double | dfNoDataValue |
Options for use with GDALGrid(). GDALGridOptions* must be allocated and freed with GDALGridOptionsNew() and GDALGridOptionsFree() respectively.
int GDALGridOptions::bQuiet |
allow or suppress progress monitor and other non-error output
GDALProgressFunc GDALGridOptions::pfnProgress |
the progress function to use
void* GDALGridOptions::pProgressData |
pointer to the progress data variable
char* GDALGridOptions::pszFormat |
output format. The default is GeoTIFF(GTiff). Use the short format name.