com.esri.arcgis.framework
Interface IObjectFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Application, Application, Application, IObjectFactoryProxy

public interface IObjectFactory
extends java.io.Serializable

COM Interface 'IObjectFactory'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that allow automation clients to create arbitrary objects within the application's process space.' 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 IID60a1409b_9b67_431b_b428_e2c17be36e9a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object create(java.lang.Object objectID)
          Creates an instance of an object identified by objectID.
 

Field Detail

IID60a1409b_9b67_431b_b428_e2c17be36e9a

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

create

java.lang.Object create(java.lang.Object objectID)
                        throws java.io.IOException,
                               AutomationException
Creates an instance of an object identified by objectID.

Parameters:
objectID - A Variant (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.