C# 클래스 csCommon.Plugins.MgrsGrid.WGS84LatLongPoint

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

공개 메소드들

메소드 설명
ConvertToMgrs ( ) : MGRS
ConvertToUtm ( ) : UTM
Create ( double pLatitude, double pLongitude ) : WGS84LatLongPoint
ToTextualDescription ( TextualDescription pNotation ) : string

비공개 메소드들

메소드 설명
LatLonSign ( double pDecimal, LatLon pType ) : char
ToDMS ( double pDecimal, LatLon pType ) : string
ToDecimalMinutes ( double pDecimal, LatLon pType ) : string

메소드 상세

ConvertToMgrs() 공개 메소드

public ConvertToMgrs ( ) : MGRS
리턴 MGRS

ConvertToUtm() 공개 메소드

public ConvertToUtm ( ) : UTM
리턴 UTM

Create() 공개 정적인 메소드

public static Create ( double pLatitude, double pLongitude ) : WGS84LatLongPoint
pLatitude double
pLongitude double
리턴 WGS84LatLongPoint

ToTextualDescription() 공개 메소드

public ToTextualDescription ( TextualDescription pNotation ) : string
pNotation TextualDescription
리턴 string