Class SimplicMap
Inheritance
System.Object
SimplicMap
Assembly: Simplic.PlugIn.SAC.dll
public class SimplicMap : RadMap
Constructors
|
Improve this Doc
View Source
Declaration
Fields
|
Improve this Doc
View Source
Declaration
public static readonly DependencyProperty AddPointCommandProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
Declaration
public static readonly DependencyProperty ChangeCurrentPolygonCommandProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
Declaration
public static readonly DependencyProperty IsDrawingModeProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
Declaration
public static readonly DependencyProperty PolygonsSourceProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
Declaration
public static readonly DependencyProperty SearchLocationCommandProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
Declaration
public static readonly DependencyProperty SelectedPolygonProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
|
Improve this Doc
View Source
Declaration
public ICommand AddPointCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
Declaration
public ICommand ChangeCurrentPolygonCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
Declaration
public bool IsDrawingMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public ObservableCollection<PolygonViewModel> PolygonsSource { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<PolygonViewModel> |
|
|
Improve this Doc
View Source
Declaration
public ICommand SearchLocationCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
Declaration
public PolygonViewModel SelectedPolygon { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void SelectAndZoomCurrentPolygon()