|
ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
| enum | AGSGenerateLayerQueryOption { AGSGenerateLayerQueryOptionUnknown = -1 , AGSGenerateLayerQueryOptionAll = 0 , AGSGenerateLayerQueryOptionNone = 1 , AGSGenerateLayerQueryOptionUseFilter = 2 } |
Defines whether and how filters will be applied to a layer/table when including its data in a geodatabase.
| Enumerator | |
|---|---|
| AGSGenerateLayerQueryOptionUnknown | An unknown query option. Normally the result when an error occurs. |
| AGSGenerateLayerQueryOptionAll | All the features from the layer are included regardless of what is specified in |
| AGSGenerateLayerQueryOptionNone | No features are included, unless they are related to a feature in another layer in the geodatabase and |
| AGSGenerateLayerQueryOptionUseFilter | Only those features are included that satisfy filtering based on |