You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPLErr QgsGdalProviderBase::gdalRasterIO( GDALRasterBandH hBand, GDALRWFlag eRWFlag, int nXOff, int nYOff, int nXSize, int nYSize, void * pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, int nPixelSpace, int nLineSpace )
299
+
{
300
+
// See http://hub.qgis.org/issues/8356 and http://trac.osgeo.org/gdal/ticket/5170
/** Wrapper function for GDALRasterIO to get around possible bugs in GDAL */
54
+
static CPLErr gdalRasterIO( GDALRasterBandH hBand, GDALRWFlag eRWFlag, int nXOff, int nYOff, int nXSize, int nYSize, void * pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, int nPixelSpace, int nLineSpace );
55
+
52
56
protected:
53
57
54
58
QGis::DataType dataTypeFromGdal( int theGdalDataType ) const;
0 commit comments