OgcWfsDataSet.SwitchRequestXY Property
Gets or sets a flag indicating whether feature requests should have switched axis order.
Syntax
public System.Boolean SwitchRequestXY { get; set; }
Property Value
Default: false
True if the dataset should switch the request-parameter axis order compared to its default behavior; otherwise, False.
Remarks
When True, this property will flip the axis order of the BBOX parameter in requests sent to the WFS service. This is usually not needed.
OgcWfsDataSet will try to find the correct axis order for feature requests as required for the request's Crs, in accordance with the WFS specification. But the rules are complex and implementations vary, so it can sometimes be necessary to override this behavior. When this property is True, OgcWfsDataSet will flip the axis of request parameters order to the opposite of what it would otherwise do.
This only changes the axis order of parameters in requests sent to the WFS service. To also switch axis order when parsing features received from the WFS service, see SwitchResponseXY.
Platforms
Windows, Linux, Android