OgcWfsDataSet.SwitchResponseXY Property
Gets or sets a flag indicating whether axis order should be flipped when parsing returned features.
Syntax
public System.Boolean SwitchResponseXY { get; set; }
Property Value
Default: false
True if the dataset should switch the axis order compared to its default behavior; otherwise, False.
Remarks
When True, this property will flip the axis order of the feature geometries in responses received from 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 order to the opposite of what it would otherwise do.
This only changes the axis order of responses received from the WFS service. To also switch axis order when sending requests to the WFS service, see SwitchRequestXY.
Platforms
Windows, Linux, Android