Class WmsTiledProvider
Tiled map provider for the WMS.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class WmsTiledProvider : TiledProvider, IDisposable, ICloneable
Constructors
WmsTiledProvider()
Initializes a new instance of the WmsTiledProvider class.
Declaration
public WmsTiledProvider()
WmsTiledProvider(String)
Initializes a new instance of the WmsTiledProvider class.
Declaration
public WmsTiledProvider(string baseUri)
Parameters
System.String
baseUri
Base URI of the WMS server. |
Fields
BaseUriProperty
Identifies the BaseUri dependency property.
Declaration
public static readonly DependencyProperty BaseUriProperty
Field Value
System.Windows.DependencyProperty
|
ImageFormatProperty
Identifies the ImageFormat dependency property.
Declaration
public static readonly DependencyProperty ImageFormatProperty
Field Value
System.Windows.DependencyProperty
|
LayersProperty
Identifies the Layers dependency property.
Declaration
public static readonly DependencyProperty LayersProperty
Field Value
System.Windows.DependencyProperty
|
ProjectionProperty
Identifies the Projection dependency property.
Declaration
public static readonly DependencyProperty ProjectionProperty
Field Value
System.Windows.DependencyProperty
|
VersionProperty
Identifies the Version dependency property.
Declaration
public static readonly DependencyProperty VersionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BaseUri
Gets or sets Base URI of the WMS server.
Declaration
public string BaseUri { get; set; }
Property Value
System.String
|
ImageFormat
Gets or sets the format of the images requested from the WMS server.
Declaration
public string ImageFormat { get; set; }
Property Value
System.String
|
Layers
Gets or sets which layers are requested from the WMS server.
Declaration
public string Layers { get; set; }
Property Value
System.String
|
Projection
Gets or sets coordinate Reference System (CRS) or Spatial Reference System (SRS) identifier. Reserved for future use.
Declaration
public string Projection { get; set; }
Property Value
System.String
|
SpatialReference
Returns the SpatialReference for the map provider.
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
ISpatialReference
|
Overrides
Version
Gets or sets the version of the requested service.
Declaration
public string Version { get; set; }
Property Value
System.String
|
Methods
Clone()
Implements the ICloneable interface.
Declaration
public object Clone()
Returns
System.Object
Cloned object. |