Property FilterAxisOrder
FilterAxisOrder
Gets or sets the filter axis order, which determines how coordinates are ordered when sent to the server as part of spatial queries.
Declaration
public OgcAxisOrder FilterAxisOrder { get; set; }
Property Value
Type | Description |
---|---|
OgcAxisOrder | Whether coordinates are swapped before being sent to the server. |
Remarks
Spatial queries are queries with Geometry set. Some WFS services expect coordinates to be sent in (X,Y) order, while others use (Y,X). Use Swap to send coordinates in (Y,X) order or NoSwap to use (X,Y) order. Defaults to Auto.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |