GeoprocessingMultiValue class final

A multi value input or output parameter which contains a collection of single geoprocessing parameter type.

Corresponds to GPMultiValue parameter type on the service.

Note that all the parameters in the collection must be of the same type.

Inheritance

Constructors

GeoprocessingMultiValue(GeoprocessingParameterType parameterType, {List<GeoprocessingParameter> values = const []})
Create a geoprocessing multi value parameter with the given collection of geoprocessing parameters.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueParameterType GeoprocessingParameterType
The type of the geoprocessing parameters in this multi-value parameter's collection.
no setter
values List<GeoprocessingParameter>
The collection of geoprocessing parameters from this parameter.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited