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