GeoprocessingMultiValue constructor
- GeoprocessingParameterType parameterType, {
- List<
GeoprocessingParameter> values = const [],
Create a geoprocessing multi value parameter with the given collection of geoprocessing parameters.
All of the geoprocessing parameters in the given collection should be of the same type. This type should match the given parameter_type or an exception will be thrown.
Parameters:
parameterType— The type of the parameters in the collection.values— The collection of geoprocessing parameters for this parameter. The element type must be GeoprocessingParameter.