- GDALARGetNextUpdatedRegion
GDALAsyncStatusType GDALARGetNextUpdatedRegion(GDALAsyncReaderH hARIO, double dfTimeout, int* pnXBufOff, int* pnYBufOff, int* pnXBufSize, int* pnYBufSize)
Undocumented in source but is binding to an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. You might be able to learn more by searching the web for its name.
- GDALDestroyDriverManager
void GDALDestroyDriverManager()
Undocumented in source but is binding to an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. You might be able to learn more by searching the web for its name.
- GDALFlushCacheBlock
int GDALFlushCacheBlock()
Undocumented in source but is binding to an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. You might be able to learn more by searching the web for its name.
- GDALGetCacheMax
int GDALGetCacheMax()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- GDALGetCacheMax64
GIntBig GDALGetCacheMax64()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- GDALGetCacheUsed
int GDALGetCacheUsed()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- GDALGetCacheUsed64
GIntBig GDALGetCacheUsed64()
Undocumented in source but is binding to an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. You might be able to learn more by searching the web for its name.
- GDALGetDriverCount
int GDALGetDriverCount()
Undocumented in source but is binding to an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. You might be able to learn more by searching the web for its name.
- GDALOpen
GDALDatasetH GDALOpen(const(char)* pszFilename, GDALAccess eAccess)
Undocumented in source but is binding to an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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 an external library. 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