ArcGIS API for Silverlight - Library Reference
WmtsLayer Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace : WmtsLayer Class


The following tables list the members exposed by WmtsLayer.

Public Constructors

 NameDescription
public ConstructorWmtsLayer ConstructorInitializes a new instance of the WmtsLayer class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)ServiceModePropertyIdentifies the ServiceMode dependency property.  
public Fieldstatic (Shared in Visual Basic)TokenPropertyIdentifies the Token dependency property.  
public Fieldstatic (Shared in Visual Basic)UrlPropertyIdentifies the Url dependency property.  
Top

Public Properties

 NameDescription
public PropertyDescription Gets or sets the description of the currently active layer.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayName Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyFullExtent The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyID Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyImageFormat Gets or sets the image format used by the WMTS layer.  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitialized Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyLayer Gets or sets the layer identifier displayed by the WMTS service.  
public PropertyLayerInfos An enumeration of WmtsLayerInfo describing the layers available for this WMTS service.  
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacity Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyProxyUrl Optional. Gets or sets the URL to a proxy service that brokers Web requests between the client application and a WMTS service. Use a proxy service when the WMTS service is not hosted on a site that provides a cross domain policy file (clientaccesspolicy.xml or crossdomain.xml). You can also use a proxy to convert png images to a bit-depth that supports transparency in Silverlight.  
public PropertyServiceMode Gets or sets the service mode i.e. "KVP" or "RESTful". By default, it's "RESTful".  
public PropertyShowLegend Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyStyle Gets or sets the style to apply to the WMTS layer.  
public PropertyTileMatrixSet Gets or sets the tile matrix set. It defines the tileMatrixSet the layer will use.  
public PropertyTitle The title of the currently active layer.  
public PropertyTokenGets or sets the token for accessing a secure ArcGIS service.  
public PropertyUrl Required. Gets or sets the URL to a WMTS service endpoint. For example, http://v2.suite.opengeo.org/geoserver/gwc/service/wmts  
public PropertyVersion Optional. Gets or sets the WMTS version. The default value is 1.0.0  
public PropertyVisible Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyVisibleTimeExtent Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetTileUrlOverridden.  Returns a URL to the specific tile in a WmtsLayer.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden.  Initializes this WMTS layer. Calls GetCapabilities if SkipGetCapabilities is false.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodRefresh Clears all tiles from the layer and redraws it. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodToBitmapRenders the layer to a System.Windows.Media.Imaging.WriteableBitmap. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Protected Methods

 NameDescription
protected MethodCancel Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodGetTileSource Gets the source image to display in the tiled layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
protected MethodOnLayerChanged Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnMapChangedOverride to know when a layer's ESRI.ArcGIS.Client.Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnPropertyChanged (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Events

 NameDescription
public EventInitializationFailed This Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitialized Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventPropertyChanged Property changed event (Inherited from ESRI.ArcGIS.Client.Layer)
public EventTileLoaded Occurs when a tile has been loaded. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public EventTileLoading Occurs when a tile is about to load. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
Top

See Also

© ESRI, Inc. All Rights Reserved.