|
My Project
|
Public Attributes | |
| char * | pszFormat |
| bool | 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 |
| bool | bIsXExtentSet |
| bool | bIsYExtentSet |
| GDALGridAlgorithm | eAlgorithm |
| void * | pOptions |
| char * | pszOutputSRS |
| OGRGeometry * | poSpatialFilter |
| bool | bClipSrc |
| OGRGeometry * | poClipSrc |
| char * | pszClipSrcDS |
| char * | pszClipSrcSQL |
| char * | pszClipSrcLayer |
| char * | pszClipSrcWhere |
| bool | bNoDataSet |
| double | dfNoDataValue |
Options for use with GDALGrid(). GDALGridOptions* must be allocated and freed with GDALGridOptionsNew() and GDALGridOptionsFree() respectively.
| bool 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. Use the short format name.
1.8.14