com.esri.arcgis.geoprocessing
Interface IGeoProcessorSettings

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGeoProcessorSettings2
All Known Implementing Classes:
GPEnvironmentManager, IGeoProcessorSettings2Proxy, IGeoProcessorSettingsProxy

public interface IGeoProcessorSettings
extends java.io.Serializable

COM Interface 'IGeoProcessorSettings'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of the GeoProcessor settings.' 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 IIDe6a5b1c0_c8be_4f8a_93f7_ea90324b5b33
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAddOutputsToMap()
          Indicates whether resulting output datasets should be added to the application display.
 boolean isLogHistory()
          Indicates whether or not to log the execution of geoprocessing tools.
 boolean isOverwriteOutput()
          Indicates whether output datasets should be overwritten when executing geoprocessing tools.
 boolean isShowModelBuilderPrompts()
          Indicates whether to prompt the user when connecting elements in ModelBuilder if there is more than one possible connection.
 boolean isTemporaryMapLayers()
          Indicates whether new map layers are temporary by default.
 void setAddOutputsToMap(boolean addToMap)
          Indicates whether resulting output datasets should be added to the application display.
 void setLogHistory(boolean logHistory)
          Indicates whether or not to log the execution of geoprocessing tools.
 void setOverwriteOutput(boolean overwriteOutput)
          Indicates whether output datasets should be overwritten when executing geoprocessing tools.
 void setShowModelBuilderPrompts(boolean showPrompts)
          Indicates whether to prompt the user when connecting elements in ModelBuilder if there is more than one possible connection.
 void setTemporaryMapLayers(boolean temporaryMapLayers)
          Indicates whether new map layers are temporary by default.
 

Field Detail

IIDe6a5b1c0_c8be_4f8a_93f7_ea90324b5b33

static final int IIDe6a5b1c0_c8be_4f8a_93f7_ea90324b5b33
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setAddOutputsToMap

void setAddOutputsToMap(boolean addToMap)
                        throws java.io.IOException,
                               AutomationException
Indicates whether resulting output datasets should be added to the application display.

Parameters:
addToMap - The addToMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAddOutputsToMap

boolean isAddOutputsToMap()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether resulting output datasets should be added to the application display.

Returns:
The addToMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverwriteOutput

void setOverwriteOutput(boolean overwriteOutput)
                        throws java.io.IOException,
                               AutomationException
Indicates whether output datasets should be overwritten when executing geoprocessing tools.

Parameters:
overwriteOutput - The overwriteOutput (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOverwriteOutput

boolean isOverwriteOutput()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether output datasets should be overwritten when executing geoprocessing tools.

Returns:
The overwriteOutput
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemporaryMapLayers

void setTemporaryMapLayers(boolean temporaryMapLayers)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether new map layers are temporary by default.

Parameters:
temporaryMapLayers - The temporaryMapLayers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTemporaryMapLayers

boolean isTemporaryMapLayers()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether new map layers are temporary by default.

Returns:
The temporaryMapLayers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowModelBuilderPrompts

void setShowModelBuilderPrompts(boolean showPrompts)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether to prompt the user when connecting elements in ModelBuilder if there is more than one possible connection.

Parameters:
showPrompts - The showPrompts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowModelBuilderPrompts

boolean isShowModelBuilderPrompts()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether to prompt the user when connecting elements in ModelBuilder if there is more than one possible connection.

Returns:
The showPrompts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLogHistory

void setLogHistory(boolean logHistory)
                   throws java.io.IOException,
                          AutomationException
Indicates whether or not to log the execution of geoprocessing tools.

Parameters:
logHistory - The logHistory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLogHistory

boolean isLogHistory()
                     throws java.io.IOException,
                            AutomationException
Indicates whether or not to log the execution of geoprocessing tools.

Returns:
The logHistory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.