public interface IGUIDSet
extends java.io.Serializable
Description: 'Provides access to members that control the GUID Set.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID747bdaf1_caa8_11d2_b2be_0000f878229e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(GUID gUID)
Adds a guid to the set.
|
int |
count()
The number of elements in the GUID set.
|
void |
delete(GUID gUID)
Deletes a guid from the set.
|
void |
find(GUID gUID,
boolean[] exists)
Finds a guid in the set.
|
void |
next(GUID[] gUID)
Gets the next guid from the set.
|
void |
reset()
Resets the internal cursor.
|
void |
setEmpty()
Empties the GUID set.
|
void |
setReserve(int bucketCount)
Sets the number of buckets in the GUID set to the most appropriate to contain at least bucketCount elements.
|
static final int IID747bdaf1_caa8_11d2_b2be_0000f878229e
static final int xxDummy
static final java.lang.String IID
void add(GUID gUID) throws java.io.IOException, AutomationException
gUID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete(GUID gUID) throws java.io.IOException, AutomationException
gUID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void find(GUID gUID, boolean[] exists) throws java.io.IOException, AutomationException
gUID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)exists
- The exists (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(GUID[] gUID) throws java.io.IOException, AutomationException
gUID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int count() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReserve(int bucketCount) throws java.io.IOException, AutomationException
bucketCount
- The bucketCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.