GeoprocessingMultiValue

constructor(geoprocessingParameterType: GeoprocessingParameterType, values: Iterable<GeoprocessingParameter> = emptyList())

Create a geoprocessing multi value parameter with the given collection of geoprocessing parameters. All of the geoprocessing parameters in the given MutableList should be of the same type. This type should match the given parameter_type or an exception will be thrown.

Since

200.1.0

Parameters

geoprocessingParameterType

The type of the parameters in the collection.

values

The collection of geoprocessing parameters for this parameter. The element type must be GeoprocessingParameter.