|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPScriptTool2
COM Interface 'IGPScriptTool2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to methods on a geoprocessing script tool object.' 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 |
IIDada6b529_e9e7_4cf1_875f_bfb55c666b76
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getCodeBlock()
Validation code block. |
int |
getExtensionCode()
Extension code. |
int |
getProductCode()
Product code. |
java.lang.String |
getSymbologyLayer(java.lang.String parameterName)
Layer for Symbology. |
boolean |
isProductAndExtensionCodes()
Indicates if the product and/or extension code is set. |
boolean |
isRunInProc()
Indicates whether to run the script inproc or not. |
boolean |
isUseExtensionCode()
Indicates whether to use the extension code. |
void |
setCodeBlock(java.lang.String codeBlock)
Validation code block. |
void |
setExtensionCode(int extensionCode)
Extension code. |
void |
setProductAndExtensionCodes(boolean productAndExtension)
Indicates if the product and/or extension code is set. |
void |
setProductCode(int productCode)
Product code. |
void |
setRunInProc(boolean inProc)
Indicates whether to run the script inproc or not. |
void |
setSymbologyLayer(java.lang.String parameterName,
java.lang.String layer)
Layer for Symbology. |
void |
setUseExtensionCode(boolean useExtensionCode)
Indicates whether to use the extension code. |
java.lang.String |
testGetParameterInfo()
Internal validation of GetParameterInfo. |
Field Detail |
---|
static final int IIDada6b529_e9e7_4cf1_875f_bfb55c666b76
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isRunInProc() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRunInProc(boolean inProc) throws java.io.IOException, AutomationException
inProc
- The inProc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCodeBlock() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCodeBlock(java.lang.String codeBlock) throws java.io.IOException, AutomationException
codeBlock
- The codeBlock (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String testGetParameterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getProductCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProductCode(int productCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriProductCode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExtensionCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtensionCode(int extensionCode) throws java.io.IOException, AutomationException
extensionCode
- A com.esri.arcgis.system.esriProductCode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseExtensionCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseExtensionCode(boolean useExtensionCode) throws java.io.IOException, AutomationException
useExtensionCode
- The useExtensionCode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isProductAndExtensionCodes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProductAndExtensionCodes(boolean productAndExtension) throws java.io.IOException, AutomationException
productAndExtension
- The productAndExtension (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSymbologyLayer(java.lang.String parameterName) throws java.io.IOException, AutomationException
parameterName
- The parameterName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbologyLayer(java.lang.String parameterName, java.lang.String layer) throws java.io.IOException, AutomationException
parameterName
- The parameterName (in)layer
- The layer (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 |