C# 클래스 ArcMapAddinDistanceAndDirection.ViewModels.EllipseViewModel

상속: TabBaseViewModel
파일 보기 프로젝트 열기: Esri/distance-direction-addin-dotnet

공개 메소드들

메소드 설명
EllipseViewModel ( ) : System

CTOR

비공개 메소드들

메소드 설명
CreateGeodeticLine ( IPoint fromPoint, IPoint toPoint, double distance = 0.0 ) : IPolyline
CreateMapElement ( ) : void
DrawEllipse ( ) : void
GetAngleDegrees ( double angle ) : double
GetAzimuth ( IGeometry geometry ) : double
GetAzimuthAsDegrees ( ) : double
OnEnterKeyCommand ( object obj ) : void
OnMouseMoveEvent ( object obj ) : void
OnNewMapPointEvent ( object obj ) : void
Reset ( bool toolReset ) : void
ResetPoints ( ) : void
UpdateAzimuthFromTo ( AzimuthTypes fromType, AzimuthTypes toType ) : void
UpdateFeedback ( IPoint centerPoint, double axisTypeDistance ) : IPoint
UpdateFeedbackWithEllipse ( bool HasMinorAxis = true ) : void

메소드 상세

EllipseViewModel() 공개 메소드

CTOR
public EllipseViewModel ( ) : System
리턴 System