C# 클래스 AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.DegMinSecType

파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
Deg int
Min int
Prefix LatLongPrefix
Sec double

공개 메소드들

메소드 설명
DegMinSecType ( ) : System
DegMinSecType ( int Deg_In, int Min_In, double Sec_In, LatLongPrefix Prefix_In ) : System

메소드 상세

DegMinSecType() 공개 메소드

public DegMinSecType ( ) : System
리턴 System

DegMinSecType() 공개 메소드

public DegMinSecType ( int Deg_In, int Min_In, double Sec_In, LatLongPrefix Prefix_In ) : System
Deg_In int
Min_In int
Sec_In double
Prefix_In LatLongPrefix
리턴 System

프로퍼티 상세

Deg 공개적으로 프로퍼티

public int Deg
리턴 int

Min 공개적으로 프로퍼티

public int Min
리턴 int

Prefix 공개적으로 프로퍼티

public LatLongPrefix Prefix
리턴 LatLongPrefix

Sec 공개적으로 프로퍼티

public double Sec
리턴 double