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

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

공개 메소드들

메소드 설명
MgrsViewport ( Map pEsriMap ) : System

Initializes a new instance of the MgrsViewport class.

비공개 메소드들

메소드 설명
AlmostEqual ( double x, double y ) : bool

The almost equal.

CalculateVisibleLatitudeLines ( GeographicBoundingBox pBoundingBox ) : IEnumerable

Return list of latitudes in bounding box UTM Latitude: each 8 degrees

CalculateVisibleLongitudeLines ( GeographicBoundingBox pBoundingBox ) : IEnumerable

Return list of latitudes in bounding box UTM Longitude: each 6 degrees

CalculateVisibleUtmBoxes ( List pLatitudeLines, List pLongitudeLines ) : List

Create UTM boxes (can be full utm cell of partly utm cell (at edges map))

메소드 상세

MgrsViewport() 공개 메소드

Initializes a new instance of the MgrsViewport class.
public MgrsViewport ( Map pEsriMap ) : System
pEsriMap Map /// The p esri map. ///
리턴 System