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

Description

Result of a geoprocessing job.

Instances of this class represent results of a geoprocessing job initiated by startWithStatusHandler:completion: (AGSGeoprocessingJob)

Since
100
Inheritance diagram for AGSGeoprocessingResult:
AGSObject

Properties

AGSArcGISMapImageLayermapImageLayer
 
NSDictionary< NSString *, AGSGeoprocessingParameter * > * outputs
 

Property Documentation

◆ mapImageLayer

- (AGSArcGISMapImageLayer*) mapImageLayer
readnonatomicstrong

Layer that can display the results of the geoprocessing job on a map or a scene. Only available if the service was configured to provide results as a layer. This is useful in cases where the result contains a large number of features such that it will be faster and easier for the client to receive a map rather than the raw feature data which will then need to be rendered on the device, or if the result of the job is a nontransportable dataset such as a TIN or CAD drawing and the only way to send geography to the client is with a map image.

Since
100

◆ outputs

- (NSDictionary<NSString*,AGSGeoprocessingParameter*>*) outputs
readnonatomiccopy

The raw result values of the geoprocessing job.

Since
100