You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Obsolete("Call GdalConfiguration.ConfigureGdal() or GdalConfiguration.ConfigureOgr()")]
publicstaticvoidConfigure()
{
GdalConfiguration.ConfigureGdal();
GdalConfiguration.ConfigureOgr();
//does nothing but ensure that the Static initializer has been called.
}
#region Nested type: OsGeo4WPathException
publicclassFwToolsPathException:Exception
{
publicFwToolsPathException(stringpath)
:base(
string.Format("'{0}' is an Invalid Path to FWTools{1}. Create an application setting in [app|web].config key='FWToolsBinPath' pointing to the bin directory of FWTools{1} (absolute file path) . FWTools is downloaded from http://home.gdal.org/fwtools/",