|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFIDSet
COM Interface 'IFIDSet'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd79bdaf1_caa8_11d2_b2be_0000f878229e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
add(int fID)
Adds a feature id to the set. |
int |
count()
The number of elements in the FID set. |
void |
delete(int fID)
Deletes a feature id from the set. |
void |
find(int fID,
boolean[] doesExist)
Finds a feature id in the set. |
void |
next(int[] fID)
Gets the next feature id from the set. |
void |
reset()
Resets the internal cursor. |
void |
setEmpty()
Empties the FID set. |
| Field Detail |
|---|
static final int IIDd79bdaf1_caa8_11d2_b2be_0000f878229e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void add(int fID)
throws java.io.IOException,
AutomationException
fID - The fID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void delete(int fID)
throws java.io.IOException,
AutomationException
fID - The fID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void find(int fID,
boolean[] doesExist)
throws java.io.IOException,
AutomationException
fID - The fID (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(int[] fID)
throws java.io.IOException,
AutomationException
fID - The fID (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||