C# Class csGeoLayers.MapTools.CameraTool.Camera

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
Layer GroupLayer
Line Graphic
MLayer GraphicsLayer
_finish Graphic
_start Graphic
finishPoint csPoint
startPoint csPoint

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Angle() public méthode

public Angle ( double px1, double py1, double px2, double py2 ) : double
px1 double
py1 double
px2 double
py2 double
Résultat double

Attach() public méthode

public Attach ( string state, Graphic g ) : void
state string
g Graphic
Résultat void

FixRotation() public méthode

public FixRotation ( string state ) : void
state string
Résultat void

GetDistance() public méthode

public GetDistance ( ) : double
Résultat double

Init() public méthode

public Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void
gl GroupLayer
start MapPoint
finish MapPoint
rd System.Windows.ResourceDictionary
Résultat void

Send3DMessage() public méthode

public Send3DMessage ( ) : void
Résultat void

Property Details

Layer public_oe property

public GroupLayer Layer
Résultat GroupLayer

Line public_oe property

public Graphic Line
Résultat Graphic

MLayer public_oe property

public GraphicsLayer MLayer
Résultat GraphicsLayer

_finish public_oe property

public Graphic _finish
Résultat Graphic

_start public_oe property

public Graphic _start
Résultat Graphic

finishPoint public_oe property

public csPoint finishPoint
Résultat csPoint

startPoint public_oe property

public csPoint startPoint
Résultat csPoint