C# 클래스 GDAL.GdalConfiguration

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GdalConfiguration ( ) : System

Construction of Gdal/Ogr

GetPlatform ( ) : string

Function to determine which platform we're on

PrintDriversGdal ( ) : void
PrintDriversOgr ( ) : void

메소드 상세

ConfigureGdal() 공개 정적인 메소드

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

ConfigureOgr() 공개 정적인 메소드

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