public interface ITableCrawler3 extends ITableCrawler2, java.io.Serializable
Description: 'Provides access to members that control a crawler capable of traversing tables.' 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 |
IID557a0ce7_5525_4ebf_87e4_cea03954bbae |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc0463461_e1e9_46be_8006_0f6c1f49f8d1
IID6e943337_d364_4b76_94cc_f7432305a851
Modifier and Type | Method and Description |
---|---|
IRow |
getRow(int oID)
Returns the requested row in the table being crawled.
|
getBlockField, getMaximumMergeItemsCount, getMosaicDataset, isHasThumbnail, setBlockField, setMaximumMergeItemsCount, setMosaicDatasetByRef
getGroupField, getQueryFilter, getSelectionSet, getSourceField, getTable, getTimeStampField, isOrderByGroup, setCrawlerItemType, setGroupField, setOrderByGroup, setQueryFilterByRef, setSelectionSetByRef, setSourceField, setTableByRef, setTimeStampField
static final int IID557a0ce7_5525_4ebf_87e4_cea03954bbae
static final int xxDummy
static final java.lang.String IID
IRow getRow(int oID) throws java.io.IOException, AutomationException
oID
- The oID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.