Class LocalMapProvider
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class LocalMapProvider : IMapProvider, ICloneable, IMapTileProvider
Constructors
LocalMapProvider()
LocalMapProvider(String, String)
Initializes a new instance of the Local
Declaration
public LocalMapProvider(string directoryPath, string fileFormat)
Parameters
System. The directory path. |
System. The file format. |
Properties
CacheProvider
Declaration
public IMapCacheProvider CacheProvider { get; set; }
Property Value
Implements
DirectoryPath
Declaration
public virtual string DirectoryPath { get; set; }
Property Value
System.
|
EnableCaching
Declaration
public bool EnableCaching { get; set; }
Property Value
System.
|
Implements
FileFormat
Declaration
public virtual string FileFormat { get; set; }
Property Value
System.
|
Id
Declaration
public virtual string Id { get; }
Property Value
System.
|
Implements
Initialized
Gets or sets a value indicating whether this Local
Declaration
public bool Initialized { get; protected set; }
Property Value
System.
|
MaxZoomLevel
Declaration
public virtual int MaxZoomLevel { get; set; }
Property Value
System.
|
Implements
MinZoomLevel
Declaration
public virtual int MinZoomLevel { get; set; }
Property Value
System.
|
Implements
NoImageAvailable
Gets or sets an image that will be displayed when a tile image cannot be retrieved or does not exist.
Declaration
public Image NoImageAvailable { get; set; }
Property Value
System. The no image available. |
TileDownloader
Declaration
public IMapTileDownloader TileDownloader { get; set; }
Property Value
Implements
TileSize
Declaration
public Size TileSize { get; set; }
Property Value
System.
|
Implements
Methods
Clone()
Declaration
public virtual object Clone()
Returns
System.
|
Implements
GetContent(IMapViewport)
Declaration
public virtual IEnumerable<MapVisualElement> GetContent(IMapViewport viewport)
Parameters
IMap
|
Returns
System.
|
Implements
GetSupportedViews()
Declaration
public virtual List<MapViewInfo> GetSupportedViews()
Returns
System.
|
Implements
GetTileImage(Int32, Int32, Int32)
Declaration
public Image GetTileImage(int x, int y, int zoom)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
Implements
Initialize()
LoadTile(Int32, Int32, Int32)
Loads the tile image.
Declaration
public virtual Image LoadTile(int x, int y, int zoom)
Parameters
System. The x. |
System. The y. |
System. The zoom. |
Returns
System. Image. |
OnInitializationComplete(EventArgs)
Declaration
protected virtual void OnInitializationComplete(EventArgs e)
Parameters
System.
|
OnInitializationError(InitializationErrorEventArgs)
Declaration
protected virtual void OnInitializationError(InitializationErrorEventArgs e)
Parameters
OnProviderUpdated(EventArgs)
Declaration
protected virtual void OnProviderUpdated(EventArgs e)
Parameters
System.
|
SetView(MapViewInfo)
ViewportChanged(IMapViewport, ViewportChangeAction)
Declaration
public virtual void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
Parameters
IMap
|
Viewport
|
Implements
Events
InitializationComplete
Declaration
public event EventHandler InitializationComplete
Event Type
System.
|
Implements
InitializationError
Declaration
public event InitializationErrorEventHandler InitializationError
Event Type
Implements
ProviderUpdated
Declaration
public event EventHandler ProviderUpdated
Event Type
System.
|