|
|||||||||
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.IGPEnvironmentProxy
Description: 'Provides access to the editable properties/methods of a geoprocessing environment 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 IGPEnvironmentProxy
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.IGPEnvironment |
---|
IID, IID5547046f_7777_4ab6_b52d_a7e76c824c6f |
Constructor Summary | |
---|---|
|
IGPEnvironmentProxy()
Deprecated. For internal use only |
|
IGPEnvironmentProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPEnvironmentProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPEnvironmentProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPEnvironmentProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addDependency(java.lang.String name)
Deprecated. Adds the name of an environment that the geoprocessing environment is dependent on. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getCategory()
Deprecated. Category of the geoprocessing environment. |
IUID |
getControlCLSID()
Deprecated. Class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing environment. |
IGPDataType |
getDataType()
Deprecated. Data type of acceptable values of the geoprocessing environment. |
IEnumBSTR |
getDependencies()
Deprecated. Enumeration of environment names the geoprocessing environment is dependent on. |
java.lang.String |
getDisplayName()
Deprecated. Display name of the geoprocessing environment. |
int |
getDisplayOrder()
Deprecated. Display order of the geoprocessing environment. |
IGPDomain |
getDomain()
Deprecated. Domain of the geoprocessing environment. |
java.lang.String |
getMetadataFile()
Deprecated. Name of the (XML) file containing the default metadata for this environment object. |
java.lang.String |
getName()
Deprecated. Name of the geoprocessing environment. |
IGPValue |
getValue()
Deprecated. Value of the geoprocessing environment. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCategory(java.lang.String category)
Deprecated. Category of the geoprocessing environment. |
void |
setControlCLSID(IUID cLSID)
Deprecated. Class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing environment. |
void |
setDataTypeByRef(IGPDataType dataType)
Deprecated. Data type of acceptable values of the geoprocessing environment. |
void |
setDependencies(IEnumBSTR dependencies)
Deprecated. Enumeration of environment names the geoprocessing environment is dependent on. |
void |
setDisplayName(java.lang.String name)
Deprecated. Display name of the geoprocessing environment. |
void |
setDisplayOrder(int displayOrder)
Deprecated. Display order of the geoprocessing environment. |
void |
setDomainByRef(IGPDomain domain)
Deprecated. Domain of the geoprocessing environment. |
void |
setMetadataFile(java.lang.String file)
Deprecated. Name of the (XML) file containing the default metadata for this environment object. |
void |
setName(java.lang.String name)
Deprecated. Name of the geoprocessing environment. |
void |
setValueByRef(IGPValue value)
Deprecated. Value of the geoprocessing environment. |
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 IGPEnvironmentProxy(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 IGPEnvironmentProxy()
public IGPEnvironmentProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPEnvironmentProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPEnvironmentProxy(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 java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IGPEnvironment
name
- The name (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(java.lang.String name) throws java.io.IOException, AutomationException
setDisplayName
in interface IGPEnvironment
name
- The name (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(java.lang.String category) throws java.io.IOException, AutomationException
setCategory
in interface IGPEnvironment
category
- The category (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueByRef(IGPValue value) throws java.io.IOException, AutomationException
setValueByRef
in interface IGPEnvironment
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDomainByRef(IGPDomain domain) throws java.io.IOException, AutomationException
setDomainByRef
in interface IGPEnvironment
domain
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataTypeByRef(IGPDataType dataType) throws java.io.IOException, AutomationException
setDataTypeByRef
in interface IGPEnvironment
dataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayOrder(int displayOrder) throws java.io.IOException, AutomationException
setDisplayOrder
in interface IGPEnvironment
displayOrder
- The displayOrder (in)
java.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 IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setControlCLSID(IUID cLSID) throws java.io.IOException, AutomationException
setControlCLSID
in interface IGPEnvironment
cLSID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumBSTR getDependencies() throws java.io.IOException, AutomationException
getDependencies
in interface IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDependencies(IEnumBSTR dependencies) throws java.io.IOException, AutomationException
setDependencies
in interface IGPEnvironment
dependencies
- A reference to a com.esri.arcgis.system.IEnumBSTR (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addDependency(java.lang.String name) throws java.io.IOException, AutomationException
addDependency
in interface IGPEnvironment
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMetadataFile() throws java.io.IOException, AutomationException
getMetadataFile
in interface IGPEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMetadataFile(java.lang.String file) throws java.io.IOException, AutomationException
setMetadataFile
in interface IGPEnvironment
file
- The file (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 |