ClassWmsTileSource
Class
Tiled map source for the WMS.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class WmsTileSource : TiledMapSource, IMapSource
Inheritance: objectMultiScaleTileSourceTiledMapSourceWmsTileSource
Implements:
Inherited Members
Constructors
WmsTileSource(string, int, int)
Initializes a new instance of the WmsTileSource class.
Properties
BaseUri
Gets or sets Base URI of the WMS server.
ImageFormat
Gets or sets the image format of the requested tiles.
Layers
Gets or sets which layers are requested from the WMS server.
Projection
Gets or sets coordinate Reference System (CRS) or Spatial Reference System (SRS) identifier.
Methods
GetTile(int, int, int)
Gets the image URI.
Initialize()
Initialize tile source.
Declaration
cs-api-definition
public override void Initialize()
Overrides