Class ArcGisWorldMapSourceBase
Represents base class for ArcGIS online services.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ArcGisWorldMapSourceBase : TiledMapSource, IMapSource
Constructors
ArcGisWorldMapSourceBase(String)
Initializes a new instance of the ArcGisWorldMapSourceBase class.
Declaration
public ArcGisWorldMapSourceBase(string mapServerName)
Parameters
System.
|
Methods
GetTile(Int32, Int32, Int32)
Gets the image URI.
Declaration
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System. Tile level. |
System. Tile X. |
System. Tile Y. |
Returns
System. URI of image. |
Overrides
Initialize()
Initialize provider.
Declaration
public override void Initialize()