Class
WmsTiledProvider

Tiled map provider for the WMS.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class WmsTiledProvider : TiledProvider, IDisposable, ICloneable

Inheritance: objectMapProviderBaseTiledProviderWmsTiledProvider

Implements: ICloneableIDisposable

Inherited Members TiledProvider.IsTileCachingEnabledPropertyTiledProvider.CacheStoragePropertyTiledProvider.RequestCacheLevelPropertyTiledProvider.RequestCredentialsPropertyTiledProvider.IsTileCachingEnabledChanged(bool, bool)TiledProvider.CacheStorageChanged()TiledProvider.RequestCacheLevelChanged()TiledProvider.RequestCredentialsChanged()TiledProvider.InheritParameters(MapProviderBase)TiledProvider.InheritCacheStorage(TiledMapSource)TiledProvider.OnIsTileCachingEnabledChanged(bool, bool)TiledProvider.InheritRequestCacheLevel(TiledMapSource)TiledProvider.InheritRequestCredentials(TiledMapSource)TiledProvider.IsTileCachingEnabledTiledProvider.CacheStorageTiledProvider.RequestCacheLevelTiledProvider.RequestCredentialsMapProviderBase.GeoBoundsPropertyMapProviderBase.GeoBoundsNWPropertyMapProviderBase.GeoBoundsSEPropertyMapProviderBase.OpacityPropertyMapProviderBase.Dispose()MapProviderBase.GetValidatedGeoPoint(Location)MapProviderBase.SetMapSourceToClone(MapProviderBase, string)MapProviderBase.SetMapSource(string)MapProviderBase.TryGetMapSource(string, out IMapSource)MapProviderBase.ApplySourceModes(string)MapProviderBase.Dispose(bool)MapProviderBase.CreateInstanceCore()MapProviderBase.OnPreviewSourceChange(IMapSource)MapProviderBase.OnPreviewSourceChanged(IMapSource)MapProviderBase.InheritCurrentSource(MapProviderBase)MapProviderBase.RegisterSetSourceCommand(Type, string, DataTemplate, Uri, CanExecuteRoutedEventHandler, ExecutedRoutedEventHandler)MapProviderBase.SetCommandState(string)MapProviderBase.SourceInitializationFaulted(object, InitializationFaultEventArgs)MapProviderBase.TilePresenterMapSourceChanged(object, SourceChangedEventArgs)MapProviderBase.CommandBindingCollectionMapProviderBase.CommandsMapProviderBase.GeoBoundsMapProviderBase.GeoBoundsNWMapProviderBase.GeoBoundsSEMapProviderBase.OpacityMapProviderBase.SupportedSourcesMapProviderBase.MapSourcesMapProviderBase.InitializationFaultedMapProviderBase.MapSourceChangedMapProviderBase.SpatialReferenceChanged

Constructors

WmsTiledProvider()

Initializes a new instance of the WmsTiledProvider class.

Declaration

cs-api-definition
public WmsTiledProvider()

WmsTiledProvider(string)

Initializes a new instance of the WmsTiledProvider class.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", MessageId = "0#")]
public WmsTiledProvider(string baseUri)

Parameters

baseUri

string

Base URI of the WMS server.

Fields

BaseUriProperty

Identifies the BaseUri dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BaseUriProperty

Field Value

DependencyProperty

ImageFormatProperty

Identifies the ImageFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageFormatProperty

Field Value

DependencyProperty

LayersProperty

Identifies the Layers dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LayersProperty

Field Value

DependencyProperty

ProjectionProperty

Identifies the Projection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ProjectionProperty

Field Value

DependencyProperty

VersionProperty

Identifies the Version dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VersionProperty

Field Value

DependencyProperty

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

string

ImageFormat

Gets or sets the format of the images requested from the WMS server.

Declaration

cs-api-definition
public string ImageFormat { get; set; }

Property Value

string

Layers

Gets or sets which layers are requested from the WMS server.

Declaration

cs-api-definition
public string Layers { get; set; }

Property Value

string

Projection

Gets or sets coordinate Reference System (CRS) or Spatial Reference System (SRS) identifier. Reserved for future use.

Declaration

cs-api-definition
public string Projection { get; set; }

Property Value

string

SpatialReference

Returns the SpatialReference for the map provider.

Declaration

cs-api-definition
public override ISpatialReference SpatialReference { get; }

Property Value

ISpatialReference

Overrides MapProviderBase.SpatialReference

Version

Gets or sets the version of the requested service.

Declaration

cs-api-definition
public string Version { get; set; }

Property Value

string

Methods

Clone()

Implements the ICloneable interface.

Declaration

cs-api-definition
public object Clone()

Returns

object

Cloned object.

Implements ICloneable.Clone()