WmtsAxisOrder¶
Namespace: ThinkGeo.Core
This enum indicates the axis order or the Wmts axis order.
public enum WmtsAxisOrder
Inheritance Object → ValueType → Enum → WmtsAxisOrder
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| XY | 0 | This value indicates the axis order is formed as X, Y. |
| YX | 1 | This value indicates the axis order is formed as Y, X. |