public interface IIndexes
extends java.io.Serializable
Description: 'Provides access to members that return information about the index collection.' 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 |
IID2063fd03_4ce0_11d1_89db_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
findIndex(java.lang.String name,
int[] pos)
Finds the position of the named index in the indexes collection.
|
IEnumIndex |
findIndexesByFieldName(java.lang.String fieldName)
The set of indexes for a given field name (if any).
|
IIndex |
getIndex(int pos)
The index at the specified position in the indexes collection.
|
int |
getIndexCount()
The number of indexes in the indexes collection.
|
static final int IID2063fd03_4ce0_11d1_89db_006097aff44e
static final int xxDummy
static final java.lang.String IID
int getIndexCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IIndex getIndex(int pos) throws java.io.IOException, AutomationException
pos
- The pos (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void findIndex(java.lang.String name, int[] pos) throws java.io.IOException, AutomationException
name
- The name (in)pos
- The pos (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumIndex findIndexesByFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.