public interface ISelectionSet3 extends ISelectionSet2, java.io.Serializable
Description: 'Provides access to members that manage a set of selected table rows or features using globalid.' 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 |
IID97a3eebc_ee8a_4274_aef1_8a40feb8b686 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID098af83f_8390_11d4_9fd1_00c04f6bdf0c
IIDf7ad47d1_d55e_11d1_8882_0000f877762d
Modifier and Type | Method and Description |
---|---|
void |
addGlobalID(java.lang.String globalID)
Adds a globalid to the selection set.
|
void |
addGlobalIDList(int count,
java.lang.String[] globalIDList)
Adds a list of globalids to the selection set.
|
java.lang.String[] |
getGlobalIDs()
Returns the globalids in the selection set.
|
void |
removeGlobalIDList(int count,
java.lang.String[] globalIDList)
Removes a list of globalids from the selection set.
|
update
add, addList, combine, getCount, getFullName, getIDs, getTarget, makePermanent, refresh, removeList, search, select
static final int IID97a3eebc_ee8a_4274_aef1_8a40feb8b686
static final int xxDummy
static final java.lang.String IID
void addGlobalID(java.lang.String globalID) throws java.io.IOException, AutomationException
globalID
- The globalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addGlobalIDList(int count, java.lang.String[] globalIDList) throws java.io.IOException, AutomationException
count
- The count (in)globalIDList
- The globalIDList (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String[] getGlobalIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeGlobalIDList(int count, java.lang.String[] globalIDList) throws java.io.IOException, AutomationException
count
- The count (in)globalIDList
- The globalIDList (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.