com.esri.arcgis.geoprocessing
Class IGPEnvironmentProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPEnvironmentProxy
All Implemented Interfaces:
IGPEnvironment, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPEnvironment'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IGPEnvironment, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPEnvironmentProxy

public IGPEnvironmentProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPEnvironmentProxy

public IGPEnvironmentProxy()
Deprecated. 
For internal use only


IGPEnvironmentProxy

public IGPEnvironmentProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPEnvironmentProxy

protected IGPEnvironmentProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPEnvironmentProxy

protected IGPEnvironmentProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of the geoprocessing environment.

Specified by:
getName in interface IGPEnvironment
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of the geoprocessing environment.

Specified by:
setName in interface IGPEnvironment
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

public java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Display name of the geoprocessing environment.

Specified by:
getDisplayName in interface IGPEnvironment
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

public void setDisplayName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Display name of the geoprocessing environment.

Specified by:
setDisplayName in interface IGPEnvironment
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCategory

public java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Category of the geoprocessing environment.

Specified by:
getCategory in interface IGPEnvironment
Returns:
The category
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCategory

public void setCategory(java.lang.String category)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Category of the geoprocessing environment.

Specified by:
setCategory in interface IGPEnvironment
Parameters:
category - The category (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public IGPValue getValue()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Value of the geoprocessing environment.

Specified by:
getValue in interface IGPEnvironment
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueByRef

public void setValueByRef(IGPValue value)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Value of the geoprocessing environment.

Specified by:
setValueByRef in interface IGPEnvironment
Parameters:
value - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDomain

public IGPDomain getDomain()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Domain of the geoprocessing environment.

Specified by:
getDomain in interface IGPEnvironment
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDomainByRef

public void setDomainByRef(IGPDomain domain)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Domain of the geoprocessing environment.

Specified by:
setDomainByRef in interface IGPEnvironment
Parameters:
domain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

public IGPDataType getDataType()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Data type of acceptable values of the geoprocessing environment.

Specified by:
getDataType in interface IGPEnvironment
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDataType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataTypeByRef

public void setDataTypeByRef(IGPDataType dataType)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Data type of acceptable values of the geoprocessing environment.

Specified by:
setDataTypeByRef in interface IGPEnvironment
Parameters:
dataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayOrder

public int getDisplayOrder()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Display order of the geoprocessing environment.

Specified by:
getDisplayOrder in interface IGPEnvironment
Returns:
The displayOrder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayOrder

public void setDisplayOrder(int displayOrder)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Display order of the geoprocessing environment.

Specified by:
setDisplayOrder in interface IGPEnvironment
Parameters:
displayOrder - The displayOrder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getControlCLSID

public IUID getControlCLSID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing environment.

Specified by:
getControlCLSID in interface IGPEnvironment
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlCLSID

public void setControlCLSID(IUID cLSID)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing environment.

Specified by:
setControlCLSID in interface IGPEnvironment
Parameters:
cLSID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDependencies

public IEnumBSTR getDependencies()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Enumeration of environment names the geoprocessing environment is dependent on.

Specified by:
getDependencies in interface IGPEnvironment
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDependencies

public void setDependencies(IEnumBSTR dependencies)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Enumeration of environment names the geoprocessing environment is dependent on.

Specified by:
setDependencies in interface IGPEnvironment
Parameters:
dependencies - A reference to a com.esri.arcgis.system.IEnumBSTR (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDependency

public void addDependency(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Adds the name of an environment that the geoprocessing environment is dependent on.

Specified by:
addDependency in interface IGPEnvironment
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMetadataFile

public java.lang.String getMetadataFile()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Name of the (XML) file containing the default metadata for this environment object.

Specified by:
getMetadataFile in interface IGPEnvironment
Returns:
The file
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMetadataFile

public void setMetadataFile(java.lang.String file)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Name of the (XML) file containing the default metadata for this environment object.

Specified by:
setMetadataFile in interface IGPEnvironment
Parameters:
file - The file (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.