Class WmtsService
An Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS).
Inheritance
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class WmtsService : INotifyPropertyChanged, ILoadable
Remarks
The OGC WMTS standard is an international specification for serving digital maps over the web using cached image tiles. The WMTS service may be hosted in ArcGIS Online, ArcGIS Enterprise, or on a third party server. You can construct a WmtsService using the URL for a WMTS service. Once loaded, you can browse its metadata using ServiceInfo and access its layers using the LayerInfos collection.
A WMTS service provides access to a set of cached tiles at predefined scales. The service provides a collection of tile matrix sets, each of these is composed of one or more tile matrices for a series of fixed scales. As the scale decreases, the number of tiles in the matrix increases - each tile being of a smaller geographic area and of a higher resolution.
WMTS version 1.0.0 is supported.
Constructors
Name | Description |
---|---|
WmtsService(Uri) | Initializes a new instance of the WmtsService class with the specified URI. |
Properties
Name | Description |
---|---|
CustomParameters | Gets the dictionary of custom parameters to be sent with requests to this WMTS service. |
LoadError | Gets the System.Exception associated with the last load error. |
LoadStatus | Gets the load status. |
ServiceInfo | Gets the information for browsing and accessing the WmtsService content. |
Source | Gets or sets the System.Uri of this WMTS service. |
Methods
Name | Description |
---|---|
CancelLoad() | Cancel loading metadata for the object. |
LoadAsync() | Load the metadata for the object asynchronously. |
RetryLoadAsync() | Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
LoadStatusChanged | Event that is raised when the LoadStatus property changes. |
Name | Description |
---|---|
INotifyPropertyChanged.PropertyChanged |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |