[gdal-dev] Re: C# bindings - setting up progress delegate for Gdal.Open()

Maksim Sestic max at geoinova.com
Tue Jan 3 10:40:00 EST 2012


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.


More information about the gdal-dev mailing list