C# Class ArcMapAddinDistanceAndDirection.ViewModels.EllipseViewModel

Inheritance: TabBaseViewModel
显示文件 Open project: Esri/distance-direction-addin-dotnet

Public Methods

Method Description
EllipseViewModel ( ) : System

CTOR

Private Methods

Method Description
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

Method Details

EllipseViewModel() public method

CTOR
public EllipseViewModel ( ) : System
return System