com.esri.arcgis.system
Interface IEnvironmentManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnvironmentManager, IEnvironmentManagerProxy

public interface IEnvironmentManager
extends java.io.Serializable

COM Interface 'IEnvironmentManager'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to environments.' 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 IID3551eb0b_ae83_40a3_a048_02ab9ffbee0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addEnvironment(IUID pGuid, java.lang.Object pUnk)
          Adds an environment.
 java.lang.Object getEnvironment(IUID pGuid)
          Retrieves an environment.
 

Field Detail

IID3551eb0b_ae83_40a3_a048_02ab9ffbee0d

static final int IID3551eb0b_ae83_40a3_a048_02ab9ffbee0d
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

getEnvironment

java.lang.Object getEnvironment(IUID pGuid)
                                throws java.io.IOException,
                                       AutomationException
Retrieves an environment.

Parameters:
pGuid - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addEnvironment

void addEnvironment(IUID pGuid,
                    java.lang.Object pUnk)
                    throws java.io.IOException,
                           AutomationException
Adds an environment.

Parameters:
pGuid - A reference to a com.esri.arcgis.system.IUID (in)
pUnk - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.