public class GUIDSet extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IGUIDSet
Description 'Esri GUID Set 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 =
IID, IID747bdaf1_caa8_11d2_b2be_0000f878229e, xxDummy| Constructor and Description |
|---|
GUIDSet()
Constructs a GUIDSet using ArcGIS Engine.
|
GUIDSet(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
GUIDSet theGUIDSet = (GUIDSet) obj; |
| 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.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
find(GUID gUID,
boolean[] exists)
Finds a guid in the set.
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
next(GUID[] gUID)
Gets the next guid from the set.
|
void |
release()
Release this COM object reference
|
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.
|
public GUIDSet()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic GUIDSet(java.lang.Object obj)
throws java.io.IOException
GUIDSet theGUIDSet = (GUIDSet) obj;obj to GUIDSet.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void add(GUID gUID) throws java.io.IOException, AutomationException
add in interface IGUIDSetgUID - 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.public void delete(GUID gUID) throws java.io.IOException, AutomationException
delete in interface IGUIDSetgUID - 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.public void find(GUID gUID, boolean[] exists) throws java.io.IOException, AutomationException
find in interface IGUIDSetgUID - 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.public void next(GUID[] gUID) throws java.io.IOException, AutomationException
next in interface IGUIDSetgUID - 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.public void reset()
throws java.io.IOException,
AutomationException
reset in interface IGUIDSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int count()
throws java.io.IOException,
AutomationException
count in interface IGUIDSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEmpty()
throws java.io.IOException,
AutomationException
setEmpty in interface IGUIDSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setReserve(int bucketCount)
throws java.io.IOException,
AutomationException
setReserve in interface IGUIDSetbucketCount - The bucketCount (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.