C# 클래스 AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.LatLongDecimal

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

공개 프로퍼티들

프로퍼티 타입 설명
LatitudeDecimal double
LongitudeDecimal double

공개 메소드들

메소드 설명
LatLongDecimal ( ) : System
LatLongDecimal ( double Latitude, double Longitude ) : System

메소드 상세

LatLongDecimal() 공개 메소드

public LatLongDecimal ( ) : System
리턴 System

LatLongDecimal() 공개 메소드

public LatLongDecimal ( double Latitude, double Longitude ) : System
Latitude double
Longitude double
리턴 System

프로퍼티 상세

LatitudeDecimal 공개적으로 프로퍼티

public double LatitudeDecimal
리턴 double

LongitudeDecimal 공개적으로 프로퍼티

public double LongitudeDecimal
리턴 double