Class ArcGisMapProvider
Represents Map Provider for ArcGIS online services.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ArcGisMapProvider : TiledProvider, IDisposable, ICloneable
Constructors
ArcGisMapProvider()
Initializes a new instance of the ArcGisMapProvider class.
Declaration
public ArcGisMapProvider()
Fields
ModeProperty
Identifies the Mode Mode dependency property.
Declaration
public static readonly DependencyProperty ModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Mode
Gets or sets map mode.
Declaration
public ArcGisMapMode Mode { get; set; }
Property Value
ArcGisMapMode
|
SpatialReference
Returns the SpatialReference for the map provider.
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
ISpatialReference
|
Overrides
Methods
Clone()
Implements the ICloneable interface.
Declaration
public object Clone()
Returns
System.Object
Cloned object. |
Implements
OnPreviewSourceChanged(IMapSource)
Called after map provider switch to another map source.
Declaration
protected override void OnPreviewSourceChanged(IMapSource source)
Parameters
IMapSource
source
Map source is used. |