GeoprocessingResult class final

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.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
mapImageLayer ArcGISMapImageLayer?
The geoprocessing result's output map service layer if there is one defined for the geoprocessing service.
no setter
outputs Map<String, GeoprocessingParameter>
The geoprocessing result's output parameters.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited