ArcGIS Runtime SDK for WPF - Library Reference
WmtsLayer Class Members
See Also  Fields  Properties  Methods  Events
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)ClientCertificatePropertyIdentifies the ClientCertificate dependency property.  
public Fieldstatic (Shared in Visual Basic)CredentialsPropertyIdentifies the Credentials dependency property.  
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 PropertyBrightnessSet layer brightness level (accelerated display only) Valid range: -1 to 1. Default: 0 (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request.  
public PropertyContrastSet layer contrast level (accelerated display only) Valid range: 0 to 1. Default: 1 (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request.  
public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDescriptionGets or sets the description of the currently active layer.  
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyDisplayNameGets 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 PropertyFullExtentThe full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyGammaSet layer gamma level (accelerated display only). Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public PropertyIDGets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyImageFormatGets or sets the image format used by the WMTS layer.  
public PropertyInitializationFailureGets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitializedReturns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyLayerGets or sets the layer identifier displayed by the WMTS service.  
public PropertyLayerInfosAn enumeration of WmtsLayerInfo describing the layers available for this WMTS service.  
public PropertyMaximumResolutionGets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolutionGets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacityGets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyProxyUrlOptional. 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).  
public PropertyServiceModeGets or sets the service mode i.e. "KVP" or "RESTful". By default, it's "RESTful".  
public PropertyShowLegendGets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySpatialReferenceGets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyStyleGets or sets the style to apply to the WMTS layer.  
public PropertyTileMatrixSetGets or sets the tile matrix set. It defines the tileMatrixSet the layer will use.  
public PropertyTitleThe title of the currently active layer.  
public PropertyTokenGets or sets the token for accessing a secure ArcGIS service.  
public PropertyUrlRequired. Gets or sets the URL to a WMTS service endpoint. For example, http://v2.suite.opengeo.org/geoserver/gwc/service/wmts  
public PropertyVersionOptional. Gets or sets the WMTS version. The default value is 1.0.0  
public PropertyVisibleGets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyVisibleTimeExtentGets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetTileUrlOverridden. Returns a URL to the specific tile in a WmtsLayer.  
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden. Initializes this WMTS layer. Calls GetCapabilities if SkipGetCapabilities is false.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodRefreshClears all tiles from the layer and redraws it. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancelStops loading of any pending tiles (Inherited from ESRI.ArcGIS.Client.TiledLayer)
protected MethodGetTileSourceGets the tile source. (Inherited from ESRI.ArcGIS.Client.TiledMapServiceLayer)
protected MethodOnLayerChangedNotifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnLoadedOccurs when this layer is rendered. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnMapChangedNetworkAvailabilityChanged (Inherited from ESRI.ArcGIS.Client.TiledLayer)
protected MethodOnPropertyChangedOverloaded. Raises the ESRI.ArcGIS.Client.Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnUnloadedOccurs when this layer is no longer connected to the main object tree. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Events

 NameDescription
public EventInitializationFailedThis Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitializedRaised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventPropertyChangedProperty changed event (Inherited from ESRI.ArcGIS.Client.Layer)
public EventTileLoadedOccurs when a tile has been loaded. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public EventTileLoadingOccurs when a tile is about to load. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
Top

See Also

© ESRI, Inc. All Rights Reserved.