C# 클래스 csGeoLayers.MapTools.CameraTool.Camera

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

프로퍼티 타입 설명
Layer GroupLayer
Line Graphic
MLayer GraphicsLayer
_finish Graphic
_start Graphic
finishPoint csPoint
startPoint csPoint

공개 메소드들

메소드 설명
Angle ( double px1, double py1, double px2, double py2 ) : double
Attach ( string state, Graphic g ) : void
FixRotation ( string state ) : void
GetDistance ( ) : double
Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void
Send3DMessage ( ) : void

비공개 메소드들

메소드 설명
Detach ( string _state ) : void
Remove ( ) : void
StartRotation ( string state ) : void
StopRotation ( ) : void
UpdateLine ( ) : void
UpdatePoint ( string state, MapPoint geometry ) : void
UpdateTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
ViewDef_MapManipulationDelta ( object sender, EventArgs e ) : void
dtr_Tick ( object sender, EventArgs e ) : void

메소드 상세

Angle() 공개 메소드

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

Attach() 공개 메소드

public Attach ( string state, Graphic g ) : void
state string
g Graphic
리턴 void

FixRotation() 공개 메소드

public FixRotation ( string state ) : void
state string
리턴 void

GetDistance() 공개 메소드

public GetDistance ( ) : double
리턴 double

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

Send3DMessage() 공개 메소드

public Send3DMessage ( ) : void
리턴 void

프로퍼티 상세

Layer 공개적으로 프로퍼티

public GroupLayer Layer
리턴 GroupLayer

Line 공개적으로 프로퍼티

public Graphic Line
리턴 Graphic

MLayer 공개적으로 프로퍼티

public GraphicsLayer MLayer
리턴 GraphicsLayer

_finish 공개적으로 프로퍼티

public Graphic _finish
리턴 Graphic

_start 공개적으로 프로퍼티

public Graphic _start
리턴 Graphic

finishPoint 공개적으로 프로퍼티

public csPoint finishPoint
리턴 csPoint

startPoint 공개적으로 프로퍼티

public csPoint startPoint
리턴 csPoint