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

Re: [gdal-dev] Executing a query getting null layer

2017-03-23 Thread jratike80
andreahmed wrote > What I'm trying to achieve is to check if 4 points is contained inside the > polygon, so I'm doing currently that query with SQLite dialect: > I'm not sure if its correct or no, I have tried it, but it seems its > working, I don't have enough data to test it out, so would you ch

Re: [gdal-dev] Executing a query getting null layer

2017-03-23 Thread Ahmed Tolba
What I'm trying to achieve is to check if 4 points is contained inside the polygon, so I'm doing currently that query with SQLite dialect: I'm not sure if its correct or no, I have tried it, but it seems its working, I don't have enough data to test it out, so would you check the query please ?