Re: [gdal-dev] Missing GDALRasterBand::GetActualBlockSize

2017-03-23 Thread Even Rouault
On jeudi 23 mars 2017 11:25:04 CET Mark Coletti wrote: > GetActualBlockSize http://www.gdal.org/ classGDALRasterBand.html#a485fea52a1c2b7202ae5c806c9f9b65e """ Since GDAL 2.2 """ ;-) -- Spatialys - Geospatial professional services http://www.spatialys.com _

[gdal-dev] Missing GDALRasterBand::GetActualBlockSize

2017-03-23 Thread Mark Coletti
I was following the documentation for GDALRasterBand::ReadBlock () and noted that the example code invoked GetActualBlockSize(), which does not appear to exist. Has this function been deprecated? Do I have a stale ver