axisOrder

The axis order, which defines how coordinates are interpreted (x,y or y,x). Some WFS services return coordinates in (x,y) order, while others use (y,x) order. Setting this property to OgcAxisOrder.Swap results in all coordinates in geometries being swapped from what was sent by the server. Setting to OgcAxisOrder.NoSwap will cause coordinates to be interpreted as-is. The axis order can be changed on an already-loaded feature table, but the change will only affect future calls to WfsFeatureTable.populateFromService(QueryParameters, Boolean, MutableListImpl). Features that are already in the table will not be modified/swapped.

The default value is OgcAxisOrder.Auto. In this mode, the results are optimized using heuristics from popular WFS Servers.

Since

200.1.0