- GDALARGetNextUpdatedRegionGDALAsyncStatusType 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. 
- GDALARLockBufferint 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. 
- GDALARUnlockBuffervoid 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. 
- GDALAddBandCPLErr 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. 
- GDALAddDerivedBandPixelFuncCPLErr 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. 
- GDALAdjustValueToDataTypedouble 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. 
- GDALAllRegistervoid GDALAllRegister() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALApplyGeoTransformvoid 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. 
- GDALBeginAsyncReaderGDALAsyncReaderH 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. 
- GDALBuildOverviewsCPLErr 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. 
- GDALCheckVersionint 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. 
- GDALCloneColorTableGDALColorTableH GDALCloneColorTable(GDALColorTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALClosevoid GDALClose(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALComposeGeoTransformsvoid 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. 
- GDALComputeBandStatsCPLErr 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. 
- GDALComputeRasterMinMaxvoid 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. 
- GDALComputeRasterStatisticsCPLErr 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. 
- GDALCopyBitsvoid 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. 
- GDALCopyDatasetFilesCPLErr 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. 
- GDALCopyWordsvoid 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. 
- GDALCreateGDALDatasetH 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. 
- GDALCreateColorRampvoid 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. 
- GDALCreateColorTableGDALColorTableH GDALCreateColorTable(GDALPaletteInterp ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALCreateCopyGDALDatasetH 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. 
- GDALCreateDatasetMaskBandCPLErr 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. 
- GDALCreateMaskBandCPLErr 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. 
- GDALCreatePansharpenedVRTGDALDatasetH 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. 
- GDALCreateRasterAttributeTableGDALRasterAttributeTableH GDALCreateRasterAttributeTable() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDataTypeIsComplexint GDALDataTypeIsComplex(GDALDataType ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDataTypeUnionGDALDataType 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. 
- GDALDatasetAdviseReadCPLErr 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. 
- GDALDatasetCommitTransactionOGRErr 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. 
- GDALDatasetCopyLayerOGRLayerH 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. 
- GDALDatasetCopyWholeRasterCPLErr 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. 
- GDALDatasetCreateLayerOGRLayerH 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. 
- GDALDatasetDeleteLayerOGRErr 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. 
- GDALDatasetExecuteSQLOGRLayerH 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. 
- GDALDatasetGetLayerOGRLayerH 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. 
- GDALDatasetGetLayerByNameOGRLayerH 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. 
- GDALDatasetGetLayerCountint GDALDatasetGetLayerCount(GDALDatasetH ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDALDatasetGetStyleTableOGRStyleTableH GDALDatasetGetStyleTable(GDALDatasetH ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDALDatasetRasterIOCPLErr 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. 
- GDALDatasetRasterIOExCPLErr 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. 
- GDALDatasetReleaseResultSetvoid 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. 
- GDALDatasetRollbackTransactionOGRErr 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. 
- GDALDatasetSetStyleTablevoid 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. 
- GDALDatasetSetStyleTableDirectlyvoid 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. 
- GDALDatasetStartTransactionOGRErr 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. 
- GDALDatasetTestCapabilityint 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. 
- GDALDecToDMSchar* 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. 
- GDALDecToPackedDMSdouble GDALDecToPackedDMS(double ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDeinitGCPsvoid 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. 
- GDALDeleteDatasetCPLErr 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. 
- GDALDeleteRasterNoDataValueCPLErr GDALDeleteRasterNoDataValue(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDereferenceDatasetint GDALDereferenceDataset(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDeregisterDrivervoid GDALDeregisterDriver(GDALDriverH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDestroyvoid GDALDestroy() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDALDestroyColorTablevoid GDALDestroyColorTable(GDALColorTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDestroyDrivervoid GDALDestroyDriver(GDALDriverH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDestroyDriverManagervoid GDALDestroyDriverManager() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDestroyRasterAttributeTablevoid GDALDestroyRasterAttributeTable(GDALRasterAttributeTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDumpOpenDatasetsint GDALDumpOpenDatasets(FILE* ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALDuplicateGCPsGDAL_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. 
- GDALEndAsyncReadervoid 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. 
- GDALExtractRPCInfoint 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. 
- GDALFillRasterCPLErr 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. 
- GDALFlushCachevoid 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. 
- GDALFlushCacheBlockint GDALFlushCacheBlock() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALFlushRasterCacheCPLErr 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. 
- GDALGCPsToGeoTransformint 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. 
- GDALGeneralCmdLineProcessorint 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. 
- GDALGetAccessint 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. 
- GDALGetAsyncStatusTypeByNameGDALAsyncStatusType GDALGetAsyncStatusTypeByName(char* ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetAsyncStatusTypeNamechar* GDALGetAsyncStatusTypeName(GDALAsyncStatusType ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetBandDatasetGDALDatasetH GDALGetBandDataset(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetBandNumberint GDALGetBandNumber(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetBlockSizevoid 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. 
- GDALGetCacheMaxint GDALGetCacheMax() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetCacheMax64GIntBig GDALGetCacheMax64() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetCacheUsedint GDALGetCacheUsed() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetCacheUsed64GIntBig GDALGetCacheUsed64() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetColorEntryGDALColorEntry* 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. 
- GDALGetColorEntryAsRGBint 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. 
- GDALGetColorEntryCountint GDALGetColorEntryCount(GDALColorTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetColorInterpretationByNameGDALColorInterp 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. 
- GDALGetColorInterpretationNamechar* GDALGetColorInterpretationName(GDALColorInterp ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDALGetDataTypeByNameGDALDataType GDALGetDataTypeByName(char* ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDataTypeNamechar* GDALGetDataTypeName(GDALDataType ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDataTypeSizedeprecated 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. 
- GDALGetDataTypeSizeBitsint 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. 
- GDALGetDataTypeSizeBytesint GDALGetDataTypeSizeBytes(GDALDataType ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDatasetDriverGDALDriverH GDALGetDatasetDriver(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDefaultHistogramCPLErr 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. 
- GDALGetDefaultHistogramExCPLErr 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. 
- GDALGetDefaultRATGDALRasterAttributeTableH 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. 
- GDALGetDescriptionchar* GDALGetDescription(GDALMajorObjectH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDriverGDALDriverH GDALGetDriver(int ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDriverByNameGDALDriverH GDALGetDriverByName(char* ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDriverCountint GDALGetDriverCount() 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetDriverCreationOptionListdeprecated 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. 
- GDALGetDriverHelpTopicdeprecated 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. 
- GDALGetDriverLongNamedeprecated 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. 
- GDALGetDriverShortNamedeprecated 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. 
- GDALGetFileListchar** GDALGetFileList(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetGCPCountint GDALGetGCPCount(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetGCPProjectionchar* GDALGetGCPProjection(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetGCPsGDAL_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. 
- GDALGetGeoTransformCPLErr 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. 
- GDALGetInternalHandlevoid* 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. 
- GDALGetJPEG2000StructureCPLXMLNode* 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. 
- GDALGetMaskBandGDALRasterBandH 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. 
- GDALGetMaskFlagsint 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. 
- GDALGetMetadatachar** 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. 
- GDALGetMetadataDomainListchar** 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. 
- GDALGetMetadataItemchar* 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. 
- GDALGetOpenDatasetsvoid 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. 
- GDALGetOverviewGDALRasterBandH 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. 
- GDALGetOverviewCountint GDALGetOverviewCount(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetPaletteInterpretationGDALPaletteInterp GDALGetPaletteInterpretation(GDALColorTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetPaletteInterpretationNamechar* GDALGetPaletteInterpretationName(GDALPaletteInterp ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDALGetProjectionRefchar* GDALGetProjectionRef(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRandomRasterSampleint 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. 
- GDALGetRasterAccessGDALAccess GDALGetRasterAccess(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterBandGDALRasterBandH 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. 
- GDALGetRasterBandXSizeint GDALGetRasterBandXSize(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterBandYSizeint GDALGetRasterBandYSize(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterCategoryNameschar** GDALGetRasterCategoryNames(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterColorInterpretationGDALColorInterp GDALGetRasterColorInterpretation(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterColorTableGDALColorTableH GDALGetRasterColorTable(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterCountint GDALGetRasterCount(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterDataTypeGDALDataType GDALGetRasterDataType(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterHistogramCPLErr 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. 
- GDALGetRasterHistogramExCPLErr 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. 
- GDALGetRasterMaximumdouble 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. 
- GDALGetRasterMinimumdouble 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. 
- GDALGetRasterNoDataValuedouble 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. 
- GDALGetRasterOffsetdouble 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. 
- GDALGetRasterSampleOverviewGDALRasterBandH 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. 
- GDALGetRasterSampleOverviewExGDALRasterBandH 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. 
- GDALGetRasterScaledouble 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. 
- GDALGetRasterStatisticsCPLErr 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. 
- GDALGetRasterUnitTypechar* GDALGetRasterUnitType(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterXSizeint GDALGetRasterXSize(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALGetRasterYSizeint GDALGetRasterYSize(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALHasArbitraryOverviewsint GDALHasArbitraryOverviews(GDALRasterBandH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALIdentifyDriverGDALDriverH 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. 
- GDALInitGCPsvoid 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. 
- GDALInvGeoTransformint 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. 
- GDALLoadOziMapFileint 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. 
- GDALLoadTabFileint 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. 
- GDALLoadWorldFileint 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. 
- GDALOpenGDALDatasetH 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. 
- GDALOpenExGDALDatasetH 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. 
- GDALOpenSharedGDALDatasetH 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. 
- GDALOverviewMagnitudeCorrectionCPLErr 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. 
- GDALPackedDMSToDecdouble GDALPackedDMSToDec(double ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRATChangesAreWrittenToFileint 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. 
- GDALRATCloneGDALRasterAttributeTableH GDALRATClone(GDALRasterAttributeTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRATCreateColumnCPLErr 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. 
- GDALRATDumpReadablevoid 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. 
- GDALRATGetColOfUsageint 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. 
- GDALRATGetColumnCountint GDALRATGetColumnCount(GDALRasterAttributeTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRATGetLinearBinningint 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. 
- GDALRATGetNameOfColchar* 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. 
- GDALRATGetRowCountint GDALRATGetRowCount(GDALRasterAttributeTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRATGetRowOfValueint 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. 
- GDALRATGetTypeOfColGDALRATFieldType 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. 
- GDALRATGetUsageOfColGDALRATFieldUsage 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. 
- GDALRATGetValueAsDoubledouble 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. 
- GDALRATGetValueAsIntint 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. 
- GDALRATGetValueAsStringchar* 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. 
- GDALRATInitializeFromColorTableCPLErr 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. 
- GDALRATSerializeJSONvoid* GDALRATSerializeJSON(GDALRasterAttributeTableH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRATSetLinearBinningCPLErr 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. 
- GDALRATSetRowCountvoid 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. 
- GDALRATSetValueAsDoublevoid 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. 
- GDALRATSetValueAsIntvoid 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. 
- GDALRATSetValueAsStringvoid 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. 
- GDALRATTranslateToColorTableGDALColorTableH 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. 
- GDALRATValuesIOAsDoubleCPLErr 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. 
- GDALRATValuesIOAsIntegerCPLErr 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. 
- GDALRATValuesIOAsStringCPLErr 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. 
- GDALRasterAdviseReadCPLErr 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. 
- GDALRasterBandCopyWholeRasterCPLErr 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. 
- GDALRasterIOCPLErr 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. 
- GDALRasterIOExCPLErr 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. 
- GDALReadBlockCPLErr 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. 
- GDALReadOziMapFileint 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. 
- GDALReadTabFileint 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. 
- GDALReadWorldFileint 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. 
- GDALReferenceDatasetint GDALReferenceDataset(GDALDatasetH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRegenerateOverviewsCPLErr 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. 
- GDALRegisterDriverint GDALRegisterDriver(GDALDriverH ) 
- Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name. 
- GDALRenameDatasetCPLErr 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. 
- GDALSetCacheMaxvoid 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. 
- GDALSetCacheMax64void 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. 
- GDALSetColorEntryvoid 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. 
- GDALSetDefaultHistogramCPLErr 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. 
- GDALSetDefaultHistogramExCPLErr 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. 
- GDALSetDefaultRATCPLErr 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. 
- GDALSetDescriptionvoid 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. 
- GDALSetGCPsCPLErr 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. 
- GDALSetGeoTransformCPLErr 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. 
- GDALSetMetadataCPLErr 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. 
- GDALSetMetadataItemCPLErr 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. 
- GDALSetProjectionCPLErr 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. 
- GDALSetRasterCategoryNamesCPLErr 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. 
- GDALSetRasterColorInterpretationCPLErr 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. 
- GDALSetRasterColorTableCPLErr 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. 
- GDALSetRasterNoDataValueCPLErr 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. 
- GDALSetRasterOffsetCPLErr 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. 
- GDALSetRasterScaleCPLErr 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. 
- GDALSetRasterStatisticsCPLErr 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. 
- GDALSetRasterUnitTypeCPLErr 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. 
- GDALSwapWordsvoid 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. 
- GDALSwapWordsExvoid 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. 
- GDALValidateCreationOptionsint 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. 
- GDALVersionInfoconst(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. 
- GDALWriteBlockCPLErr 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. 
- GDALWriteWorldFileint 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_VERSIONvoid GDAL_CHECK_VERSION(char* pszCallingComponentName) 
- Helper macro for GDALCheckVersion()
  @see GDALCheckVersion() 
- INIT_RASTERIO_EXTRA_ARGvoid INIT_RASTERIO_EXTRA_ARG(GDALRasterIOExtraArg s) 
- Macro to initialize an instance of GDALRasterIOExtraArg structure.
@since GDAL 2.0