com.esri.arcgis.system
Interface ICategoryFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CategoryFactory, ICategoryFactoryProxy

public interface ICategoryFactory
extends java.io.Serializable

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

Description: 'Provides access to members that work with the category factory.' 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 IIDa8253eb0_9381_11d2_8521_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object createNext()
          Creates the next component in the category.
 void setCategoryID(IUID rhs1)
          The ID of the category.
 

Field Detail

IIDa8253eb0_9381_11d2_8521_0000f875b9c6

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

setCategoryID

void setCategoryID(IUID rhs1)
                   throws java.io.IOException,
                          AutomationException
The ID of the category.

Parameters:
rhs1 - 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.

createNext

java.lang.Object createNext()
                            throws java.io.IOException,
                                   AutomationException
Creates the next component in the category.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.