C# Class GDAL.GdalConfiguration

Show file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
ConfigureGdal ( ) : void

Method to ensure the static constructor is being called.

Be sure to call this function before using Gdal/Ogr/Osr

ConfigureOgr ( ) : void

Method to ensure the static constructor is being called.

Be sure to call this function before using Gdal/Ogr/Osr

Private Methods

Method Description
GdalConfiguration ( ) : System

Construction of Gdal/Ogr

GetPlatform ( ) : string

Function to determine which platform we're on

PrintDriversGdal ( ) : void
PrintDriversOgr ( ) : void

Method Details

ConfigureGdal() public static method

Method to ensure the static constructor is being called.
Be sure to call this function before using Gdal/Ogr/Osr
public static ConfigureGdal ( ) : void
return void

ConfigureOgr() public static method

Method to ensure the static constructor is being called.
Be sure to call this function before using Gdal/Ogr/Osr
public static ConfigureOgr ( ) : void
return void