Class GeoprocessingParameters
GeoprocessingParameters contains input parameters that are sent to the target geoprocessing task.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoprocessingParameters
Remarks
GeoprocessingParameters contains both input parameters and environment variables that are used in the target geoprocessing task. At a minimum all parameters that are set as required on the published task must to be provided to run the task successfully. Parameters that have default values can be overridden by providing a new value in the inputs dictionary. Optional parameters can be provided the same way. GeoprocessingParameters also contains environment variables for the geoprocessing task such as OutputSpatialReference and ProcessSpatialReference.
Constructors
Name | Description |
---|---|
GeoprocessingParameters(GeoprocessingExecutionType) | Initializes a new instance of the GeoprocessingParameters class with the given execution type. |
Properties
Name | Description |
---|---|
ExecutionType | Gets the geoprocessing parameters' object execution type. |
Inputs | Gets the dictionary of the geoprocessing parameter inputs. |
OutputSpatialReference | Gets or sets the output spatial reference. |
ProcessSpatialReference | Gets or sets the process spatial reference. |
ReturnM | Gets or sets a value indicating whether returned geometries will have M values. |
ReturnZ | Gets or sets a value indicating whether returned geometries will have Z values. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |