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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |