WmtsSeverEncodingType¶
Namespace: ThinkGeo.Core
WMTS System.
public enum WmtsSeverEncodingType
Inheritance object → ValueType → Enum → WmtsSeverEncodingType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Kvp | 0 | Key Value Pairs encoding system. |
| Restful | 1 | RESTful encoding system. |
| KvpRestful | 2 | Key Value Pairs encoding system for GetCapabilities. |
| RESTful encoding system for GetTiles. | ||
| Unknown | 3 | Unknown encoding system. This encoding type would throw an exception. |