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 |
---|---|
Ogc |
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 No
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |