|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GeoProcessor
public class GeoProcessor
COM Class 'GeoProcessor'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'GeoProcessor Access.' 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 |
---|
Fields inherited from interface com.esri.arcgis.geoprocessing.IGeoProcessor |
---|
IID, IIDefdde95c_61fc_419d_be35_e5f18c7df160, xxDummy |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGeoProcessor2 |
---|
IID, IIDcdad9319_2080_4c89_91c6_b679ae671975, xxDummy |
Constructor Summary | |
---|---|
GeoProcessor()
Constructs a GeoProcessor using ArcGIS Engine. |
|
GeoProcessor(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeoProcessor theGeoProcessor = (GeoProcessor) obj; |
Method Summary | |
---|---|
void |
addError(java.lang.String message)
Output an error message. |
void |
addMessage(java.lang.String message)
Output an informative message. |
void |
addReturnMessage(int index)
Output message from the last tool executed. |
void |
addToolbox(java.lang.String toolbox)
Add a toolbox to the current Geoprocessing session by catalog path. |
void |
addWarning(java.lang.String message)
Output a warning message. |
void |
checkResultStatus(IGeoProcessorResult pGPResult)
Check for end of result. |
void |
clearMessages()
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)
Create a new result object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeoProcessorResult |
execute(GPTool tool,
ITrackCancel pTrackCancel)
This method executes a GPTool. |
IGeoProcessorResult |
execute(java.lang.String name,
IVariantArray ipValues,
ITrackCancel pTrackCancel)
Execute a tool within the current Geoprocessing session. |
IGeoProcessorResult |
executeASync(GPTool tool)
This method executes a GPTool in the background. |
IGeoProcessorResult |
executeASync(java.lang.String name,
IVariantArray ipValues)
Execute a tool within the current Geoprocessing session. |
boolean |
exists(java.lang.Object inputValue,
java.lang.Object pDataType)
Test the existence of a given parameter value (GPValue or catalog path) the type of the data is optional. |
static java.lang.String |
getClsid()
getClsid. |
IDataElement |
getDataElement(java.lang.Object inputValue,
java.lang.Object pDataType)
Make a dataelement from the given value. |
java.lang.Object |
getEnvironmentValue(java.lang.String environmentName)
Retrieve the value of an environment by name. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMaxSeverity()
Return the maximum severity of the message of the last tool executed. |
java.lang.String |
getMessage(int index)
Return the message description by index of the last tool executed. |
int |
getMessageCount()
Return the number of messages of the last tool executed. |
java.lang.String |
getMessages(java.lang.Object pSeverity)
Return all of the message descriptions of the last tool executed. |
int |
getParameterCount()
Return the number of input command line or script tool parameters. |
java.lang.Object |
getParameterValue(int index)
Return the input command line or script tool parameter by index as a GPValue. |
int |
getReturnCode(int index)
Return the message error code (Error Messages Only) by index of the last tool executed. |
IGPMessages |
getReturnMessages()
Return the GPMessages object which will be messages of the last tool executed. |
int |
getSeverity(int index)
Return the message severity by index of the last tool executed. |
int |
hashCode()
the hashcode for this object |
boolean |
isAddOutputsToMap()
Set whether resulting output datasets should be added to the application display. |
boolean |
isAddToResults()
Set whether to add results to result view. |
boolean |
isLogHistory()
Set whether or not to log the execution of geoprocessing tools. |
boolean |
isOverwriteOutput()
Set the overwrite outputs flag within the current Geoprocessing session. |
boolean |
isSynchronous(java.lang.String toolName)
Is server tool synchronous. |
boolean |
isTemporaryMapLayers()
Set whether new map layers are temporary by default. |
IGpEnumList |
listDatasets(java.lang.String wildCard,
java.lang.String datasetType)
Return the list of feature datasets within the current workspace. |
IGpEnumList |
listEnvironments(java.lang.String wildCard)
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)
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)
Return the list of rasters within the current workspace. |
IGpEnumList |
listTables(java.lang.String wildCard,
java.lang.String tableType)
Return the list of tables within the current workspace. |
IGpEnumList |
listToolboxes(java.lang.String wildCard)
Return the list of toolboxes within the current Geoprocessing session. |
IGpEnumList |
listTools(java.lang.String wildCard)
Return the list of tools within the current Geoprocessing session. |
IGpEnumList |
listWorkspaces(java.lang.String wildCard,
java.lang.String workspaceType)
Return the list of workspaces within the current workspace (the workspace can be a folder). |
void |
loadSettings(java.lang.String fileName)
Load the current settings (toolboxes, environment values, etc) from a file on disk in XML format. |
java.lang.Object |
open(java.lang.Object value)
Open an objector a namestring. |
java.lang.String |
parseFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
Parse a field name within the given workspace. |
java.lang.String |
parseTableName(java.lang.String inputTableName,
java.lang.String workspace)
Parse a table name within the given workspace. |
java.lang.String |
qualifyFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
Qualify a field name within the given workspace. |
java.lang.String |
qualifyTableName(java.lang.String inputTableName,
java.lang.String workspace)
Qualify a table name within the given workspace. |
void |
registerGeoProcessorEvents(IGeoProcessorEvents pGeoProcessorEvents)
Register an object to recieve IGeoProcessorEvents. |
void |
registerGeoProcessorEvents3(IGeoProcessorEvents3 pGeoProcessorEvents3)
Register an object to recieve IGeoProcessorEvents3. |
void |
release()
Release a GeoProcessor. |
void |
removeToolbox(java.lang.String toolbox)
Remove a toolbox from the current Geoprocessing session by catalog path. |
void |
resetEnvironments()
Reset the environments to their initial state. |
void |
saveSettings(java.lang.String fileName)
Save the current settings (toolboxes, environment values, etc) to a file on disk in XML format. |
void |
setAddOutputsToMap(boolean addToMap)
Set whether resulting output datasets should be added to the application display. |
void |
setAddToResults(boolean addToResults)
Set whether to add results to result view. |
void |
setEnvironmentValue(java.lang.String environmentName,
java.lang.Object value)
Update the value of an environment by name. |
void |
setLogHistory(boolean logHistory)
Set whether or not to log the execution of geoprocessing tools. |
void |
setOverwriteOutput(boolean pOverrideOutput)
Set the overwrite outputs flag within the current Geoprocessing session. |
void |
setParameterValue(int index,
java.lang.Object value)
Set the output script tool parameter by index as a GPValue. |
void |
setTemporaryMapLayers(boolean temporaryMapLayers)
Set whether new map layers are temporary by default. |
java.lang.String |
testSchemaLock(java.lang.String fileName)
Test for the presence of a schema lock (already open for writing) of a given file or dataset. |
void |
unRegisterGeoProcessorEvents(IGeoProcessorEvents pGeoProcessorEvents)
UnRegister an object to stop recieving IGeoProcessorEvents. |
void |
unRegisterGeoProcessorEvents3(IGeoProcessorEvents3 pGeoProcessorEvents3)
UnRegister an object to stop recieving IGeoProcessorEvents3. |
java.lang.String |
usage(java.lang.String method)
Returns the command line usage of a given tool by name. |
IGPMessages |
validate(GPTool tool,
boolean bUpdateValues)
This method validates the parameters of the tool before execution. |
IGPMessages |
validate(java.lang.String name,
IVariantArray ipValues,
boolean bUpdateValues)
Validate the parameters (input) of a tool within the current Geoprocessing session. |
java.lang.String |
validateFieldName(java.lang.String inputFieldName,
java.lang.String workspace)
Validate a field name within the given workspace. |
java.lang.String |
validateTableName(java.lang.String inputTableName,
java.lang.String workspace)
Validate a table or feature class name within the given workspace. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoProcessor() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GeoProcessor(java.lang.Object obj) throws java.io.IOException
GeoProcessor theGeoProcessor = (GeoProcessor) obj;
obj
to GeoProcessor
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.Object getEnvironmentValue(java.lang.String environmentName) throws java.io.IOException, AutomationException
getEnvironmentValue
in interface IGeoProcessor
getEnvironmentValue
in interface IGeoProcessor2
environmentName
- 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 IGeoProcessor
setEnvironmentValue
in interface IGeoProcessor2
environmentName
- 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 IGeoProcessor
resetEnvironments
in interface IGeoProcessor2
java.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 IGeoProcessor
execute
in interface IGeoProcessor2
name
- 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 IGeoProcessor
validate
in interface IGeoProcessor2
name
- 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 IGeoProcessor
open
in interface IGeoProcessor2
value
- 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 IGeoProcessor
getDataElement
in interface IGeoProcessor2
inputValue
- 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 IGeoProcessor
listTools
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
listEnvironments
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
listToolboxes
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
addToolbox
in interface IGeoProcessor2
toolbox
- 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 IGeoProcessor
removeToolbox
in interface IGeoProcessor2
toolbox
- 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 IGeoProcessor
setAddOutputsToMap
in interface IGeoProcessor2
addToMap
- 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 IGeoProcessor
isAddOutputsToMap
in interface IGeoProcessor2
java.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 IGeoProcessor
setOverwriteOutput
in interface IGeoProcessor2
pOverrideOutput
- 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 IGeoProcessor
isOverwriteOutput
in interface IGeoProcessor2
java.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 IGeoProcessor
setTemporaryMapLayers
in interface IGeoProcessor2
temporaryMapLayers
- 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 IGeoProcessor
isTemporaryMapLayers
in interface IGeoProcessor2
java.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 IGeoProcessor
setLogHistory
in interface IGeoProcessor2
logHistory
- 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 IGeoProcessor
isLogHistory
in interface IGeoProcessor2
java.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 IGeoProcessor
getReturnMessages
in interface IGeoProcessor2
java.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 IGeoProcessor
getMessageCount
in interface IGeoProcessor2
java.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 IGeoProcessor
getMessage
in interface IGeoProcessor2
index
- 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 IGeoProcessor
getSeverity
in interface IGeoProcessor2
index
- 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 IGeoProcessor
getReturnCode
in interface IGeoProcessor2
index
- 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 IGeoProcessor
getMessages
in interface IGeoProcessor2
pSeverity
- 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 IGeoProcessor
getMaxSeverity
in interface IGeoProcessor2
java.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 IGeoProcessor
addMessage
in interface IGeoProcessor2
message
- 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 IGeoProcessor
addError
in interface IGeoProcessor2
message
- 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 IGeoProcessor
addWarning
in interface IGeoProcessor2
message
- 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 IGeoProcessor
addReturnMessage
in interface IGeoProcessor2
index
- 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 IGeoProcessor
clearMessages
in interface IGeoProcessor2
java.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 IGeoProcessor
getParameterCount
in interface IGeoProcessor2
java.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 IGeoProcessor
getParameterValue
in interface IGeoProcessor2
index
- 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 IGeoProcessor
setParameterValue
in interface IGeoProcessor2
index
- 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 IGeoProcessor
exists
in interface IGeoProcessor2
inputValue
- 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 IGeoProcessor
usage
in interface IGeoProcessor2
method
- 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 IGeoProcessor
listFeatureClasses
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
listDatasets
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
listWorkspaces
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
listTables
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
listRasters
in interface IGeoProcessor2
wildCard
- 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 IGeoProcessor
validateFieldName
in interface IGeoProcessor2
inputFieldName
- 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 IGeoProcessor
validateTableName
in interface IGeoProcessor2
inputTableName
- 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 IGeoProcessor
qualifyFieldName
in interface IGeoProcessor2
inputFieldName
- 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 IGeoProcessor
qualifyTableName
in interface IGeoProcessor2
inputTableName
- 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 IGeoProcessor
parseFieldName
in interface IGeoProcessor2
inputFieldName
- 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 IGeoProcessor
parseTableName
in interface IGeoProcessor2
inputTableName
- 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 IGeoProcessor
saveSettings
in interface IGeoProcessor2
fileName
- 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 IGeoProcessor
loadSettings
in interface IGeoProcessor2
fileName
- 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 IGeoProcessor
testSchemaLock
in interface IGeoProcessor2
fileName
- 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 IGeoProcessor
registerGeoProcessorEvents
in interface IGeoProcessor2
pGeoProcessorEvents
- 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 IGeoProcessor
unRegisterGeoProcessorEvents
in interface IGeoProcessor2
pGeoProcessorEvents
- 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 IGeoProcessor
createResult
in interface IGeoProcessor2
toolName
- 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 IGeoProcessor
isSynchronous
in interface IGeoProcessor2
toolName
- The toolName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoProcessorResult executeASync(java.lang.String name, IVariantArray ipValues) throws java.io.IOException, AutomationException
executeASync
in interface IGeoProcessor2
name
- The name (in)ipValues
- A reference to a com.esri.arcgis.system.IVariantArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void registerGeoProcessorEvents3(IGeoProcessorEvents3 pGeoProcessorEvents3) throws java.io.IOException, AutomationException
registerGeoProcessorEvents3
in interface IGeoProcessor2
pGeoProcessorEvents3
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorEvents3 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unRegisterGeoProcessorEvents3(IGeoProcessorEvents3 pGeoProcessorEvents3) throws java.io.IOException, AutomationException
unRegisterGeoProcessorEvents3
in interface IGeoProcessor2
pGeoProcessorEvents3
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorEvents3 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void checkResultStatus(IGeoProcessorResult pGPResult) throws java.io.IOException, AutomationException
checkResultStatus
in interface IGeoProcessor2
pGPResult
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddToResults(boolean addToResults) throws java.io.IOException, AutomationException
setAddToResults
in interface IGeoProcessor2
addToResults
- The addToResults (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAddToResults() throws java.io.IOException, AutomationException
isAddToResults
in interface IGeoProcessor2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoProcessorResult execute(GPTool tool, ITrackCancel pTrackCancel) throws java.io.IOException
tool
- GPTool
- A tool with all it's required values set.{@link
- ITrackCancel} - If you do not wish to allow cancellation of a running Geoproceesing execution
then you can pass in null
Object
The result from the Geoprocessor, which is usually a String or an Object
representation of the a native type.
java.io.IOException
public IGeoProcessorResult executeASync(GPTool tool) throws java.io.IOException
Geoprocessor
Geoprocessor.
tool
- GPTool
- A tool with all it's required values set.
IGeoProcessorResult
The result from the Geoprocessor
java.io.IOException
public IGPMessages validate(GPTool tool, boolean bUpdateValues) throws java.io.IOException
tool
- The tool to executedbUpdateValues
- determines whether or not to update the values.
IGPMessages
the GPmessages returned from the validate call.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |