Property | Type | Description | |
---|---|---|---|
BaseEffectsModelShapes | GraphicCollection | ||
ContoursLayer | GraphicsLayer | ||
EffectsModelShapes | GraphicCollection | ||
Finish | |||
Layer | GroupLayer | ||
Line | Graphic | ||
MLayer | GraphicsLayer | ||
SettingsViewModel | |||
Start | |||
_finish | Graphic | ||
_start | Graphic |
Method | 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, |
Method | Description | |
---|---|---|
Remove ( ) : void | ||
SettingsViewModelOnPropertyChanged ( object sender, |
||
UpdateLine ( ) : void | ||
UpdateModelShape ( ) : void | ||
UpdatePoint ( string state, MapPoint geometry ) : void |
public GetAngle ( MapPoint p1, MapPoint p2 ) : double | ||
p1 | MapPoint | |
p2 | MapPoint | |
return | double |
public GetAngle ( double px1, double py1, double px2, double py2 ) : double | ||
px1 | double | |
py1 | double | |
px2 | double | |
py2 | double | |
return | double |
public Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void | ||
gl | GroupLayer | |
start | MapPoint | |
finish | MapPoint | |
rd | System.Windows.ResourceDictionary | |
return | void |
public RotatePoint ( MapPoint point, MapPoint origin, float angle ) : MapPoint | ||
point | MapPoint | |
origin | MapPoint | |
angle | float | |
return | MapPoint |
public ViewDef_MapManipulationDelta ( object sender, |
||
sender | object | |
e | ||
return | void |
public GraphicCollection BaseEffectsModelShapes | ||
return | GraphicCollection |
public GraphicCollection EffectsModelShapes | ||
return | GraphicCollection |
public EffectsPoint,csUSDomainPlugin.Effects.Views Finish | ||
return |
public EffectsModelSettingsViewModel,csUSDomainPlugin.Effects.ViewModels SettingsViewModel | ||
return |
public EffectsPoint,csUSDomainPlugin.Effects.Views Start | ||
return |