ArcGIS Runtime SDK for iOS: AGSGeoprocessingFeatureSet Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSGeoprocessingFeatureSet Class Reference

Description

A set of features representing results of a geoprocessing job.

Instances of this class represent a set of features that are returned as the result of a geoprocessing job.

Since
100
Inheritance diagram for AGSGeoprocessingFeatureSet:
AGSObject <AGSFeatureSet>

Instance Methods

(AGSFeatureEnumerator *) - featureEnumerator
 

Properties

NSArray< AGSField * > * fields
 
AGSGeometryType geometryType
 
AGSSpatialReferencespatialReference
 
BOOL transferLimitExceeded
 

Method Documentation

◆ featureEnumerator

- (AGSFeatureEnumerator*) featureEnumerator

Returns an enumerator object that lets you access each feature.

Since
100

Property Documentation

◆ fields

- (NSArray<AGSField*>*) fields
readrequirednonatomiccopyinherited

The attribute fields (columns) available in data. The property is an array of AGSField objects.

See also
AGSField
Since
100

◆ geometryType

- (AGSGeometryType) geometryType
readnonatomicassigninherited

The type of geometry contained by features.

Since
100

◆ spatialReference

- (AGSSpatialReference*) spatialReference
readnonatomicstronginherited

The spatial reference of the features.

Since
100

◆ transferLimitExceeded

- (BOOL) transferLimitExceeded
readnonatomicassign

Indicates whether the server limit was exceeded while transferring the features. If YES, then this feature set doesn't contain all the features that it was meant to contain.

Since
100