|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IGeoProcessorProxy
Description: 'The Geoprocessor. Provides access to toolboxes and tools.' 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 =
public class IGeoProcessorProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGeoProcessor |
|---|
IID, IIDefdde95c_61fc_419d_be35_e5f18c7df160 |
| Constructor Summary | |
|---|---|
|
IGeoProcessorProxy()
Deprecated. For internal use only |
|
IGeoProcessorProxy(java.lang.Object obj)
Deprecated. |
protected |
IGeoProcessorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGeoProcessorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGeoProcessorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addError(java.lang.String message)
Deprecated. Output an error message. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addMessage(java.lang.String message)
Deprecated. Output an informative message. |
void |
addReturnMessage(int index)
Deprecated. Output message from the last tool executed. |
void |
addToolbox(java.lang.String toolbox)
Deprecated. Add a toolbox to the current Geoprocessing session by catalog path. |
void |
addWarning(java.lang.String message)
Deprecated. Output a warning message. |
void |
clearMessages()
Deprecated. Clear the messages to be returned as tool message when running within a script tool. |
IGeoProcessorResult |
createResult(java.lang.String toolName,
java.lang.String jobID)
Deprecated. Create a new result object. |
IGeoProcessorResult |
execute(java.lang.String name,
IVariantArray ipValues,
ITrackCancel pTrackCancel)
Deprecated. Execute a tool within the current Geoprocessing session. |
boolean |
exists(java.lang.Object inputValue,
java.lang.Object pDataType)
Deprecated. Test the existence of a given parameter value (GPValue or catalog path) the type of the data is optional. |
IDataElement |
getDataElement(java.lang.Object inputValue,
java.lang.Object pDataType)
Deprecated. Make a dataelement from the given value. |
java.lang.Object |
getEnvironmentValue(java.lang.String environmentName)
Deprecated. Retrieve the value of an environment by name. |
int |
getMaxSeverity()
Deprecated. Return the maximum severity of the message of the last tool executed. |
java.lang.String |
getMessage(int index)
Deprecated. Return the message description by index of the last tool executed. |
int |
getMessageCount()
Deprecated. Return the number of messages of the last tool executed. |
java.lang.String |
getMessages(java.lang.Object pSeverity)
Deprecated. Return all of the message descriptions of the last tool executed. |
int |
getParameterCount()
Deprecated. Return the number of input command line or script tool parameters. |
java.lang.Object |
getParameterValue(int index)
Deprecated. Return the input command line or script tool parameter by index as a GPValue. |
int |
getReturnCode(int index)
Deprecated. Return the message error code (Error Messages Only) by index of the last tool executed. |
IGPMessages |
getReturnMessages()
Deprecated. Return the GPMessages object which will be messages of the last tool executed. |
int |
getSeverity(int index)
Deprecated. Return the message severity by index of the last tool executed. |
boolean |
isAddOutputsToMap()
Deprecated. Set whether resulting output datasets should be added to the application display. |
boolean |
isLogHistory()
Deprecated. Set whether or not to log the execution of geoprocessing tools. |
boolean |
isOverwriteOutput()
Deprecated. Set the overwrite outputs flag within the current Geoprocessing session. |
boolean |
isSynchronous(java.lang.String toolName)
Deprecated. Is server tool synchronous. |
boolean |
isTemporaryMapLayers()
Deprecated. Set whether new map layers are temporary by default. |
IGpEnumList |
listDatasets(java.lang.String wildCard,
java.lang.String datasetType)
Deprecated. Return the list of feature datasets within the current workspace. |
IGpEnumList |
listEnvironments(java.lang.String wildCard)
Deprecated. Return the list of environments (properties) within the current Geoprocessing session. |
IGpEnumList |
listFeatureClasses(java.lang.String wildCard,
java.lang.String featureType,
java.lang.String dataset)
Deprecated. Return the list of feature classes within the current workspace or feature dataset within the workspace. |
IGpEnumList |
listRasters(java.lang.String wildCard,
java.lang.String rasterType)
Deprecated. Return the list of rasters within the current workspace. |
IGpEnumList |
listTables(java.lang.String wildCard,
java.lang.String tableType)
Deprecated. Return the list of tables within the current workspace. |
IGpEnumList |
listToolboxes(java.lang.String wildCard)
Deprecated. Return the list of toolboxes within the current Geoprocessing session. |
IGpEnumList |
listTools(java.lang.String wildCard)
Deprecated. Return the list of tools within the current Geoprocessing session. |
IGpEnumList |
listWorkspaces(java.lang.String wildCard,
java.lang.String workspaceType)
Deprecated. Return the list of workspaces within the current workspace (the workspace can be a folder). |
void |
loadSettings(java.lang.String fileName)
Deprecated. Load the current settings (toolboxes, environment values, etc) from a file on disk in XML format. |
java.lang.Object |
open(java.lang.Object value)
Deprecated. Open an objector a namestring. |
java.lang.String |
parseFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
Deprecated. Parse a field name within the given workspace. |
java.lang.String |
parseTableName(java.lang.String inputTableName,
java.lang.String workspace)
Deprecated. Parse a table name within the given workspace. |
java.lang.String |
qualifyFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
Deprecated. Qualify a field name within the given workspace. |
java.lang.String |
qualifyTableName(java.lang.String inputTableName,
java.lang.String workspace)
Deprecated. Qualify a table name within the given workspace. |
void |
registerGeoProcessorEvents(IGeoProcessorEvents pGeoProcessorEvents)
Deprecated. Register an object to recieve IGeoProcessorEvents. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeToolbox(java.lang.String toolbox)
Deprecated. Remove a toolbox from the current Geoprocessing session by catalog path. |
void |
resetEnvironments()
Deprecated. Reset the environments to their initial state. |
void |
saveSettings(java.lang.String fileName)
Deprecated. Save the current settings (toolboxes, environment values, etc) to a file on disk in XML format. |
void |
setAddOutputsToMap(boolean addToMap)
Deprecated. Set whether resulting output datasets should be added to the application display. |
void |
setEnvironmentValue(java.lang.String environmentName,
java.lang.Object value)
Deprecated. Update the value of an environment by name. |
void |
setLogHistory(boolean logHistory)
Deprecated. Set whether or not to log the execution of geoprocessing tools. |
void |
setOverwriteOutput(boolean pOverrideOutput)
Deprecated. Set the overwrite outputs flag within the current Geoprocessing session. |
void |
setParameterValue(int index,
java.lang.Object value)
Deprecated. Set the output script tool parameter by index as a GPValue. |
void |
setTemporaryMapLayers(boolean temporaryMapLayers)
Deprecated. Set whether new map layers are temporary by default. |
java.lang.String |
testSchemaLock(java.lang.String fileName)
Deprecated. Test for the presence of a schema lock (already open for writing) of a given file or dataset. |
void |
unRegisterGeoProcessorEvents(IGeoProcessorEvents pGeoProcessorEvents)
Deprecated. UnRegister an object to stop recieving IGeoProcessorEvents. |
java.lang.String |
usage(java.lang.String method)
Deprecated. Returns the command line usage of a given tool by name. |
IGPMessages |
validate(java.lang.String name,
IVariantArray ipValues,
boolean bUpdateValues)
Deprecated. Validate the parameters (input) of a tool within the current Geoprocessing session. |
java.lang.String |
validateFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
Deprecated. Validate a field name within the given workspace. |
java.lang.String |
validateTableName(java.lang.String inputTableName,
java.lang.String workspace)
Deprecated. Validate a table or feature class name within the given workspace. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGeoProcessorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGeoProcessorProxy()
public IGeoProcessorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGeoProcessorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGeoProcessorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.Object getEnvironmentValue(java.lang.String environmentName)
throws java.io.IOException,
AutomationException
getEnvironmentValue in interface IGeoProcessorenvironmentName - The environmentName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvironmentValue(java.lang.String environmentName,
java.lang.Object value)
throws java.io.IOException,
AutomationException
setEnvironmentValue in interface IGeoProcessorenvironmentName - The environmentName (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetEnvironments()
throws java.io.IOException,
AutomationException
resetEnvironments in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoProcessorResult execute(java.lang.String name,
IVariantArray ipValues,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
execute in interface IGeoProcessorname - The name (in)ipValues - A reference to a com.esri.arcgis.system.IVariantArray (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessages validate(java.lang.String name,
IVariantArray ipValues,
boolean bUpdateValues)
throws java.io.IOException,
AutomationException
validate in interface IGeoProcessorname - The name (in)ipValues - A reference to a com.esri.arcgis.system.IVariantArray (in)bUpdateValues - The bUpdateValues (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object open(java.lang.Object value)
throws java.io.IOException,
AutomationException
open in interface IGeoProcessorvalue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataElement getDataElement(java.lang.Object inputValue,
java.lang.Object pDataType)
throws java.io.IOException,
AutomationException
getDataElement in interface IGeoProcessorinputValue - A Variant (in)pDataType - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listTools(java.lang.String wildCard)
throws java.io.IOException,
AutomationException
listTools in interface IGeoProcessorwildCard - The wildCard (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listEnvironments(java.lang.String wildCard)
throws java.io.IOException,
AutomationException
listEnvironments in interface IGeoProcessorwildCard - The wildCard (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listToolboxes(java.lang.String wildCard)
throws java.io.IOException,
AutomationException
listToolboxes in interface IGeoProcessorwildCard - The wildCard (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addToolbox(java.lang.String toolbox)
throws java.io.IOException,
AutomationException
addToolbox in interface IGeoProcessortoolbox - The toolbox (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeToolbox(java.lang.String toolbox)
throws java.io.IOException,
AutomationException
removeToolbox in interface IGeoProcessortoolbox - The toolbox (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddOutputsToMap(boolean addToMap)
throws java.io.IOException,
AutomationException
setAddOutputsToMap in interface IGeoProcessoraddToMap - The addToMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddOutputsToMap()
throws java.io.IOException,
AutomationException
isAddOutputsToMap in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverwriteOutput(boolean pOverrideOutput)
throws java.io.IOException,
AutomationException
setOverwriteOutput in interface IGeoProcessorpOverrideOutput - The pOverrideOutput (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOverwriteOutput()
throws java.io.IOException,
AutomationException
isOverwriteOutput in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemporaryMapLayers(boolean temporaryMapLayers)
throws java.io.IOException,
AutomationException
setTemporaryMapLayers in interface IGeoProcessortemporaryMapLayers - The temporaryMapLayers (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTemporaryMapLayers()
throws java.io.IOException,
AutomationException
isTemporaryMapLayers in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLogHistory(boolean logHistory)
throws java.io.IOException,
AutomationException
setLogHistory in interface IGeoProcessorlogHistory - The logHistory (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLogHistory()
throws java.io.IOException,
AutomationException
isLogHistory in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessages getReturnMessages()
throws java.io.IOException,
AutomationException
getReturnMessages in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageCount()
throws java.io.IOException,
AutomationException
getMessageCount in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMessage(int index)
throws java.io.IOException,
AutomationException
getMessage in interface IGeoProcessorindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSeverity(int index)
throws java.io.IOException,
AutomationException
getSeverity in interface IGeoProcessorindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReturnCode(int index)
throws java.io.IOException,
AutomationException
getReturnCode in interface IGeoProcessorindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMessages(java.lang.Object pSeverity)
throws java.io.IOException,
AutomationException
getMessages in interface IGeoProcessorpSeverity - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxSeverity()
throws java.io.IOException,
AutomationException
getMaxSeverity in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addMessage(java.lang.String message)
throws java.io.IOException,
AutomationException
addMessage in interface IGeoProcessormessage - The message (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addError(java.lang.String message)
throws java.io.IOException,
AutomationException
addError in interface IGeoProcessormessage - The message (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addWarning(java.lang.String message)
throws java.io.IOException,
AutomationException
addWarning in interface IGeoProcessormessage - The message (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addReturnMessage(int index)
throws java.io.IOException,
AutomationException
addReturnMessage in interface IGeoProcessorindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearMessages()
throws java.io.IOException,
AutomationException
clearMessages in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getParameterCount()
throws java.io.IOException,
AutomationException
getParameterCount in interface IGeoProcessorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getParameterValue(int index)
throws java.io.IOException,
AutomationException
getParameterValue in interface IGeoProcessorindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameterValue(int index,
java.lang.Object value)
throws java.io.IOException,
AutomationException
setParameterValue in interface IGeoProcessorindex - The index (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean exists(java.lang.Object inputValue,
java.lang.Object pDataType)
throws java.io.IOException,
AutomationException
exists in interface IGeoProcessorinputValue - A Variant (in)pDataType - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String usage(java.lang.String method)
throws java.io.IOException,
AutomationException
usage in interface IGeoProcessormethod - The method (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listFeatureClasses(java.lang.String wildCard,
java.lang.String featureType,
java.lang.String dataset)
throws java.io.IOException,
AutomationException
listFeatureClasses in interface IGeoProcessorwildCard - The wildCard (in)featureType - The featureType (in)dataset - The dataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listDatasets(java.lang.String wildCard,
java.lang.String datasetType)
throws java.io.IOException,
AutomationException
listDatasets in interface IGeoProcessorwildCard - The wildCard (in)datasetType - The datasetType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listWorkspaces(java.lang.String wildCard,
java.lang.String workspaceType)
throws java.io.IOException,
AutomationException
listWorkspaces in interface IGeoProcessorwildCard - The wildCard (in)workspaceType - The workspaceType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listTables(java.lang.String wildCard,
java.lang.String tableType)
throws java.io.IOException,
AutomationException
listTables in interface IGeoProcessorwildCard - The wildCard (in)tableType - The tableType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList listRasters(java.lang.String wildCard,
java.lang.String rasterType)
throws java.io.IOException,
AutomationException
listRasters in interface IGeoProcessorwildCard - The wildCard (in)rasterType - The rasterType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String validateFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
throws java.io.IOException,
AutomationException
validateFieldName in interface IGeoProcessorinputFieldName - The inputFieldName (in)workspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String validateTableName(java.lang.String inputTableName,
java.lang.String workspace)
throws java.io.IOException,
AutomationException
validateTableName in interface IGeoProcessorinputTableName - The inputTableName (in)workspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String qualifyFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
throws java.io.IOException,
AutomationException
qualifyFieldName in interface IGeoProcessorinputFieldName - The inputFieldName (in)workspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String qualifyTableName(java.lang.String inputTableName,
java.lang.String workspace)
throws java.io.IOException,
AutomationException
qualifyTableName in interface IGeoProcessorinputTableName - The inputTableName (in)workspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String parseFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
throws java.io.IOException,
AutomationException
parseFieldName in interface IGeoProcessorinputFieldName - The inputFieldName (in)workspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String parseTableName(java.lang.String inputTableName,
java.lang.String workspace)
throws java.io.IOException,
AutomationException
parseTableName in interface IGeoProcessorinputTableName - The inputTableName (in)workspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveSettings(java.lang.String fileName)
throws java.io.IOException,
AutomationException
saveSettings in interface IGeoProcessorfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadSettings(java.lang.String fileName)
throws java.io.IOException,
AutomationException
loadSettings in interface IGeoProcessorfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String testSchemaLock(java.lang.String fileName)
throws java.io.IOException,
AutomationException
testSchemaLock in interface IGeoProcessorfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void registerGeoProcessorEvents(IGeoProcessorEvents pGeoProcessorEvents)
throws java.io.IOException,
AutomationException
registerGeoProcessorEvents in interface IGeoProcessorpGeoProcessorEvents - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void unRegisterGeoProcessorEvents(IGeoProcessorEvents pGeoProcessorEvents)
throws java.io.IOException,
AutomationException
unRegisterGeoProcessorEvents in interface IGeoProcessorpGeoProcessorEvents - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoProcessorResult createResult(java.lang.String toolName,
java.lang.String jobID)
throws java.io.IOException,
AutomationException
createResult in interface IGeoProcessortoolName - The toolName (in)jobID - The jobID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSynchronous(java.lang.String toolName)
throws java.io.IOException,
AutomationException
isSynchronous in interface IGeoProcessortoolName - The toolName (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 | ||||||||