gdal.gdal

Undocumented in source.

Members

Aliases

GDALAccess
alias GDALAccess = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALAsyncReaderH
alias GDALAsyncReaderH = void*

Opaque type used for the C bindings of the C++ GDALAsyncReader class

GDALAsyncStatusType
alias GDALAsyncStatusType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALColorEntry
alias GDALColorEntry = _N30
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALColorInterp
alias GDALColorInterp = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALColorTableH
alias GDALColorTableH = void*

Opaque type used for the C bindings of the C++ GDALColorTable class

GDALDataType
alias GDALDataType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetH
alias GDALDatasetH = void*

Opaque type used for the C bindings of the C++ GDALDataset class

GDALDerivedPixelFunc
alias GDALDerivedPixelFunc = CPLErr function(void** papoSources, int nSources, void* pData, int nBufXSize, int nBufYSize, GDALDataType eSrcType, GDALDataType eBufType, int nPixelSpace, int nLineSpace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDriverH
alias GDALDriverH = void*

Opaque type used for the C bindings of the C++ GDALDriver class

GDALMajorObjectH
alias GDALMajorObjectH = void*

Opaque type used for the C bindings of the C++ GDALMajorObject class

GDALPaletteInterp
alias GDALPaletteInterp = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRATFieldType
alias GDALRATFieldType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRATFieldUsage
alias GDALRATFieldUsage = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRIOResampleAlg
alias GDALRIOResampleAlg = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRPCInfo
alias GDALRPCInfo = _N29
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRWFlag
alias GDALRWFlag = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRasterAttributeTableH
alias GDALRasterAttributeTableH = void*

Opaque type used for the C bindings of the C++ GDALRasterAttributeTable class

GDALRasterBandH
alias GDALRasterBandH = void*

Opaque type used for the C bindings of the C++ GDALRasterBand class

GDALRasterIOExtraArg
alias GDALRasterIOExtraArg = _N25
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDAL_GCP
alias GDAL_GCP = _N28
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSpacing
alias GSpacing = GIntBig

Type to express pixel, line or band spacing. Signed 64 bit integer.

Enums

GARIO_PENDING
anonymousenum GARIO_PENDING

status of the asynchronous stream

GA_ReadOnly
anonymousenum GA_ReadOnly
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GCI_Undefined
anonymousenum GCI_Undefined
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDT_Unknown
anonymousenum GDT_Unknown
Undocumented in source.
GFT_Integer
anonymousenum GFT_Integer

Field type of raster attribute table

GFU_Generic
anonymousenum GFU_Generic

Field usage of raster attribute table

GF_Read
anonymousenum GF_Read
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GPI_Gray
anonymousenum GPI_Gray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRIORA_NearestNeighbour
anonymousenum GRIORA_NearestNeighbour

RasterIO() resampling method. @since GDAL 2.0

Functions

GDALARGetNextUpdatedRegion
GDALAsyncStatusType GDALARGetNextUpdatedRegion(GDALAsyncReaderH hARIO, double dfTimeout, int* pnXBufOff, int* pnYBufOff, int* pnXBufSize, int* pnYBufSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALARLockBuffer
int GDALARLockBuffer(GDALAsyncReaderH hARIO, double dfTimeout)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALARUnlockBuffer
void GDALARUnlockBuffer(GDALAsyncReaderH hARIO)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALAddBand
CPLErr GDALAddBand(GDALDatasetH hDS, GDALDataType eType, char** papszOptions)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALAddDerivedBandPixelFunc
CPLErr GDALAddDerivedBandPixelFunc(char* pszName, GDALDerivedPixelFunc pfnPixelFunc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALAdjustValueToDataType
double GDALAdjustValueToDataType(GDALDataType eDT, double dfValue, int* pbClamped, int* pbRounded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALAllRegister
void GDALAllRegister()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALApplyGeoTransform
void GDALApplyGeoTransform(double* , double , double , double* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALBeginAsyncReader
GDALAsyncReaderH GDALBeginAsyncReader(GDALDatasetH hDS, int nXOff, int nYOff, int nXSize, int nYSize, void* pBuf, int nBufXSize, int nBufYSize, GDALDataType eBufType, int nBandCount, int* panBandMap, int nPixelSpace, int nLineSpace, int nBandSpace, char** papszOptions)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALBuildOverviews
CPLErr GDALBuildOverviews(GDALDatasetH , char* , int , int* , int , int* , GDALProgressFunc , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCheckVersion
int GDALCheckVersion(int nVersionMajor, int nVersionMinor, char* pszCallingComponentName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCloneColorTable
GDALColorTableH GDALCloneColorTable(GDALColorTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALClose
void GDALClose(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALComposeGeoTransforms
void GDALComposeGeoTransforms(double* padfGeoTransform1, double* padfGeoTransform2, double* padfGeoTransformOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALComputeBandStats
CPLErr GDALComputeBandStats(GDALRasterBandH hBand, int nSampleStep, double* pdfMean, double* pdfStdDev, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALComputeRasterMinMax
void GDALComputeRasterMinMax(GDALRasterBandH hBand, int bApproxOK, double* adfMinMax)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALComputeRasterStatistics
CPLErr GDALComputeRasterStatistics(GDALRasterBandH , int bApproxOK, double* pdfMin, double* pdfMax, double* pdfMean, double* pdfStdDev, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCopyBits
void GDALCopyBits(GByte* pabySrcData, int nSrcOffset, int nSrcStep, GByte* pabyDstData, int nDstOffset, int nDstStep, int nBitCount, int nStepCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALCopyDatasetFiles
CPLErr GDALCopyDatasetFiles(GDALDriverH , char* pszNewName, char* pszOldName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCopyWords
void GDALCopyWords(void* pSrcData, GDALDataType eSrcType, int nSrcPixelOffset, void* pDstData, GDALDataType eDstType, int nDstPixelOffset, int nWordCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreate
GDALDatasetH GDALCreate(GDALDriverH hDriver, char* , int , int , int , GDALDataType , char** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreateColorRamp
void GDALCreateColorRamp(GDALColorTableH hTable, int nStartIndex, GDALColorEntry* psStartColor, int nEndIndex, GDALColorEntry* psEndColor)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreateColorTable
GDALColorTableH GDALCreateColorTable(GDALPaletteInterp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreateCopy
GDALDatasetH GDALCreateCopy(GDALDriverH , char* , GDALDatasetH , int , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreateDatasetMaskBand
CPLErr GDALCreateDatasetMaskBand(GDALDatasetH hDS, int nFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreateMaskBand
CPLErr GDALCreateMaskBand(GDALRasterBandH hBand, int nFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALCreatePansharpenedVRT
GDALDatasetH GDALCreatePansharpenedVRT(char* pszXML, GDALRasterBandH hPanchroBand, int nInputSpectralBands, GDALRasterBandH* pahInputSpectralBands)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALCreateRasterAttributeTable
GDALRasterAttributeTableH GDALCreateRasterAttributeTable()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDataTypeIsComplex
int GDALDataTypeIsComplex(GDALDataType )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDataTypeUnion
GDALDataType GDALDataTypeUnion(GDALDataType , GDALDataType )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDatasetAdviseRead
CPLErr GDALDatasetAdviseRead(GDALDatasetH hDS, int nDSXOff, int nDSYOff, int nDSXSize, int nDSYSize, int nBXSize, int nBYSize, GDALDataType eBDataType, int nBandCount, int* panBandCount, char** papszOptions)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDatasetCommitTransaction
OGRErr GDALDatasetCommitTransaction(GDALDatasetH hDS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetCopyLayer
OGRLayerH GDALDatasetCopyLayer(GDALDatasetH , OGRLayerH , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetCopyWholeRaster
CPLErr GDALDatasetCopyWholeRaster(GDALDatasetH hSrcDS, GDALDatasetH hDstDS, char** papszOptions, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDatasetCreateLayer
OGRLayerH GDALDatasetCreateLayer(GDALDatasetH , char* , OGRSpatialReferenceH , OGRwkbGeometryType , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetDeleteLayer
OGRErr GDALDatasetDeleteLayer(GDALDatasetH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetExecuteSQL
OGRLayerH GDALDatasetExecuteSQL(GDALDatasetH , char* , OGRGeometryH , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetGetLayer
OGRLayerH GDALDatasetGetLayer(GDALDatasetH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetGetLayerByName
OGRLayerH GDALDatasetGetLayerByName(GDALDatasetH , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetGetLayerCount
int GDALDatasetGetLayerCount(GDALDatasetH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetGetStyleTable
OGRStyleTableH GDALDatasetGetStyleTable(GDALDatasetH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetRasterIO
CPLErr GDALDatasetRasterIO(GDALDatasetH hDS, GDALRWFlag eRWFlag, int nDSXOff, int nDSYOff, int nDSXSize, int nDSYSize, void* pBuffer, int nBXSize, int nBYSize, GDALDataType eBDataType, int nBandCount, int* panBandCount, int nPixelSpace, int nLineSpace, int nBandSpace)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDatasetRasterIOEx
CPLErr GDALDatasetRasterIOEx(GDALDatasetH hDS, GDALRWFlag eRWFlag, int nDSXOff, int nDSYOff, int nDSXSize, int nDSYSize, void* pBuffer, int nBXSize, int nBYSize, GDALDataType eBDataType, int nBandCount, int* panBandCount, GSpacing nPixelSpace, GSpacing nLineSpace, GSpacing nBandSpace, GDALRasterIOExtraArg* psExtraArg)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDatasetReleaseResultSet
void GDALDatasetReleaseResultSet(GDALDatasetH , OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetRollbackTransaction
OGRErr GDALDatasetRollbackTransaction(GDALDatasetH hDS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetSetStyleTable
void GDALDatasetSetStyleTable(GDALDatasetH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetSetStyleTableDirectly
void GDALDatasetSetStyleTableDirectly(GDALDatasetH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetStartTransaction
OGRErr GDALDatasetStartTransaction(GDALDatasetH hDS, int bForce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDatasetTestCapability
int GDALDatasetTestCapability(GDALDatasetH , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDecToDMS
const(char)* GDALDecToDMS(double , char* , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDecToPackedDMS
double GDALDecToPackedDMS(double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDeinitGCPs
void GDALDeinitGCPs(int , GDAL_GCP* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDeleteDataset
CPLErr GDALDeleteDataset(GDALDriverH , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDeleteRasterNoDataValue
CPLErr GDALDeleteRasterNoDataValue(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDereferenceDataset
int GDALDereferenceDataset(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDeregisterDriver
void GDALDeregisterDriver(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDestroy
void GDALDestroy()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALDestroyColorTable
void GDALDestroyColorTable(GDALColorTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDestroyDriver
void GDALDestroyDriver(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDestroyDriverManager
void GDALDestroyDriverManager()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDestroyRasterAttributeTable
void GDALDestroyRasterAttributeTable(GDALRasterAttributeTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDumpOpenDatasets
int GDALDumpOpenDatasets(FILE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALDuplicateGCPs
GDAL_GCP* GDALDuplicateGCPs(int , GDAL_GCP* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALEndAsyncReader
void GDALEndAsyncReader(GDALDatasetH hDS, GDALAsyncReaderH hAsynchReaderH)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALExtractRPCInfo
int GDALExtractRPCInfo(char** , GDALRPCInfo* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALFillRaster
CPLErr GDALFillRaster(GDALRasterBandH hBand, double dfRealValue, double dfImaginaryValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALFlushCache
void GDALFlushCache(GDALDatasetH hDS)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALFlushCacheBlock
int GDALFlushCacheBlock()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALFlushRasterCache
CPLErr GDALFlushRasterCache(GDALRasterBandH hBand)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGCPsToGeoTransform
int GDALGCPsToGeoTransform(int nGCPCount, GDAL_GCP* pasGCPs, double* padfGeoTransform, int bApproxOK)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGeneralCmdLineProcessor
int GDALGeneralCmdLineProcessor(int nArgc, char*** ppapszArgv, int nOptions)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetAccess
int GDALGetAccess(GDALDatasetH hDS)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetAsyncStatusTypeByName
GDALAsyncStatusType GDALGetAsyncStatusTypeByName(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetAsyncStatusTypeName
const(char)* GDALGetAsyncStatusTypeName(GDALAsyncStatusType )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetBandDataset
GDALDatasetH GDALGetBandDataset(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetBandNumber
int GDALGetBandNumber(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetBlockSize
void GDALGetBlockSize(GDALRasterBandH , int* pnXSize, int* pnYSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetCacheMax
int GDALGetCacheMax()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetCacheMax64
GIntBig GDALGetCacheMax64()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetCacheUsed
int GDALGetCacheUsed()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetCacheUsed64
GIntBig GDALGetCacheUsed64()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetColorEntry
GDALColorEntry* GDALGetColorEntry(GDALColorTableH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetColorEntryAsRGB
int GDALGetColorEntryAsRGB(GDALColorTableH , int , GDALColorEntry* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetColorEntryCount
int GDALGetColorEntryCount(GDALColorTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetColorInterpretationByName
GDALColorInterp GDALGetColorInterpretationByName(char* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALGetColorInterpretationName
const(char)* GDALGetColorInterpretationName(GDALColorInterp )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALGetDataTypeByName
GDALDataType GDALGetDataTypeByName(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDataTypeName
const(char)* GDALGetDataTypeName(GDALDataType )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDataTypeSize
deprecated int GDALGetDataTypeSize(GDALDataType )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDataTypeSizeBits
int GDALGetDataTypeSizeBits(GDALDataType eDataType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDataTypeSizeBytes
int GDALGetDataTypeSizeBytes(GDALDataType )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDatasetDriver
GDALDriverH GDALGetDatasetDriver(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDefaultHistogram
CPLErr GDALGetDefaultHistogram(GDALRasterBandH hBand, double* pdfMin, double* pdfMax, int* pnBuckets, int** ppanHistogram, int bForce, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDefaultHistogramEx
CPLErr GDALGetDefaultHistogramEx(GDALRasterBandH hBand, double* pdfMin, double* pdfMax, int* pnBuckets, GUIntBig** ppanHistogram, int bForce, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDefaultRAT
GDALRasterAttributeTableH GDALGetDefaultRAT(GDALRasterBandH hBand)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDescription
const(char)* GDALGetDescription(GDALMajorObjectH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriver
GDALDriverH GDALGetDriver(int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriverByName
GDALDriverH GDALGetDriverByName(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriverCount
int GDALGetDriverCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriverCreationOptionList
deprecated const(char)* GDALGetDriverCreationOptionList(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriverHelpTopic
deprecated const(char)* GDALGetDriverHelpTopic(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriverLongName
deprecated const(char)* GDALGetDriverLongName(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetDriverShortName
deprecated const(char)* GDALGetDriverShortName(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetFileList
char** GDALGetFileList(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetGCPCount
int GDALGetGCPCount(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetGCPProjection
const(char)* GDALGetGCPProjection(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetGCPs
GDAL_GCP* GDALGetGCPs(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetGeoTransform
CPLErr GDALGetGeoTransform(GDALDatasetH , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetInternalHandle
void* GDALGetInternalHandle(GDALDatasetH , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetJPEG2000Structure
CPLXMLNode* GDALGetJPEG2000Structure(char* pszFilename, char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALGetMaskBand
GDALRasterBandH GDALGetMaskBand(GDALRasterBandH hBand)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetMaskFlags
int GDALGetMaskFlags(GDALRasterBandH hBand)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetMetadata
char** GDALGetMetadata(GDALMajorObjectH , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetMetadataDomainList
char** GDALGetMetadataDomainList(GDALMajorObjectH hObject)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetMetadataItem
const(char)* GDALGetMetadataItem(GDALMajorObjectH , char* , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetOpenDatasets
void GDALGetOpenDatasets(GDALDatasetH** hDS, int* pnCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetOverview
GDALRasterBandH GDALGetOverview(GDALRasterBandH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetOverviewCount
int GDALGetOverviewCount(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetPaletteInterpretation
GDALPaletteInterp GDALGetPaletteInterpretation(GDALColorTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetPaletteInterpretationName
const(char)* GDALGetPaletteInterpretationName(GDALPaletteInterp )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALGetProjectionRef
const(char)* GDALGetProjectionRef(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRandomRasterSample
int GDALGetRandomRasterSample(GDALRasterBandH , int , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterAccess
GDALAccess GDALGetRasterAccess(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterBand
GDALRasterBandH GDALGetRasterBand(GDALDatasetH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterBandXSize
int GDALGetRasterBandXSize(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterBandYSize
int GDALGetRasterBandYSize(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterCategoryNames
char** GDALGetRasterCategoryNames(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterColorInterpretation
GDALColorInterp GDALGetRasterColorInterpretation(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterColorTable
GDALColorTableH GDALGetRasterColorTable(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterCount
int GDALGetRasterCount(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterDataType
GDALDataType GDALGetRasterDataType(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterHistogram
CPLErr GDALGetRasterHistogram(GDALRasterBandH hBand, double dfMin, double dfMax, int nBuckets, int* panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterHistogramEx
CPLErr GDALGetRasterHistogramEx(GDALRasterBandH hBand, double dfMin, double dfMax, int nBuckets, GUIntBig* panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterMaximum
double GDALGetRasterMaximum(GDALRasterBandH , int* pbSuccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterMinimum
double GDALGetRasterMinimum(GDALRasterBandH , int* pbSuccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterNoDataValue
double GDALGetRasterNoDataValue(GDALRasterBandH , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterOffset
double GDALGetRasterOffset(GDALRasterBandH , int* pbSuccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterSampleOverview
GDALRasterBandH GDALGetRasterSampleOverview(GDALRasterBandH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterSampleOverviewEx
GDALRasterBandH GDALGetRasterSampleOverviewEx(GDALRasterBandH , GUIntBig )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterScale
double GDALGetRasterScale(GDALRasterBandH , int* pbSuccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterStatistics
CPLErr GDALGetRasterStatistics(GDALRasterBandH , int bApproxOK, int bForce, double* pdfMin, double* pdfMax, double* pdfMean, double* pdfStdDev)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterUnitType
const(char)* GDALGetRasterUnitType(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterXSize
int GDALGetRasterXSize(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALGetRasterYSize
int GDALGetRasterYSize(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALHasArbitraryOverviews
int GDALHasArbitraryOverviews(GDALRasterBandH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALIdentifyDriver
GDALDriverH GDALIdentifyDriver(char* pszFilename, char** papszFileList)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALInitGCPs
void GDALInitGCPs(int , GDAL_GCP* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALInvGeoTransform
int GDALInvGeoTransform(double* padfGeoTransformIn, double* padfInvGeoTransformOut)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALLoadOziMapFile
int GDALLoadOziMapFile(char* , double* , char** , int* , GDAL_GCP** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALLoadTabFile
int GDALLoadTabFile(char* , double* , char** , int* , GDAL_GCP** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALLoadWorldFile
int GDALLoadWorldFile(char* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALOpen
GDALDatasetH GDALOpen(char* pszFilename, GDALAccess eAccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALOpenEx
GDALDatasetH GDALOpenEx(char* pszFilename, uint nOpenFlags, char** papszAllowedDrivers, char** papszOpenOptions, char** papszSiblingFiles)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALOpenShared
GDALDatasetH GDALOpenShared(char* , GDALAccess )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALOverviewMagnitudeCorrection
CPLErr GDALOverviewMagnitudeCorrection(GDALRasterBandH hBaseBand, int nOverviewCount, GDALRasterBandH* pahOverviews, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALPackedDMSToDec
double GDALPackedDMSToDec(double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATChangesAreWrittenToFile
int GDALRATChangesAreWrittenToFile(GDALRasterAttributeTableH hRAT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATClone
GDALRasterAttributeTableH GDALRATClone(GDALRasterAttributeTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATCreateColumn
CPLErr GDALRATCreateColumn(GDALRasterAttributeTableH , char* , GDALRATFieldType , GDALRATFieldUsage )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATDumpReadable
void GDALRATDumpReadable(GDALRasterAttributeTableH , FILE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetColOfUsage
int GDALRATGetColOfUsage(GDALRasterAttributeTableH , GDALRATFieldUsage )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetColumnCount
int GDALRATGetColumnCount(GDALRasterAttributeTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetLinearBinning
int GDALRATGetLinearBinning(GDALRasterAttributeTableH , double* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetNameOfCol
const(char)* GDALRATGetNameOfCol(GDALRasterAttributeTableH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetRowCount
int GDALRATGetRowCount(GDALRasterAttributeTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetRowOfValue
int GDALRATGetRowOfValue(GDALRasterAttributeTableH , double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetTypeOfCol
GDALRATFieldType GDALRATGetTypeOfCol(GDALRasterAttributeTableH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetUsageOfCol
GDALRATFieldUsage GDALRATGetUsageOfCol(GDALRasterAttributeTableH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetValueAsDouble
double GDALRATGetValueAsDouble(GDALRasterAttributeTableH , int , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetValueAsInt
int GDALRATGetValueAsInt(GDALRasterAttributeTableH , int , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATGetValueAsString
const(char)* GDALRATGetValueAsString(GDALRasterAttributeTableH , int , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATInitializeFromColorTable
CPLErr GDALRATInitializeFromColorTable(GDALRasterAttributeTableH , GDALColorTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATSerializeJSON
void* GDALRATSerializeJSON(GDALRasterAttributeTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATSetLinearBinning
CPLErr GDALRATSetLinearBinning(GDALRasterAttributeTableH , double , double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATSetRowCount
void GDALRATSetRowCount(GDALRasterAttributeTableH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATSetValueAsDouble
void GDALRATSetValueAsDouble(GDALRasterAttributeTableH , int , int , double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATSetValueAsInt
void GDALRATSetValueAsInt(GDALRasterAttributeTableH , int , int , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATSetValueAsString
void GDALRATSetValueAsString(GDALRasterAttributeTableH , int , int , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATTranslateToColorTable
GDALColorTableH GDALRATTranslateToColorTable(GDALRasterAttributeTableH , int nEntryCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATValuesIOAsDouble
CPLErr GDALRATValuesIOAsDouble(GDALRasterAttributeTableH hRAT, GDALRWFlag eRWFlag, int iField, int iStartRow, int iLength, double* pdfData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATValuesIOAsInteger
CPLErr GDALRATValuesIOAsInteger(GDALRasterAttributeTableH hRAT, GDALRWFlag eRWFlag, int iField, int iStartRow, int iLength, int* pnData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRATValuesIOAsString
CPLErr GDALRATValuesIOAsString(GDALRasterAttributeTableH hRAT, GDALRWFlag eRWFlag, int iField, int iStartRow, int iLength, char** papszStrList)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRasterAdviseRead
CPLErr GDALRasterAdviseRead(GDALRasterBandH hRB, int nDSXOff, int nDSYOff, int nDSXSize, int nDSYSize, int nBXSize, int nBYSize, GDALDataType eBDataType, char** papszOptions)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRasterBandCopyWholeRaster
CPLErr GDALRasterBandCopyWholeRaster(GDALRasterBandH hSrcBand, GDALRasterBandH hDstBand, char** papszOptions, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRasterIO
CPLErr GDALRasterIO(GDALRasterBandH hRBand, GDALRWFlag eRWFlag, int nDSXOff, int nDSYOff, int nDSXSize, int nDSYSize, void* pBuffer, int nBXSize, int nBYSize, GDALDataType eBDataType, int nPixelSpace, int nLineSpace)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRasterIOEx
CPLErr GDALRasterIOEx(GDALRasterBandH hRBand, GDALRWFlag eRWFlag, int nDSXOff, int nDSYOff, int nDSXSize, int nDSYSize, void* pBuffer, int nBXSize, int nBYSize, GDALDataType eBDataType, GSpacing nPixelSpace, GSpacing nLineSpace, GDALRasterIOExtraArg* psExtraArg)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALReadBlock
CPLErr GDALReadBlock(GDALRasterBandH , int , int , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALReadOziMapFile
int GDALReadOziMapFile(char* , double* , char** , int* , GDAL_GCP** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALReadTabFile
int GDALReadTabFile(char* , double* , char** , int* , GDAL_GCP** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALReadWorldFile
int GDALReadWorldFile(char* , char* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALReferenceDataset
int GDALReferenceDataset(GDALDatasetH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRegenerateOverviews
CPLErr GDALRegenerateOverviews(GDALRasterBandH hSrcBand, int nOverviewCount, GDALRasterBandH* pahOverviewBands, char* pszResampling, GDALProgressFunc pfnProgress, void* pProgressData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALRegisterDriver
int GDALRegisterDriver(GDALDriverH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALRenameDataset
CPLErr GDALRenameDataset(GDALDriverH , char* pszNewName, char* pszOldName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetCacheMax
void GDALSetCacheMax(int nBytes)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetCacheMax64
void GDALSetCacheMax64(GIntBig nBytes)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetColorEntry
void GDALSetColorEntry(GDALColorTableH , int , GDALColorEntry* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetDefaultHistogram
CPLErr GDALSetDefaultHistogram(GDALRasterBandH hBand, double dfMin, double dfMax, int nBuckets, int* panHistogram)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetDefaultHistogramEx
CPLErr GDALSetDefaultHistogramEx(GDALRasterBandH hBand, double dfMin, double dfMax, int nBuckets, GUIntBig* panHistogram)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetDefaultRAT
CPLErr GDALSetDefaultRAT(GDALRasterBandH , GDALRasterAttributeTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetDescription
void GDALSetDescription(GDALMajorObjectH , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetGCPs
CPLErr GDALSetGCPs(GDALDatasetH , int , GDAL_GCP* , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetGeoTransform
CPLErr GDALSetGeoTransform(GDALDatasetH , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetMetadata
CPLErr GDALSetMetadata(GDALMajorObjectH , char** , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetMetadataItem
CPLErr GDALSetMetadataItem(GDALMajorObjectH , char* , char* , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetProjection
CPLErr GDALSetProjection(GDALDatasetH , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterCategoryNames
CPLErr GDALSetRasterCategoryNames(GDALRasterBandH , char** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterColorInterpretation
CPLErr GDALSetRasterColorInterpretation(GDALRasterBandH , GDALColorInterp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterColorTable
CPLErr GDALSetRasterColorTable(GDALRasterBandH , GDALColorTableH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterNoDataValue
CPLErr GDALSetRasterNoDataValue(GDALRasterBandH , double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterOffset
CPLErr GDALSetRasterOffset(GDALRasterBandH hBand, double dfNewOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterScale
CPLErr GDALSetRasterScale(GDALRasterBandH hBand, double dfNewOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterStatistics
CPLErr GDALSetRasterStatistics(GDALRasterBandH hBand, double dfMin, double dfMax, double dfMean, double dfStdDev)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSetRasterUnitType
CPLErr GDALSetRasterUnitType(GDALRasterBandH hBand, char* pszNewValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSwapWords
void GDALSwapWords(void* pData, int nWordSize, int nWordCount, int nWordSkip)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALSwapWordsEx
void GDALSwapWordsEx(void* pData, int nWordSize, size_t nWordCount, int nWordSkip)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALValidateCreationOptions
int GDALValidateCreationOptions(GDALDriverH , char** papszCreationOptions)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALVersionInfo
const(char)* GDALVersionInfo(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALWriteBlock
CPLErr GDALWriteBlock(GDALRasterBandH , int , int , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDALWriteWorldFile
int GDALWriteWorldFile(char* , char* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDAL_CHECK_VERSION
void GDAL_CHECK_VERSION(char* pszCallingComponentName)

Helper macro for GDALCheckVersion() @see GDALCheckVersion()

INIT_RASTERIO_EXTRA_ARG
void INIT_RASTERIO_EXTRA_ARG(GDALRasterIOExtraArg s)

Macro to initialize an instance of GDALRasterIOExtraArg structure. @since GDAL 2.0

Manifest constants

GDALMD_AOP_AREA
enum GDALMD_AOP_AREA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALMD_AOP_POINT
enum GDALMD_AOP_POINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDALMD_AREA_OR_POINT
enum GDALMD_AREA_OR_POINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDAL_DCAP_CREATE
enum GDAL_DCAP_CREATE;

Capability set by a driver that implements the Create() API.

GDAL_DCAP_CREATECOPY
enum GDAL_DCAP_CREATECOPY;

Capability set by a driver that implements the CreateCopy() API.

GDAL_DCAP_DEFAULT_FIELDS
enum GDAL_DCAP_DEFAULT_FIELDS;

Capability set by a driver that can create fields with DEFAULT values. @since GDAL 2.0

GDAL_DCAP_GNM
enum GDAL_DCAP_GNM;

Capability set by a driver having vector capability. @since GDAL 2.1

GDAL_DCAP_NOTNULL_FIELDS
enum GDAL_DCAP_NOTNULL_FIELDS;

Capability set by a driver that can create fields with NOT NULL constraint. @since GDAL 2.0

GDAL_DCAP_NOTNULL_GEOMFIELDS
enum GDAL_DCAP_NOTNULL_GEOMFIELDS;

Capability set by a driver that can create geometry fields with NOT NULL constraint. @since GDAL 2.0

GDAL_DCAP_OPEN
enum GDAL_DCAP_OPEN;

Capability set by a driver that implements the Open() API.

GDAL_DCAP_RASTER
enum GDAL_DCAP_RASTER;

Capability set by a driver having raster capability. @since GDAL 2.0

GDAL_DCAP_VECTOR
enum GDAL_DCAP_VECTOR;

Capability set by a driver having vector capability. @since GDAL 2.0

GDAL_DCAP_VIRTUALIO
enum GDAL_DCAP_VIRTUALIO;

Capability set by a driver that can read/create datasets through the VSI*L API.

GDAL_DMD_CONNECTION_PREFIX
enum GDAL_DMD_CONNECTION_PREFIX;

Connection prefix to provide as the file name of the open function. Typically set for non-file based drivers. Generally used with open options. @since GDAL 2.0

GDAL_DMD_CREATIONDATATYPES
enum GDAL_DMD_CREATIONDATATYPES;

List of (space separated) raster data types support by the Create()/CreateCopy() API.

GDAL_DMD_CREATIONFIELDDATATYPES
enum GDAL_DMD_CREATIONFIELDDATATYPES;

List of (space separated) vector field types support by the CreateField() API. @since GDAL 2.0

GDAL_DMD_CREATIONOPTIONLIST
enum GDAL_DMD_CREATIONOPTIONLIST;

XML snippet with creation options.

GDAL_DMD_EXTENSION
enum GDAL_DMD_EXTENSION;

Extension handled by the driver.

GDAL_DMD_EXTENSIONS
enum GDAL_DMD_EXTENSIONS;

List of (space separated) extensions handled by the driver. @since GDAL 2.0

GDAL_DMD_HELPTOPIC
enum GDAL_DMD_HELPTOPIC;

URL (relative to http://gdal.org/) to the help page of the driver

GDAL_DMD_LONGNAME
enum GDAL_DMD_LONGNAME;

Long name of the driver

GDAL_DMD_MIMETYPE
enum GDAL_DMD_MIMETYPE;

MIME type handled by the driver.

GDAL_DMD_OPENOPTIONLIST
enum GDAL_DMD_OPENOPTIONLIST;

XML snippet with open options. @since GDAL 2.0

GDAL_DMD_SUBDATASETS
enum GDAL_DMD_SUBDATASETS;

Capability set by a driver that exposes Subdatasets.

GDAL_DS_LAYER_CREATIONOPTIONLIST
enum GDAL_DS_LAYER_CREATIONOPTIONLIST;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDAL_OF_ALL
enum GDAL_OF_ALL;

Allow raster and vector drivers to be used. Used by GDALOpenEx(). @since GDAL 2.0

GDAL_OF_ARRAY_BLOCK_ACCESS
enum GDAL_OF_ARRAY_BLOCK_ACCESS;

Use a array-based storage strategy for cached blocks.

GDAL_OF_BLOCK_ACCESS_MASK
enum GDAL_OF_BLOCK_ACCESS_MASK;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDAL_OF_DEFAULT_BLOCK_ACCESS
enum GDAL_OF_DEFAULT_BLOCK_ACCESS;

Let GDAL decide if a array-based or hashset-based storage strategy for cached blocks must be used.

GDAL_OF_GNM
enum GDAL_OF_GNM;

Allow gnm drivers to be used. Used by GDALOpenEx(). @since GDAL 2.1

GDAL_OF_HASHSET_BLOCK_ACCESS
enum GDAL_OF_HASHSET_BLOCK_ACCESS;

Use a hashset-based storage strategy for cached blocks.

GDAL_OF_INTERNAL
enum GDAL_OF_INTERNAL;

Open as internal dataset. Such dataset isn't registered in the global list of opened dataset. Cannot be used with GDAL_OF_SHARED.

GDAL_OF_KIND_MASK
enum GDAL_OF_KIND_MASK;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDAL_OF_RASTER
enum GDAL_OF_RASTER;

Allow raster drivers to be used. Used by GDALOpenEx(). @since GDAL 2.0

GDAL_OF_READONLY
enum GDAL_OF_READONLY;

Open in read-only mode. Used by GDALOpenEx(). @since GDAL 2.0

GDAL_OF_RESERVED_1
enum GDAL_OF_RESERVED_1;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GDAL_OF_SHARED
enum GDAL_OF_SHARED;

Open in shared mode. Used by GDALOpenEx(). @since GDAL 2.0

GDAL_OF_UPDATE
enum GDAL_OF_UPDATE;

Open in update mode. Used by GDALOpenEx(). @since GDAL 2.0

GDAL_OF_VECTOR
enum GDAL_OF_VECTOR;

Allow vector drivers to be used. Used by GDALOpenEx(). @since GDAL 2.0

GDAL_OF_VERBOSE_ERROR
enum GDAL_OF_VERBOSE_ERROR;

Emit error message in case of failed open. Used by GDALOpenEx(). @since GDAL 2.0

GMF_ALL_VALID
enum GMF_ALL_VALID;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GMF_ALPHA
enum GMF_ALPHA;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GMF_NODATA
enum GMF_NODATA;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GMF_PER_DATASET
enum GMF_PER_DATASET;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RASTERIO_EXTRA_ARG_CURRENT_VERSION
enum RASTERIO_EXTRA_ARG_CURRENT_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_N25
struct _N25

Structure to pass extra arguments to RasterIO() method @since GDAL 2.0

_N28
struct _N28

Ground Control Point

_N29
struct _N29
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
_N30
struct _N30

Color tuple

Templates

SRCVAL
template SRCVAL(void* papoSource, GDALDataType eSrcType, size_t ii)

SRCVAL - Macro which may be used by pixel functions to obtain a pixel from a source buffer.

Variables

CPLE_WrongFormat
enum CPLErrorNum CPLE_WrongFormat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta