Show / Hide Table of Contents

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
AxisOrder

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.5 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.5 - 200.7
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.