|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPServer2
COM Interface 'IGPServer2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of the geoprocessing server.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID27909bc6_7ad1_4f5a_8e90_1bb8b95a569f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
cancelJob(java.lang.String jobID)
Cancels the specified job. |
IGPResult |
execute(java.lang.String toolName,
IGPValues values,
IGPResultOptions options,
IPropertySet envValues)
Executes the specified tool with the supplied values and options and returns the results. |
int |
getExecutionType()
Indicates if the geoprocessing server is synchronous or asynchronous. |
IPropertySet |
getJobEnvironmentValues(java.lang.String jobID)
Returns the enviornment values for the job. |
IGPValues |
getJobInputValues(java.lang.String jobID,
IStringArray parameterNames)
Returns the input values for the job. |
IJobMessages |
getJobMessages(java.lang.String jobID)
Returns the messages of the specified job. |
IGPResult |
getJobResult(java.lang.String jobID,
IStringArray parameterNames,
IGPResultOptions pOptions)
Returns the results of the specified job. |
IEnvelope |
getJobResultMapExtent(java.lang.String jobID)
Returns the extent for the job. |
IGPResultOptions |
getJobResultOptions(java.lang.String jobID)
Returns the result options for the job. |
int |
getJobStatus(java.lang.String jobID)
Returns the status of the specified job. |
java.lang.String |
getJobToolName(java.lang.String jobID)
Returns the tool name for the job. |
java.lang.String |
getResultMapServerName()
Indicates if there is an associated map server to draw the results and the name of the map server. |
IGDSData |
getResultWorkspace(java.lang.String jobID,
int transportType)
Returns a zip file of the results workspace. |
IGPToolInfos |
getTaskInfos()
Returns the tool information of the available tasks. |
IStringArray |
getTaskNames()
Returns the names of the available tasks. |
IGPToolInfo |
getToolInfo(java.lang.String toolName)
Returns the tool information of the specified tool name. |
IGPToolInfos |
getToolInfos()
Returns the tool information of the available tools. |
IStringArray |
getToolNames()
Returns the names of the available tools. |
java.lang.String |
submitJob(java.lang.String toolName,
IGPValues values,
IGPResultOptions options,
IPropertySet envValues)
Submits the specified tool with the supplied values and options and returns the job id. |
Field Detail |
---|
static final int IID27909bc6_7ad1_4f5a_8e90_1bb8b95a569f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IStringArray getToolNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPToolInfos getToolInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPToolInfo getToolInfo(java.lang.String toolName) throws java.io.IOException, AutomationException
toolName
- The toolName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getTaskNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPToolInfos getTaskInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getResultMapServerName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPResult execute(java.lang.String toolName, IGPValues values, IGPResultOptions options, IPropertySet envValues) throws java.io.IOException, AutomationException
toolName
- The toolName (in)values
- A reference to a com.esri.arcgis.geoprocessing.IGPValues (in)options
- A reference to a com.esri.arcgis.geoprocessing.IGPResultOptions (in)envValues
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String submitJob(java.lang.String toolName, IGPValues values, IGPResultOptions options, IPropertySet envValues) throws java.io.IOException, AutomationException
toolName
- The toolName (in)values
- A reference to a com.esri.arcgis.geoprocessing.IGPValues (in)options
- A reference to a com.esri.arcgis.geoprocessing.IGPResultOptions (in)envValues
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJobStatus(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobMessages getJobMessages(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPResult getJobResult(java.lang.String jobID, IStringArray parameterNames, IGPResultOptions pOptions) throws java.io.IOException, AutomationException
jobID
- The jobID (in)parameterNames
- A reference to a com.esri.arcgis.system.IStringArray (in)pOptions
- A reference to a com.esri.arcgis.geoprocessing.IGPResultOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancelJob(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExecutionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGDSData getResultWorkspace(java.lang.String jobID, int transportType) throws java.io.IOException, AutomationException
jobID
- The jobID (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getJobToolName(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPValues getJobInputValues(java.lang.String jobID, IStringArray parameterNames) throws java.io.IOException, AutomationException
jobID
- The jobID (in)parameterNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPResultOptions getJobResultOptions(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getJobEnvironmentValues(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getJobResultMapExtent(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |