C# 클래스 csUSDomainPlugin.Effects.Util.DirectionTool

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

공개 프로퍼티들

프로퍼티 타입 설명
BaseEffectsModelShapes GraphicCollection
ContoursLayer GraphicsLayer
EffectsModelShapes GraphicCollection
Finish csUSDomainPlugin.Effects.Views.EffectsPoint
Layer GroupLayer
Line Graphic
MLayer GraphicsLayer
SettingsViewModel csUSDomainPlugin.Effects.ViewModels.EffectsModelSettingsViewModel
Start csUSDomainPlugin.Effects.Views.EffectsPoint
_finish Graphic
_start Graphic

공개 메소드들

메소드 설명
GetAngle ( MapPoint p1, MapPoint p2 ) : double
GetAngle ( double px1, double py1, double px2, double py2 ) : double
GetDistance ( ) : double
GetWindDirection ( ) : string
Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void
RotatePoint ( MapPoint point, MapPoint origin, float angle ) : MapPoint
ViewDef_MapManipulationDelta ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
Remove ( ) : void
SettingsViewModelOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
UpdateLine ( ) : void
UpdateModelShape ( ) : void
UpdatePoint ( string state, MapPoint geometry ) : void

메소드 상세

GetAngle() 공개 메소드

public GetAngle ( MapPoint p1, MapPoint p2 ) : double
p1 MapPoint
p2 MapPoint
리턴 double

GetAngle() 공개 메소드

public GetAngle ( double px1, double py1, double px2, double py2 ) : double
px1 double
py1 double
px2 double
py2 double
리턴 double

GetDistance() 공개 메소드

public GetDistance ( ) : double
리턴 double

GetWindDirection() 공개 메소드

public GetWindDirection ( ) : string
리턴 string

Init() 공개 메소드

public Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void
gl GroupLayer
start MapPoint
finish MapPoint
rd System.Windows.ResourceDictionary
리턴 void

RotatePoint() 공개 메소드

public RotatePoint ( MapPoint point, MapPoint origin, float angle ) : MapPoint
point MapPoint
origin MapPoint
angle float
리턴 MapPoint

ViewDef_MapManipulationDelta() 공개 메소드

public ViewDef_MapManipulationDelta ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

BaseEffectsModelShapes 공개적으로 프로퍼티

public GraphicCollection BaseEffectsModelShapes
리턴 GraphicCollection

ContoursLayer 공개적으로 프로퍼티

public GraphicsLayer ContoursLayer
리턴 GraphicsLayer

EffectsModelShapes 공개적으로 프로퍼티

public GraphicCollection EffectsModelShapes
리턴 GraphicCollection

Finish 공개적으로 프로퍼티

public EffectsPoint,csUSDomainPlugin.Effects.Views Finish
리턴 csUSDomainPlugin.Effects.Views.EffectsPoint

Layer 공개적으로 프로퍼티

public GroupLayer Layer
리턴 GroupLayer

Line 공개적으로 프로퍼티

public Graphic Line
리턴 Graphic

MLayer 공개적으로 프로퍼티

public GraphicsLayer MLayer
리턴 GraphicsLayer

SettingsViewModel 공개적으로 프로퍼티

public EffectsModelSettingsViewModel,csUSDomainPlugin.Effects.ViewModels SettingsViewModel
리턴 csUSDomainPlugin.Effects.ViewModels.EffectsModelSettingsViewModel

Start 공개적으로 프로퍼티

public EffectsPoint,csUSDomainPlugin.Effects.Views Start
리턴 csUSDomainPlugin.Effects.Views.EffectsPoint

_finish 공개적으로 프로퍼티

public Graphic _finish
리턴 Graphic

_start 공개적으로 프로퍼티

public Graphic _start
리턴 Graphic