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 MutableListImpl should be of the same type. This type should match the given parameter_type or an exception will be thrown.

Since

200.1.0