C# 클래스 ArcMapAddinDistanceAndDirection.ViewModels.RangeViewModel

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

공개 메소드들

메소드 설명
RangeViewModel ( ) : System

비공개 메소드들

메소드 설명
ConstructGeoCircle ( ) : void
CreateMapElement ( ) : void

Method used to create the needed map elements to add to the graphics container Is called by the base class when the "Enter" key is pressed

DrawRadials ( ) : void

Method to draw the radials inside the range rings Must have at least 1 radial All radials are drawn from the center point to the farthest ring

DrawRings ( ) : void

Method used to draw the rings at the desired interval Rings are constructed as geodetic circles

OnMouseDoubleClick ( object obj ) : void

Method to handle map point tool double click End interactive drawing of range rings

OnMouseMoveEvent ( object obj ) : void

Override the mouse move event to dynamically update the center point Also dynamically update the ring feedback

OnNewMapPointEvent ( object obj ) : void

Override the on new map point event to only handle one point for the center point

Reset ( bool toolReset ) : void
UpdateFeedbackWithGeoCircle ( ) : void

메소드 상세

RangeViewModel() 공개 메소드

public RangeViewModel ( ) : System
리턴 System