Geoprocessing Parameters
Geoprocessing parameters contains input parameters that are sent to the target geoprocessing task. 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.
Since
200.1.0
Constructors
Properties
The execution type set on this geoprocessing parameters object.
The input geoprocessing parameters dictionary. Can be made to this collection to modify the input parameters without needing to call setParameters. The MutableDictionaryImpl will have keys of type String and elements of type GeoprocessingParameter.
The output spatial reference. This property is the spatial reference that will be used for any output geometries. If neither output spatial reference nor process spatial reference are supplied, the input geometries' spatial reference will be used. If output spatial reference is not set but process spatial reference is, this will be used instead.
The process spatial reference. This property is the spatial reference that will be used to perform any geometry operations. This spatial reference will also be used for output geometries if output spatial reference is not set.