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.String
mapServerName
|
Methods
GetTile(Int32, Int32, Int32)
Gets the image URI.
Declaration
protected override Uri GetTile(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System.Int32
tileLevel
Tile level. |
System.Int32
tilePositionX
Tile X. |
System.Int32
tilePositionY
Tile Y. |
Returns
System.Uri
URI of image. |
Overrides
Initialize()
Initialize provider.
Declaration
public override void Initialize()