Class WmsTiledProvider
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WmsTiledProvider : TiledProvider, IDisposable, ICloneable
Constructors
WmsTiledProvider()
Declaration
public WmsTiledProvider()
WmsTiledProvider(String)
Declaration
public WmsTiledProvider(string baseUri)
Parameters
System.
|
Fields
BaseUriProperty
Declaration
public static readonly DependencyProperty BaseUriProperty
Field Value
Microsoft.
|
ImageFormatProperty
Declaration
public static readonly DependencyProperty ImageFormatProperty
Field Value
Microsoft.
|
LayersProperty
Declaration
public static readonly DependencyProperty LayersProperty
Field Value
Microsoft.
|
ProjectionProperty
Declaration
public static readonly DependencyProperty ProjectionProperty
Field Value
Microsoft.
|
VersionProperty
Declaration
public static readonly DependencyProperty VersionProperty
Field Value
Microsoft.
|
Properties
BaseUri
Declaration
public string BaseUri { get; set; }
Property Value
System.
|
ImageFormat
Declaration
public string ImageFormat { get; set; }
Property Value
System.
|
Layers
Declaration
public string Layers { get; set; }
Property Value
System.
|
Projection
Declaration
public string Projection { get; set; }
Property Value
System.
|
SpatialReference
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides
Version
Declaration
public string Version { get; set; }
Property Value
System.
|
Methods
Clone()
Declaration
public object Clone()
Returns
System.
|