My Project
 All Classes Files Functions Variables Typedefs Pages
Public Attributes | List of all members
GDALGridOptions Struct Reference

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
 

Detailed Description

Options for use with GDALGrid(). GDALGridOptions* must be allocated and freed with GDALGridOptionsNew() and GDALGridOptionsFree() respectively.

Member Data Documentation

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.


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