|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPServerSync
Provides access to the methods of the geoprocessing server.
| Method Summary | |
|---|---|
IGPResult |
execute(String toolName,
IGPValues pValues,
IGPResultOptions pOptions,
IPropertySet pEnvValues)
Executes the specified tool with the supplied values and options and returns the results. |
IGPToolInfo |
getToolInfo(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. |
| Method Detail |
|---|
IStringArray getToolNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPToolInfo getToolInfo(String toolName)
throws IOException,
AutomationException
toolName - The toolName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPToolInfos getToolInfos()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPResult execute(String toolName,
IGPValues pValues,
IGPResultOptions pOptions,
IPropertySet pEnvValues)
throws IOException,
AutomationException
toolName - The toolName (in)pValues - A reference to a com.esri.arcgis.geoprocessing.IGPValues (in)pOptions - A reference to a com.esri.arcgis.geoprocessing.IGPResultOptions (in)pEnvValues - A reference to a com.esri.arcgis.system.IPropertySet (in)
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 | ||||||||