Hi Even,
Even Rouault wrote > > GDALOpen() will divide into tiles, but will not read them. You need to > call > CreateCopy() or RasterIO() for that. > > So : > > 1) Open() on the XML description is a fast operation that doesn't download > anything and doesn't need progress > 2) CreateCopy() has a progress callback which will be regularly called. > Depending on the output driver, it might not be called for each tile > though, but > perhaps for each line. > You're right, my Gdal.Open() presumption was completely wrong :-) How do I get access to GDAL Wiki? I'd like to point this out overthere (including other mgd. bindings-related details others may find useful as well). Regards, Maksim Sestic -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/C-bindings-setting-up-progress-delegate-for-Gdal-Open-tp7146342p7147105.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
