C# 클래스 ArcMapAddinCoordinateConversion.ViewModels.MainViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: Esri/coordinate-conversion-addin-dotnet

공개 메소드들

메소드 설명
MainViewModel ( ) : System
SetToolActiveInToolBar ( ESRI application, System toolName ) : void

비공개 메소드들

메소드 설명
AddElement ( IMap map, IGeometry geom ) : void
AddElement ( IMap map, IPoint point ) : void
AddTextElement ( IMap map, IPoint point, string text ) : void
BroadcastCoordinateValues ( ESRI point ) : void
ClearGraphicsContainer ( IMap map ) : void
DrawCrossHair ( ESRI geometry, ESRI display, IEnvelope extent, ISymbol markerSymbol, ISymbol lineSymbol ) : void
FlashGeometry ( ESRI geometry, ESRI color, ESRI display, System delay, IEnvelope envelope ) : void

Flash geometry on the display. The geometry type could be polygon, polyline, point, or multipoint.

GetCoordinateType ( string input, ESRI &point ) : CoordinateType
GetFormattedCoordinate ( string coord, CoordinateType cType ) : string
GetMGRSPolygon ( IPoint point ) : IPolygon
GetSR ( ) : ISpatialReference
OnActivatePointToolCommand ( object obj ) : void
OnAddNewOCCommand ( object obj ) : void
OnBCNeeded ( object obj ) : void
OnCopyAllCommand ( object obj ) : void
OnEditPropertiesDialogCommand ( object obj ) : void
OnFlashPointCommand ( object obj ) : void
ProcessInput ( string input ) : string

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( ) : System
리턴 System

SetToolActiveInToolBar() 공개 메소드

public SetToolActiveInToolBar ( ESRI application, System toolName ) : void
application ESRI
toolName System
리턴 void