com.esri.arcgis.geoprocessing
Interface IGPEnvironmentImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPEnvironmentImplProxy

public interface IGPEnvironmentImpl
extends java.io.Serializable

COM Interface 'IGPEnvironmentImpl'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the implementation 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID88f22df4_df9c_4ead_8a22_7878aea615fe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPEnvironment getParent()
          The parent geoprocessing environment object.
 IGPValue getValue()
          The value.
 void setParentByRef(IGPEnvironment env)
          The parent geoprocessing environment object.
 

Field Detail

IID88f22df4_df9c_4ead_8a22_7878aea615fe

static final int IID88f22df4_df9c_4ead_8a22_7878aea615fe
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getParent

IGPEnvironment getParent()
                         throws java.io.IOException,
                                AutomationException
The parent geoprocessing environment object.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentByRef

void setParentByRef(IGPEnvironment env)
                    throws java.io.IOException,
                           AutomationException
The parent geoprocessing environment object.

Parameters:
env - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

IGPValue getValue()
                  throws java.io.IOException,
                         AutomationException
The value.

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.