public interface IFIDSet
extends java.io.Serializable
Description: 'Provides access to members that control the FID 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 |
IIDd79bdaf1_caa8_11d2_b2be_0000f878229e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(long oID)
Adds a feature id to the set.
|
long |
count()
The number of elements in the FID set.
|
void |
delete(long oID)
Deletes a feature id from the set.
|
void |
find(long oID,
boolean[] doesExist)
Finds a feature id in the set.
|
IEnumIDs |
getIDs()
Enumerates the object ids in the FID set.
|
void |
next(long[] oID)
Gets the next feature id from the set.
|
void |
reset()
Resets the internal cursor.
|
void |
setEmpty()
Empties the FID set.
|
static final int IIDd79bdaf1_caa8_11d2_b2be_0000f878229e
static final int xxDummy
static final java.lang.String IID
void add(long oID) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete(long oID) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void find(long oID, boolean[] doesExist) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (in)doesExist
- The doesExist (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(long[] oID) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (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.long 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.IEnumIDs getIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.