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

Public Attributes

GDALInfoFormat eFormat
 
int bComputeMinMax
 
int bReportHistograms
 
int bReportProj4
 
int bStats
 
int bApproxStats
 
int bSample
 
int bComputeChecksum
 
int bShowGCPs
 
int bShowMetadata
 
int bShowRAT
 
int bShowColorTable
 
int bListMDD
 
int bShowFileList
 
char ** papszExtraMDDomains
 
bool bStdoutOutput
 

Detailed Description

Options for use with GDALInfo(). GDALInfoOptions* must be allocated and freed with GDALInfoOptionsNew() and GDALInfoOptionsFree() respectively.

Member Data Documentation

◆ bApproxStats

int GDALInfoOptions::bApproxStats

read and display image statistics. Force computation if no statistics are stored in an image. However, they may be computed based on overviews or a subset of all tiles. Useful if you are in a hurry and don't want precise stats.

◆ bComputeChecksum

int GDALInfoOptions::bComputeChecksum

force computation of the checksum for each band in the dataset

◆ bListMDD

int GDALInfoOptions::bListMDD

list all metadata domains available for the dataset

◆ bReportHistograms

int GDALInfoOptions::bReportHistograms

report histogram information for all bands

◆ bReportProj4

int GDALInfoOptions::bReportProj4

report a PROJ.4 string corresponding to the file's coordinate system

◆ bShowColorTable

int GDALInfoOptions::bShowColorTable

allow or suppress printing of color table

◆ bShowFileList

int GDALInfoOptions::bShowFileList

display the file list or the first file of the file list

◆ bShowGCPs

int GDALInfoOptions::bShowGCPs

allow or suppress ground control points list printing. It may be useful for datasets with huge amount of GCPs, such as L1B AVHRR or HDF4 MODIS which contain thousands of them.

◆ bShowMetadata

int GDALInfoOptions::bShowMetadata

allow or suppress metadata printing. Some datasets may contain a lot of metadata strings.

◆ bShowRAT

int GDALInfoOptions::bShowRAT

allow or suppress printing of raster attribute table

◆ bStats

int GDALInfoOptions::bStats

read and display image statistics. Force computation if no statistics are stored in an image

◆ eFormat

GDALInfoFormat GDALInfoOptions::eFormat

output format

◆ papszExtraMDDomains

char** GDALInfoOptions::papszExtraMDDomains

report metadata for the specified domains. "all" can be used to report metadata in all domains.


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