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

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

공개 메소드들

메소드 설명
DrawMgrsRaster ( MgrsConfig pConfig, MgrsViewport pMgrsGrid ) : System
Render ( System.Windows.Media.DrawingContext pDC ) : void

Entry point for rendering MGRS grid

비공개 메소드들

메소드 설명
CellSizeInPixels ( MgrsBoundingBox pBoundingBox ) : Size
GetBoundingRect ( System.Windows.Media.FormattedText text ) : Rect
RenderMgrsCellLabels ( System.Windows.Media.DrawingContext pDC, MgrsBoundingBox pBoundingBox, double pNorth, double pEast, NorthEast pDirection ) : void
RenderMgrsCenterLabel ( System.Windows.Media.DrawingContext pDC, MgrsBoundingBox pBoundingBox, double pNorth, double pEast ) : void
RenderMgrsGrid ( System.Windows.Media.DrawingContext pDC ) : void
RenderMgrsGridCell ( System.Windows.Media.DrawingContext pDC, GridZone pCell ) : void
RenderPresicion ( System.Windows.Media.DrawingContext pDC ) : void
RenderUtmZoneLines ( System.Windows.Media.DrawingContext pDC ) : void
UTMtoLL ( double UTMNorthing, double UTMEasting, int UTMZoneNumber, GeoUtility.GeoSystem.Base.Geocentric pHemisphere ) : WGS84LatLongPoint

메소드 상세

DrawMgrsRaster() 공개 메소드

public DrawMgrsRaster ( MgrsConfig pConfig, MgrsViewport pMgrsGrid ) : System
pConfig MgrsConfig
pMgrsGrid MgrsViewport
리턴 System

Render() 공개 메소드

Entry point for rendering MGRS grid
public Render ( System.Windows.Media.DrawingContext pDC ) : void
pDC System.Windows.Media.DrawingContext
리턴 void