ArcGIS Runtime SDK for iOS: AGSWFSFeatureTable.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSWFSFeatureTable.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSOGCAxisOrder { AGSOGCAxisOrderAuto = 0 , AGSOGCAxisOrderSwap = 1 , AGSOGCAxisOrderNoSwap = 2 }
 

Enumeration Type Documentation

◆ AGSOGCAxisOrder

Different ways to treat x/y coordinates order.

Since
100.5
Enumerator
AGSOGCAxisOrderAuto 

Swapping of the axis order depends on OGC standard specification, version, and spatial reference.

AGSOGCAxisOrderSwap 

Order of x/y coordinates is swapped.

AGSOGCAxisOrderNoSwap 

Indicates the order of x/y coordinates will stay as is, and all swapping rules by the OGC standards will be ignored.