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. The axis order can be changed on a loaded table, but that change will only affect future calls to PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>). Features that are already in the table will not be modified. The default value is Auto. In this mode, the results are optimized using heuristics from popular WFS Servers.
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 |
Relevant samples
Browse WFS layers: Browse a WFS service for layers and add them to the map.