GeoprocessingParameters

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

Link copied to clipboard
constructor(geoprocessingExecutionType: GeoprocessingExecutionType)

Create a geoprocessing input parameters object with the given execution type. Note that the execution type needs to match the expected execution type of the geoprocessing task being run as indicated by the service's metadata.

Properties

Link copied to clipboard

The execution type set on this geoprocessing parameters object.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Whether or not returned geometries will have m values.

Link copied to clipboard

Whether or not returned geometries will have z values.