|
My Project
|
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 |
| char * | pszWKTFormat |
| bool | bStdoutOutput |
Options for use with GDALInfo(). GDALInfoOptions* must be allocated and freed with GDALInfoOptionsNew() and GDALInfoOptionsFree() respectively.
| 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.
| int GDALInfoOptions::bComputeChecksum |
force computation of the checksum for each band in the dataset
| int GDALInfoOptions::bListMDD |
list all metadata domains available for the dataset
| int GDALInfoOptions::bReportHistograms |
report histogram information for all bands
| int GDALInfoOptions::bReportProj4 |
report a PROJ.4 string corresponding to the file's coordinate system
| int GDALInfoOptions::bShowColorTable |
allow or suppress printing of color table
| int GDALInfoOptions::bShowFileList |
display the file list or the first file of the file list
| 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.
| int GDALInfoOptions::bShowMetadata |
allow or suppress metadata printing. Some datasets may contain a lot of metadata strings.
| int GDALInfoOptions::bShowRAT |
allow or suppress printing of raster attribute table
| int GDALInfoOptions::bStats |
read and display image statistics. Force computation if no statistics are stored in an image
| GDALInfoFormat GDALInfoOptions::eFormat |
output format
| char** GDALInfoOptions::papszExtraMDDomains |
report metadata for the specified domains. "all" can be used to report metadata in all domains.
| char* GDALInfoOptions::pszWKTFormat |
WKT format used for SRS
1.8.14