|
|||||||||
| 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.IGPEnvironmentManagerProxy
Description: 'Provides access to the properties/methods of a geoprocessing environment management 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 IGPEnvironmentManagerProxy
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.IGPEnvironmentManager |
|---|
IID, IID91c2edf4_6e2c_43f5_b526_e1a94f6615aa |
| Constructor Summary | |
|---|---|
|
IGPEnvironmentManagerProxy()
Deprecated. For internal use only |
|
IGPEnvironmentManagerProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPEnvironmentManagerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPEnvironmentManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPEnvironmentManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addEnvironment(IGPEnvironment env)
Deprecated. Adds the given geoprocessing environment to the environment manager. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IGPEnvironment |
findEnvironment(java.lang.String name)
Deprecated. Locates and returns the environment with the specified name. |
IArray |
getEnvironments()
Deprecated. Returns the environments of the environment manager as an array. |
java.lang.Object |
getEnvVariant(IGPEnvironment env)
Deprecated. Returns the value of the given environment as a variant. |
IArray |
getLocalEnvironments()
Deprecated. Returns an array of the environments that have been updated locally. |
IGPEnvironmentManager |
getParent()
Deprecated. Returns the parent environment manager. |
void |
putEnvVariant(IGPEnvironment env,
java.lang.Object value)
Deprecated. Sets the value of the given environment to the given variant. |
void |
removeEnvironment(IGPEnvironment env)
Deprecated. Removes the given geoprocessing environment from the environment manager. |
void |
removeEnvironments()
Deprecated. Removes all environments from the environment manager. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setParentByRef(IGPEnvironmentManager parent)
Deprecated. Returns the parent environment manager. |
void |
setPersistAll(boolean rhs1)
Deprecated. Indicates whether all environments or only local environments are persisted. |
void |
substituteEnvironments(IArray pParams)
Deprecated. Substitues the values of the given array of parameters with the current environment 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 IGPEnvironmentManagerProxy(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 IGPEnvironmentManagerProxy()
public IGPEnvironmentManagerProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPEnvironmentManagerProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPEnvironmentManagerProxy(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 IGPEnvironmentManager getParent()
throws java.io.IOException,
AutomationException
getParent in interface IGPEnvironmentManagerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentByRef(IGPEnvironmentManager parent)
throws java.io.IOException,
AutomationException
setParentByRef in interface IGPEnvironmentManagerparent - 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 addEnvironment(IGPEnvironment env)
throws java.io.IOException,
AutomationException
addEnvironment in interface IGPEnvironmentManagerenv - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeEnvironment(IGPEnvironment env)
throws java.io.IOException,
AutomationException
removeEnvironment in interface IGPEnvironmentManagerenv - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void substituteEnvironments(IArray pParams)
throws java.io.IOException,
AutomationException
substituteEnvironments in interface IGPEnvironmentManagerpParams - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeEnvironments()
throws java.io.IOException,
AutomationException
removeEnvironments in interface IGPEnvironmentManagerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getEnvironments()
throws java.io.IOException,
AutomationException
getEnvironments in interface IGPEnvironmentManagerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getLocalEnvironments()
throws java.io.IOException,
AutomationException
getLocalEnvironments in interface IGPEnvironmentManagerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPEnvironment findEnvironment(java.lang.String name)
throws java.io.IOException,
AutomationException
findEnvironment in interface IGPEnvironmentManagername - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putEnvVariant(IGPEnvironment env,
java.lang.Object value)
throws java.io.IOException,
AutomationException
putEnvVariant in interface IGPEnvironmentManagerenv - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getEnvVariant(IGPEnvironment env)
throws java.io.IOException,
AutomationException
getEnvVariant in interface IGPEnvironmentManagerenv - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPersistAll(boolean rhs1)
throws java.io.IOException,
AutomationException
setPersistAll in interface IGPEnvironmentManagerrhs1 - The rhs1 (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 | ||||||||