19 #import <ArcGIS/AGSObject.h> 36 #pragma mark initializers 41 #pragma mark properties 51 @property (nonatomic, copy, readonly) NSDictionary<NSString*,AGSGeoprocessingParameter*> *
outputs;
Result of a geoprocessing job.
Definition: AGSGeoprocessingResult.h:32
AGSArcGISMapImageLayer * mapImageLayer
Definition: AGSGeoprocessingResult.h:46
Displays data from an ArcGIS Map service by using dynamically generated map images.
Definition: AGSArcGISMapImageLayer.h:66
Definition: AGSObject.h:21
NSDictionary< NSString *, AGSGeoprocessingParameter * > * outputs
Definition: AGSGeoprocessingResult.h:51
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:30