C# Class csUSDomainPlugin.Effects.Util.DirectionTool

Inheritance: PropertyChangedBase
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

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

Private Methods

Méthode Description
Remove ( ) : void
SettingsViewModelOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
UpdateLine ( ) : void
UpdateModelShape ( ) : void
UpdatePoint ( string state, MapPoint geometry ) : void

Method Details

GetAngle() public méthode

public GetAngle ( MapPoint p1, MapPoint p2 ) : double
p1 MapPoint
p2 MapPoint
Résultat double

GetAngle() public méthode

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

GetDistance() public méthode

public GetDistance ( ) : double
Résultat double

GetWindDirection() public méthode

public GetWindDirection ( ) : string
Résultat string

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

RotatePoint() public méthode

public RotatePoint ( MapPoint point, MapPoint origin, float angle ) : MapPoint
point MapPoint
origin MapPoint
angle float
Résultat MapPoint

ViewDef_MapManipulationDelta() public méthode

public ViewDef_MapManipulationDelta ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

BaseEffectsModelShapes public_oe property

public GraphicCollection BaseEffectsModelShapes
Résultat GraphicCollection

ContoursLayer public_oe property

public GraphicsLayer ContoursLayer
Résultat GraphicsLayer

EffectsModelShapes public_oe property

public GraphicCollection EffectsModelShapes
Résultat GraphicCollection

Finish public_oe property

public EffectsPoint,csUSDomainPlugin.Effects.Views Finish
Résultat csUSDomainPlugin.Effects.Views.EffectsPoint

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

SettingsViewModel public_oe property

public EffectsModelSettingsViewModel,csUSDomainPlugin.Effects.ViewModels SettingsViewModel
Résultat csUSDomainPlugin.Effects.ViewModels.EffectsModelSettingsViewModel

Start public_oe property

public EffectsPoint,csUSDomainPlugin.Effects.Views Start
Résultat csUSDomainPlugin.Effects.Views.EffectsPoint

_finish public_oe property

public Graphic _finish
Résultat Graphic

_start public_oe property

public Graphic _start
Résultat Graphic