ClassWmsTileSource
Class
Tiled map source for the WMS.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.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.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", MessageId = "0#")]
public WmsTileSource(string baseUri, int tileWidth, int tileHeight)
Parameters
baseUri
Base URI of the WMS server.
tileWidth
Tile width.
tileHeight
Tile height.
Properties
BaseUri
Gets or sets Base URI of the WMS server.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
public string BaseUri { get; set; }
Property Value
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