WmsTiledProvider
Tiled map provider for the WMS.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class WmsTiledProvider : TiledProvider, IDisposable, ICloneable
Inheritance: objectMapProviderBaseTiledProviderWmsTiledProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the WmsTiledProvider class.
public WmsTiledProvider()
Initializes a new instance of the WmsTiledProvider class.
Fields
BaseUriProperty
DependencyProperty
Identifies the BaseUri dependency property.
public static readonly DependencyProperty BaseUriProperty
ImageFormatProperty
DependencyProperty
Identifies the ImageFormat dependency property.
public static readonly DependencyProperty ImageFormatProperty
LayersProperty
DependencyProperty
Identifies the Layers dependency property.
public static readonly DependencyProperty LayersProperty
ProjectionProperty
DependencyProperty
Identifies the Projection dependency property.
public static readonly DependencyProperty ProjectionProperty
VersionProperty
DependencyProperty
Identifies the Version dependency property.
public static readonly DependencyProperty VersionProperty
Properties
Gets or sets the format of the images requested from the WMS server.
public string ImageFormat { get; set; }
Gets or sets which layers are requested from the WMS server.
public string Layers { get; set; }
Gets or sets coordinate Reference System (CRS) or Spatial Reference System (SRS) identifier. Reserved for future use.
public string Projection { get; set; }
Returns the SpatialReference for the map provider.
public override ISpatialReference SpatialReference { get; }
Overrides: