Enum WmsAxisOrder
public enum WmsAxisOrder
Fields
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.