WfsAxisOrder¶
Namespace: ThinkGeo.Core
public enum WfsAxisOrder
Inheritance Object → ValueType → Enum → WfsAxisOrder
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | The default axis order, which is auto-detected based on the 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. |