ClassWmsTiledProvider
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
WmsTiledProvider()
Initializes a new instance of the WmsTiledProvider class.
Declaration
public WmsTiledProvider()
WmsTiledProvider(string)
Initializes a new instance of the WmsTiledProvider class.
Declaration
[SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", MessageId = "0#")]
public WmsTiledProvider(string baseUri)
Parameters
baseUri
Base URI of the WMS server.
Fields
BaseUriProperty
Identifies the BaseUri dependency property.
Declaration
public static readonly DependencyProperty BaseUriProperty
Field Value
DependencyProperty
ImageFormatProperty
Identifies the ImageFormat dependency property.
Declaration
public static readonly DependencyProperty ImageFormatProperty
Field Value
DependencyProperty
LayersProperty
Identifies the Layers dependency property.
Declaration
public static readonly DependencyProperty LayersProperty
Field Value
DependencyProperty
ProjectionProperty
Identifies the Projection dependency property.
Declaration
public static readonly DependencyProperty ProjectionProperty
Field Value
DependencyProperty
VersionProperty
Identifies the Version dependency property.
Declaration
public static readonly DependencyProperty VersionProperty
Field Value
DependencyProperty
Properties
BaseUri
Gets or sets Base URI of the WMS server.
Declaration
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
public string BaseUri { get; set; }
Property Value
ImageFormat
Gets or sets the format of the images requested from the WMS server.
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. Reserved for future use.
SpatialReference
Returns the SpatialReference for the map provider.
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides