[Gdal-dev] AutoLoadDrivers question
Frank Warmerdam
warmerdam at pobox.com
Tue Aug 15 10:42:38 EDT 2006
ma jianglin wrote:
>
> Hi Frank,
>
> Thank you for your reply! Yes, I want to know what these external
> plugin drivers are useful for.
> In function GDALAllRegister(), gdal tries to rember every image
> format dirver. Why we need GDALDriverManage::AutoLoadDrivers() first?
Jianglin Ma,
External plugin drivers are used for three primary reasons:
o Folks with their own proprietary drivers they don't want introduced
directly into GDAL.
o Folks who want to add optional drivers to existing GDAL builds without
having to rebuild everything.
o Folks with packaging systems where they want to distribute binaries
with some optional drivers (such as MrSID, Oracle) that depend on
external libraries that are either big, or may/maynot be found on the
target system.
If you are building everything from source for use on your own system there
is no strong need to use plugins.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | President OSGF, http://osgeo.org
More information about the Gdal-dev
mailing list