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

Public Attributes

char * pszResolution
 
int bSeparate
 
int bAllowProjectionDifference
 
double we_res
 
double ns_res
 
int bTargetAlignedPixels
 
double xmin
 
double ymin
 
double xmax
 
double ymax
 
int bAddAlpha
 
int bHideNoData
 
int nSubdataset
 
char * pszSrcNoData
 
char * pszVRTNoData
 
char * pszOutputSRS
 
int * panBandList
 
int nBandCount
 
int nMaxBandNo
 
char * pszResampling
 
char ** papszOpenOptions
 
int bQuiet
 
GDALProgressFunc pfnProgress
 
void * pProgressData
 

Detailed Description

Options for use with GDALBuildVRT(). GDALBuildVRTOptions* must be allocated and freed with GDALBuildVRTOptionsNew() and GDALBuildVRTOptionsFree() respectively.

Member Data Documentation

◆ bQuiet

int GDALBuildVRTOptions::bQuiet

allow or suppress progress monitor and other non-error output

◆ pfnProgress

GDALProgressFunc GDALBuildVRTOptions::pfnProgress

the progress function to use

◆ pProgressData

void* GDALBuildVRTOptions::pProgressData

pointer to the progress data variable


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