Geoprocessing Result
Contains output parameters returned from the service. Single output parameters can be found from GeoprocessingResult.outputs dictionary where the key of the item is the name of the output parameters and the value is the returned com.arcgismaps.tasks.geoprocessing.geoprocessingparameters.GeoprocessingParameter.
If used geoprocessing service is configured to use result map server then GeoprocessingResult.mapImageLayer might be populated. GeoprocessingResult.mapImageLayer is a dynamic map service that accompanies a geoprocessing service to visualize the geoprocessing results. Each geodataset output parameter of a geoprocessing task will be added as a layer to a map service. The visualization of the layer is determined by the symbology on geoprocessing service. GeoprocessingResult.mapImageLayer are mainly used to visualize com.arcgismaps.tasks.geoprocessing.geoprocessingparameters.GeoprocessingRaster or com.arcgismaps.tasks.geoprocessing.geoprocessingparameters.GeoprocessingFeatures but in some cases com.arcgismaps.tasks.geoprocessing.geoprocessingparameters.GeoprocessingString is used as a reference to a geodataset which is added to the result map service as a layer.
Since
200.1.0