GeoprocessingResult QML Type

  • Esri.ArcGISRuntime
  • GeoprocessingResult
  • The output parameters returned from the service. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only] mapImageLayer : ArcGISMapImageLayer

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


    [read-only] 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.