WmsTileSource
Class
Tiled map source for the WMS.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class WmsTileSource : TiledMapSource, IMapSource
Inheritance: objectMultiScaleTileSourceTiledMapSourceWmsTileSource
Implements:
Inherited Members
Constructors
Properties
Gets or sets the image format of the requested tiles.
C#
public string ImageFormat { get; set; }
Gets or sets which layers are requested from the WMS server.
C#
public string Layers { get; set; }
Gets or sets coordinate Reference System (CRS) or Spatial Reference System (SRS) identifier.
C#
public string Projection { get; set; }
Methods
Initialize tile source.
C#
public override void Initialize()
Overrides: