WmsAxisOrder¶
Namespace: ThinkGeo.Core
public enum WmsAxisOrder
Inheritance Object → ValueType → Enum → WmsAxisOrder
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | The default axis order, which is auto-detected based on the WMS version and CRS (Coordinate Reference System). |
| It can be either XY or YX eventually, depending on the specific context. | ||
| XY | 1 | The X-coordinate is specified before the Y-coordinate. |
| YX | 2 | The Y-coordinate is specified before the X-coordinate. |