|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGPScriptTool2Proxy
public class IGPScriptTool2Proxy
Provides access to methods on a geoprocessing script tool object.
This interface is new at ArcGIS 9.3.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGPScriptTool2Proxy()
|
|
IGPScriptTool2Proxy(Object obj)
|
protected |
IGPScriptTool2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getCodeBlock()
Validation code block. |
int |
getExtensionCode()
Extension code. |
int |
getProductCode()
Product code. |
String |
getSymbologyLayer(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 |
removeListener(String iidStr,
Object theListener)
|
void |
setCodeBlock(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(String parameterName,
String layer)
Layer for Symbology. |
void |
setUseExtensionCode(boolean useExtensionCode)
Indicates whether to use the extension code. |
String |
testGetParameterInfo()
Internal validation of GetParameterInfo. |
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 boolean noncastable
Constructor Detail |
---|
public IGPScriptTool2Proxy()
public IGPScriptTool2Proxy(Object obj) throws IOException
IOException
protected IGPScriptTool2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isRunInProc() throws IOException, AutomationException
isRunInProc
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRunInProc(boolean inProc) throws IOException, AutomationException
setRunInProc
in interface IGPScriptTool2
inProc
- The inProc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCodeBlock() throws IOException, AutomationException
getCodeBlock
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCodeBlock(String codeBlock) throws IOException, AutomationException
setCodeBlock
in interface IGPScriptTool2
codeBlock
- The codeBlock (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String testGetParameterInfo() throws IOException, AutomationException
testGetParameterInfo
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProductCode() throws IOException, AutomationException
getProductCode
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProductCode(int productCode) throws IOException, AutomationException
setProductCode
in interface IGPScriptTool2
productCode
- A com.esri.arcgis.system.esriProductCode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExtensionCode() throws IOException, AutomationException
getExtensionCode
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtensionCode(int extensionCode) throws IOException, AutomationException
setExtensionCode
in interface IGPScriptTool2
extensionCode
- A com.esri.arcgis.system.esriProductCode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseExtensionCode() throws IOException, AutomationException
isUseExtensionCode
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseExtensionCode(boolean useExtensionCode) throws IOException, AutomationException
setUseExtensionCode
in interface IGPScriptTool2
useExtensionCode
- The useExtensionCode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isProductAndExtensionCodes() throws IOException, AutomationException
isProductAndExtensionCodes
in interface IGPScriptTool2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProductAndExtensionCodes(boolean productAndExtension) throws IOException, AutomationException
setProductAndExtensionCodes
in interface IGPScriptTool2
productAndExtension
- The productAndExtension (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSymbologyLayer(String parameterName) throws IOException, AutomationException
getSymbologyLayer
in interface IGPScriptTool2
parameterName
- The parameterName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbologyLayer(String parameterName, String layer) throws IOException, AutomationException
setSymbologyLayer
in interface IGPScriptTool2
parameterName
- The parameterName (in)layer
- The layer (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 |