filter Axis Order
The filter axis order, which determines how coordinates are ordered when sent to the server as part of spatial queries. Some WFS services expect coordinates to be sent in (x,y) order, while others use (y,x). Use com.arcgismaps.mapping.layers.OgcAxisOrder.Swap to send coordinates in (y,x) order and OGCAxisOrder.noSwap to use (x,y) order.
The default value is com.arcgismaps.mapping.layers.OgcAxisOrder.Auto. This indicates that the axis order will be based on the OGC standard specification, version, and spatial reference.
Since
200.1.0