C# 클래스 GDAL.GDAL

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

공개 메소드들

메소드 설명
GetBitmap ( double lng1, double lat1, double lng2, double lat2, long width, long height ) : Bitmap
LoadImage ( string file ) : Bitmap
LoadImageInfo ( string file ) : GeoBitmap
Rasterize ( string inputFeature, string outRaster, string fieldName, int cellSize ) : void
ScanDirectory ( string path ) : void

비공개 메소드들

메소드 설명
GDAL ( ) : System
GDALInfoGetPosition ( OSGeo.GDAL.Dataset ds, double x, double y ) : string
GDALInfoGetPositionDouble ( OSGeo.GDAL.Dataset ds, double x, double y ) : double[]
ProgressFunc ( double complete, IntPtr message, IntPtr data ) : int
map ( double x, double in_min, double in_max, double out_min, double out_max ) : double

메소드 상세

GetBitmap() 공개 정적인 메소드

public static GetBitmap ( double lng1, double lat1, double lng2, double lat2, long width, long height ) : Bitmap
lng1 double
lat1 double
lng2 double
lat2 double
width long
height long
리턴 System.Drawing.Bitmap

LoadImage() 공개 정적인 메소드

public static LoadImage ( string file ) : Bitmap
file string
리턴 System.Drawing.Bitmap

LoadImageInfo() 공개 정적인 메소드

public static LoadImageInfo ( string file ) : GeoBitmap
file string
리턴 GeoBitmap

Rasterize() 공개 정적인 메소드

public static Rasterize ( string inputFeature, string outRaster, string fieldName, int cellSize ) : void
inputFeature string
outRaster string
fieldName string
cellSize int
리턴 void

ScanDirectory() 공개 정적인 메소드

public static ScanDirectory ( string path ) : void
path string
리턴 void