Show / Hide Table of Contents

Class WmtsServiceInfo

Describes metadata of a WMTS service, based on the result of WMTS GetCapabilities operation.

Inheritance
System.Object
WmtsServiceInfo
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)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WmtsServiceInfo
Remarks

You can obtain the WmtsServiceInfo from a loaded WmtsService.

Properties

Name Description
Description

Gets the description (abstract) of this service, if specified.

Keywords

Gets a list of keywords defined for the WMTS service, if specified.

LayerInfos

Gets a collection of WmtsLayerInfo objects, describing layers of this WMTS service.

TileMatrixSets

Gets a list of one or more tile matrix sets supported by this WMTS service.

Title

Gets the human-readable title of this service, if specified.

Version

Gets the version of this WMTS service.

See Also

WmtsLayerInfo
WmtsLayer

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.