Class MapProviderBase
Inheritance
System.Object
MapProviderBase
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapProviderBase : DependencyObject, IDisposable
Constructors
MapProviderBase()
Declaration
protected MapProviderBase()
Fields
GeoBoundsNWProperty
Declaration
public static readonly DependencyProperty GeoBoundsNWProperty
Field Value
Microsoft.
|
GeoBoundsProperty
Declaration
public static readonly DependencyProperty GeoBoundsProperty
Field Value
Microsoft.
|
GeoBoundsSEProperty
Declaration
public static readonly DependencyProperty GeoBoundsSEProperty
Field Value
Microsoft.
|
OpacityProperty
Declaration
public static readonly DependencyProperty OpacityProperty
Field Value
Microsoft.
|
Properties
CommandBindingCollection
Declaration
public CommandBindingCollection CommandBindingCollection { get; }
Property Value
Commands
Declaration
public ObservableCollection<CommandDescription> Commands { get; }
Property Value
System.
|
GeoBounds
GeoBoundsNW
GeoBoundsSE
MapSources
Declaration
protected Dictionary<string, IMapSource> MapSources { get; }
Property Value
System.
|
Opacity
Declaration
public double Opacity { get; set; }
Property Value
System.
|
SpatialReference
Declaration
public virtual ISpatialReference SpatialReference { get; }
Property Value
SupportedSources
Declaration
public string[] SupportedSources { get; }
Property Value
System.
|
Methods
ApplySourceModes(String)
Declaration
protected virtual string ApplySourceModes(string uniqueId)
Parameters
System.
|
Returns
System.
|
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.
|
GetValidatedGeoPoint(Location)
Declaration
public virtual Location GetValidatedGeoPoint(Location geoPoint)
Parameters
Location
geoPoint
|
Returns
InheritCurrentSource(MapProviderBase)
Declaration
protected virtual void InheritCurrentSource(MapProviderBase clone)
Parameters
Map
|
InheritParameters(MapProviderBase)
Declaration
protected virtual void InheritParameters(MapProviderBase clone)
Parameters
Map
|
OnPreviewSourceChange(IMapSource)
Declaration
protected virtual bool OnPreviewSourceChange(IMapSource source)
Parameters
IMap
|
Returns
System.
|
OnPreviewSourceChanged(IMapSource)
Declaration
protected virtual void OnPreviewSourceChanged(IMapSource source)
Parameters
IMap
|
RegisterSetSourceCommand(Type, String, DataTemplate, Uri, CanExecuteRoutedEventHandler, ExecutedRoutedEventHandler)
Declaration
protected void RegisterSetSourceCommand(Type sourceType, string text, DataTemplate dataTemplate, Uri imageUri, CanExecuteRoutedEventHandler canExecute, ExecutedRoutedEventHandler execute)
Parameters
System.
|
System.
|
Microsoft.
|
System.
|
Can
|
Executed
|
SetCommandState(String)
Declaration
protected virtual void SetCommandState(string uniqueId)
Parameters
System.
|
SetMapSource(String)
Declaration
public void SetMapSource(string uniqueId)
Parameters
System.
|
SetMapSourceToClone(MapProviderBase, String)
Declaration
public virtual void SetMapSourceToClone(MapProviderBase clone, string uniqueId)
Parameters
Map
|
System.
|
SourceInitializationFaulted(Object, InitializationFaultEventArgs)
Declaration
protected void SourceInitializationFaulted(object sender, InitializationFaultEventArgs e)
Parameters
System.
|
Initialization
|
TilePresenterMapSourceChanged(Object, SourceChangedEventArgs)
Declaration
protected virtual void TilePresenterMapSourceChanged(object sender, SourceChangedEventArgs e)
Parameters
System.
|
Source
|
TryGetMapSource(String, out IMapSource)
Declaration
public bool TryGetMapSource(string uniqueId, out IMapSource source)
Parameters
System.
|
IMap
|
Returns
System.
|
Events
InitializationFaulted
Declaration
public event EventHandler<InitializationFaultEventArgs> InitializationFaulted
Event Type
System.
|
MapSourceChanged
Declaration
public event EventHandler<MapSourceChangedEventArgs> MapSourceChanged
Event Type
System.
|
SpatialReferenceChanged
Declaration
public event EventHandler SpatialReferenceChanged
Event Type
System.
|