GeoprocessingResult

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 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 GeoprocessingRaster or GeoprocessingFeatures but in some cases GeoprocessingString is used as a reference to a geodataset which is added to the result map service as a layer.

Since

200.1.0

See also

GeoprocessingJob.result

Properties

Link copied to clipboard

The geoprocessing result's output map service layer if there is one defined for the geoprocessing service. The map image layer is returned not loaded.

Link copied to clipboard

The geoprocessing result's output parameters.