The following tables list the members exposed by WmtsLayer.
Name | Description | |
---|---|---|
![]() | WmtsLayer Constructor | Initializes a new instance of the WmtsLayer class. |
Name | Description | |
---|---|---|
![]() ![]() | ServiceModeProperty | Identifies the ServiceMode dependency property. |
![]() ![]() | TokenProperty | Identifies the Token dependency property. |
![]() ![]() | UrlProperty | Identifies the Url dependency property. |
Name | Description | |
---|---|---|
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Description | Gets or sets the description of the currently active layer. |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | Effect | Gets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | ImageFormat | Gets or sets the image format used by the WMTS layer. |
![]() | InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | Layer | Gets or sets the layer identifier displayed by the WMTS service. |
![]() | LayerInfos | An enumeration of WmtsLayerInfo describing the layers available for this WMTS service. |
![]() | MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | ProxyUrl | Optional. Gets or sets the URL to a proxy service that brokers Web requests between the Silverlight client 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. |
![]() | ServiceMode | Gets or sets the service mode i.e. "KVP" or "RESTful". By default, it's "RESTful". |
![]() | SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | Style | Gets or sets the style to apply to the WMTS layer. |
![]() | TileMatrixSet | Gets or sets the tile matrix set. It defines the tileMatrixSet the layer will use. |
![]() | Title | The title of the currently active layer. |
![]() | Token | Gets or sets the token for accessing a secure ArcGIS service. |
![]() | Url | Required. Gets or sets the URL to a WMTS service endpoint. For example, http://v2.suite.opengeo.org/geoserver/gwc/service/wmts |
![]() | Version | Optional. Gets or sets the WMTS version. The default value is 1.0.0 |
![]() | Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ESRI.ArcGIS.Client.TiledLayer) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetTileUrl | Overridden. Returns a URL to the specific tile in a WmtsLayer. |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | Initialize | Overridden. Initializes this WMTS layer. Calls GetCapabilities if SkipGetCapabilities is false. |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | Refresh | Clears all tiles from the layer and redraws it. (Inherited from ESRI.ArcGIS.Client.TiledLayer) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
![]() | Cancel | Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | GetTileSource | Gets the source image to display in the tiled layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.TiledLayer) |
![]() | OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | OnMapChanged | Override to know when a layer's ESRI.ArcGIS.Client.Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | OnPropertyChanged | Overloaded. Raises the ESRI.ArcGIS.Client.Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
![]() | InitializationFailed | Raised when the layer has been initialized and encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | Initialized | Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) |
![]() | TileLoaded | Occurs when a tile has been loaded. (Inherited from ESRI.ArcGIS.Client.TiledLayer) |
![]() | TileLoading | Occurs when a tile is about to load. (Inherited from ESRI.ArcGIS.Client.TiledLayer) |