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 Wmts
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 |
---|---|
Wmts |
Initializes a new instance of the Wmts |
Properties
Name | Description |
---|---|
Custom |
Gets the dictionary of custom parameters to be sent with requests to this WMTS service. |
Load |
Gets the System. |
Load |
Gets the load status. |
Service |
Gets the information for browsing and accessing the Wmts |
Source | Gets or sets the System. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Name | Description |
---|---|
INotify |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |