|
|||||||||
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.IGPToolExtensionGenProxy
public class IGPToolExtensionGenProxy
Internal use class Proxy for COM Interface 'IGPToolExtensionGen'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to methods on a custom geoprocessing tool extension.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.IGPToolExtensionGen |
---|
IID, IIDea078957_3cb7_41b6_82ba_2f67f4b2f64f |
Constructor Summary | |
---|---|
|
IGPToolExtensionGenProxy()
For internal use only |
|
IGPToolExtensionGenProxy(java.lang.Object obj)
|
protected |
IGPToolExtensionGenProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGPToolExtensionGenProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGPToolExtensionGenProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
boolean |
canEditSource()
Returns whether or not the source for the tool extension can be edited. |
void |
execute(IArray paramvalues,
ITrackCancel trackCancel,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
Executes the tool extension given the set of parameter values. |
IGPCustomToolHelper |
getCustomToolHelper()
The custom tool helper object associated with the tool extension. |
IUID |
getDialogCLSID()
The CLSID of a custom dialog class to enter/edit parameter values for custom tools associated with this tool extension. |
IArray |
getParameterInfo()
The parameters required to execute the custom tool associated with this tool extension. |
java.lang.Object |
getRenderer(IGPParameter pParam)
Returns a custom renderer for a given parameter. |
IGPToolExtensionFactoryGen |
getToolExtensionFactory()
The factory object associated with this tool extension. |
boolean |
isLicensed()
Returns whether or not the tool extension has all necessary product licenses to be executed. |
boolean |
isLicensedForProduct()
Returns whether or not the tool extension can be executed within the current application product. |
boolean |
isValid()
Returns whether or not the tool extension is can be executed. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setCustomToolHelperByRef(IGPCustomToolHelper helper)
The custom tool helper object associated with the tool extension. |
void |
synchronizeMetadata(int action,
int interval,
IPropertySet metadata)
Updates the given metadata property set with the current tool extension properties. |
IGPMessages |
validate(IArray paramvalues,
boolean updateValues,
IGPEnvironmentManager pEnvMgr)
Validates the given set of values. |
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 IGPToolExtensionGenProxy(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.IOException
public IGPToolExtensionGenProxy()
public IGPToolExtensionGenProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPToolExtensionGenProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPToolExtensionGenProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IGPToolExtensionFactoryGen getToolExtensionFactory() throws java.io.IOException, AutomationException
getToolExtensionFactory
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPCustomToolHelper getCustomToolHelper() throws java.io.IOException, AutomationException
getCustomToolHelper
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomToolHelperByRef(IGPCustomToolHelper helper) throws java.io.IOException, AutomationException
setCustomToolHelperByRef
in interface IGPToolExtensionGen
helper
- A reference to a com.esri.arcgis.geoprocessing.IGPCustomToolHelper (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getDialogCLSID() throws java.io.IOException, AutomationException
getDialogCLSID
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getParameterInfo() throws java.io.IOException, AutomationException
getParameterInfo
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws java.io.IOException, AutomationException
isValid
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLicensedForProduct() throws java.io.IOException, AutomationException
isLicensedForProduct
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLicensed() throws java.io.IOException, AutomationException
isLicensed
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canEditSource() throws java.io.IOException, AutomationException
canEditSource
in interface IGPToolExtensionGen
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getRenderer(IGPParameter pParam) throws java.io.IOException, AutomationException
getRenderer
in interface IGPToolExtensionGen
pParam
- A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessages validate(IArray paramvalues, boolean updateValues, IGPEnvironmentManager pEnvMgr) throws java.io.IOException, AutomationException
validate
in interface IGPToolExtensionGen
paramvalues
- A reference to a com.esri.arcgis.system.IArray (in)updateValues
- The updateValues (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void execute(IArray paramvalues, ITrackCancel trackCancel, IGPEnvironmentManager pEnvMgr, IGPMessages messages) throws java.io.IOException, AutomationException
execute
in interface IGPToolExtensionGen
paramvalues
- A reference to a com.esri.arcgis.system.IArray (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)messages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void synchronizeMetadata(int action, int interval, IPropertySet metadata) throws java.io.IOException, AutomationException
synchronizeMetadata
in interface IGPToolExtensionGen
action
- A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval
- The interval (in)metadata
- A reference to a com.esri.arcgis.system.IPropertySet (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 |