GeoprocessingResult QML Type

The output parameters returned from the service. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Detailed Description

Single output parameters can be found from outputs dictionary where the key of the item is the name of the output parameter and the value is the returned GeoprocessingParameter.

If the geoprocessing service is configured to use result map server then mapImageLayer might be populated. 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 the geoprocessing service. The mapImageLayer is mainly used to visualize a GeoprocessingRaster or GeoprocessingFeatures, but in some cases a GeoprocessingString is used as a reference to a geodataset which is added to the result map service as a layer.

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

mapImageLayer : ArcGISMapImageLayer

Returns the geoprocessing result's corresponding map image layer, if there is one defined for the geoprocessing service.


outputs : jsobject

Returns a dictionary of the geoprocessing result's output parameters (read-only).

The dictionary's key is the name of the output parameter, and the value is the output parameter.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close