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

Go to the source code of this file.

Enumerations

enum  AGSQueryFeatureFields { AGSQueryFeatureFieldsIDsOnly = 0 , AGSQueryFeatureFieldsMinimum = 1 , AGSQueryFeatureFieldsLoadAll = 2 }
 

Enumeration Type Documentation

◆ AGSQueryFeatureFields

Controls which attributes are included in the features returned by queryFeaturesWithParameters:queryFeatureFields:completion: (AGSServiceFeatureTable) or queryRelatedFeaturesForFeature:parameters:queryFeatureFields:completion: (AGSServiceFeatureTable).

Since
100.0
Enumerator
AGSQueryFeatureFieldsIDsOnly 

Includes only the object ID and global ID in the AGSArcGISFeature of the query result. The features are returned with no other attributes. The geometry returned by this request does not include m-values, even if they are defined in the feature service.

AGSQueryFeatureFieldsMinimum 

Includes the minimum set of attributes in the AGSArcGISFeature of the query result. The geometry returned by this request does not include m-values, even if they are defined in the feature service.

AGSQueryFeatureFieldsLoadAll 

Includes all available attributes in the AGSArcGISFeature of the query result. This constant loads the features returned by the query, which makes all attributes available. The geometry returned by this request includes m-values if defined in the feature service.