Show / Hide Table of Contents

Property AxisOrder

AxisOrder

Gets or sets the axis order, which defines how coordinates are interpreted (X,Y or Y,X).

Declaration
public OgcAxisOrder AxisOrder { get; set; }
Property Value
Type Description
OgcAxisOrder

Whether coordinates are interpreted as-is or swapped.

Remarks

Some WFS services return coordinates in (X,Y) order, while others use (Y,X). Setting this property to Swap will result in all coordinates in geometries being swapped from what was sent by the server. Setting to NoSwap will cause coordinates to be interpreted as-is. Defaults to Auto. In this mode, Runtime will make its best guess using heuristics that are optimized for good results with most popular WFS servers. AxisOrder may be changed on an already-loaded WFS feature table, but that change will only affect future calls to PopulateFromService. Features that are already in the table will not be affected.

See Also
FilterAxisOrder

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.5 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.5 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.14
Xamarin.iOS100.5 - 100.14
UWP100.5 - 100.14
Relevant samples
Browse WFS layers: Browse a WFS service for layers and add them to the map.
In This Article
Back to top Copyright © 2021 Esri.