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