C# 클래스 MissionPlanner.Utilities.GeoTiff.geotiffdata

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
Area GMap.NET.RectLatLng
FileName string
bits int
height int
i double
j double
k double
width int
x double
xscale double
y double
yscale double
z double
zscale double

공개 메소드들

메소드 설명
LoadFile ( string filename ) : bool

메소드 상세

LoadFile() 공개 메소드

public LoadFile ( string filename ) : bool
filename string
리턴 bool

프로퍼티 상세

Area 공개적으로 프로퍼티

public RectLatLng,GMap.NET Area
리턴 GMap.NET.RectLatLng

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

bits 공개적으로 프로퍼티

public int bits
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

i 공개적으로 프로퍼티

public double i
리턴 double

j 공개적으로 프로퍼티

public double j
리턴 double

k 공개적으로 프로퍼티

public double k
리턴 double

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public double x
리턴 double

xscale 공개적으로 프로퍼티

public double xscale
리턴 double

y 공개적으로 프로퍼티

public double y
리턴 double

yscale 공개적으로 프로퍼티

public double yscale
리턴 double

z 공개적으로 프로퍼티

public double z
리턴 double

zscale 공개적으로 프로퍼티

public double zscale
리턴 double