public interface ITableCrawler2 extends ITableCrawler, 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 |
IIDc0463461_e1e9_46be_8006_0f6c1f49f8d1 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6e943337_d364_4b76_94cc_f7432305a851
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBlockField()
The name of the field that contains values that identify blocks of related items.
|
int |
getMaximumMergeItemsCount()
The maximum number of crawled rows allowed in a merged record.
|
IMosaicDataset |
getMosaicDataset()
The mosaic datset being crawled by the crawler.
|
boolean |
isHasThumbnail()
Indicates whether the input mosaic dataset has thumbnail.
|
void |
setBlockField(java.lang.String pBlockField)
The name of the field that contains values that identify blocks of related items.
|
void |
setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
The maximum number of crawled rows allowed in a merged record.
|
void |
setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
The mosaic datset being crawled by the crawler.
|
getGroupField, getQueryFilter, getSelectionSet, getSourceField, getTable, getTimeStampField, isOrderByGroup, setCrawlerItemType, setGroupField, setOrderByGroup, setQueryFilterByRef, setSelectionSetByRef, setSourceField, setTableByRef, setTimeStampField
static final int IIDc0463461_e1e9_46be_8006_0f6c1f49f8d1
static final int xxDummy
static final java.lang.String IID
void setBlockField(java.lang.String pBlockField) throws java.io.IOException, AutomationException
pBlockField
- The pBlockField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBlockField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumMergeItemsCount(int pMaximumMergeItemsCount) throws java.io.IOException, AutomationException
pMaximumMergeItemsCount
- The pMaximumMergeItemsCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaximumMergeItemsCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws java.io.IOException, AutomationException
ppMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getMosaicDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.