ArcGIS API for WPF - Library Reference
WmtsLayer.WmtsServiceMode Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace : WmtsLayer.WmtsServiceMode Enumeration

Indicates which architecture style is using the server : procedure oriented (KVP) or resource oriented (RESTFul)

Syntax

Visual Basic (Declaration) 
Public Enum WmtsLayer.WmtsServiceMode 
   Inherits System.Enum
C# 
public enum WmtsLayer.WmtsServiceMode : System.Enum 

Members

MemberDescription
KVP The WMTS server operates in a procedure oriented architecture style. HTTP GET Transfer of operation requests is using KVP (Key-Value-Pair) encodings.
RESTful The WMTS server operates in a resource oriented architecture style (REST).

Remarks

The procedure oriented architecture style with SOAP encodings is not supported.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Toolkit.DataSources.WmtsLayer.WmtsServiceMode

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.