Class WmtsLayerInfo
Metadata about an individual Web Map Tile Service (WMTS) layer within a WMTS service.
Inheritance
System.Object
WmtsLayerInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class WmtsLayerInfo
Remarks
You can obtain a WmtsLayerInfo from the LayerInfos collection of a loaded WmtsService.
Properties
| Name | Description |
|---|---|
| Description | Gets the layer's description (abstract), if specified. |
| Id | Gets the WMTS layer's identifier. |
| ImageFormats | Gets a list of tile image formats available for the WMTS layer. |
| Keywords | Gets a list of keywords defined for the WMTS layer, if specified. |
| Styles | Gets a list of styles available for the WMTS layer. |
| TileMatrixSets | Gets a list of one or more tile matrix sets available for the WMTS layer. |
| Title | Gets the layer's human-readable title, if specified. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a System.String that represents the current System.Object. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.1 - 200.8 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 200.8 |