Module com.esri.arcgisruntime
Class GeoprocessingTaskInfo
java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingTaskInfo
GeoprocessingTaskInfo contains information on a
GeoprocessingTask
.
GeoprocessingTaskInfo is retrieved from a loaded GeoprocessingTask instance by calling
GeoprocessingTask.getGeoprocessingTaskInfo()
. GeoprocessingTaskInfo contains the name and description of the
geoprocessing task along with execution type and descriptions of all the task's parameters.- Since:
- 100.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the geoprocessing task's category.Returns the geoprocessing task's description.Returns the geoprocessing task's display name.Returns the geoprocessing task's execution type.Returns the geoprocessing task's help URL.getName()
Returns the geoprocessing task's name.Returns an unmodifiable list of geoprocessing task parameters information instances.getUrl()
Returns the geoprocessing task URL.
-
Method Details
-
getCategory
Returns the geoprocessing task's category.- Returns:
- the category
- Since:
- 100.1.0
-
getDescription
Returns the geoprocessing task's description.- Returns:
- the description
- Since:
- 100.1.0
-
getDisplayName
Returns the geoprocessing task's display name.- Returns:
- the display name
- Since:
- 100.1.0
-
getExecutionType
Returns the geoprocessing task's execution type.- Returns:
- the execution type
- Since:
- 100.1.0
-
getHelpUrl
Returns the geoprocessing task's help URL.- Returns:
- the help URL
- Since:
- 100.1.0
-
getName
Returns the geoprocessing task's name.- Returns:
- the name
- Since:
- 100.1.0
-
getParameterInfos
Returns an unmodifiable list of geoprocessing task parameters information instances.- Returns:
- the unmodifiable list of parameter information instances
- Since:
- 100.1.0
-
getUrl
Returns the geoprocessing task URL.- Returns:
- the URL
- Since:
- 100.1.0
-