C# Class GDAL.GdalConfiguration

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

ConfigureOgr() public static méthode

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