GeoprocessingTaskInfo class final

GeoprocessingTaskInfo contains information on a geoprocessing task.

GeoprocessingTaskInfo is retrieved from a loaded GeoprocessingTask instance by calling GeoprocessingTask.geoprocessingTaskInfo. GeoprocessingTaskInfo contains the name and description of the geoprocessing task along with execution type and descriptions of all the task's parameters.

Implemented types

Properties

category String
The geoprocessing task's category.
no setter
description String
The geoprocessing task's description.
no setter
displayName String
The geoprocessing task's display name.
no setter
executionType GeoprocessingExecutionType
The geoprocessing task's execution type.
no setter
hashCode int
The hash code for this object.
no setterinherited
helpUri Uri
The geoprocessing task's help URL.
no setter
name String
The geoprocessing task's name.
no setter
parameterInfos List<GeoprocessingParameterInfo>
The list of geoprocessing task parameters information instances.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The geoprocessing task URL.
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