|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IGPParameterProxy
Description: 'Provides access to the properties/methods of a geoprocessing parameter 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 =
public class IGPParameterProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.IGPParameter |
|---|
IID, IID40ef6d06_4e62_4b3d_98e6_85f7a0607730 |
| Constructor Summary | |
|---|---|
|
IGPParameterProxy()
Deprecated. For internal use only |
|
IGPParameterProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPParameterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPParameterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPParameterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getCategory()
Deprecated. Category of the geoprocessing parameter. |
IGPChoiceList |
getChoiceList()
Deprecated. The choice list object of the geoprocessing parameter. |
IUID |
getControlCLSID()
Deprecated. The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter. |
IGPDataType |
getDataType()
Deprecated. Data type of the geoprocessing parameter. |
java.lang.String |
getDefaultEnvironmentName()
Deprecated. The name of the environment value to use as the default value for the geoprocessing parameter. |
int |
getDirection()
Deprecated. Direction of the geoprocessing parameter. |
java.lang.String |
getDisplayName()
Deprecated. Display name of the geoprocessing parameter. |
int |
getDisplayOrder()
Deprecated. The display order of the geoprocessing parameter. |
IGPDomain |
getDomain()
Deprecated. Domain of the geoprocessing parameter. |
java.lang.String |
getName()
Deprecated. Name of the geoprocessing parameter. |
IEnumBSTR |
getParameterDependencies()
Deprecated. Enumeration of parameter names the geoprocessing parameter is dependent on. |
int |
getParameterType()
Deprecated. Type of the geoprocessing parameter. |
IGPValue |
getValue()
Deprecated. The current value object of the geoprocessing parameter. |
boolean |
isAltered()
Deprecated. Indicates whether the parameter value has been explicitly set (by the user). |
boolean |
isEnabled()
Deprecated. Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled. |
boolean |
isHasBeenValidated()
Deprecated. Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
| 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 IGPParameterProxy(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.IOExceptionpublic IGPParameterProxy()
public IGPParameterProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPParameterProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPParameterProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDirection()
throws java.io.IOException,
AutomationException
getDirection in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDataType getDataType()
throws java.io.IOException,
AutomationException
getDataType in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getParameterType()
throws java.io.IOException,
AutomationException
getParameterType in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR getParameterDependencies()
throws java.io.IOException,
AutomationException
getParameterDependencies in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDomain getDomain()
throws java.io.IOException,
AutomationException
getDomain in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws java.io.IOException,
AutomationException
isEnabled in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getValue()
throws java.io.IOException,
AutomationException
getValue in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getControlCLSID()
throws java.io.IOException,
AutomationException
getControlCLSID in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDefaultEnvironmentName()
throws java.io.IOException,
AutomationException
getDefaultEnvironmentName in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayOrder()
throws java.io.IOException,
AutomationException
getDisplayOrder in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAltered()
throws java.io.IOException,
AutomationException
isAltered in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasBeenValidated()
throws java.io.IOException,
AutomationException
isHasBeenValidated in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface IGPParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPChoiceList getChoiceList()
throws java.io.IOException,
AutomationException
getChoiceList in interface IGPParameterjava.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 | ||||||||