OgcWmtsEncoding Enumeration
Specifies how a OgcWmtsLayer selects which encoding to use for requests sent to the WMTS server; KVP (key/value pair) or RESTful (resource oriented).
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOgc assembly)
Syntax
public enum OgcWmtsEncoding
Values
Value name | Value | Description |
---|---|---|
Auto | 0 | Indicates that the OgcWmtsLayer tries to automatically detect which encoding to use. It will first try KVP; if that fails it will try RESTful instead. |
Kvp | 1 | Indicates that the OgcWmtsLayer should use KVP encoding. |
Rest | 2 | Indicates that the OgcWmtsLayer should use RESTful encoding. |
Platforms
Windows, Linux, Android