com.esri.core.tasks.ags.geoprocessing
Class GPJobResults

java.lang.Object
  extended by com.esri.core.tasks.ags.geoprocessing.GPJobResults

public class GPJobResults
extends Object

This class is used to return the requested parameters and associated job resource when running a GP job asynchronously.

Since:
10.1.1

Constructor Summary
GPJobResults(GPJobResource jobResource, GPParameter[] outParameters)
          Instantiates a new GP job results instance.
 
Method Summary
 GPJobResource getJobResource()
          Gets the job resource.
 GPParameter[] getOutParameters()
          Gets the output parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPJobResults

public GPJobResults(GPJobResource jobResource,
                    GPParameter[] outParameters)
Instantiates a new GP job results instance.

Parameters:
jobResource - the job resource
outParameters - the requested output parameters
Since:
10.1.1
Method Detail

getOutParameters

public GPParameter[] getOutParameters()
Gets the output parameters.

Returns:
the out parameters
Since:
10.1.1

getJobResource

public GPJobResource getJobResource()
Gets the job resource.

Returns:
the job resource
Since:
10.1.1


Copyright © 2012. All Rights Reserved.