25 #import <Foundation/Foundation.h> 
   26 #import <ArcGIS/AGSObject.h> 
   43 #pragma mark initializers 
   48 #pragma mark properties 
   58 @property (nonatomic, copy, readonly) NSDictionary<NSString*,AGSGeoprocessingParameter*> *
outputs;
 
Displays data from an ArcGIS Map service by using dynamically generated map images.
Definition: AGSArcGISMapImageLayer.h:80
 
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:38
 
Result of a geoprocessing job.
Definition: AGSGeoprocessingResult.h:40
 
NSDictionary< NSString *, AGSGeoprocessingParameter * > * outputs
Definition: AGSGeoprocessingResult.h:58
 
AGSArcGISMapImageLayer * mapImageLayer
Definition: AGSGeoprocessingResult.h:53
 
Definition: AGSObject.h:28