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

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

공개 메소드들

메소드 설명
AlmostEqual ( double x, double y ) : bool
GridZone ( double pSouthLatitude, double pNorthLatitude, double pWestLongitude, double pEastLongitude ) : System
NorthEast ( ) : WGS84LatLongPoint
NorthWest ( ) : WGS84LatLongPoint
SouthEast ( ) : WGS84LatLongPoint
SouthWest ( ) : WGS84LatLongPoint
getCenter ( ) : WGS84LatLongPoint

메소드 상세

AlmostEqual() 공개 정적인 메소드

public static AlmostEqual ( double x, double y ) : bool
x double
y double
리턴 bool

GridZone() 공개 메소드

public GridZone ( double pSouthLatitude, double pNorthLatitude, double pWestLongitude, double pEastLongitude ) : System
pSouthLatitude double
pNorthLatitude double
pWestLongitude double
pEastLongitude double
리턴 System

NorthEast() 공개 메소드

public NorthEast ( ) : WGS84LatLongPoint
리턴 WGS84LatLongPoint

NorthWest() 공개 메소드

public NorthWest ( ) : WGS84LatLongPoint
리턴 WGS84LatLongPoint

SouthEast() 공개 메소드

public SouthEast ( ) : WGS84LatLongPoint
리턴 WGS84LatLongPoint

SouthWest() 공개 메소드

public SouthWest ( ) : WGS84LatLongPoint
리턴 WGS84LatLongPoint

getCenter() 공개 메소드

public getCenter ( ) : WGS84LatLongPoint
리턴 WGS84LatLongPoint