Class GeoprocessingTaskInfo

java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingTaskInfo

public final class GeoprocessingTaskInfo extends Object
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 Details

    • getCategory

      public String getCategory()
      Returns the geoprocessing task's category.
      Returns:
      the category
      Since:
      100.1.0
    • getDescription

      public String getDescription()
      Returns the geoprocessing task's description.
      Returns:
      the description
      Since:
      100.1.0
    • getDisplayName

      public String getDisplayName()
      Returns the geoprocessing task's display name.
      Returns:
      the display name
      Since:
      100.1.0
    • getExecutionType

      public GeoprocessingParameters.ExecutionType getExecutionType()
      Returns the geoprocessing task's execution type.
      Returns:
      the execution type
      Since:
      100.1.0
    • getHelpUrl

      public String getHelpUrl()
      Returns the geoprocessing task's help URL.
      Returns:
      the help URL
      Since:
      100.1.0
    • getName

      public String getName()
      Returns the geoprocessing task's name.
      Returns:
      the name
      Since:
      100.1.0
    • getParameterInfos

      public List<GeoprocessingParameterInfo> getParameterInfos()
      Returns an unmodifiable list of geoprocessing task parameters information instances.
      Returns:
      the unmodifiable list of parameter information instances
      Since:
      100.1.0
    • getUrl

      public String getUrl()
      Returns the geoprocessing task URL.
      Returns:
      the URL
      Since:
      100.1.0