GeoprocessingTaskInfo

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.

Since

200.1.0

See also

Properties

Link copied to clipboard

The geoprocessing task's category.

Link copied to clipboard

The geoprocessing task's description.

Link copied to clipboard

The geoprocessing task's display name.

Link copied to clipboard

The geoprocessing task's execution type.

Link copied to clipboard

The geoprocessing task's help URL.

Link copied to clipboard

The geoprocessing task's name.

Link copied to clipboard

The list of geoprocessing task parameters information instances. The returned ListImpl contains GeoprocessingParameterInfo instances. Each parameter information instance in the array describes one input or output parameter of the geoprocessing task. Includes such properties as name, data type, whether input or output and whether a particular input parameter is required or not.

Link copied to clipboard
val url: String

The geoprocessing task URL.